Link to home
Start Free TrialLog in
Avatar of David Blair
David BlairFlag for United States of America

asked on

Cannot remove a static NAT entry "TRANSLATION NOT FOUND"

I accidentally added a NAT entry but forgot to include the protocol TCP so it looks like this in the config:

ip nat source static 172.20.2.5 x.x.x.16 route-map RMAP2 extendable

I try to delete the entry with this command:

no ip nat source static 172.20.2.5 x.x.x.16 route-map RMAP2 extendable

I receive an error: %Translation not found.

I'm confused because this is exactly what is listed in the config.  I've tried clearing translations, etc.
Avatar of harbor235
harbor235
Flag of United States of America image



The command did not take because it should be ip nat inside source static .......


harbor235 ;}
ASKER CERTIFIED SOLUTION
Avatar of David Blair
David Blair
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
Avatar of David Blair

ASKER

Solved myself.  Thanks for your assistance.