MLAG Configuration Flashcards

MLAG Configuration in Arista – Summary Steps

1
Q

1st step of MLAG Configuration in Arista?

A
  1. Create Peer VLAN for MLAG Control Traffic.

vlan 4092
name MLAG-PEER
trunk group mlagpeer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2nd step of MLAG Configuration in Arista?

A
  1. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

3rd step of MLAG Configuration in Arista?

A
  1. 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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

4th step of MLAG Configuration in Arista?

A
  1. 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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

5th step of MLAG Configuration in Arista?

A
  1. 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to validate MLAG Status?

A
  1. Validate MLAG Status.

show mlag
show mlag interfaces
show mlag detail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly