> It's not clear to me it it's the LACP or the BGP which does not go up.
LAG is OK. One of four BGP sessions over this LAG interface is unstable. It establishes from time to time and then is dropped. See log excerpt above.
> Verify also your LAG with LACP is Aruba - CPE for all loactions. In your setup you cant run LAG Aruba - Aruba.
Everything checked. Those switches have several LAG to various things.
> Verify the physical interfaces is of same type and speed, which is a requirement for running LACP.
LAG would not go up with different interface speed.
On all arubas run show lacp interfaces to verify the LAG is up and running. If you find which is not running you need your service provider debug on the CPEs.
Debugging BGP - then BGP information is needed to be able to come with some recomandations.
iBGP / eBGP, SVI interfaces, loopbacks etc...
DC4-6300
# show run interface loopback
interface loopback 0
ip address 172.26.0.11/32
ip ospf 1 area 0.0.0.0
exit
# show running-config interface vl 10
interface vlan 10
description VPLS-Tagged
ip address 172.28.4.3/24
l3-counters
exit
# show running-config interface lag 51
interface lag 51
description VPLS
no shutdown
no routing
vlan trunk native 3002
vlan trunk allowed 10,3002
lacp mode active
spanning-tree bpdu-filter
exit
# show running-config bgp
router bgp 64700
bgp router-id 172.26.0.11
bgp log-neighbor-changes
neighbor 172.28.4.5 description TO-DC2-CORE1 Not working
neighbor 172.28.4.5 timers 5 30
neighbor 172.28.4.5 fall-over
neighbor 172.28.4.6 remote-as 65001
neighbor 172.28.4.6 description TO-DC2-CORE2 Working
neighbor 172.28.4.6 timers 5 30
neighbor 172.28.4.6 fall-over
address-family ipv4 unicast
neighbor 172.28.4.5 activate
neighbor 172.28.4.6 activate
8325
Those switches have dozens of neighbors working well.
DC2-CORE1# show running-config interface lag 47
interface lag 47 multi-chassis
description VPLS Orange
no shutdown
no routing
vlan trunk native
vlan trunk allowed 3002,3012
vlan translate 10 3012
lacp mode active
lacp fallback
qos trust dscp
spanning-tree bpdu-filter
exit
DC2-CORE2# show running-config interface lag 47
interface lag 47 multi-chassis
description VPLS
no shutdown
no routing
vlan trunk native 3002
vlan trunk allowed 3002,3012
vlan translate 10 3012
lacp mode active
lacp fallback
qos trust dscp
spanning-tree bpdu-filter
exit
DC2-CORE1# show running-config interface vl 3012
interface vlan 3012
description DC2-C1 VPLS Tagged
vrf attach prod
ip address 172.28.4.5/24
l3-counters
exit
DC2-CORE2# show running-config interface vl 3012
interface vlan 3012
description DC2-C2 VPLS Tagged
vrf attach prod
ip address 172.28.4.6/24
l3-counters
exit
DC2-CORE1# show running-config bgp
router bgp 65001
bgp router-id 172.31.2.3
bgp log-neighbor-changes
vrf prod
neighbor 172.28.4.3 remote-as 64700
neighbor 172.28.4.3 timers 5 30
neighbor 172.28.4.3 fall-over
address-family ipv4 unicast
neighbor 172.28.4.3 activate
DC2-CORE2# show running-config bgp
router bgp 65001
bgp router-id 172.31.2.4
bgp log-neighbor-changes
vrf prod
neighbor 172.28.4.3 remote-as 64700
neighbor 172.28.4.3 timers 5 30
neighbor 172.28.4.3 fall-over
address-family ipv4 unicast
neighbor 172.28.4.3 activate
------------------------------
-- tommyd
------------------------------
Original Message:
Sent: Jan 14, 2024 03:19 AM
From: ArneO
Subject: 6300F Strange LACP isuue with operator CPE
Hi Tommy,
It's not clear to me it it's the LACP or the BGP which does not go up.
Verify also your LAG with LACP is Aruba - CPE for all loactions. In your setup you cant run LAG Aruba - Aruba.
Verify the physical interfaces is of same type and speed, which is a requirement for running LACP.
On all arubas run show lacp interfaces to verify the LAG is up and running. If you find which is not running you need your service provider debug on the CPEs.
Debugging BGP - then BGP information is needed to be able to come with some recomandations.
iBGP / eBGP, SVI interfaces, loopbacks etc...
------------------------------
Arne Opdal
------------------------------