Code: Select all
snmpget
Code: Select all
snmpget
Code: Select all
snmpwalk
e.g.
> snmpget -v 1 -c public 192.168.x.xxx 1.3.6.1.2.1.7526.2.6
SNMPv2-SMI::mib-2.7526.2.6 = INTEGER: 1
From the cacti log:
11/27/2010 04:55:04 AM - CMDPHP: Poller[0] Host[4] SNMP: Host did not respond to SNMP
11/27/2010 04:55:04 AM - CMDPHP: Poller[0] Host[4] PING: UDP Ping Success (4.28 ms)
11/27/2010 04:55:04 AM - CMDPHP: Poller[0] WARNING: SNMP GetNext Timeout for Host:'192.168.x.xxx', and OID:'.1.3'
I'm thinking maybe if the standard snmp access from cacti is snmpwalk then maybe if I customize an snmpget routine it might work. Where can I find guidance on this? Anybody logging from an Snom phone successfully with Cacti?