FIXME give more output examples and verify output examples When you model, you get some information on a device, even if SNMP is not working, so it is mistakable that SNMP is working when it really is not. ====== How to see if SNMP is working ====== - Navigate to the device - On the drop down page menu, click 'Run Commands' > 'snmpwalk' {{technology:zenoss:howtos:snmpwalk.png?451×362}} Please paste the output here. This will tell us if snmp is working properly. ====== Example output ====== Here is what I got when running the command on various boxes ===== Windows Server 2008 - working SNMP ===== Command: snmpwalk -v1 -c${device/zSnmpCommunity} ${here/manageIp} system Description: Output: ==== supFTP ==== snmpwalk -v1 -cpublic 10.204.210.173 system SNMPv2-MIB::sysDescr.0 = STRING: Hardware: x86 Family 15 Model 4 Stepping 9 AT/AT COMPATIBLE - Software: Windows Version 6.0 (Build 6001 Multiprocessor Free) SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.311.1.1.3.1.2 SNMPv2-MIB::sysUpTime.0 = Timeticks: (120730792) 13 days, 23:21:47.92 SNMPv2-MIB::sysContact.0 = STRING: Sleepy Smurf SNMPv2-MIB::sysName.0 = STRING: SUPFTP SNMPv2-MIB::sysLocation.0 = STRING: Annapolis, MD SNMPv2-MIB::sysServices.0 = INTEGER: 79 DONE in 0 seconds on 1 targets ===== Linux - working snmp ===== Command: snmpwalk -v1 -c${device/zSnmpCommunity} ${here/manageIp} system Description: Output: ==== localhost ==== snmpwalk -v1 -cpublic 127.0.0.1 system SNMPv2-MIB::sysDescr.0 = STRING: Linux lms 2.6.26.3 #1 SMP Tue Aug 26 06:09:42 EDT 2008 x86_64 SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (119760054) 13 days, 20:40:00.54 SNMPv2-MIB::sysContact.0 = STRING: Root (configure /etc/snmp/snmpd.local.conf) SNMPv2-MIB::sysName.0 = STRING: lms SNMPv2-MIB::sysLocation.0 = STRING: Unknown (configure /etc/snmp/snmpd.local.conf) SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORID.1 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance SNMPv2-MIB::sysORID.2 = OID: SNMP-MPD-MIB::snmpMPDCompliance SNMPv2-MIB::sysORID.3 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance SNMPv2-MIB::sysORID.4 = OID: SNMPv2-MIB::snmpMIB SNMPv2-MIB::sysORID.5 = OID: TCP-MIB::tcpMIB SNMPv2-MIB::sysORID.6 = OID: IP-MIB::ip SNMPv2-MIB::sysORID.7 = OID: UDP-MIB::udpMIB SNMPv2-MIB::sysORID.8 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup SNMPv2-MIB::sysORDescr.1 = STRING: The SNMP Management Architecture MIB. SNMPv2-MIB::sysORDescr.2 = STRING: The MIB for Message Processing and Dispatching. SNMPv2-MIB::sysORDescr.3 = STRING: The management information definitions for the SNMP User-based Security Model. SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for SNMPv2 entities SNMPv2-MIB::sysORDescr.5 = STRING: The MIB module for managing TCP implementations SNMPv2-MIB::sysORDescr.6 = STRING: The MIB module for managing IP and ICMP implementations SNMPv2-MIB::sysORDescr.7 = STRING: The MIB module for managing UDP implementations SNMPv2-MIB::sysORDescr.8 = STRING: View-based Access Control Model for SNMP. SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00 DONE in 0 seconds on 1 targets ===== Linux - non-working snmp ===== FIXME ===== Mac OSX - non-working snmp ===== Command: snmpwalk -v1 -c${device/zSnmpCommunity} ${here/manageIp} system Description: Output: ==== MacMini.home ==== snmpwalk -v1 -cpublic 192.168.1.6 system Timeout: No Response from 192.168.1.6 DONE in 6 seconds on 1 targets