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

@@ -1,5 +1,5 @@
! Campus-Access1 Configuration
! L2-only access switch for Campus VTEP1 (campus-leaf1/leaf2)
! L2-only access switch for Campus VTEP1 (campus-leaf1/dc-leaf2)
!
hostname campus-access1
!

View File

@@ -1,5 +1,5 @@
! Campus-Access2 Configuration
! L2-only access switch for Campus VTEP2 (campus-leaf3/leaf4)
! L2-only access switch for Campus VTEP2 (campus-leaf3/dc-leaf4)
!
hostname campus-access2
!

View File

@@ -1,8 +1,8 @@
! Border-Leaf-Campus1 Configuration
! Campus Border Leaf - AS 66005 (MLAG pair with border-leaf-campus2)
! Campus-Border-Leaf1 Configuration
! Campus Border Leaf - AS 66005 (MLAG pair with campus-border-leaf2)
! Provides egress from Campus EVPN-VXLAN fabric to Core L3 network
!
hostname border-leaf-campus1
hostname campus-border-leaf1
!
! LLDP Management0
lldp management-address Management0

View File

@@ -1,8 +1,8 @@
! Border-Leaf-Campus2 Configuration
! Campus Border Leaf - AS 66005 (MLAG pair with border-leaf-campus1)
! Campus-Border-Leaf2 Configuration
! Campus Border Leaf - AS 66005 (MLAG pair with campus-border-leaf1)
! Provides egress from Campus EVPN-VXLAN fabric to Core L3 network
!
hostname border-leaf-campus2
hostname campus-border-leaf2
!
! LLDP Management0
lldp management-address Management0

View File

@@ -56,13 +56,13 @@ interface Ethernet4
!
! Underlay P2P interfaces to Campus Border Leafs
interface Ethernet5
description border-leaf-campus1
description campus-border-leaf1
no switchport
ip address 10.1.1.8/31
mtu 9214
!
interface Ethernet6
description border-leaf-campus2
description campus-border-leaf2
no switchport
ip address 10.1.1.10/31
mtu 9214

View File

@@ -56,13 +56,13 @@ interface Ethernet4
!
! Underlay P2P interfaces to Campus Border Leafs
interface Ethernet5
description border-leaf-campus1
description campus-border-leaf1
no switchport
ip address 10.1.2.8/31
mtu 9214
!
interface Ethernet6
description border-leaf-campus2
description campus-border-leaf2
no switchport
ip address 10.1.2.10/31
mtu 9214

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

View File

@@ -41,18 +41,18 @@ interface Loopback1
!
! Link to DC Border Leaf 1
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.4/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.4/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.6/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.6/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.4/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.4/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.6/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.6/31

View File

@@ -1,7 +1,7 @@
! Access1 Configuration
! L2-only access switch for VTEP1 (leaf1/leaf2)
! DC-Access1 Configuration
! L2-only access switch for VTEP1 (dc-leaf1/dc-leaf2)
!
hostname access1
hostname dc-access1
!
! LLDP Management0
lldp management-address Management0
@@ -28,11 +28,11 @@ spanning-tree edge-port bpduguard default
!
! Uplink to leaf MLAG pair (Port-Channel 10)
interface Ethernet1
description leaf1-uplink
description dc-leaf1-uplink
channel-group 10 mode active
!
interface Ethernet2
description leaf2-uplink
description dc-leaf2-uplink
channel-group 10 mode active
!
interface Port-Channel10
@@ -43,15 +43,15 @@ interface Port-Channel10
!
! Host-facing downlink (Port-Channel 1)
interface Ethernet3
description host1
description dc-server1
channel-group 1 mode active
!
interface Ethernet4
description host1
description dc-server1
channel-group 1 mode active
!
interface Port-Channel1
description host1
description dc-server1
switchport mode trunk
switchport trunk allowed vlan 40
port-channel lacp fallback timeout 5

View File

