configure ip nat rule egress

configure ip nat rule rule_name egress {vlan} vlan_name

Description

Configures the egress VLAN on which the translated traffic is sent out on.

Syntax Description

ip Specifies Internet Protocol (IP).
nat Specifies NAT.
rule Specifies configuring NAT rules.
rule_name Specifies the NAT rule name.
egress Specifies configuring the NAT egress VLAN.
vlan Specifies the NAT egress VLAN.
vlan_name Specifies the NAT egress VLAN name.

Default

N/A.

Usage Guidelines

To create an IP NAT rule, run the command create ip nat rule rule_name type [ source-nat | napt | destination-napt].

Example

The following example configures the VLAN "VLAN1" as the egress VLAN for IP NAT rule "rule2":

# configure ip nat rule rule2 egress vlan vlan1

History

This command was first available in ExtremeXOS 31.2.

Platform Availability

This command is available on the switches that support the IP NAT feature. For information about which switches support this and other features, see the Switch Engine 32.2 Feature License Requirements document.