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

2620 Configuration Buffer Full 1

Status
Not open for further replies.

kaneranch

MIS
Sep 1, 2002
25
GB
Greetings

Can anyone advise me on why i get configuration buffer full when i do a wri mem and how i can increase the size ??
 
Maybe your config file is too big to store it to NVRAM. Check your NVRAM size using "show version" command. You may try to first erase the NVRAM using "erase start" and copy the config file again.

Peter Mesjar
CCNP, A+ certified
pmesjar@centrum.sk

"The only true wisdom is in knowing you know nothing.
 
If the NVRAM is really full you can try using the following command to compress it:

- service compress-config
 
Try the following

[tt]
Router#cd nvram:
Router#dir
Directory of nvram:/

114 -rw- 10818 <no date> startup-config
115 ---- 27 <no date> private-config
1 -rw- 0 <no date> ifIndex-table
2 ---- 13 <no date> persistent-data
3 -rw- 10818 <no date> temp-config

129016 bytes total (104807 bytes free)
Router#
[/tt]

This way you can see all the files that are stored in NVRAM as well as the amount of space free and used. If you want to delete a file just use the delete command...

[tt]
Router#delete nvram:temp-config
Delete filename [temp-config]?
Delete nvram:temp-config? [confirm]
Router#
[/tt]

Hope that helps!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top