Page 1 of 1
Monitoring Cisco ASR 9000 series routers
Posted: Thu Apr 18, 2019 2:03 am
by isanas
Hi,
We have been trying to monitor Fan, Power and Temperature status on Cisco ASR 9000 series router. We see that there are OIDs for it 1.3.6.1.2.1.47.1.1.1.1.2 & 1.3.6.1.2.1.47.1.1.1.1.7. We tried using the plugin from
https://exchange.nagios.org/directory/P ... er/details.
But we have not been able to get it working. It keeps giving errors. Has anyone configured the above-mentioned monitoring successfully for ASR 9K?
Regards,
Anas.
Re: Monitoring Cisco ASR 9000 series routers
Posted: Thu Apr 18, 2019 11:02 am
by tgriep
That plugin requires some Perl Modules to be installed so it can function. Did you install them?
Make sure these packages are installed on the server.
Code: Select all
perl-Switch
perl-Scalar-List-Utils
perl-Net-SNMP
perl-Monitoring-Plugin
perl-Data-Dumper
When you run the plugin, what errors are you seeing?
What are the command line options that you are using to run the plugin?
Re: Monitoring Cisco ASR 9000 series routers
Posted: Sun Apr 21, 2019 6:48 am
by isanas
I have installed all the plugins. And below are the details of the command and the output:
Code: Select all
./check_cisco_asr_fan2.pl -H 172.x.x.x -p 'N@giaTRXIss03' --priv 'N@giaTRXIss03' --authprotocol MD5 --privprotocol DES -v 3 --username Nagios
UNKNOWN: SNMP get_entries : The requested entries are empty or do not exist
Re: Monitoring Cisco ASR 9000 series routers
Posted: Mon Apr 22, 2019 9:12 am
by tgriep
The error generated is a fairly generic message but it pretty muck says that the device is not responding to the SNMP polls for the OID's it needs to run.
Verify that the all of the SNMPv3 credentials are correct.
Try running a snmpwalk command to see if it device responds to the walk to verify that the credentials.
You can add the debug option to the command and see if you can get a more detailed error.
Code: Select all
-d (--debug) debug level (1 -> 15)