{
  "schemaVersion": 6,
  "id": "059d0507-3c78-575a-bb32-a51223b417e6",
  "name": "Commission a Workstation Access Link",
  "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": 420,
      "y": 100,
      "runningConfig": "hostname SW1\ninterface g0/1\n switchport mode access\n switchport access vlan 1\n shutdown\ninterface g0/2\n switchport mode access\n switchport access vlan 1\n no shutdown\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 200,
      "y": 350,
      "hostConfig": {
        "ipAddress": "192.168.1.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 650,
      "y": 350,
      "hostConfig": {
        "ipAddress": "192.168.1.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    }
  ],
  "links": [
    {
      "id": "pc1-eth0-sw1-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc2-eth0-sw1-g0/2",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/2"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
