{
  "schemaVersion": 6,
  "id": "c332c889-8bc4-5585-bbd9-5e4b82c7ca76",
  "name": "Address Hosts inside a /26 Subnet",
  "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 no shutdown\ninterface g0/2\n no shutdown\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 180,
      "y": 350,
      "hostConfig": {
        "ipAddress": "192.168.50.10",
        "subnetMask": "255.255.255.192",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 660,
      "y": 350,
      "hostConfig": {
        "ipAddress": "192.168.50.66",
        "subnetMask": "255.255.255.192",
        "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"
  }
}
