- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018 04:51 PM - edited 03-08-2019 02:30 PM
Hi cannot save configuration change in router 3825. When typing this command "copy run star" I got the below error message. Any suggestion? Thank you
% String too long to write to nvram (2120):[OK]
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 08:30 AM
Yes, If you reboot the router without saving the config to NVRAM then all your config will be gone.
Either you can save the config to flash by using the command
copy running-config flash:saved-config
Once your router came back online after reboot then copy the file from flash: to running config by using the command
copy flash0:saved-config running-config
Your config will be loaded successfully. But you can't do it from the remote. You must have console access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018 05:02 PM
HTH,
Meheretab
Meheretab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2018 05:22 PM - edited 04-03-2018 05:24 PM
Thank you for your reply! I did it when using "write mem". and it has same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 06:17 AM
Hi,
This looks to be a known bug (CSCsd45386) in cisco IOS. Kindly check routers IOS version is it 12.2(28)SB, 12.2(31)SB, 12.3(7)XI?
Workaround:
a) You have to disable parser config cache as
Router(config)#no parser config cache interface
Router(config)#end
Router#clear parser cache
b)You can upgrade to latest/sugested IOS.
You can get more about the this bug at below link
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCsd45386/?rfs=iqvred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 08:15 AM - edited 04-04-2018 08:16 AM
Thank you so much for your reply. without the workaround action, if we reboot the router, all changes we made would be gone. Can I say it like that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 08:30 AM
Yes, If you reboot the router without saving the config to NVRAM then all your config will be gone.
Either you can save the config to flash by using the command
copy running-config flash:saved-config
Once your router came back online after reboot then copy the file from flash: to running config by using the command
copy flash0:saved-config running-config
Your config will be loaded successfully. But you can't do it from the remote. You must have console access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 08:36 AM
Good, Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 08:38 AM
You are welcome. Thank you for the rating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2018 07:38 AM - edited 04-16-2018 07:39 AM
One more question, this issue is happening recently. why it did not happen before?