@@ -1,7 +1,7 @@
! Access2 Configuration
! L2-only access switch for VTEP2 (leaf3/leaf4)
! DC-Access2 Configuration
! L2-only access switch for VTEP2 (dc-leaf3/dc-leaf4)
!
hostname access2
hostname dc-access2
!
! LLDP Management0
lldp management-address Management0
@@ -28,11 +28,11 @@ spanning-tree edge-port bpduguard default
!
! Uplink to leaf MLAG pair (Port-Channel 10)
interface Ethernet1
description leaf3-uplink
description dc-leaf3-uplink
channel-group 10 mode active
!
interface Ethernet2
description leaf4-uplink
description dc-leaf4-uplink
channel-group 10 mode active
!
interface Port-Channel10
@@ -43,15 +43,15 @@ interface Port-Channel10
!
! Host-facing downlink (Port-Channel 1)
interface Ethernet3
description host2
description dc-server2
channel-group 1 mode active
!
interface Ethernet4
description host2
description dc-server2
channel-group 1 mode active
!
interface Port-Channel1
description host2
description dc-server2
switchport mode trunk
switchport trunk allowed vlan 34
port-channel lacp fallback timeout 5

View File

@@ -1,7 +1,7 @@
! Access3 Configuration
! L2-only access switch for VTEP3 (leaf5/leaf6)
! DC-Access3 Configuration
! L2-only access switch for VTEP3 (dc-leaf5/dc-leaf6)
!
hostname access3
hostname dc-access3
!
! LLDP Management0
lldp management-address Management0
@@ -28,11 +28,11 @@ spanning-tree edge-port bpduguard default
!
! Uplink to leaf MLAG pair (Port-Channel 10)
interface Ethernet1
description leaf5-uplink
description dc-leaf5-uplink
channel-group 10 mode active
!
interface Ethernet2
description leaf6-uplink
description dc-leaf6-uplink
channel-group 10 mode active
!
interface Port-Channel10
@@ -43,15 +43,15 @@ interface Port-Channel10
!
! Host-facing downlink (Port-Channel 1)
interface Ethernet3
description host3
description dc-server3
channel-group 1 mode active
!
interface Ethernet4
description host3
description dc-server3
channel-group 1 mode active
!
interface Port-Channel1
description host3
description dc-server3
switchport mode trunk
switchport trunk allowed vlan 40
port-channel lacp fallback timeout 5

View File

@@ -1,7 +1,7 @@
! Access4 Configuration
! L2-only access switch for VTEP4 (leaf7/leaf8)
! DC-Access4 Configuration
! L2-only access switch for VTEP4 (dc-leaf7/dc-leaf8)
!
hostname access4
hostname dc-access4
!
! LLDP Management0
lldp management-address Management0
@@ -28,11 +28,11 @@ spanning-tree edge-port bpduguard default
!
! Uplink to leaf MLAG pair (Port-Channel 10)
interface Ethernet1
description leaf7-uplink
description dc-leaf7-uplink
channel-group 10 mode active
!
interface Ethernet2
description leaf8-uplink
description dc-leaf8-uplink
channel-group 10 mode active
!
interface Port-Channel10
@@ -43,15 +43,15 @@ interface Port-Channel10
!
! Host-facing downlink (Port-Channel 1)
interface Ethernet3
description host4
description dc-server4
channel-group 1 mode active
!
interface Ethernet4
description host4
description dc-server4
channel-group 1 mode active
!
interface Port-Channel1
description host4
description dc-server4
switchport mode trunk
switchport trunk allowed vlan 78
port-channel lacp fallback timeout 5

View File

@@ -1,8 +1,8 @@
! Border-Leaf-DC1 Configuration
! DC Border Leaf - AS 65005 (MLAG pair with border-leaf-dc2)
! DC-Border-Leaf1 Configuration
! DC Border Leaf - AS 65005 (MLAG pair with dc-border-leaf2)
! Provides egress from DC EVPN-VXLAN fabric to Core L3 network
!
hostname border-leaf-dc1
hostname dc-border-leaf1
!
! LLDP Management0
lldp management-address Management0
@@ -76,13 +76,13 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.17/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.17/31
mtu 9214

