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

How do I clear an existing NAT pool?

Status
Not open for further replies.

soy4soy

IS-IT--Management
May 22, 2000
100
US
I've got an existing NAT config:

ip nat pool TWTC_OUT 76.192.163.41 76.192.163.46 netmask 255.255.255.248
ip nat inside source list 10 pool TWTC_OUT overload
ip classless
ip route 0.0.0.0 0.0.0.0 106.230.198.145
no ip http server

I want this statement to look like this:
ip nat pool TWTC_OUT 76.192.163.41 76.192.163.45 netmask 255.255.255.248
ip nat inside source list 10 pool TWTC_OUT overload
ip classless
ip route 0.0.0.0 0.0.0.0 106.230.198.145
no ip http server

but, I cannot seem to alter the NAT pool. I can take the router down if need be, but i'd like to have a game plan for what i am going to do... any ideas on what commands id use to shut it down to alter the statement?

Thanks in advance
 
Thank you.

Do I need to shutdown the ethernet interface or anything?

Does it matter that this is just a Cisco 1720?

I kept getting a "NAT Pool in use, cannot Destroy" error message when i tried to "NO ip nat pool..."

will try to clear this evening. Thanks again.
 
I think you might have to remove the nat inside and outside from your interface. Then put them back after makeing the changes.
 
I can probably figure out the syntax for removing the in/out NAT interfaces, but if you have any pointers, I'll certainly appreciate them. :-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top