Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello I find some TCL script for shutdown interfaces, But now , i want to shutdown interfaces at an exact time.For examples at 07:00 pm the F0/2 shutdown and the morning at 08:00 am the interface become up. My problem is that I can not isolated from ...
Hey My script finaly work, there is the finaly version set time [clock format [clock seconds] -format "%H%M%S"]set date [clock format [clock seconds] -format "%D"]while { $date <= "03/02/2014" } { while { $time <= "104230" } { set time [clo...
Hy everyone ,If you are intersted , i find an answer to my question . set time [clock format [clock seconds] -format "%H%M%S"]; while { $time <= 165530} { puts "$time"; set time [clock format [clock seconds] -format "%H%M%...