Avatar of techy98
techy98
 asked on

Change password of multiple Cisco routers and swtiches

Could someone please share any free tool for changing password of Cisco routers and switches? There are about 100 devices. Thanks!
Switches / HubsNetwork OperationsRoutersCisco

Avatar of undefined
Last Comment
techy98

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Predrag Jovic

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Garry Glendown

With that number of devices I would recommend setting up some sort of central authentication and authorization infrastructure ... like Radius or Tacacs+ ... both services can be run with free software on either Unix/Linux or Windows based servers. Tacacs will even let you define specifically which commands and functions each user can use, allowing for lower and higher level admin rights. Then, just add some very cryptic passwords (could be device specific) that are stored safely in case there are problems with reaching the authentication server(s).
Also, as a side note, make sure you have access lists configured on the devices in order to limit device access to your management network (if possible) ... and also, try to stick to SSH instead of telnet for management, just to be a bit safer ;)
benhanson

Do the devices have telnet and/or ssh configured and do they all have unique passwords currently?  Do they need to have unique passwords when you are done?
AlexBlinov

Cisco snmp tool can do the job
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
benhanson

There are quite a few variables here.  Do you have a budget?  Can you spin up a VM/appliance to run a management tool?  Do you want just a batch/bash script?
techy98

ASKER
Thanks Predrag!! kiwi cattols did save my life and was easy to manage that allow me to complete the changing in a morning. I would also further look into Garry`s suggestion on building a TACAS+ while budget is not an option.