cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
18924
Views
11
Helpful
2
Replies

cannot delete a nat overload...

snickered
Level 1
Level 1

I can't remove a line from my config:

Router(config)#no ip nat inside source list 101 pool MY_POOL overload

Dynamic mapping in use, do you want to delete all entries? [no]: y

%Error: Dynamic mapping still in use, cannot remove

Router(config)#int g0/1.1

Router(config-subif)#no ip nat inside

Router(config-subif)#end

Router#clear ip nat translation *

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#no ip nat inside source list 101 pool MY_POOL overload

Dynamic mapping in use, do you want to delete all entries? [no]: y

%Error: Dynamic mapping still in use, cannot remove

Router(config)#int g0/1.1

Router(config-subif)#ip nat inside

Router(config-subif)#end

I don't even have a access-list of 101 and I don't have a pool setup called MY_POOL:

Router#sh ip access-list 101

Router#sh run | i MY_POOL

ip nat inside source list 101 pool MY_POOL overload

Router#

How can I remove this thing? I'm stumped.

2 Replies 2

paolo bevilacqua
Hall of Fame
Hall of Fame

Classic IOS bug. Configure no nat on interface as you're doing, reload, change nat as needed.

Edison Ortiz
Hall of Fame
Hall of Fame

It's a timing issue. Please refer to this URL for more information

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

In short, keep trying :)

You can also shut the interface down, if possible.

HTH,

__

Edison.

Review Cisco Networking products for a $25 gift card