View File

@@ -1,8 +1,8 @@
! Border-Leaf-DC2 Configuration
! DC Border Leaf - AS 65005 (MLAG pair with border-leaf-dc1)
! DC-Border-Leaf2 Configuration
! DC Border Leaf - AS 65005 (MLAG pair with dc-border-leaf1)
! Provides egress from DC EVPN-VXLAN fabric to Core L3 network
!
hostname border-leaf-dc2
hostname dc-border-leaf2
!
! LLDP Management0
lldp management-address Management0
@@ -76,13 +76,13 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.19/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.19/31
mtu 9214

View File

@@ -1,7 +1,7 @@
! Leaf1 Configuration
! DC-Leaf1 Configuration
! VTEP1 - AS 65001
!
hostname leaf1
hostname dc-leaf1
!
! LLDP Management0
lldp management-address Management0
@@ -67,24 +67,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.1/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.1/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access1
description dc-access1
channel-group 1 mode active
!
interface Port-Channel1
description access1
description dc-access1
switchport mode trunk
switchport trunk allowed vlan 40
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf2 Configuration
! DC-Leaf2 Configuration
! VTEP1 - AS 65001
!
hostname leaf2
hostname dc-leaf2
!
! LLDP Management0
lldp management-address Management0
@@ -67,24 +67,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.3/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.3/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access1
description dc-access1
channel-group 1 mode active
!
interface Port-Channel1
description access1
description dc-access1
switchport mode trunk
switchport trunk allowed vlan 40
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf3 Configuration
! DC-Leaf3 Configuration
! VTEP2 - AS 65002
!
hostname leaf3
hostname dc-leaf3
!
! LLDP Management0
lldp management-address Management0
@@ -80,24 +80,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.5/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.5/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access2
description dc-access2
channel-group 1 mode active
!
interface Port-Channel1
description access2
description dc-access2
switchport mode trunk
switchport trunk allowed vlan 34
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf4 Configuration
! DC-Leaf4 Configuration
! VTEP2 - AS 65002
!
hostname leaf4
hostname dc-leaf4
!
! LLDP Management0
lldp management-address Management0
@@ -80,24 +80,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.7/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.7/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access2
description dc-access2
channel-group 1 mode active
!
interface Port-Channel1
description access2
description dc-access2
switchport mode trunk
switchport trunk allowed vlan 34
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf5 Configuration
! DC-Leaf5 Configuration
! VTEP3 - AS 65003
!
hostname leaf5
hostname dc-leaf5
!
! LLDP Management0
lldp management-address Management0
@@ -68,24 +68,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.9/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.9/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access3
description dc-access3
channel-group 1 mode active
!
interface Port-Channel1
description access3
description dc-access3
switchport mode trunk
switchport trunk allowed vlan 40
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf6 Configuration
! DC-Leaf6 Configuration
! VTEP3 - AS 65003
!
hostname leaf6
hostname dc-leaf6
!
! LLDP Management0
lldp management-address Management0
@@ -67,24 +67,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.11/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.11/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access3
description dc-access3
channel-group 1 mode active
!
interface Port-Channel1
description access3
description dc-access3
switchport mode trunk
switchport trunk allowed vlan 40
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf7 Configuration
! DC-Leaf7 Configuration
! VTEP4 - AS 65004
!
hostname leaf7
hostname dc-leaf7
!
! LLDP Management0
lldp management-address Management0
@@ -79,24 +79,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.13/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.13/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access4
description dc-access4
channel-group 1 mode active
!
interface Port-Channel1
description access4
description dc-access4
switchport mode trunk
switchport trunk allowed vlan 78
mlag 1

View File

