- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 06:41 AM - edited 03-05-2019 02:12 PM
Through an unfortunate combination of circcumstances, my router's configuration now has TWO instances of "ip nat inside source static ..." for a single inside address:
ip nat inside source static tcp 192.168.1.36 80 interface FastEthernet0 80
ip nat inside source static 192.168.1.36 69.228.xxx.xxx route-map SDM_RMAP_1 extendable
When tried to delete one of these static mappings, it said it was "in use" and refused to delete it. How can I delete an in-use static mapping?
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:04 AM
Hi,
clear the respective nat entry from the NAT table first and remove the command afterwards. It might require VERY fast typing, so copy and paste in the config mode usually works best:
do clear ip nat translation *
no ip nat inside source static 192.168.1.36 69.228.xxx.xxx route-map SDM_RMAP_1 extendable
This is SERVICE affecting!
Hope this helps!
Regards, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:04 AM
Hi,
clear the respective nat entry from the NAT table first and remove the command afterwards. It might require VERY fast typing, so copy and paste in the config mode usually works best:
do clear ip nat translation *
no ip nat inside source static 192.168.1.36 69.228.xxx.xxx route-map SDM_RMAP_1 extendable
This is SERVICE affecting!
Hope this helps!
Regards, Martin
