I would like to diplay EIGRP neighbors from a Cisco router (the output of show ip eigrp neighbors command)
Can this be done and how?
Thannks
Brian
Just in case anyone else comes accros this..
The solution was to change the "Advanced Options". Leave this set to "Raw Value", and change the "Format" drop-down to "IP Address".
Leave Orion poll for 15 - 20 minutes to complete a polling cycle, then check your web console - this should now display the data in the correct format.
Hi,
You could create Universal Device Poller(s) on the following OID:
cEigrpPeerTable - 1.3.6.1.4.1.9.9.449.1.4.1
If your routers support it.
Admin Guide
http://www.solarwinds.com/NetPerfMon/SolarWinds/wwhelp/wwhimpl/js/html/wwhelp.htm#href=OrionAGMonitoringCustomMIBs.htm
Video Tutorial
http://www.solarwinds.com/resources/democenter/Orion/UniversalDevicePollerIntro/index.html
HTH,
Yann
This looks like what Im looking for - Thanks for the links
Any idea why it returns ?? where there are supposed to be IP address ?
As per Cisco SNMP Object Navigator:
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.449.1.4.1.1.3
The source IP address used by the peer to establish the EIGRP adjacency with this router. The format is governed by object cEigrpPeerAddrType.
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.449.1.4.1.1.2
InetAddressType
0:unknown1:ipv42:ipv63:ipv4z4:ipv6z16:dns
Peer addresses seems to be encoded weirdly...
Can you run a MIB Walk on that table and check the Inet Address Type?
The solution worked for me too. Thanks!