check_snmp weirdness
Posted: Wed Dec 13, 2017 5:34 pm
Trying to do some monitoring of a specific OID on a CheckPoint firewall and am running into some weirdness...
When I do and snmpwalk I get results returned:
When I do a check_snmp I get this:
What am I missing?
When I do and snmpwalk I get results returned:
Code: Select all
snmpwalk -c super_seekrit_string 10.0.0.83 -v 2c 1.3.6.1.4.1.2620.1.1.25.3
SNMPv2-SMI::enterprises.2620.1.1.25.3.0 = Gauge32: 46800Code: Select all
./check_snmp -H 10.0.0.83 -v -P 2c -c super_seekrit_string -o 1.3.6.1.4.1.2620.1.1.25.3
/usr/bin/snmpget -Le -t 1 -r 5 -m '' -v 2c [authpriv] 10.0.0.83:161 1.3.6.1.4.1.2620.1.1.25.3
External command error: Timeout: No Response from 10.0.0.83:161.