Removing Static NAT From Your Cisco Router

How to remove a static NAT from your cisco router?

ip nat inside source static 192.168.0.2 your.public.ip.address

Sometimes you will get error

%static entry in use, cannot remove

Gosh.. Then how can we remove it?

The answer is very simple. Just do

clear ip nat translation *

Then you shouldn’t get any error msg anymore. And your static NAT is disappear

Related Articles :
    No matches

Leave a Reply