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:
@@ -55,7 +55,7 @@ interface Ethernet10
|
||||
!
|
||||
interface Port-Channel999
|
||||
description MLAG Peer
|
||||
switchport mode trunk
|
||||
switchport mode access
|
||||
switchport trunk group mlag-peer
|
||||
spanning-tree link-type point-to-point
|
||||
!
|
||||
@@ -79,8 +79,8 @@ interface Ethernet1
|
||||
!
|
||||
interface Port-Channel1
|
||||
description host3
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 40
|
||||
switchport mode access
|
||||
switchport access vlan 40
|
||||
mlag 1
|
||||
!
|
||||
! Spanning-tree
|
||||
|
||||
Reference in New Issue
Block a user