{
  "schemaVersion": 6,
  "id": "00000000-0000-4000-8000-000000000001",
  "name": "VLAN Guided Lab",
  "createdAt": "2026-09-14T00:00:00.000Z",
  "updatedAt": "2026-09-14T00:00:00.000Z",
  "canvas": {
    "notes": [],
    "shapes": [],
    "groups": []
  },
  "devices": [
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 180,
      "y": 100,
      "runningConfig": "hostname SW1\nend\n"
    },
    {
      "id": "sw2",
      "label": "SW2",
      "kind": "switch",
      "model": "switch-8",
      "x": 650,
      "y": 100,
      "runningConfig": "hostname SW2\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 40,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.10.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 280,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.20.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc3",
      "label": "PC3",
      "kind": "pc",
      "model": "pc",
      "x": 540,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.10.30",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc4",
      "label": "PC4",
      "kind": "pc",
      "model": "pc",
      "x": 800,
      "y": 370,
      "hostConfig": {
        "ipAddress": "192.168.20.40",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    }
  ],
  "links": [
    {
      "id": "pc1-sw1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc2-sw1",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/2"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-sw2",
      "a": {
        "deviceId": "sw1",
        "port": "g0/8"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/8"
      },
      "cableType": "auto"
    },
    {
      "id": "pc3-sw2",
      "a": {
        "deviceId": "pc3",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc4-sw2",
      "a": {
        "deviceId": "pc4",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/2"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
