03-08-2022 09:57 AM
create vlan isc
configure vlan isc tag 20
configure vlan isc add ports 1 tagged
configure vlan isc ipaddress 198.51.100.5/30
create mlag peer top-right
configure mlag peer top-right lacp-mac 22:33:44:55:66:77
configure mlag peer top-right ipaddress 198.51.100.6
enable sharing 2 grouping 2,3 algorithm address-based l3_l4 lacp
enable mlag port 2 peer top-right id 300
03-21-2022 07:56 AM
03-09-2022 11:08 AM
03-09-2022 10:58 AM
Hi Rob,
Yes, the MLAG Peer 'Names' are only locally significant and are purely for human-readability. In fact, I often use the peer name 'Peer', which allows you to use many of the same commands on both MLAG peer switches.
IE, I can use these same command on both MLAG peers:
create mlag peer peer
enable mlag port 1 peer peer id 1
The key things doing the work are the ISC VLAN and IP, not the peer name.