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

TCL Script / Schedule

hermanwjacobsen
Level 1
Level 1

I created this scripts.. works fine

 

puts [open "flash:vdsl_interface" w+] {
set vdsl_output [exec "show controllers vdsl 0/2/0 | i Speed.\\(kbps\\)\\:"]
regsub {.*:} $vdsl_output "" vdsl_output
set $vdsl_output [string trim $vdsl_output]
set vdsl_output [join $vdsl_output " "]
ios_config "int ethernet 0/2/0.22" "no bandwidth qos-reference"
ios_config "int ethernet 0/2/0.22" "bandwidth qos-reference [lindex $vdsl_output 1]" }

 

how can I set it to run at a specific time or when a event happens?

eem event dosen't seem to accept this script

 

0 Replies 0