cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2550
Views
0
Helpful
2
Replies

Output runningconfig to text file

tbonejackson
Level 1
Level 1

I would think this would be an easy one for someone to answer. How do I output the configuration that is running on my router to a text file?

2 Replies 2

thisisshanky
Level 11
Level 11

If you are using hyperterminal, give a Capture Text (from Properties menu) and specify a file name (say C:\capture.txt). Now issue a "show run" command and keep pressing space or Enter, until the whole configuration is listed. Once this is done, Stop the capturing from the same menu.

Now you will have the router config on capture.txt file.

Another way to do it is to copy the file into a tftp server.

Set up a tftp server and issue the following command on the router.

copy running-config tftp

Router will prompt you to specify ip address of Tftp SERVER, and destination file name. Specify a file name for the file being copied on to tftp server. The file can be found in the default TFTP folder of the TFTP server. (Make sure you are able to reach the TFTp server from the router)

Hope that helps!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Keep in mind, if you use the capture method, issuing 'term len 0' before 'show run' removes the need to keep hitting the space bar.

Review Cisco Networking for a $25 gift card