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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user