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 = notInService.

third row is :
a = 4, b = 5, c = , d =, rowstatus = notReady.


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"

-- 
Regards,
Venkat


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to