cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1531
Views
0
Helpful
1
Replies

Need help with EEM....

CLYDE RUSHING
Level 1
Level 1

                   So I have a Nexus 7K that has a EIGRP memory leak and it fails every couple of days.  I cannot upgrade the code for quite some time. So i'm trying to create an EEM that restarts EIGRP when it loses it's EIGRP neighbors.  This is what I have but it doesn't seem to work (I'm sure i'm missing something simple). Any assistance would be much appreciated.

event manager applet TRACK_EIGRP_DOWN

  event syslog tag e1 pattern "Neighbor 10.80.33.6 (Vlan1252) is down"

  event syslog tag e2 pattern "Neighbor 10.80.33.11 (Vlan1251) is down"

  tag e1 and e2 happens 2 in 360

  action 1 cli enable

  action 2 cli restart eigrp 23

  action 3 syslog msg EIGRP_RESET

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

Try this:

event manager applet TRACK_EIGRP_DOWN

  event syslog tag e1 pattern "Neighbor 10.80.33.6 .Vlan1252. is down"

  event syslog tag e2 pattern "Neighbor 10.80.33.11 .Vlan1251. is down"

  tag e1 and e2 happens 2 in 360

  action 1 cli enable

  action 2 cli restart eigrp 23

  action 3 syslog msg EIGRP_RESET

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: