{
  "schemaVersion": 6,
  "id": "c2619fb7-d708-5591-9066-c64298998ca7",
  "name": "TheLineman CCNA Capstone",
  "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-4",
      "x": 350,
      "y": 30,
      "runningConfig": "hostname R1\nip routing\ninterface g0/0\n ip address 10.10.10.1 255.255.255.0\n no shutdown\ninterface g0/2\n ip address 10.20.20.1 255.255.255.0\n no shutdown\ninterface g0/1\n ip address 172.16.12.1 255.255.255.252\n no shutdown\nend\n"
    },
    {
      "id": "r2",
      "label": "R2",
      "kind": "router",
      "model": "router-2",
      "x": 800,
      "y": 30,
      "runningConfig": "hostname R2\nip routing\ninterface g0/0\n ip address 10.30.30.1 255.255.255.0\n no shutdown\ninterface g0/1\n ip address 172.16.12.2 255.255.255.252\n no shutdown\nend\n"
    },
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 180,
      "y": 260,
      "runningConfig": "hostname SW1\ninterface g0/1\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/2\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/6\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/7\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/8\n switchport mode access\n switchport access vlan 1\n no shutdown\n\nend\n"
    },
    {
      "id": "sw2",
      "label": "SW2",
      "kind": "switch",
      "model": "switch-8",
      "x": 620,
      "y": 260,
      "runningConfig": "hostname SW2\ninterface g0/1\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/2\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/6\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/7\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface g0/8\n switchport mode access\n switchport access vlan 1\n no shutdown\n\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 40,
      "y": 500,
      "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": 560,
      "y": 500,
      "hostConfig": {
        "ipAddress": "10.10.10.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.10.10.1"
      }
    },
    {
      "id": "pc3",
      "label": "PC3",
      "kind": "pc",
      "model": "pc",
      "x": 270,
      "y": 500,
      "hostConfig": {
        "ipAddress": "10.20.20.30",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.20.20.1"
      }
    },
    {
      "id": "pc4",
      "label": "PC4",
      "kind": "pc",
      "model": "pc",
      "x": 800,
      "y": 500,
      "hostConfig": {
        "ipAddress": "10.20.20.40",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.20.20.1"
      }
    },
    {
      "id": "pc5",
      "label": "PC5",
      "kind": "pc",
      "model": "pc",
      "x": 1070,
      "y": 170,
      "hostConfig": {
        "ipAddress": "10.30.30.50",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.30.30.1"
      }
    }
  ],
  "links": [
    {
      "id": "pc1-eth0-sw1-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc2-eth0-sw2-g0/1",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc3-eth0-sw1-g0/2",
      "a": {
        "deviceId": "pc3",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/2"
      },
      "cableType": "auto"
    },
    {
      "id": "pc4-eth0-sw2-g0/2",
      "a": {
        "deviceId": "pc4",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/2"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-g0/8-sw2-g0/8",
      "a": {
        "deviceId": "sw1",
        "port": "g0/8"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/8"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-g0/6-r1-g0/0",
      "a": {
        "deviceId": "sw1",
        "port": "g0/6"
      },
      "b": {
        "deviceId": "r1",
        "port": "g0/0"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-g0/7-r1-g0/2",
      "a": {
        "deviceId": "sw1",
        "port": "g0/7"
      },
      "b": {
        "deviceId": "r1",
        "port": "g0/2"
      },
      "cableType": "auto"
    },
    {
      "id": "r1-g0/1-r2-g0/1",
      "a": {
        "deviceId": "r1",
        "port": "g0/1"
      },
      "b": {
        "deviceId": "r2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "r2-g0/0-pc5-eth0",
      "a": {
        "deviceId": "r2",
        "port": "g0/0"
      },
      "b": {
        "deviceId": "pc5",
        "port": "eth0"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
