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

Tcl scripting in IOS-xr

Hi.

We are trying to build some script to mangage interfaces with tcl script in ios-xr (asr9k).

It seems to take very long time just to eg shut down interfaces. I have tested doing the same thing with tc.sh in a catalyst 3560, without problems.

Just shutting down interfaces takes about 2 seconds per interface ( want to shut down a lot of BVI:s).

if [catch {cli_exec $cli1(fd) "shutdown"} result] {
                        error $result $errorInfo
                    }

Is there a faster way to do this, maybe skip the catch?

Anyone else see this?

Regards

Andreas

0 Replies 0