I'm setting up a new Cacti server and running into a problem with snmp or cacti. When adding a device I get a snmp error. Localhost is working. I can query an host/device off network from the command line and get a response from the very same host that fails when adding it as a device. I've verified that the community string and version are correct. Also checked firewall. No outbound rules in place, only inbound for ssh and icmp. Below I show that the server can query and get response for both the root and cacti user. I'm not sure what I may be missing.
Thank for assistance
td
Query remote device as Root user
Code: Select all
[root@cacti tonyd]# snmpwalk -v2c -c Dkleioakld*.3 as1.mvp
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Internetwork Operating System Software
IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA6, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Fri 21-Oct-05 01:59 by yenanh
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.359
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (61281184) 7 days, 2:13:31.84
Code: Select all
[cacti@cacti ~]$ snmpwalk -v 1 -c Dkleioakld*.3 as1.mvp
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Internetwork Operating System Software
IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(22)EA6, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Fri 21-Oct-05 01:59 by yenanh
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.359
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (61295512) 7 days, 2:15:55.12