Access switch with more than two uplinks

If you want to connect an access switch on a pair of MLAG access switches with more than 2 total uplinks you can follow these steps

  1. Make sure templates supports aggregate_id option on dist downlink ports
  2. Configure one link per dist as downlink with aggregate_id 10 for port 10 for example, all other ports should be shutdown
  3. Perform ZTP with only two uplinks
  4. Configure rest of the ports as enabled on dist, and set same aggregate_id as the first port
  5. Add linknets for the extra ports manually via API
  6. Add neighbor hostnames and set ACCESS_UPLINK interfaces on access switches manually via API
  7. Sync config
  • No labels