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

NAT / extendable & no-payload

jhroyer
Level 1
Level 1

Hi,

How can you enable the options extendable & no-payload using this syntax:

ip nat inside source static udp <IP1> <PORT1> interface <INTERFACE> <PORT2>

The only way to do it is to use the syntax with the IP of the interface:

ip nat inside source static udp <IP1> <PORT1> <INTERFACE-IP> <PORT2> extendable no-payload

The problem is that the interface is using a dynamic IP (DHCP) with leases which makes this syntax unsusable...

Any idea welcome...

Thanks.

1 Reply 1

jhroyer
Level 1
Level 1

Since there is no reply I guess there is no way to do it, what is the process to report missing options in IOS commands ?

Thanks.