cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3741
Views
5
Helpful
2
Replies

Remove existing static IP port forwarding

Ridhwan
Level 1
Level 1

Hi,

I'm trying to remove existing forwarded IP. I'm unsure on how to do it.

 I tried "no ip nat inside source static 192.168.x.x 210.x.a.b extendable"

Got the "% Invalid input detected at '^' marker." shown at "i" on letter ip.

Thanks in advance!

1 Accepted Solution

Accepted Solutions

Hello,

sometimes a static NAT entry cannot be cleared because it is in use. Try the following: cut and paste the below into your router (obviously, change the 'x.x' to your real IP address first.

clear ip nat translation
conf t
no ip nat inside source static 192.168.x.x 210.x.a.b extendable

View solution in original post

2 Replies 2

Hello,

sometimes a static NAT entry cannot be cleared because it is in use. Try the following: cut and paste the below into your router (obviously, change the 'x.x' to your real IP address first.

clear ip nat translation
conf t
no ip nat inside source static 192.168.x.x 210.x.a.b extendable

You save me. Thank you!

Just to add on that it's missing * at the end of "clear ip nat translation".

Review Cisco Networking products for a $25 gift card