cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17483
Views
0
Helpful
4
Replies

remove ip nat entry???

relmiami
Level 1
Level 1

I need to remove an entry that is forwarding all traffic to an insde ip address.

ex -

ip nat inside source static 192.168.0.10 208.B.C.D

The problem is that I need to block some ports. I know how to set up the entry but not how to remove one.

Thanks

4 Replies 4

fabios
Level 1
Level 1

Like all cisco IO commands can be negated by puttin a "no" in front of it:

no ip nat inside source static 192.168.0.10 208.B.C.D

HTH

Fabio

Thanks

Robert

mmasha
Level 1
Level 1

HI

clear ip nat translation *

NIX Technical

Mohsen.

jolmo
Level 4
Level 4

If this static entry is in use you won't be able to remove it . I recommend to perform a configuration script:

clear ip nat trans * \* this clears entire NAT table*\

config t

no ip nat inside source static 192.168.0.10 208.B.C.D

exit

Performing this script assures that after clearing NAT table you can remove ip nat command before this translation install again in the table.

Review Cisco Networking for a $25 gift card