router monitoring issue in SNMP V3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

router monitoring issue in SNMP V3

Post by biswajit.banerjee »

Hi,

I getting below error during cisco router monitoring by SNMP V3. Please help.

ERROR opening session: No response from remote host "A.B.C.D" during discovery.


Command used is below:

./check_cisco_ips.pl -H A.B.C.D -l nagios -x "******" -X "******" -L SHA,AES -T cpu -w 70%,50%,40% -c 90%,70%,50% -v
Alarm at 15 + 5
SNMPv3 login
SNMPv3 AuthPriv login : nagios, SHA, AES
ERROR: Description table : No response from remote host "A.B.C.D".
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: router monitoring issue in SNMP V3

Post by cdienger »

Is this the plugin that is being used https://exchange.nagios.org/directory/P ... EM/details ?

Have you tested with SNMP v2? This will help determine if it's an issue with the protocol or general connectivity issue. There is also the snmpget and snmpwalk (https://www.linickx.com/snmpwalk-v3-and ... 3-examples) commands that can be run to test the same. A list of the OIDS that the plugin requests can be found at the top of the plugin's source.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
biswajit.banerjee
Posts: 152
Joined: Fri Dec 08, 2017 10:24 pm

Re: router monitoring issue in SNMP V3

Post by biswajit.banerjee »

Thanks for the Support , it is resolved now
Locked