From 5cc976e218f15eca4c290add9f2340e10ed50ae0 Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 28 Nov 2025 10:31:37 +0000 Subject: [PATCH] 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. --- configs/leaf1.cfg | 6 +++--- configs/leaf2.cfg | 6 +++--- configs/leaf3.cfg | 6 +++--- configs/leaf4.cfg | 6 +++--- configs/leaf5.cfg | 6 +++--- configs/leaf6.cfg | 6 +++--- configs/leaf7.cfg | 6 +++--- configs/leaf8.cfg | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/configs/leaf1.cfg b/configs/leaf1.cfg index e20606d..99b4701 100644 --- a/configs/leaf1.cfg +++ b/configs/leaf1.cfg @@ -54,7 +54,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 ! @@ -78,8 +78,8 @@ interface Ethernet1 ! interface Port-Channel1 description host1 - switchport mode trunk - switchport trunk allowed vlan 40 + switchport mode access + switchport access vlan 40 mlag 1 ! ! Spanning-tree diff --git a/configs/leaf2.cfg b/configs/leaf2.cfg index 330c594..07eafdb 100644 --- a/configs/leaf2.cfg +++ b/configs/leaf2.cfg @@ -54,7 +54,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 ! @@ -78,8 +78,8 @@ interface Ethernet1 ! interface Port-Channel1 description host1 - switchport mode trunk - switchport trunk allowed vlan 40 + switchport mode access + switchport access vlan 40 mlag 1 ! ! Spanning-tree diff --git a/configs/leaf3.cfg b/configs/leaf3.cfg index 337c963..3b57202 100644 --- a/configs/leaf3.cfg +++ b/configs/leaf3.cfg @@ -67,7 +67,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 ! @@ -91,8 +91,8 @@ interface Ethernet1 ! interface Port-Channel1 description host2 - switchport mode trunk - switchport trunk allowed vlan 34 + switchport mode access + switchport access vlan 34 mlag 1 ! ! Spanning-tree diff --git a/configs/leaf4.cfg b/configs/leaf4.cfg index 52540fa..e5c28bb 100644 --- a/configs/leaf4.cfg +++ b/configs/leaf4.cfg @@ -67,7 +67,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 ! @@ -91,8 +91,8 @@ interface Ethernet1 ! interface Port-Channel1 description host2 - switchport mode trunk - switchport trunk allowed vlan 34 + switchport mode access + switchport access vlan 34 mlag 1 ! ! Spanning-tree diff --git a/configs/leaf5.cfg b/configs/leaf5.cfg index 9895c69..58f3dee 100644 --- a/configs/leaf5.cfg +++ b/configs/leaf5.cfg @@ -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 diff --git a/configs/leaf6.cfg b/configs/leaf6.cfg index f7c27bd..5d91552 100644 --- a/configs/leaf6.cfg +++ b/configs/leaf6.cfg @@ -54,7 +54,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 ! @@ -78,8 +78,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 diff --git a/configs/leaf7.cfg b/configs/leaf7.cfg index b63dec0..944fbef 100644 --- a/configs/leaf7.cfg +++ b/configs/leaf7.cfg @@ -73,7 +73,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 ! @@ -97,8 +97,8 @@ interface Ethernet1 ! interface Port-Channel1 description host4 - switchport mode trunk - switchport trunk allowed vlan 78 + switchport mode access + switchport access vlan 78 mlag 1 ! ! Spanning-tree diff --git a/configs/leaf8.cfg b/configs/leaf8.cfg index d3bf981..0439cb8 100644 --- a/configs/leaf8.cfg +++ b/configs/leaf8.cfg @@ -73,7 +73,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 ! @@ -97,8 +97,8 @@ interface Ethernet1 ! interface Port-Channel1 description host4 - switchport mode trunk - switchport trunk allowed vlan 78 + switchport mode access + switchport access vlan 78 mlag 1 ! ! Spanning-tree