MLAG configuration between two Black Diamond
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-26-2017 10:41 AM
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 ?
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-26-2017 12:13 PM
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
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
