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

SD-WAN EEM Support

etncy
Level 1
Level 1

Hello,

An organization wishes to to track monthly usage of 4G LTE interfaces on an ISR. When that amount of traffic is exceeded within a monthly period, traffic sould reroute from the cellular interface (by automatically “shutting” the cell interface).

I used the script below
https://community.cisco.com/t5/networking-knowledge-base/monitor-the-byte-count-over-4g-cellular-interface-s/ta-p/3144685

I created the CLI template and used the following commands;
event manager environment _DOM 1
event manager environment _bytes_warning 80
event manager environment pri_intf Cellular0/2/0
event manager environment _bytes_allowed 2000000
event manager directory user policy "flash:/"
event manager directory user policy byte_counter.tcl
event manager policy byte_counter.tcl type user

Last command is rejected by the router. It seems this command is not supported by sd-wan image. So script do not become active.

Is there a way to use this script in SD-WAN sofware ?

Thanks for all your help

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

This is good question - never tried it on SD-WAN environment Live,  in the mean time is the .tcl file copied to flash ?

got a test lab to test TCL on the Lab One of the example from cisco Live this works for me. cedge 17.6.5 code

event manager applet taildrops_check authorization bypass
event timer cron cron-entry "*/1 * * * *"
action 0.2 cli command "enable"
action 0.4 cli command "tclsh bootflash:taildrops.tcl"

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help