Fix leaf1: Add LACP fallback to Port-Channel1 for dual-homing

This commit is contained in:
2025-11-28 16:16:27 +00:00
parent bcf76e4cac
commit 50434e7cc7

View File

@@ -81,6 +81,8 @@ interface Port-Channel1
switchport mode trunk switchport mode trunk
switchport trunk allowed vlan 40 switchport trunk allowed vlan 40
mlag 1 mlag 1
port-channel lacp fallback timeout 5
port-channel lacp fallback individual
no shutdown no shutdown
! !
! Spanning-tree ! Spanning-tree
@@ -158,4 +160,4 @@ router bgp 65001
address-family evpn address-family evpn
neighbor evpn activate neighbor evpn activate
! !
end end