Re: snmpwalk on the table whose rowstatus is not set to active.

2009-06-03 Thread Dave Shield
2009/6/3 venkatgiri : > The question is, > when SNMP manager does snmpwalk on this table > 1. the snmpwalk will give all the three rows values > 2. the snmpwalk will give the values of the row whose rowstatus is "active" There is no value associated with a row. Values are associated with individua

snmpwalk on the table whose rowstatus is not set to active.

2009-06-03 Thread venkatgiri
Hi all, i have table like xyz::= SEQUENCE { a Unsigned32, b Unsigned32, c INTEGER, d INTEGER, rowstatus RowStatus } i am created 3 rows in this table. first row is : a = 1, b = 1, c = 1, d =1, rowstatus = active. second row is : a = 2, b = 3, c = 3, d = , rowstatus = n