is there a way for me to remove the "need help" portion of my title on my last thread? I went in and selected edit, which let me change the title but not the "need help" portion.
thanks
User Profile
Collapse
-
How do i change the title of my thread?
-
This works
after a little help and a bit of trial and error i've come up with something that:
1. prompts user for cmd to run on cisco devices
2. logs in to each device that an IP is given
3. goes to enable mode
4. runs cmd on ea. device
5. prints an out file with data searched for
not the prettiest/neatest script, but it works great:
#!perl -w
... -
a way to go to next valid entry in an infile
well i've found and pieced together a script (mainly found; i'm very new to perl) to scan a group of cisco switches that i have and print information out in a text file. everything seems to work pretty well except when a particular cmd doesn't apply to one of the switches listed in my infile. the script seems to get stuck in these instances and closes without going to the next valid switch. maybe i need some sort of ELSE type of statement or...Last edited by Jason3231; Oct 12 '05, 02:24 PM.
No activity results to display
Show More
Leave a comment: