Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The command result for something working would look like this:

Code Block
themeEmacs
[keiths@nmisdev64 kaos]$ snmpwalk -v 2c -c GOODCOMMUNITY kaos system
SNMPv2-MIB::sysDescr.0 = STRING: Hardware: Intel64 Family 6 Model 15 Stepping 6 AT/AT COMPATIBLE - Software: Windows Version 6.1 (Build 7601 Multiprocessor Free)
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.311.1.1.3.1.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (40604629) 4 days, 16:47:26.29
SNMPv2-MIB::sysContact.0 = STRING: dc_admin@opmantek.com
SNMPv2-MIB::sysName.0 = STRING: kaos
SNMPv2-MIB::sysLocation.0 = STRING: Head Office
SNMPv2-MIB::sysServices.0 = INTEGER: 79

The command result for something NOT working would look like this:

Code Block
themeEmacs
[keiths@nmisdev64 kaos]$ snmpwalk -v 2c -c BADCOMMUNITY kaos system
Timeout: No Response from kaos

If you are using SNMPv3, have a look at the WIKI article on SNMPv3 and Cisco Devices.