Update campus host attachment pattern to single-attached access

This commit is contained in:
2026-04-18 18:44:34 +00:00
parent ff15e90b5c
commit 2da238e3ae
12 changed files with 105 additions and 157 deletions

View File

@@ -15,9 +15,6 @@ management api gnmi
username admin privilege 15 role network-admin secret sha512 $6$xQktFrbdeqEhVzLM$.1wOJB25nw2fqYaSXDu6y4mo6AP9hngMCFe2vGDl84hWoz00Q.4unoEBqspNI0HEoRz.OZhdBHqQv12KABf0B0
!
! VLANs
vlan 50
name test-l2-vxlan-campus
!
vlan 60
name vrf-gold-campus-subnet1
!
@@ -41,25 +38,16 @@ interface Ethernet2
interface Port-Channel10
description uplink-to-campus-leaf-mlag
switchport mode trunk
switchport trunk allowed vlan 50,60
switchport trunk allowed vlan 60
no shutdown
!
! Host-facing downlink (Port-Channel 1)
! Host-facing access port (single-attached endpoint in VLAN 60)
interface Ethernet3
description campus-host1
channel-group 1 mode active
!
interface Ethernet4
description campus-host1
channel-group 1 mode active
!
interface Port-Channel1
description campus-host1
switchport mode trunk
switchport trunk allowed vlan 50,60
port-channel lacp fallback timeout 5
port-channel lacp fallback individual
switchport mode access
switchport access vlan 60
spanning-tree portfast
spanning-tree bpduguard enable
no shutdown
!
! Default route for management

View File

@@ -15,9 +15,6 @@ management api gnmi
username admin privilege 15 role network-admin secret sha512 $6$xQktFrbdeqEhVzLM$.1wOJB25nw2fqYaSXDu6y4mo6AP9hngMCFe2vGDl84hWoz00Q.4unoEBqspNI0HEoRz.OZhdBHqQv12KABf0B0
!
! VLANs
vlan 50
name test-l2-vxlan-campus
!
vlan 70
name vrf-gold-campus-subnet2
!
@@ -41,25 +38,16 @@ interface Ethernet2
interface Port-Channel10
description uplink-to-campus-leaf-mlag
switchport mode trunk
switchport trunk allowed vlan 50,70
switchport trunk allowed vlan 70
no shutdown
!
! Host-facing downlink (Port-Channel 1)
! Host-facing access port (single-attached endpoint in VLAN 70)
interface Ethernet3
description campus-host2
channel-group 1 mode active
!
interface Ethernet4
description campus-host2
channel-group 1 mode active
!
interface Port-Channel1
description campus-host2
switchport mode trunk
switchport trunk allowed vlan 50,70
port-channel lacp fallback timeout 5
port-channel lacp fallback individual
switchport mode access
switchport access vlan 70
spanning-tree portfast
spanning-tree bpduguard enable
no shutdown
!
! Default route for management

View File

@@ -101,7 +101,7 @@ interface Ethernet1
interface Port-Channel1
description campus-access1
switchport mode trunk
switchport trunk allowed vlan 50,60
switchport trunk allowed vlan 60
mlag 1
port-channel lacp fallback timeout 5
port-channel lacp fallback individual

View File

@@ -101,7 +101,7 @@ interface Ethernet1
interface Port-Channel1
description campus-access1
switchport mode trunk
switchport trunk allowed vlan 50,60
switchport trunk allowed vlan 60
mlag 1
port-channel lacp fallback timeout 5
port-channel lacp fallback individual

View File

@@ -101,7 +101,7 @@ interface Ethernet1
interface Port-Channel1
description campus-access2
switchport mode trunk
switchport trunk allowed vlan 50,70
switchport trunk allowed vlan 70
mlag 1
port-channel lacp fallback timeout 5
port-channel lacp fallback individual

View File

@@ -101,7 +101,7 @@ interface Ethernet1
interface Port-Channel1
description campus-access2
switchport mode trunk
switchport trunk allowed vlan 50,70
switchport trunk allowed vlan 70
mlag 1
port-channel lacp fallback timeout 5
port-channel lacp fallback individual