Tag Archives: tcl

TCL/Expect read from file (executing custom config in bulk)

At this point in time I need a nifty little tool to configure some ports on network devices. But the challenge is that the ports differ from device to device. In order to do this I have to create a … Continue reading

Posted in CCNP | Tagged , | Comments Off on TCL/Expect read from file (executing custom config in bulk)

Cisco TCL – ping script.

In an earlier blog I wrote about a tiny hello world script.  Now I want to raise the bar a little bit, by creating a ping script. After a quick search on the internet I found a several kinds of … Continue reading

Posted in cisco | Tagged , , , , | Comments Off on Cisco TCL – ping script.

Cisco TCL – first steps… Hello world

For some time Cisco offers TCL shell on their equipment. This is awesome, because sometimes you need a single command to retrieve information whereas IOS demands you to enter one or more commands. But before we get lots in possibilities … Continue reading

Posted in cisco | Tagged , | Comments Off on Cisco TCL – first steps… Hello world