Configures VLAN L2PT profiles on service interfaces.
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. |
Disabled.
Use this command to configure VLAN L2PT profiles on VXLAN RTEP interfaces.
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.
This command was first available in ExtremeXOS 31.3.
This command is supported on the ExtremeSwitching X670-G2, X465, X590, X690, X695, X870, 5520 series switches, and stacks with X465, X590, X670-G2, X690, X695, X870, 5520 slots only.