Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello There!Having issues with a 128bit AES IPsec VPN, between two brand new routers with outside NAT setupThe simulated WAN VPN link is currently a linksys 10/100 switch for testing, and has also just been a crossover cable.We are experiencing an av...
Hello There,Essentially I'm familair with Cisco IOS and looking to integrate commands submitted via telnet using Perlscript with a variable.eg iproute.pl -0iproute.pl -1iproute.pl -2Variables Are:-0config tip route 192.168.1.209 255.255.255.255 131.X...
Hello Jon,Thank you for the advise, it now goes something like this.......$-0 = $ARGV[0];$-1 = $ARGV[1];$-2 = $ARGV[2];$ARGV[0];use Net::Telnet::Cisco; my $session = Net::Telnet::Cisco->new(Host => '192.168.1.1'); $session->login('root', 'password'...
Hello Jon,Thank you for the swift reply, much appreciated.........I've cobbled this together, does this seem right to you? I am a bit of a perl novice but know enough to get by on msot things. Using perl to telnet commands a new one to me.......$-0 =...