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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I reset the enable secret password using SNMP

SNMP Password Recovery

How do I reset the enable secret password using SNMP

by  fynx  Posted    (Edited  )
There is lots of information to recover lost passwords on the Cisco Website. Most, if not all, involve having console access to the router - but say the router is on the other side of the world?
Answer - Use 3 simple steps via SNMP...

1. Read the config to a tftp serverà

"snmpset -c <write community string> <routerIP/name> .1.3.6.1.4.1.9.2.1.55.ipaddress.of.tftpserver octetstring <filename on server>"

2. Next edit the configuration substituting the new, plain text, enable secret password and save it back to a tftp server on the same network as the router.

"enable secret <new password>"

3. Then tell the router to boot the config on your tftp server (tftp server needs to be on the same subnet)à

"snmpset -c <write community string> <routerIP/name> .1.3.6.1.4.1.9.2.1.50.ip.address.of.tftpserver octetstring <filename on server>"

And the new config is running, telnet to the router and try your new passwordà then copy the running config to startupà


Hope this is of some use to someone somewhere...
Good Luck.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top