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 objects coming in the SNMPSET right?

if so my question is, assume a row is not created in this table and SNMP 
agent receives a SNMP SET command for the object "b"
snmpset .....   localhost    b.1 i 4
shall i create a row for this table with the index 1 or i need to wait 
the row status object to create a row and update the object "b".

-- 
Regards,
Venkat


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to