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

Cisco 2600 series 2

Status
Not open for further replies.

tester125

MIS
Sep 24, 2003
85
US
Hi I have a Cisco 2600 series router. Whenever I change any on the interface config and reboot I does not save the setting. I'm show there's a save setting area, unfortunately I'm new to Cisco.
Anyone knows where this sitting is that will allow me to save the information on the config so I don't lose it upon reboot

Thanks
 
try copy running-config startup-cunfig or just use the write comman(know it's an old command).
 
write memory or copy run start

also issue this command from #

show version

at the bottom there should be something refering to register configuration

make sure it is set to 0x2102

if not go into config mode and set it

router#config terminal
router(config)#config-register 0x2102
router(config)#exit
router#copy run start
router#reload

see if that helps
 
Sorry I did not get back to you guys earlier. The Write command did the trick.
Both of you guys gets a star.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top