{
  "schemaVersion": 6,
  "id": "a90c7f1e-3040-5d75-8a4c-28b64d5a3441",
  "name": "Repair an OSPF Area Mismatch",
  "createdAt": "2026-09-14T00:00:00.000Z",
  "updatedAt": "2026-09-14T00: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\nrouter ospf 1\n router-id 1.1.1.1\n network 10.10.10.0 0.0.0.255 area 0\n network 10.0.12.0 0.0.0.3 area 0\n passive-interface g0/0\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\nrouter ospf 1\n router-id 2.2.2.2\n network 10.20.20.0 0.0.0.255 area 0\n network 10.0.12.0 0.0.0.3 area 1\n passive-interface g0/0\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 180,
      "y": 370,
      "hostConfig": {
        "ipAddress": "10.10.10.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.10.10.1"
      }
    },
    {
      "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"
      }
    }
  ],
  "links": [
    {
      "id": "pc1-r1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "r1",
        "port": "g0/0"
      },
      "cableType": "auto"
    },
    {
      "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"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
