SSH equivalent to Net::Telnet::Cisco?

2008-10-07 Thread Paul
I've searched CPAN, but have not found an equivalent module such as Net::Telnet::Cisco for SSH (SSH2). Is there one somewhere out there? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: SSH equivalent to Net::Telnet::Cisco?

2008-10-06 Thread Rodrick Brown
Have you tried the standard Net::SSH does it not work with cisco devices? On Mon, Oct 6, 2008 at 1:22 PM, Paul <[EMAIL PROTECTED]> wrote: > I've searched CPAN, but have not found an equivalent module such as > Net::Telnet::Cisco for SSH (SSH2). Is there one somewhere ou

SSH equivalent to Net::Telnet::Cisco?

2008-10-06 Thread Paul
I've searched CPAN, but have not found an equivalent module such as Net::Telnet::Cisco for SSH (SSH2). Is there one somewhere out there? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Net::Telnet::Cisco telnet to PIX Firewall

2002-10-03 Thread Robin Cragg
ote: >Hi, >I am a new perl user. I have problem telnet to Cisco >PIX Firewall. Following is my testing perl script. I >used net::telnet::cisco module telnet to Cisco routers >or switches no problem. But, Cisco PIX Firewall not >working. Please give me some advises. > >u

Net::Telnet::Cisco telnet to PIX Firewall

2002-10-03 Thread JasonYahoo
Hi, I am a new perl user. I have problem telnet to Cisco PIX Firewall. Following is my testing perl script. I used net::telnet::cisco module telnet to Cisco routers or switches no problem. But, Cisco PIX Firewall not working. Please give me some advises. use Net::Telnet::Cisco; use strict

Net::Telnet::Cisco

2001-06-01 Thread sue
Can someone give me an example of using this module to connect to my cisco devices?