Link to home
Start Free TrialLog in
Avatar of gateguard
gateguard

asked on

Dynamic mapping in use, cannot remove

hostname#config t
Enter configuration commands, one per line.  End with CNTL/Z.
hostname(config)#int fa0/0
hostname(config-if)#no ip nat inside
hostname(config-if)#exit
hostname(config)#no ip nat inside source list 100
%Dynamic mapping in use, cannot remove

I want to change an access list.  Access list 100.  But I have to drop it first.  But I have to stop using it first (in the inside source list).

How?
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Use the "clear ip nat translation" command after the "no ip nat inside" command, then try making your change.

http://www.cisco.com/warp/public/556/clear_nat_comments.pdf
Avatar of gateguard
gateguard

ASKER

I tried that, but it demands more parameters.  Source & Destination.
ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial