Error while creating a row in a table

2009-07-23 Thread François Dumont
Hi everybody, I'm trying to create a new row in a table of QoS Profiles. To understand what I do, here is the extract of the MIB concerning my table : rbQoSProfileConfigTableOBJECT-TYPE SYNTAXSEQUENCE OF RbQoSProfileConfigEntry MAX-ACCESSnot-accessible

Re: Error while creating a row in a table

2009-07-23 Thread Dave Shield
2009/7/23 François Dumont francoisdumon...@gmail.com: snmpset -c private -v 2c 10.0.0.1 rbAQoSProfileRowStatus.32 i 4 rbQoSProfileType.32 i 1 rbQoSProfileName.32 s test rbQoSProfileParamTime.32 i 1 rbQoSProfileParam1.32 u 1000 And it worked But then I tried to set another row and now I

Creating a row in the table.

2009-04-16 Thread venkatgiri
Hi all, i have a table like xyz::= SEQUENCE { a Unsigned32, b Unsigned32, c INTEGER, d INTEGER, rowstatusRowStatus } here i'm using a as a index for this table. i don;t know the order of these objects coming in the SNMPSET right? if so my

Re: Creating a row in the table.

2009-04-16 Thread Dave Shield
2009/4/16 venkatgiri venkatgir...@globaledgesoft.com: Hi all, i have a table like xyz::= SEQUENCE {    a     Unsigned32,    b     Unsigned32,    c      INTEGER,    d     INTEGER,    rowstatus    RowStatus    } here i'm using a as a index for this table. i don;t know the order of these

Re: Creating a row in the table.

2009-04-16 Thread venkatgiri
1. what exactly meant by the automatic creation? 2. my requirement is like this, xyz::= SEQUENCE { a Unsigned32, b Unsigned32, c INTEGER, d INTEGER, rowstatusRowStatus } the object 'a' indicate the index to this table. the object 'b' is having a default value as

Re: Creating a row in the table.

2009-04-16 Thread Dave Shield
2009/4/16 venkatgiri venkatgir...@globaledgesoft.com: the object 'b' is having a default value as 2 But there is no default value for the object 'c' and 'd' The snmp agent will create a row during the initialization with the index '1'. Here the row status object will set to