Fix: Update all leafs - Port-Channel1 to ACCESS mode
- Changed switchport mode from trunk to access on all leafs - Updated switchport access vlan statements for each VLAN - Leaf1/2/5/6: VLAN 40 (L2 VXLAN) - Leaf3/4: VLAN 34 (L3 VXLAN) - Leaf7/8: VLAN 78 (L3 VXLAN) This enables proper untagged traffic handling for host connections.
This commit is contained in:
@@ -54,7 +54,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -78,8 +78,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host1
|
description host1
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 40
|
switchport access vlan 40
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -78,8 +78,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host1
|
description host1
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 40
|
switchport access vlan 40
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -91,8 +91,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host2
|
description host2
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 34
|
switchport access vlan 34
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -91,8 +91,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host2
|
description host2
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 34
|
switchport access vlan 34
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -79,8 +79,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host3
|
description host3
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 40
|
switchport access vlan 40
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -78,8 +78,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host3
|
description host3
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 40
|
switchport access vlan 40
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -97,8 +97,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host4
|
description host4
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 78
|
switchport access vlan 78
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ interface Ethernet10
|
|||||||
!
|
!
|
||||||
interface Port-Channel999
|
interface Port-Channel999
|
||||||
description MLAG Peer
|
description MLAG Peer
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk group mlag-peer
|
switchport trunk group mlag-peer
|
||||||
spanning-tree link-type point-to-point
|
spanning-tree link-type point-to-point
|
||||||
!
|
!
|
||||||
@@ -97,8 +97,8 @@ interface Ethernet1
|
|||||||
!
|
!
|
||||||
interface Port-Channel1
|
interface Port-Channel1
|
||||||
description host4
|
description host4
|
||||||
switchport mode trunk
|
switchport mode access
|
||||||
switchport trunk allowed vlan 78
|
switchport access vlan 78
|
||||||
mlag 1
|
mlag 1
|
||||||
!
|
!
|
||||||
! Spanning-tree
|
! Spanning-tree
|
||||||
|
|||||||
Reference in New Issue
Block a user