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

Help Please

Status
Not open for further replies.

davidmic

Technical User
Feb 17, 2002
6
US
Our Network Admin has suddenly left the company. Now, I must change the static routes for a cisco 2500. I do not know where to start. The router has a laptop connected with hyper terminal open and company_name# at the prompt. Can anyone help or at least point me in the right direction. I just don't have time to research cisco commands. Any help would be greatly appreaciated.
 
Post the results of "sh run" and somebody may be
able to help you.
 
Do a sh run and note the current NAT config. Look for 'ip nat inside/outside source static 123.123.123.123 456.456.456'
enter config mode by typing 'config t'
disable the old nat mappings by typing them again but with 'no' at the begining.
Type your new static mappings in the same format as the old
type exit to leave config mode
Check you work by typing 'sh ip nat trans'
If correct save with 'wr mem' or 'copy run start'

-Jeff ----------------------------------------
Wassabi Pop Tarts! Write Kellogs today!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top