Rename devices to <area>-<role> scheme

DC fabric: spine/leaf/border-leaf/access/host -> dc-spine, dc-leaf,
dc-border-leaf, dc-access, dc-server. Campus border leafs flipped
from border-leaf-campus to campus-border-leaf for consistency. Core,
campus spines/leafs/access/hosts unchanged.

Updates topology, annotations, all configs (hostnames + peer
descriptions), host interface files, README, TROUBLESHOOTING,
END_TO_END_TESTING, and the SVG diagram.
This commit is contained in:
2026-04-24 07:43:02 +00:00
parent 8a725ab5fe
commit ef4211afe5
35 changed files with 400 additions and 400 deletions

View File

@@ -36,8 +36,8 @@
{ "id": "campus-leaf3", "position": { "x": 240, "y": 400 } },
{ "id": "campus-leaf4", "position": { "x": 380, "y": 400 } },
{ "id": "border-leaf-campus1", "position": { "x": 540, "y": 400 } },
{ "id": "border-leaf-campus2", "position": { "x": 680, "y": 400 } },
{ "id": "campus-border-leaf1", "position": { "x": 540, "y": 400 } },
{ "id": "campus-border-leaf2", "position": { "x": 680, "y": 400 } },
{ "id": "campus-access1", "position": { "x": 40, "y": 540 } },
{ "id": "campus-access2", "position": { "x": 320, "y": 540 } },
@@ -48,30 +48,30 @@
{ "id": "core1", "position": { "x": 960, "y": 300 } },
{ "id": "core2", "position": { "x": 1180, "y": 300 } },
{ "id": "border-leaf-dc1", "position": { "x": 1380, "y": 400 } },
{ "id": "border-leaf-dc2", "position": { "x": 1520, "y": 400 } },
{ "id": "dc-border-leaf1", "position": { "x": 1380, "y": 400 } },
{ "id": "dc-border-leaf2", "position": { "x": 1520, "y": 400 } },
{ "id": "spine1", "position": { "x": 1800, "y": 160 } },
{ "id": "spine2", "position": { "x": 2280, "y": 160 } },
{ "id": "dc-spine1", "position": { "x": 1800, "y": 160 } },
{ "id": "dc-spine2", "position": { "x": 2280, "y": 160 } },
{ "id": "leaf1", "position": { "x": 1660, "y": 400 } },
{ "id": "leaf2", "position": { "x": 1800, "y": 400 } },
{ "id": "leaf3", "position": { "x": 1940, "y": 400 } },
{ "id": "leaf4", "position": { "x": 2080, "y": 400 } },
{ "id": "leaf5", "position": { "x": 2220, "y": 400 } },
{ "id": "leaf6", "position": { "x": 2360, "y": 400 } },
{ "id": "leaf7", "position": { "x": 2500, "y": 400 } },
{ "id": "leaf8", "position": { "x": 2640, "y": 400 } },
{ "id": "dc-leaf1", "position": { "x": 1660, "y": 400 } },
{ "id": "dc-leaf2", "position": { "x": 1800, "y": 400 } },
{ "id": "dc-leaf3", "position": { "x": 1940, "y": 400 } },
{ "id": "dc-leaf4", "position": { "x": 2080, "y": 400 } },
{ "id": "dc-leaf5", "position": { "x": 2220, "y": 400 } },
{ "id": "dc-leaf6", "position": { "x": 2360, "y": 400 } },
{ "id": "dc-leaf7", "position": { "x": 2500, "y": 400 } },
{ "id": "dc-leaf8", "position": { "x": 2640, "y": 400 } },
{ "id": "access1", "position": { "x": 1720, "y": 540 } },
{ "id": "access2", "position": { "x": 2000, "y": 540 } },
{ "id": "access3", "position": { "x": 2280, "y": 540 } },
{ "id": "access4", "position": { "x": 2560, "y": 540 } },
{ "id": "dc-access1", "position": { "x": 1720, "y": 540 } },
{ "id": "dc-access2", "position": { "x": 2000, "y": 540 } },
{ "id": "dc-access3", "position": { "x": 2280, "y": 540 } },
{ "id": "dc-access4", "position": { "x": 2560, "y": 540 } },
{ "id": "host1", "position": { "x": 1720, "y": 680 } },
{ "id": "host2", "position": { "x": 2000, "y": 680 } },
{ "id": "host3", "position": { "x": 2280, "y": 680 } },
{ "id": "host4", "position": { "x": 2560, "y": 680 } }
{ "id": "dc-server1", "position": { "x": 1720, "y": 680 } },
{ "id": "dc-server2", "position": { "x": 2000, "y": 680 } },
{ "id": "dc-server3", "position": { "x": 2280, "y": 680 } },
{ "id": "dc-server4", "position": { "x": 2560, "y": 680 } }
],
"edgeAnnotations": [],
"aliasEndpointAnnotations": [],