Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Telnet script
Name: Banu Prakash Date: July 10, 2005 at 22:07:50 Pacific OS: Solaris CPU/Ram: 512
Comment:
Iam trying for telnet script for n number of devices at a time Im able to do telnet for a single system, but if i want to do for multiple systems then how i need to do could any help me out in writong this script.
for i in `cat /u01/home/bprakas/tel`;do echo $USERNAME echo $PASSOWRD USERNAME=xxxxxxx PASSWORD=xxxxxxx telnet $i done
Summary: I am assured this script runs on a Sun box using a bash shell, but I can’t get it to run on a HP-UX box. It’s intended to sequentially telnet each IP address in a file, get a prompt, run a command, a...
Summary: Hi, is there anyway in which I can create 1 script which does the inputing of the username and password when doing a telnet Thanks for any advice ...
Summary: Help please! I am trying to write a shell script to test telnet access to cisco device. I'm more interested on getting a trap when it fails to telnet to device than when successful. I wrote two scritp...