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!

How to Remove a NAT 1 to 1 Translation?

Status
Not open for further replies.

SQL2KDBA69

Programmer
Joined
Feb 4, 2004
Messages
227
Location
US
I have a translation that reads :

ip nat inside source static 65.x.x.x 65.x.x.x

where i try to remove it say " Static entry in use, cannot remove

how do i remove it thank for any help
 
Try doing a "clear ip nat translation *" command first then remove.
 
you will need to remove nat then rebuild it.

same as an access list you can't edit them by line. you have to take it out then put it back (with the new changes)

CCNA MCSE MCP NET+ A+ Security+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top