evpn multi-homed

Use this command to configure interfaces as multi-homed and configure esi-value in case of physical and static lag and system-mac in case of Dynamic lag.

The command evpn multi-homed allows users to configure single-active and port-active load-balancing Ethernet Segment Identifier (ESI) on a link with a multihomed Customer Edge (CE).

Use the no parameter of this command to unconfigure multi-homed on the interface.

Command Syntax

Copy
evpn multi-homed esi XX:XX:XX:XX:XX:XX:XX:XX:XX (load-balancing (single-active)|)
evpn multi-homed system-mac (XX-XX-XX-XX-XX-XX|XX:XX:XX:XX:XX:XX|XXXX.XXXX.XXXX) (load-balancing (port-active)|)
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)

port-active

To support ESI configuration for port-active redundancy mode.

single-active

To support ESI configuration for single-active redundancy mode.

Default

Default value is 0.

Command Mode

Interface mode

Applicability

This command was introduced in OcNOS version 4.0 and underwent modifications in the OcNOS version 6.4.1 and OcNOS version 6.4.2.

Example

Copy
#configure terminal
(config)#interface xe1
(config)#evpn multi-homed esi 00:11:22:33:44:55:66:77:88 load-balancing single-active
(config)#exit
 
configure terminal
(config)#interface po1
(config)#evpn multi-homed system-mac 0000.0000.1111 load-balancing port-active
(config)#exit