Unable to Monitor EIGRP on Router

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Unable to Monitor EIGRP on Router

Post by sarfarosh »

Hi Team,
We want to monitor EIGRP Protocol on Router (RTRBAN24SL0201). As we can see there is neighbour(172.17.40.186) for this router but when i am trying to monitor it through command, its giving output like no neighbours found. Please find the attached screenshot of commands i am using.

Jul 31 10:52:34.740: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is down: holding time expired

*Jul 31 10:53:04.868: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is up: new adjacency

*Aug 1 09:36:38.187: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is down: holding time expired

*Aug 1 09:37:17.499: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is up: new adjacency

*Aug 9 20:35:35.608: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is down: holding time expired

*Aug 9 20:36:53.828: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is up: new adjacency

*Aug 9 21:20:08.684: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is down: holding time expired

*Aug 9 22:47:43.916: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is up: new adjacency

*Aug 9 23:17:21.232: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 172.17.40.186 (FastEthernet0/1/1) is down: holding time expired

RTRBAN24SL0201#sh run int FastEthernet0/1/1

Building configuration...



Current configuration : 242 bytes

!

interface FastEthernet0/1/1

description ***** 20Mbps NPLC between Magarpatta Pune to M90, CKT ID: ENT11PUNBAN046924 (Vodafone P2P Link)*****

ip vrf forwarding P2P_CC4

ip address 172.17.40.185 255.255.255.252

duplex full

speed 100

end
You do not have the required permissions to view the files attached to this post.
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Unable to Monitor EIGRP on Router

Post by tacolover101 »

the title of this post mentions EIGRP neighbors, but the plugin you're trying to use is for OSPF. these are different protocols, so I wouldn't expect it to work.

the second command you entered looks incorrect.

it may be worth digging into help for the plugin online as the Nagios support folks didn't write the plugin. there are also other plugins available here -
https://exchange.nagios.org/index.php?o ... word=eigrp
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Unable to Monitor EIGRP on Router

Post by tgriep »

Lets see if the router will respond to a snmpwalk command for the OID's the plugin's require to get the information you are looking for.
Run the following commands and see if you get any valid data. Replace <community> with the community string and xxx.xxx.xxx.xxx with the IP address of the router.

Code: Select all

snmpwalk -v 2c -c <community> xxx.xxx.xxx.xxx 1.3.6.1.4.1.9.9.449
snmpwalk -v 2c -c <community> xxx.xxx.xxx.xxx 1.3.6.1.2.1.14
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked