{
  "schemaVersion": 6,
  "id": "fe7c35a1-4b72-53f8-b155-6c13fe843258",
  "name": "Bundle Two Uplinks with LACP",
  "createdAt": "2026-09-19T00:00:00.000Z",
  "updatedAt": "2026-09-19T00:00:00.000Z",
  "canvas": {
    "notes": [],
    "shapes": [],
    "groups": []
  },
  "devices": [
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 180,
      "y": 100,
      "runningConfig": "hostname SW1\nvlan 10\n name USERS\nvlan 20\n name STAFF\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/2\n switchport mode access\n switchport access vlan 20\n no shutdown\ninterface g0/7\n switchport mode trunk\n switchport trunk allowed vlan 10,20\n no shutdown\ninterface g0/8\n switchport mode trunk\n switchport trunk allowed vlan 10,20\n no shutdown\n\nend\n"
    },
    {
      "id": "sw2",
      "label": "SW2",
      "kind": "switch",
      "model": "switch-8",
      "x": 700,
      "y": 100,
      "runningConfig": "hostname SW2\nvlan 10\n name USERS\nvlan 20\n name STAFF\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/2\n switchport mode access\n switchport access vlan 20\n no shutdown\ninterface g0/7\n switchport mode trunk\n switchport trunk allowed vlan 10,20\n no shutdown\ninterface g0/8\n switchport mode trunk\n switchport trunk allowed vlan 10,20\n no shutdown\n\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 60,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.10.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 790,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.10.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc3",
      "label": "PC3",
      "kind": "pc",
      "model": "pc",
      "x": 290,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.20.30",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc4",
      "label": "PC4",
      "kind": "pc",
      "model": "pc",
      "x": 560,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.20.40",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    }
  ],
  "links": [
    {
      "id": "sw1-g0/7-sw2-g0/7",
      "a": {
        "deviceId": "sw1",
        "port": "g0/7"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/7"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-g0/8-sw2-g0/8",
      "a": {
        "deviceId": "sw1",
        "port": "g0/8"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/8"
      },
      "cableType": "auto"
    },
    {
      "id": "pc1-eth0-sw1-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc2-eth0-sw2-g0/1",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc3-eth0-sw1-g0/2",
      "a": {
        "deviceId": "pc3",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/2"
      },
      "cableType": "auto"
    },
    {
      "id": "pc4-eth0-sw2-g0/2",
      "a": {
        "deviceId": "pc4",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/2"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
