cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1155
Views
0
Helpful
2
Replies

eigrp neighbour state changes - monitoring

wbos
Level 1
Level 1

Is it possible to monitor eigrp neighbour state change via SNMP or and SNMP traps?

2 Replies 2

thisisshanky
Level 11
Level 11

I have seen one for BGP state change traps. Havent seen any for EIGRP neighbor related SNMP traps. You can log neighbor state change information in a syslog server.

Enabling logging first to a syslog server, using,

logging x.x.x.x , where x.x.x.x is the syslog server ip.

router eigrp 45

eigrp log-neighbor-changes

eigrp log-neighbor-warnings

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

stephen.raymond
Level 1
Level 1

This is the best way I have done it. Log all messages to a syslog server(pref a UNIX box) then run this command:

tail -f syslog.log | grep -i eigrp neighbor(whatever your looking for) > email@email.com

This parses though the syslog file seraching for the keyword eigrp or neighbor and sends data through email.

Hope this helps.

Syslog is your friend!

Stephen

Review Cisco Networking for a $25 gift card