Setting up ISC Ports

Using EDP, the ports connected between the peers will be automatically discovered. You can then edit which ports are used to construct the ISC.

  1. Chalet discovers the ports between the connected ports and populates them on the ISC Ports page.
    Note

    Note

    We recommend using LACP for this ISC LAG.
    Click to expand in new window
    • To edit or add ports, click Edit.
    • To re-scan for connected ports, click Re-Scan.
  2. When you are satisfied with the chosen ISC ports, click Setup MLAG Peers.
    The Setup Peers page displays.
    Click to expand in new window

    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
  3. Click Select Protocols to continue.