Using EDP, the ports connected between the peers will be automatically discovered. You can then edit which ports are used to construct the ISC.
Note
We recommend using LACP for this ISC LAG.Clicking Setup MLAG Peers pushes the following configuration to both peers. If a virtual router is used for the ISC, the ISC ports are removed from any VLANs they may be associated with. The next available tag between both peers is used for the ISC VLAN tag, which in this example is 2.
## Peer 1 ## configure vlan default delete port 1, 4-6, 13 configure Vr VR-Default delete ports 1, 4-6, 13 enable sharing 1 grouping 1, 4-6, 13 algorithm address-based custom lacp create vr "VR-MLAG-ISC" create vlan "mlag_isc" vr VR-MLAG-ISC configure vlan mlag_isc tag 2 configure vlan mlag_isc add ports 1 tagged configure vlan mlag_isc ipaddress 169.254.233.226 255.255.0.0 create mlag peer "m00049697E9F9" configure mlag peer "m00049697E9F9" ip address 169.254.233.249 vr VR-MLAG-ISC ## Peer 2 ## configure vlan default delete port 1, 4-6, 14 configure Vr VR-Default delete ports 1, 4-6, 14 enable sharing 1 grouping 1, 4-6, 14 algorithm address-based custom lacp create vr "VR-MLAG-ISC" create vlan "mlag_isc" vr VR-MLAG-ISC configure vlan mlag_isc tag 2 configure vlan mlag_isc add ports 1 tagged configure vlan mlag_isc ipaddress 169.254.233.249 255.255.0.0 create mlag peer "m00049697E9E2" configure mlag peer "m00049697E9E2" ip address 169.254.233.226 vr VR-MLAG-ISC