cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
697
Views
0
Helpful
3
Replies

EEM and TCL Interface

ladius1991
Level 1
Level 1

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

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

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

Thank you

It's about Interface VLan32 and Interface VLan48

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