cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1180
Views
5
Helpful
1
Replies

EEM txload not working

akieser
Level 1
Level 1

event manager applet interface_eem_test
event tag 1  interface name Multilink1 parameter rxload entry-op ge entry-val 50 entry-type value exit-op le exit-val 50 exit-type value poll-interval 10
action 1.0 cli command "enable"
action 2.0 cli command "show ip flow top-talkers"
action 3.0 mail server "10.0.0.0" to "test@test.com" from "EEM@tyco.com" subject "EEM_Top_Talkers_TEST_Router_test" body "Current Top Talkers $_cli_result"
action 4.0 syslog msg "Increased Load On the Link"

 

Multilink1 is up, line protocol is up
  Hardware is multilink group interface
  MTU 1500 bytes, BW 3072 Kbit/sec, DLY 20000 usec,
     reliability 255/255, txload 15/255, rxload 94/255 <-- is higher than 50 so should run event

 

 

This seems to not do anything, curious what i'm missing? the mail server and e-mail is changed to hide info.

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

Change your ED line:

 

event interface name Multilink1 parameter rxload entry-op ge entry-val 50 entry-type value exit-op le exit-val 50 exit-type value poll-interval 10

 

Omit the tag bit.  You're not using multi-event.

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

Change your ED line:

 

event interface name Multilink1 parameter rxload entry-op ge entry-val 50 entry-type value exit-op le exit-val 50 exit-type value poll-interval 10

 

Omit the tag bit.  You're not using multi-event.