Snmpget and SnmpWalk
Posted: Fri Nov 16, 2018 4:59 pm
Hi team,
i need help with the check_snmp command, i tried make a request to a device and his answer was the following:
[root@NagiosServer:3 libexec]# ./check_snmp -P 2c -H 10.XX.XX.XX -o 1.3.6.1.4.1.8072.1.3.2.3.1.2 -c **************
CRITICAL - Plugin timed out while executing system call
I was reading the help of pluging check_snmp and it indicates that it uses snmpget, but a snmpwalk with the same community and the same ip, the following appears:
[root@NagiosServer:3 libexec]# snmpget -v 2c -c '***********' 10.XX.XX.XX 1.3.6.1.4.1.8072.1.3.2.3.1.2
NET-SNMP-EXTEND-MIB::nsExtendOutputFull = No Such Instance currently exists at this OID
[root@NagiosServer:3 libexec]# snmpwalk -v 2c -c '**********' 10.XX.XX.XX 1.3.6.1.4.1.8072.1.3.2.3.1.2
NET-SNMP-EXTEND-MIB::nsExtendOutputFull."check-ok" = STRING: OK
why is this happening?
i need help with the check_snmp command, i tried make a request to a device and his answer was the following:
[root@NagiosServer:3 libexec]# ./check_snmp -P 2c -H 10.XX.XX.XX -o 1.3.6.1.4.1.8072.1.3.2.3.1.2 -c **************
CRITICAL - Plugin timed out while executing system call
I was reading the help of pluging check_snmp and it indicates that it uses snmpget, but a snmpwalk with the same community and the same ip, the following appears:
[root@NagiosServer:3 libexec]# snmpget -v 2c -c '***********' 10.XX.XX.XX 1.3.6.1.4.1.8072.1.3.2.3.1.2
NET-SNMP-EXTEND-MIB::nsExtendOutputFull = No Such Instance currently exists at this OID
[root@NagiosServer:3 libexec]# snmpwalk -v 2c -c '**********' 10.XX.XX.XX 1.3.6.1.4.1.8072.1.3.2.3.1.2
NET-SNMP-EXTEND-MIB::nsExtendOutputFull."check-ok" = STRING: OK
why is this happening?