MLAG Configuration Flashcards
MLAG Configuration in Arista – Summary Steps
1st step of MLAG Configuration in Arista?
- Create Peer VLAN for MLAG Control Traffic.
vlan 4092
name MLAG-PEER
trunk group mlagpeer
2nd step of MLAG Configuration in Arista?
- Configure the MLAG Peer-Link.
interface Ethernetx-x
channel-group 100 mode active
interface Port-Channel100
description MLAG Peer-Link
switchport
switchport mode trunk
switchport trunk allowed vlan 4092
switchport trunk group mlagpeer
spanning-tree portfast network
spanning-tree bpdufilter enable
3rd step of MLAG Configuration in Arista?
- Configure the Peer VLAN Interface.
interface Vlan4092
ip address <Leaf1-IP>/31 # e.g., 10.90.90.1/31 (Leaf1), 10.90.90.2/31 (Leaf2)</Leaf1-IP>
4th step of MLAG Configuration in Arista?
- Enable and Configure MLAG.
mlag configuration
domain-id <MLAG-DOMAIN-NAME>
local-interface Vlan4092
peer-address <peer-IP> # Opposite side of /31
peer-link Port-Channel100</peer-IP></MLAG-DOMAIN-NAME>
5th step of MLAG Configuration in Arista?
- Configure Client-Facing MLAG Interfaces.
- Use the same mlag ID on both switches for Port-Channel10.
interface Ethernet5
channel-group 10 mode active
interface Port-Channel10
switchport
switchport mode access
switchport access vlan 200
mlag 10
How to validate MLAG Status?
- Validate MLAG Status.
show mlag
show mlag interfaces
show mlag detail