Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

router management

Status
Not open for further replies.

ChrisAC

ISP
Aug 6, 2001
2,158
GB
Can anybody recommend a good way (or tool) for changing the passwords on 400 plus routers without having to log in manually to each and every one. We want to be able to change the passwords say every six months and each router has an individual enable secret and access password generated by a script. I think that we may end up writing a script to log into the routers and make the changes but I just wondered if anyone else does something similar.

Just a thought! We've got a serious lack of 'management capabilities' at the moment and it needs looking at.

Cheers,

Chris. **********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************
 
Write a script
or
use CiscoWorks' RME

Why don't you use TACACS+?

I wrote a python script that works well. It creates an output file that looks like:

***************************************
Output from script config.py
by Jeff Gercken
02-05-03 15:49:07
command: set protocolfilter enable
***************************************
s60-a-1
set protocolfilter enable
Protocol filtering enabled on this switch.
*****************************
s60-a-2
set protocolfilter enable
Protocol filtering enabled on this switch.
*****************************
and so on...
----------------------------------------
Wasabi Pop Tarts! Write Kellogs today!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top