how does one "print" the startup config or running config.
also what is the best way to import config you have stored as a text file?
|
feedback
|
This question came from our site for computer enthusiasts and power users.
|
Starting conf: #show startup-config Running conf: #show running-config If you have it already on the box, it's as easy as: #copy (desired-running-config) running-config | |||||
feedback
|
|
I highly recommend you to create a TFTP server, especially if you are experimenting a lot. You can copy much easier from the router to the server and the other way around. Once you have the TFTP server, you can just:
| |||
|
feedback
|