Page 1 of 1

check_snmp_cpfw - No answer from host

Posted: Thu Oct 11, 2012 7:02 am
by staun
Trying to use the check_snmp_cpfw against our Nokia IP 390 firewall, but I keep getting this error.

Code: Select all

[root@srv-nag-nsb1 libexec]# ./check_snmp_cpfw.pl -H 10.10.10.253 -C public -swa
No answer from host
or

Code: Select all

[root@srv-nag-nsb1 libexec]# ./check_snmp_cpfw.pl -H 10.10.10.253 -C public -sm
SVN : cannot find oids / MGMT : cannot find oids / CPFW Status : CRITICAL
SNMP is enabled on the firewall and other check_snmp scripts works fine e.g.

Code: Select all

[root@srv-nag-nsb1 libexec]# ./check_snmp_load.pl -H fw10 -C public -w 7 -c 50 -T nokia
CPU used 7.0% (<7) : OK
Any idea what could be the reason or what I may have forgotten since this script fails to get an answer from the host?

Re: check_snmp_cpfw - No answer from host

Posted: Thu Oct 11, 2012 9:47 am
by scottwilkerson
Not familiar with this plugin, but can you connect via snmp from the nagios machine with a standard snmpget ?

Code: Select all

snmpget -v2c -c public 10.10.10.253 sysUpTime.0

Re: check_snmp_cpfw - No answer from host

Posted: Fri Oct 12, 2012 3:38 am
by staun
Hi Scott,

The snmpget seems to work fine as well

Code: Select all

[root@srv-nag-nsb1 ~]# snmpget -v2c -c public 10.10.10.253 sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (146146517) 16 days, 21:57:45.17

Re: check_snmp_cpfw - No answer from host

Posted: Fri Oct 12, 2012 12:10 pm
by scottwilkerson
Then I would check with the author of that plugin as it wasn't produces by Nagios Enterprises...