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

@@ -41,18 +41,18 @@ interface Loopback1
!
! Link to DC Border Leaf 1 (subinterfaced: .100 default VRF, .200 VRF gold)
interface Ethernet1
description border-leaf-dc1
description dc-border-leaf1
no switchport
mtu 9214
!
interface Ethernet1.100
description border-leaf-dc1-underlay
description dc-border-leaf1-underlay
encapsulation dot1q vlan 100
ip address 10.0.4.0/31
mtu 9214
!
interface Ethernet1.200
description border-leaf-dc1-vrf-gold
description dc-border-leaf1-vrf-gold
encapsulation dot1q vlan 200
vrf gold
ip address 10.0.14.0/31
@@ -60,18 +60,18 @@ interface Ethernet1.200
!
! Link to DC Border Leaf 2
interface Ethernet2
description border-leaf-dc2
description dc-border-leaf2
no switchport
mtu 9214
!
interface Ethernet2.100
description border-leaf-dc2-underlay
description dc-border-leaf2-underlay
encapsulation dot1q vlan 100
ip address 10.0.4.2/31
mtu 9214
!
interface Ethernet2.200
description border-leaf-dc2-vrf-gold
description dc-border-leaf2-vrf-gold
encapsulation dot1q vlan 200
vrf gold
ip address 10.0.14.2/31
@@ -79,18 +79,18 @@ interface Ethernet2.200
!
! Link to Campus Border Leaf 1
interface Ethernet3
description border-leaf-campus1
description campus-border-leaf1
no switchport
mtu 9214
!
interface Ethernet3.100
description border-leaf-campus1-underlay
description campus-border-leaf1-underlay
encapsulation dot1q vlan 100
ip address 10.0.5.0/31
mtu 9214
!
interface Ethernet3.200
description border-leaf-campus1-vrf-gold
description campus-border-leaf1-vrf-gold
encapsulation dot1q vlan 200
vrf gold
ip address 10.0.15.0/31
@@ -98,18 +98,18 @@ interface Ethernet3.200
!
! Link to Campus Border Leaf 2
interface Ethernet4
description border-leaf-campus2
description campus-border-leaf2
no switchport
mtu 9214
!
interface Ethernet4.100
description border-leaf-campus2-underlay
description campus-border-leaf2-underlay
encapsulation dot1q vlan 100
ip address 10.0.5.2/31
mtu 9214
!
interface Ethernet4.200
description border-leaf-campus2-vrf-gold
description campus-border-leaf2-vrf-gold
encapsulation dot1q vlan 200
vrf gold
ip address 10.0.15.2/31