This command configures a local IPv4 address to be used as SIP for encapsulated packets.
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. |
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 This command is available on the ExtremeSwitching X440-G2, X450-G2, X460-G2, X465, X590, X620, and X695 series switches. 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.
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
This command was first available in ExtremeXOS 21.1.
This command is supported on the ExtremeSwitching X465, X590, X695 series switches, and stacks with X465, X590, X695 slots only.