{
  "schemaVersion": 6,
  "id": "cb22f89c-b082-593c-8231-55244d653423",
  "name": "Small Office Deployment",
  "createdAt": "2026-09-19T00:00:00.000Z",
  "updatedAt": "2026-09-19T00:00:00.000Z",
  "canvas": {
    "notes": [],
    "shapes": [],
    "groups": []
  },
  "devices": [
    {
      "id": "r1",
      "label": "R1",
      "kind": "router",
      "model": "router-2",
      "x": 420,
      "y": 100,
      "runningConfig": "hostname R1\nip routing\ninterface g0/0\n no shutdown\ninterface g0/1\n no shutdown\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 100,
      "y": 450,
      "hostConfig": {
        "ipAddress": "",
        "subnetMask": "255.255.255.224",
        "defaultGateway": "",
        "dhcpClient": true
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 660,
      "y": 350,
      "hostConfig": {
        "ipAddress": "172.16.40.34",
        "subnetMask": "255.255.255.240",
        "defaultGateway": "172.16.40.33"
      }
    },
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 120,
      "y": 240,
      "runningConfig": "hostname SW1\nvlan 10\n name OFFICE\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/8\n switchport mode access\n switchport access vlan 10\n no shutdown\nend\n"
    }
  ],
  "links": [
    {
      "id": "pc2-eth0-r1-g0/1",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "r1",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc1-eth0-sw1-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-g0/8-r1-g0/0",
      "a": {
        "deviceId": "sw1",
        "port": "g0/8"
      },
      "b": {
        "deviceId": "r1",
        "port": "g0/0"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
