Help

Does anyone know a shell script to logon to a switch Cisco (cat4000)and remove a 1 line from the3 config. I have hundreds to do :frowning:

Thanks

Gordon

I'd guess that "expect" is your friend.

If you can telnet into the Cisco units, then expect can telnet in the boxes and execute your commands for you.

http://www.samag.com/documents/s=1180/sam9903c/9903c.htm is a pretty good start for you

:slight_smile: