viewtopic.php?f=17&t=240
If you have any further issue's with it. Then try the following.
1.) Turn on SNMP in the UI
2.) Log into a console, drop into the linux shell (type: 'cmd') and run the following command:
- Code: Select all
cat /etc/snmp/snmpd.conf > /etc/snmp/snmpd.test.conf
3.) Turn off SNMP in the UI (this is important or the next command will segfault)
4.) Now run this command:
- Code: Select all
/usr/sbin/snmpd -c /etc/snmp/snmpd.test.conf -Lo -p /var/run/snmpd.pid -a -f
You should see output that looks like this:
- Code: Select all
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 (HOST-RESOURCES-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 (NOTIFICATION-LOG-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 (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 (TUNNEL-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (IPV6-ICMP-MIB): At line 0 in (none)
Cannot find module (IPV6-MIB): At line 0 in (none)
Cannot find module (IPV6-TCP-MIB): At line 0 in (none)
Cannot find module (IPV6-UDP-MIB): At line 0 in (none)
NET-SNMP version 5.1.2
Now, if you query the switch and everything is working you should see:
- Code: Select all
Received SNMP packet(s) from <querying ip address>
But in any case rc4 should fix it.