cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
0
Helpful
1
Replies

Deleting nat entries in a 828 router

tgbnji
Level 1
Level 1

As a relatively newbee to the Cisco world I am trying to configure some nat entries in a 828 router.

I'm able to successfully configure entries with commands such as:

ip nat inside source static tcp 192.168.1.3 80 interface dialer0 80

The question is now: How do I delete an entry?

Regards

1 Accepted Solution

Accepted Solutions

Hello,

in order to delete the entry, just type:

no ip nat inside source static tcp 192.168.1.3 80 interface dialer0 80

Also, delete the entry from the NAT table: do a ; show ip nat translations' first and check what the source/destination pair is for the address you want to delete. Then type:

clear ip nat translation inside X.X.X.X Y.Y.Y.Y, where X.X.X.X is the global address and Y.Y.Y.Y is the local address.

Let me know if you need more help with this.

Regards,

GP

View solution in original post

1 Reply 1

Hello,

in order to delete the entry, just type:

no ip nat inside source static tcp 192.168.1.3 80 interface dialer0 80

Also, delete the entry from the NAT table: do a ; show ip nat translations' first and check what the source/destination pair is for the address you want to delete. Then type:

clear ip nat translation inside X.X.X.X Y.Y.Y.Y, where X.X.X.X is the global address and Y.Y.Y.Y is the local address.

Let me know if you need more help with this.

Regards,

GP