configure virtual-network local endpoint

configure virtual-network local-endpoint [ ipaddress ipaddress { vr vr_name } | none ]

Description

This command configures a local IPv4 address to be used as SIP for encapsulated packets.

Syntax Description

ipaddress Configure the IP address to be used as source IP address for VXLAN packets encapsulated by this gateway.
ipaddress An existing interface IPv4 address.
vr VR/VRF instance the IPv4 address is configured on.
vr_name An existing VR/VRF name.
none Remove existing IP address configuration for the local tunnel endpoint for this virtual router.

Default

VR-Default.

Usage Guidelines

The address must have been configured as an interface address prior to issuing this command. Although not mandatory, it is strongly recommended that a loopback VLAN (Virtual LAN) IP address be used as the local IP address for tunnels. “VR-Default” is the default for VR/VRF name. ExtremeXOS checks if the given IP address is configured on the VR/VRF. If not configured, the command fails with an appropriate error message. This release of ExtremeXOS supports tunnel termination on a single VR/VRF. That VR/VRF can be a user created. If you intend to change the IP address or the VR/VRF, you can re-issue the same command with a different IP address to effect the change.

Example

To configure a local tunnel endpoint IP address in a user created VR/VRF:

configure virtual-network local-endpoint ipaddress 10.10.10.1 vr VR-User

To change a local tunnel endpoint to a different IP address within the same VR/VRF:

configure virtual-network local-endpoint ipaddress 20.20.20.1 vr VR-User

To unconfigure a local tunnel endpoint IP address:

configure virtual-network local-endpoint none

To change a local tunnel endpoint to a different IP address in a different VR/VRF:

configure virtual-network local-endpoint ipaddress 10.10.10.1 vr VR-Default

History

This command was first available in ExtremeXOS 21.1.

Platform Availability

This command is supported on the Summit X770, X670-G2, and ExtremeSwiching X870 series switches, and stacks with X770, X670-G2, and X870 slots only.