Re: [Tutor] Telnet to Router/Switch

2007-12-24 Thread Alan Gauld
"Reed O'Brien" <[EMAIL PROTECTED]> wrote >> I have to make Telnet session with Router/switch of Cisco. > > I would start with the telnetlib module: > You might also be able to use the pyExpect module to good effect. Alan G ___ Tutor maillist -

Re: [Tutor] Telnet to Router/Switch

2007-12-24 Thread Reed O'Brien
On Dec 24, 2007, at 1:19 PM, Shahjehan Hakim wrote: Hi everyone.. I have to make Telnet session with Router/switch of Cisco. Anybody has idea how it can be done? from what i researched, i got most of the telnet session like client/servers. But what I have to do here is just to create a Te

[Tutor] Telnet to Router/Switch

2007-12-24 Thread Shahjehan Hakim
Hi everyone.. I have to make Telnet session with Router/switch of Cisco. Anybody has idea how it can be done? from what i researched, i got most of the telnet session like client/servers. But what I have to do here is just to create a Telnet session which writes the password when its prompted