{
  "schemaVersion": 6,
  "id": "7ee60695-d7d4-5d2f-b159-23767f069437",
  "name": "Repair an Unintended STP Root Election",
  "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": 440,
      "y": 60,
      "runningConfig": "hostname SW1\nspanning-tree mode rapid-pvst\nvlan 10\n name USERS\nspanning-tree vlan 10 priority 4096\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/7\n switchport mode trunk\n switchport trunk allowed vlan 10\n no shutdown\ninterface g0/8\n switchport mode trunk\n switchport trunk allowed vlan 10\n no shutdown\n\nend\n"
    },
    {
      "id": "sw2",
      "label": "SW2",
      "kind": "switch",
      "model": "switch-8",
      "x": 100,
      "y": 300,
      "runningConfig": "hostname SW2\nspanning-tree mode rapid-pvst\nvlan 10\n name USERS\nspanning-tree vlan 10 priority 8192\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/7\n switchport mode trunk\n switchport trunk allowed vlan 10\n no shutdown\ninterface g0/8\n switchport mode trunk\n switchport trunk allowed vlan 10\n no shutdown\n\nend\n"
    },
    {
      "id": "sw3",
      "label": "SW3",
      "kind": "switch",
      "model": "switch-8",
      "x": 800,
      "y": 300,
      "runningConfig": "hostname SW3\nspanning-tree mode rapid-pvst\nvlan 10\n name USERS\nspanning-tree vlan 10 priority 0\ninterface g0/1\n switchport mode access\n switchport access vlan 10\n no shutdown\ninterface g0/7\n switchport mode trunk\n switchport trunk allowed vlan 10\n no shutdown\ninterface g0/8\n switchport mode trunk\n switchport trunk allowed vlan 10\n no shutdown\n\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 100,
      "y": 550,
      "hostConfig": {
        "ipAddress": "192.168.10.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    },
    {
      "id": "pc2",
      "label": "PC2",
      "kind": "pc",
      "model": "pc",
      "x": 800,
      "y": 550,
      "hostConfig": {
        "ipAddress": "192.168.10.20",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    }
  ],
  "links": [
    {
      "id": "sw1-g0/7-sw2-g0/7",
      "a": {
        "deviceId": "sw1",
        "port": "g0/7"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/7"
      },
      "cableType": "auto"
    },
    {
      "id": "sw1-g0/8-sw3-g0/8",
      "a": {
        "deviceId": "sw1",
        "port": "g0/8"
      },
      "b": {
        "deviceId": "sw3",
        "port": "g0/8"
      },
      "cableType": "auto"
    },
    {
      "id": "sw2-g0/8-sw3-g0/7",
      "a": {
        "deviceId": "sw2",
        "port": "g0/8"
      },
      "b": {
        "deviceId": "sw3",
        "port": "g0/7"
      },
      "cableType": "auto"
    },
    {
      "id": "pc1-eth0-sw2-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw2",
        "port": "g0/1"
      },
      "cableType": "auto"
    },
    {
      "id": "pc2-eth0-sw3-g0/1",
      "a": {
        "deviceId": "pc2",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw3",
        "port": "g0/1"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
