04-14-2011 11:43 PM
Hi.
I need help. How to implementation EEM.
I want use EEM this situation.
If the syslogmessage "Interface.., changed state to down" comes than the Router should Reload.
IOS 12.4(15)T8/T12
Sry for my bad english
04-15-2011 03:07 AM
This policy should work for you.
event manager applet syslog-reload
event syslog pattern "LINEPROTO-5-UPDOWN.*changed state to down"
action 1.0 reload
You may want to get a bit more specific as to which interface triggers this, though. For example:
event manager applet syslog-reload
event syslog pattern "LINEPROTO-5-UPDOWN.*Interface GigabitEthernet0/1, changed state to down"
action 1.0 reload
04-15-2011 04:08 AM
Thank you
It's about Interface VLan32 and Interface VLan48
04-16-2011 12:10 AM
Something like this will work then.
event manager applet syslog-reload
event syslog pattern "LINEPROTO-5-UPDOWN.*Interface (Vlan32|Vlan48), changed state to down"
action 1.0 reload
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide