What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Settings Capture

KenEsq

Occasional Visitor
Is there a tool that can either read the settings backup file or can parse through the router and create a text file of all the settings.

Trying to remember (or read screenshots) of everything I've changed/configured when cleaning nvram always leads to a problem or two.
 
Is there a tool that can either read the settings backup file or can parse through the router and create a text file of all the settings.

Trying to remember (or read screenshots) of everything I've changed/configured when cleaning nvram always leads to a problem or two.

Keep a text backup of it. Assuming a USB disk mounted as sda1, for example:

Code:
nvram show | sort > /mnt/sda1/settings.txt
 
You mean create one by hand or is there a tool that will generate a text file of all the current settings?

I'm not complaining, just trying to figure out the best way to do this for multiple routers/APs.
 
You mean create one by hand or is there a tool that will generate a text file of all the current settings?

I'm not complaining, just trying to figure out the best way to do this for multiple routers/APs.

The command I wrote will generate that text file if you run it over SSH/Telnet.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top