cancel
Showing results for 
Search instead for 
Did you mean: 

MLAG configuration between two Black Diamond

MLAG configuration between two Black Diamond

Sai_Prasad_Rao_
New Contributor III
create mlag peer "CORE-A" configure mlag peer "CORE-A" ipaddress 199.199.199.1 vr VR-Default

configure mlag peer "CORE-A" interval 1000

enable mlag port 10:47 peer "CORE-A" id 20

enable mlag port 10:48 peer "CORE-A" id 10

What does above configuration mean ?

1 REPLY 1

Stephane_Grosj1
Extreme Employee
Hi,

this is the typical minimal MLAG config.

# Name of the other MLAG peer, to distinguish if several MLAG peers are present
create mlag peer "CORE-A"

# IP address of the remote peer on the ISC vlan. Must not be routed
configure mlag peer "CORE-A" ipaddress 199.199.199.1 vr VR-Default

# the MLAG Id per port, must be identical on each MLAG peer for the same end-system
enable mlag port 10:48 peer "CORE-A" id 10
enable mlag port 10:47 peer "CORE-A" id 20

You also need to have the ISC vlan created with the correct IP address and all the necessary LAG created (10:48, 10:47) with LACP if needed.

Best Regards,
Stephane
GTM-P2G8KFN