Ip nat translation – Enterasys Networks X-Pedition XSR CLI User Manual

Page 264

Advertising
background image

Network Address Translation Commands

5-188 Configuring the Internet Protocol

Syntax of the “no” Form

The no form of the command removes a single static translation entry:

no ip nat source static local-ip global-ip

Mode

Global configuration: 

XSR(config)#

Example

The following example configures a static NAT system:

XSR(config)#ip nat source static 192.178.15.97 10.10.10.5

ip nat translation

This command changes the interval after which translations time out.

Syntax

ip nat translation {timeout | udp-timeout | tcp-timeout | icmp-timeout}[seconds]
| [never]

Syntax of the “no” Form

The no command configures default timeout values:

no ip nat translation {timeout | udp-timeout | tcp-timeout | icmp-timeout}
[seconds] | [never]

Mode

Global configuration: 

XSR(config)#

global-ip

Translated IP address.

tcp | udp

This value implies that his is a port‐specific static NAT.

local-port

Source port of outgoing packets and destination port of incoming packets.

global-port

Destination port of outgoing packets and source port of incoming packets.

timeout

Dynamic NAT interval (not overload translations).

udp-timeout

UDP port interval.

tcp-timeout

TCP port interval.

icmp-timeout

ICMP traffic interval.

seconds

Period after which port translation expires.

never

No expiration.

Advertising