zaki has asked for the wisdom of the Perl Monks concerning the following question:
system(" vmm ping "); print" Enter the Router you want to connect with "; $router = <>; chomp ($router); $cmd = " ssh $router traceroute 10.0.0.128 > output1.txt"; system ($cmd); system( "ssh $router cli edit"); system ("set routing-options static route 10.0.0.128 next-hop 10.0.0.1 +10" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Configuring static router
by blue_cowdawg (Monsignor) on Aug 10, 2012 at 18:12 UTC | |
|
Re: Configuring static router
by hbm (Hermit) on Aug 10, 2012 at 17:29 UTC |