{
  "schemaVersion": 6,
  "id": "a2a48dc2-8b38-553e-9741-daabf37bfce2",
  "name": "Restore a Missing DHCP Relay",
  "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": 180,
      "y": 100,
      "runningConfig": "hostname R1\nip routing\ninterface g0/0\n ip address 10.10.10.1 255.255.255.0\n no shutdown\ninterface g0/1\n ip address 10.0.12.1 255.255.255.252\n no shutdown\nip route 10.20.20.0 255.255.255.0 10.0.12.2\nend\n"
    },
    {
      "id": "r2",
      "label": "R2",
      "kind": "router",
      "model": "router-2",
      "x": 650,
      "y": 100,
      "runningConfig": "hostname R2\nip routing\ninterface g0/0\n ip address 10.20.20.1 255.255.255.0\n no shutdown\ninterface g0/1\n ip address 10.0.12.2 255.255.255.252\n no shutdown\nip route 10.10.10.0 255.255.255.0 10.0.12.1\nip dhcp excluded-address 10.10.10.1 10.10.10.19\nip dhcp pool USERS\n network 10.10.10.0 255.255.255.0\n default-router 10.10.10.1\nexit\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 100,
      "y": 480,
      "hostConfig": {
        "ipAddress": "",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "",
        "dhcpClient": true
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 650,
      "y": 370,
      "hostConfig": {
        "ipAddress": "10.20.20.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.20.20.1"
      }
    },
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 100,
      "y": 240,
      "runningConfig": "hostname SW1\nvlan 10\n name CLIENTS\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": "r1-r2",
      "a": {
        "deviceId": "r1",
        "port": "g0/1"
      },
      "b": {
        "deviceId": "r2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc2-r2",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "r2",
        "port": "g0/0"
      },
      "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"
  }
}
