OcNOS-SP : Virtual Extensible LAN Guide : Virtual Extensible LAN Command Reference : VXLAN Commands : evpn multi-homed
evpn multi-homed
Use this command to configure interfaces as multi-homed and configure esi-value for physical and static LAGs, and system-mac for dynamic LAGs.
Use the no parameter of this command to unconfigure multi-homing on an interface.
Command Syntax
evpn multi-homed (esi XX:XX:XX:XX:XX:XX:XX:XX:XX | system-mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX)
no evpn multi-homed (esi | system-mac)
Parameters
XX:XX:XX:XX:XX:XX:XX:XX:XX
 
ESI value in HH:HH:HH:HH:HH:HH:HH:HH:HH - 9 octet format
XX-XX-XX-XX-XX-XX
 
Host MAC address (Option 1)
XX:XX:XX:XX:XX:XX
 
Host MAC address (Option 2)
XXXX.XXXX.XXXX
 
Host MAC address (Option 3)
Default
The default value is 0.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#interface xe1
(config)#evpn multi-homed esi 00:11:22:33:44:55:66:77:88
(config)#exit
 
configure terminal
(config)#interface po1
(config)#evpn multi-homed system-mac 0000.0000.1111
(config)#exit
Last modified date: 10/20/2023