I got this error message in cacti while trying to add a ZTE router:
“System SNMP error – SNMP::get(): Error in packet at ‘.1.3.6.1.2.1.1.1.0’: No Such Object available on this agent at this OID”
On checking from the cacti server CLI, i tried snmpwalk and realized that i was not viewing the MIBs:
# snmpwalk -v2c -c community_string 10.10.0.10
SNMPv2-SMI::mib-2 = No more variables left in this MIB View (It is past the end of the MIB tree)
What could be causing this?
Based on your snmpwalk test, the cacti server was able to connect to the router but not able to view any objects/MIBs.
Make sure to include this line in your router snmp configuration:
# configure t
(config)# snmp-server view Allview iso included
(config)# commit
(config)# end
# write
And then test again with snmpwalk, you should be able to view the MIBs, if this is successful, go to your cacti web console and click *Re-Index Device
This should clear the snmp error and you should be able to start creating graphs for this device