{
  "schemaVersion": 6,
  "id": "65264d98-8be6-5cdc-a5a7-531e3f91075c",
  "name": "Repair ACL Placement and Direction",
  "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": 430,
      "y": 70,
      "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.20.20.1 255.255.255.0\n no shutdown\n ip access-group 101 in\naccess-list 101 deny ip host 10.10.10.30 host 10.20.20.20\naccess-list 101 permit ip any any\nend\n"
    },
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 150,
      "y": 260,
      "runningConfig": "hostname SW1\nvlan 10\n name LAN10\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/2\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\n\nend\n"
    },
    {
      "id": "sw2",
      "label": "SW2",
      "kind": "switch",
      "model": "switch-8",
      "x": 750,
      "y": 260,
      "runningConfig": "hostname SW2\nvlan 20\n name LAN20\ninterface g0/1\n switchport mode access\n switchport access vlan 20\n no shutdown\ninterface g0/2\n switchport mode access\n switchport access vlan 20\n no shutdown\ninterface g0/8\n switchport mode access\n switchport access vlan 20\n no shutdown\n\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 50,
      "y": 490,
      "hostConfig": {
        "ipAddress": "10.10.10.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.10.10.1"
      }
    },
    {
      "id": "pc3",
      "label": "PC3",
      "kind": "pc",
      "model": "pc",
      "x": 280,
      "y": 490,
      "hostConfig": {
        "ipAddress": "10.10.10.30",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.10.10.1"
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 650,
      "y": 490,
      "hostConfig": {
        "ipAddress": "10.20.20.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.20.20.1"
      }
    },
    {
      "id": "pc4",
      "label": "PC4",
      "kind": "pc",
      "model": "pc",
      "x": 880,
      "y": 490,
      "hostConfig": {
        "ipAddress": "10.20.20.40",
        "subnetMask": "255.255.255.0",
        "defaultGateway": "10.20.20.1"
      }
    }
  ],
  "links": [
    {
      "id": "r1-g0/0-sw1-g0/8",
      "a": {
        "deviceId": "r1",
        "port": "g0/0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/8"
      },
      "cableType": "auto"
    },
    {
      "id": "r1-g0/1-sw2-g0/8",
      "a": {
        "deviceId": "r1",
        "port": "g0/1"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/8"
      },
      "cableType": "auto"
    },
    {
      "id": "pc1-eth0-sw1-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "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": "pc2-eth0-sw2-g0/1",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc4-eth0-sw2-g0/2",
      "a": {
        "deviceId": "pc4",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/2"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