@@ -1,7 +1,7 @@
! Leaf8 Configuration
! DC-Leaf8 Configuration
! VTEP4 - AS 65004
!
hostname leaf8
hostname dc-leaf8
!
! LLDP Management0
lldp management-address Management0
@@ -79,24 +79,24 @@ interface Port-Channel999
!
! Underlay P2P interfaces to Spines
interface Ethernet11
description spine1
description dc-spine1
no switchport
ip address 10.0.1.15/31
mtu 9214
!
interface Ethernet12
description spine2
description dc-spine2
no switchport
ip address 10.0.2.15/31
mtu 9214
!
! Access-facing interface (MLAG with LACP)
interface Ethernet1
description access4
description dc-access4
channel-group 1 mode active
!
interface Port-Channel1
description access4
description dc-access4
switchport mode trunk
switchport trunk allowed vlan 78
mlag 1

View File

@@ -1,7 +1,7 @@
! Spine1 Configuration
! DC-Spine1 Configuration
! BGP EVPN Spine - AS 65000
!
hostname spine1
hostname dc-spine1
!
! LLDP Management0
lldp management-address Management0
@@ -34,62 +34,62 @@ interface Loopback0
!
! Underlay P2P interfaces to Leafs
interface Ethernet1
description leaf1
description dc-leaf1
no switchport
ip address 10.0.1.0/31
mtu 9214
!
interface Ethernet2
description leaf2
description dc-leaf2
no switchport
ip address 10.0.1.2/31
mtu 9214
!
interface Ethernet3
description leaf3
description dc-leaf3
no switchport
ip address 10.0.1.4/31
mtu 9214
!
interface Ethernet4
description leaf4
description dc-leaf4
no switchport
ip address 10.0.1.6/31
mtu 9214
!
interface Ethernet5
description leaf5
description dc-leaf5
no switchport
ip address 10.0.1.8/31
mtu 9214
!
interface Ethernet6
description leaf6
description dc-leaf6
no switchport
ip address 10.0.1.10/31
mtu 9214
!
interface Ethernet7
description leaf7
description dc-leaf7
no switchport
ip address 10.0.1.12/31
mtu 9214
!
interface Ethernet8
description leaf8
description dc-leaf8
no switchport
ip address 10.0.1.14/31
mtu 9214
!
! Underlay P2P interfaces to DC Border Leafs
interface Ethernet9
description border-leaf-dc1
description dc-border-leaf1
no switchport
ip address 10.0.1.16/31
mtu 9214
!
interface Ethernet10
description border-leaf-dc2
description dc-border-leaf2
no switchport
ip address 10.0.1.18/31
mtu 9214

View File

@@ -1,7 +1,7 @@
! Spine2 Configuration
! DC-Spine2 Configuration
! BGP EVPN Spine - AS 65000
!
hostname spine2
hostname dc-spine2
!
! LLDP Management0
lldp management-address Management0
@@ -34,62 +34,62 @@ interface Loopback0
!
! Underlay P2P interfaces to Leafs
interface Ethernet1
description leaf1
description dc-leaf1
no switchport
ip address 10.0.2.0/31
mtu 9214
!
interface Ethernet2
description leaf2
description dc-leaf2
no switchport
ip address 10.0.2.2/31
mtu 9214
!
interface Ethernet3
description leaf3
description dc-leaf3
no switchport
ip address 10.0.2.4/31
mtu 9214
!
interface Ethernet4
description leaf4
description dc-leaf4
no switchport
ip address 10.0.2.6/31
mtu 9214
!
interface Ethernet5
description leaf5
description dc-leaf5
no switchport
ip address 10.0.2.8/31
mtu 9214
!
interface Ethernet6
description leaf6
description dc-leaf6
no switchport
ip address 10.0.2.10/31
mtu 9214
!
interface Ethernet7
description leaf7
description dc-leaf7
no switchport
ip address 10.0.2.12/31
mtu 9214
!
interface Ethernet8
description leaf8
description dc-leaf8
no switchport
ip address 10.0.2.14/31
mtu 9214
!
! Underlay P2P interfaces to DC Border Leafs
interface Ethernet9
description border-leaf-dc1
description dc-border-leaf1
no switchport
ip address 10.0.2.16/31
mtu 9214
!
interface Ethernet10
description border-leaf-dc2
description dc-border-leaf2
no switchport
ip address 10.0.2.18/31
mtu 9214