Biju Ramachandran wrote: > > snmpwalk -c public localhost system >
System? That's not a valid OID. > > > gives me the following message > > > > Cannot find module (IP-MIB): At line 0 in (none) Cannot find module > (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in > (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module > (SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0 > in (none) Cannot find module (UCD-SNMP-MIB): At line 0 in (none) Cannot find > module (UCD-DEMO-MIB): At line 0 in (none) Cannot find module > (SNMP-TARGET-MIB): At line 0 in (none) Cannot find module > (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) Cannot find module > (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find module > (UCD-DLMOD-MIB): At line 0 in (none) Cannot find module > (SNMP-FRAMEWORK-MIB): At line 0 in (none) Cannot find module (SNMP-MPD-MIB): > At line 0 in (none) Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 > in (none) Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none) > Cannot find module (SNMPv2-TM): At line 0 in (none) This just means that it can't find the default mibs. You can "fix" that by doing a -M \path\to\mibs\folder parameter I think. > > system: Unknown Object Identifier (system) > Yep, snmpwalk agrees, there's no such name as system, especially since none of the MIBs were found. > > > Biju > Try it without "system" on the command line. HTH, Eric Brander -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
