Re: which module is suitable for logging into cisco devices

2008-11-25 Thread Ron Bergin
On Nov 23, 1:17 pm, [EMAIL PROTECTED] (Monnappa Appaiah) wrote: > i forgot to mention that, i'l be running the script from the windows machine > ..so pls let me know the module which can login to cisco devices > using ssh, execute certain commands and give me the output. > > Thanks, > Monna

Re: which module is suitable for logging into cisco devices

2008-11-23 Thread Deviloper
There are some moduls I use under linux. Problem is that Cisco CLI may change prompt. Checkout Net::SSH and Perl Expect. (Also there is a Modul called Net::SSH::Expect, which I had not tried yet.) You may need to install Cygwin. This gives you a lot of linux utils. HaveFun, B.   monnappa appai

Re: which module is suitable for logging into cisco devices

2008-11-23 Thread Chas. Owens
On Sun, Nov 23, 2008 at 16:17, monnappa appaiah <[EMAIL PROTECTED]> wrote: > i forgot to mention that, i'l be running the script from the windows machine > ..so pls let me know the module which can login to cisco devices > using ssh, execute certain commands and give me the output. > > Than

Re: which module is suitable for logging into cisco devices

2008-11-23 Thread monnappa appaiah
i forgot to mention that, i'l be running the script from the windows machine ..so pls let me know the module which can login to cisco devices using ssh, execute certain commands and give me the output. Thanks, Monnappa On Sun, Nov 23, 2008 at 11:51 PM, monnappa appaiah <[EMAIL PROTECTED]>

which module is suitable for logging into cisco devices

2008-11-23 Thread monnappa appaiah
Hi all, I'm looking for a module which can login to cisco devices using ssh, execute certain commands and give me the output.can somebody suggest me the module which is best suitable for loggin into cisco devices via ssh. Thanks, Monnappa