configure vlan l2pt profile

configure [[{vlan vlan_name] [vxlan {vr vr_name} rtep rtep_ipv4]] l2pt profile [none | profile_name]

Description

Configures VLAN L2PT profiles on service interfaces.

Syntax Description

vlan Specifies the VLAN configuration.
vlan_name Specifies the VLAN name.
vxlan Specifies Virtual eXtensible LAN.
vr Specifies Virtual Router.
vr_name Specifies the Virtual Router Name. If not specified, the VR of the current command context is used.
rtep Specifies Remote Tunnel End Point.
rtep_ipv4 Specifies the Remote Tunnel End Point IPv4 address.
l2pt Specifies Layer 2 protocol tunneling.
profile Specifies the L2PT profile for the RTEP.
none Specifies that no L2PT profile should be bound to the ports (default).
profile_name Specifies the L2PT profile to be bound to the ports.

Default

Disabled.

Usage Guidelines

Use this command to configure VLAN L2PT profiles on VXLAN RTEP interfaces.

Example

The following example binds the tenant VLAN to l2pt-nw profile with RTEP IP address as 2.2.2.2 of VxLAN service Interface with the action "none":

# configure l2pt profile "l2pt-nw" add protocol filter cdp action none
# configure vlan tenant vxlan rtep 2.2.2.2 l2pt profile l2pt-nw
 

The following example unbinds the configured l2pt profile from RTEP IP address 2.2.2.2 associated with tenant VLAN:

# configure vlan tenant vxlan rtep 2.2.2.2 l2pt profile none

The following example binds the tenant with peer 2.2.2.2 of VxLAN RTEP l2pt-nw specifies tunneling actions:

# configure l2pt profile "l2pt-nw" add protocol filter cdp action tunnel
# configure tenant vxlan rtep 2.2.2.2 l2pt profile "l2pt-nw"
Error: Cannot tunnel on VxLAN RTEP. Tunnel action may be applied only to ports.

History

This command was first available in ExtremeXOS 31.3.

Platform Availability

This command is supported on the ExtremeSwitching 5520 series switch and stacks with 5520 slots only.