Hi Linnea Linnea Wren wrote:
> If I do an snmp walk specifying a MIB & and object, like this “snmpwalk > -v2c -c public -m +CISCO-FIREWALL-MIB 1.1.1.1 > cfwBasicEventsTableLastRow”, I get: > > CISCO-FIREWALL-MIB::cfwBasicEventsTableLastRow.0 = Gauge32: 0 CISCO-FIREWALL-MIB is the name of a module. What you want is the OIDs *defined* in this mib, which in this case is ciscoFirewallMIB. If you look in the MIB file, you'll see ciscoFirewallMIB is define as being at ciscoMgmt.147. The case is important. Incidentally, you would be better walking each table you're interested in, than walking the whole branch from ciscoFirewallMIB to all leaf nodes beneath it. Peter ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ 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
