cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

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

Who Me Too'd this topic