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

2002-10-03 Thread Robin Cragg
A PIX only allows telnet to the "inside" interface and you have to be listed as a trusted host (telhet ]. Can you telnet i ok yourself from that machine? If that's all ok, I would guess it's a problem with Prompt. Net::Telnet uses a pattern match to determine if it's time to send data, so whe

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; m