I am getting ready to configure a new router, and would like to print the entire configuration of my current router to use as a guide. Can someone tell me how to print out the entire configuration without having to do it section by section?
open up a terminal and type:
export
export actually exports anything at or below the level of menu you are at.
you can also use:
export file=config
and you can download the file from the router and open with a text editor.
Thank you very much