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

Copy and Past a new pre-config file to Cisco 1721 Router

Status
Not open for further replies.

handyman2

Technical User
Joined
May 3, 2005
Messages
1
Location
US
I have a new Cisco 1721 Router and I am attempting to copy and paste a preconfigure script .txt file useing hyperterminal from the Mfg startup config point. I have been trying this for the last 2 days without any success. Does anyone know of a better way to accomplish this task??
 
Please describe your failure. And don't use M$ hyperterminal....use TeraTerm or Putty
 
Hello there, you can try the following:

*You should have a copy in txt format on your PC used to console into the router

*console into to the router and power on

Once up the router will prompt you to enter the initial configuration mode type in no press enter
The router will ask you if you want to exit the initial configuration type in yes

* at the next prompt which should be router> type in the following:
router>en <enter>
router#config t <enter> NB the pound or hash sign
router(config)# Now, open your text file select all and copy and paste the content in here
Once done type in end
If you have a a hostname command pointing to a different name you should see that name like
newname# now just type in wr mem
Next do a show ver making sure that on the very last line the configuration registry value is 0x2102, if this is the setting then type in reload confirm that and on the new reload the router should run you configuration. Cheers and good luck
 
The 1720 supports autoconfig if you have a simple TFTP/DHCP server like TFTPd32 - I generally don't use it but some of my customers have.. it's very good.

Personally I'd tftp a config on rather than paste to a console. Whay do you need the script?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top