I am new to SNMP and stcuk while implmenting WALK for dot3 MIBs - each
group of dot3 MIBs refers a ifIndex InterfaceIndex 10.7.2.1.1
(dot3StatsIndex) MIB.

Now while implementing WALK say for table 10.7.11 (dot3HCStatsEntry) it has
dot3StatsIndex MIB in it and we need to reply for valid all values of
10.7.2.1.1 followed by 10.7.2.1 - other MIBs in the same table. So the MIB
client will send SNMP GetNext of 10.7.11 first and we need to return values
of 10.7.2.1.1 followed by 10.7.11 MIBs.

Further 10.7.2.1 InterfaceIndex is refered in so many other tables - the
problem I am facing is how to implement WALK for 10.7.11 - as after
returning values for 10.7.2.1 - how to know which group to continue for
WALK on next GetNext

Is it that we do not send values of 10.7.2.1 during WALK on other than
10.7.2 table - if yes then how do we differentiate the group?
_______________________________________________
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