Multiple Telnet sessions through one script

2006-07-31 Thread vmalhotra
Hi I am new in python scripting. I want to open a Multiple telnet session through once script. In other way i can tell i want to open two linux consoles through one script. I wrote one script, but the issue is I am not able to open multiple consoles. The Scripts which i wrote is as follows: impo

Assertion in Python

2006-10-05 Thread vmalhotra
Hi All, I want to do verification in my scripts. So for that what i am doing here are shown below: 1. Telnet to one router. 2. Configure router. 3. Configure routing. Now after doing all these i have to check showinterfaces. So i execute command show interface and saved the output in one file.