Akula Posted March 20, 2008 Report Share Posted March 20, 2008 I need a script written. Quote Link to comment Share on other sites More sharing options...
87GT Posted March 20, 2008 Report Share Posted March 20, 2008 I charge by the line. Quote Link to comment Share on other sites More sharing options...
Casper Posted March 20, 2008 Report Share Posted March 20, 2008 What kind of script do you need? Quote Link to comment Share on other sites More sharing options...
Akula Posted March 20, 2008 Author Report Share Posted March 20, 2008 I need to SSH into a controller (think L3 switch with a firewall). Once logged in I need to issue a command to setup an interface as an access interface and ftp code from a server on the same wire. once it is done I need to it ftp another piece of code. I just don't know perl at all so I have no idea how to do it. ssh -l admin 10.1.11.100 password is admin en enable conf t interface vlan 10 ip address 10.254.1.123 255.255.255.0 interface fa 1/0 switchport access vlan 10 copy tftp: 10.254.1.195 A800_2.4.8.12-FIPS_16431 system: partition 0 Then when the copy is over I will copy another file. Quote Link to comment Share on other sites More sharing options...
Casper Posted March 20, 2008 Report Share Posted March 20, 2008 That's beyond me. Sorry man. Does it have to be done in PERL? Quote Link to comment Share on other sites More sharing options...
Akula Posted March 20, 2008 Author Report Share Posted March 20, 2008 Just needs to be done in a script so I can just tell someone to either click and icon or drop to a terminal and type a command in. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.