cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
16289
Views
49
Helpful
8
Replies

I do 'no ip nat pool mypool' and get 'cannot destroy' message

news2010a
Level 3
Level 3

I am trying to remove a NAT entry;

I do 'no ip nat pool mypool 195.1.1.1 195.1.1.3 netmask 255.255.255.0'

then the IOS returns:

%Pool globalpool in use, cannot destroy

Can you clarify how I can handle this ? IOS 12.3, C2610.

interface Serial0/0

*Mar 1

ip address 195.1.1.4 255.255.255.0FAILURE: System config parse from (

clockrate 500000

clockrate 500

no fair-queue

no fair

no cdp enable

ftp://255.2

ip nat pool globalpool 195.1.1.1 195.1.1.3 netmask 255.255.255.0

ip nat inside source list 1 pool globalpool

ip http server

no ip classless

ip route 0.0.0.0 0.0.0.0 Serial0/0

!

!

access-list 1 permit 10.1.1.2

access-list 1 permit 10.1.1.3

access-list 1 permit 10.1.1.1

access-list 1 permit 10.1.1.4

no cdp run

!

line con 0

exec-timeout 0 0

line aux 0

line vty 0

8 Replies 8

Edison Ortiz
Hall of Fame
Hall of Fame

Marlon,

The reason you are unable to delete the pool is due NAT taking place at the moment.

You need to perform the following commands real quick. If I were you, I copy and paste as a script.

#clear ip nat translation *

#config terminal

(config)#no ip nat pool mypool 195.1.1.1 195.1.1.3 netmask 255.255.255.0

Please rate helpful posts.

Thanks

Hi,

There is a document on CCO that describes how to get around precisely this situation:

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080094422.shtml

Hope that helps - pls do rate the post if it does

Paresh

foxbatreco
Level 3
Level 3

Hii,

For this to be done properly, clear the translations and then remove the statement.

If still its not happening then remove the internal network physical connection from the router and do it.or you can disable nat on the interfaces,clear the tables and then do it.

Pls rate the post.

This forum is amazing. Thanks.

you can also do it by just issuing command on interface configuration mode "shutdown"

and then you can disable the NAT on the interface...

rate this post if it helps

regards

Devang

elephant1132
Level 1
Level 1

ip nat pool globalpool 195.1.1.1 195.1.1.3 netmask 255.255.255.0

ip nat inside source list 1 pool globalpool

 

under this your cisco command,

 

just do "no ip nat inside source list 1 pool globalpool" first,

and, "no ip nat pool globalpool 195.1.1.1 195.1.1.3 netmask 255.255.255.0" later.

 

It is quite, Easy? right?

Ali Alshamrani
Level 1
Level 1

try to dislink the pool with the ACL:

no ip nat inside source ( your ACL list ) pool mypool

then distroy your pool

Hello

Clear ip nat translation * force


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card