From f6ad61ab2e16bccd6b385113286140acf942ee58 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 28 Nov 2025 14:40:57 +0000 Subject: [PATCH] Restore LACP mode for Port-Channel1 on leaf1 - Changed channel-group 1 from 'mode on' to 'mode active' for LACP - Changed Port-Channel1 from access to trunk mode - Added switchport trunk allowed vlan 40 - This matches the host1 LACP bond configuration --- configs/leaf1.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/leaf1.cfg b/configs/leaf1.cfg index f713fa0..c0d5e4b 100644 --- a/configs/leaf1.cfg +++ b/configs/leaf1.cfg @@ -71,15 +71,15 @@ interface Ethernet12 ip address 10.0.2.1/31 mtu 9214 ! -! Host-facing interface (MLAG) +! Host-facing interface (MLAG with LACP) interface Ethernet1 description host1 - channel-group 1 mode on + channel-group 1 mode active ! interface Port-Channel1 description host1 - switchport mode access - switchport access vlan 40 + switchport mode trunk + switchport trunk allowed vlan 40 mlag 1 ! ! Spanning-tree