Hi,
Due to an acquisition we inherited a network based on HPE/procurve switches, the central core being an A5500-48G-4SFP stack
on that switch we have 2 long distance links towards our network. This is an mpls service, no dark-fiber, so link down on 1 side is not propagated to other side.
For that reason we enabled LACP (via bridge-aggregation) do have faster failover timers in case of an intermediate problem with our provider which doesn't cause link down situations. This is a technique we also use with cisco and juniper, so that if the aeX / PoX interface goes down, the switch knows there is a problem
Now it seems that our Bridge-Aggregation interface remains up, even if we shut the link on our side of the network
state of the bridge aggregation while our side is down (in our setup it is port GE1/0/48 that is the long distance link, the other links are physical down) .What bothers me (as an juniper/cisco guy) is the flags E & F
display link-aggregation verbose Bridge-Aggregation 46
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregation Interface: Bridge-Aggregation46
Aggregation Mode: Dynamic
Loadsharing Type: Shar
System ID: 0x8000, d07e-2869-0a7f
Local:
Port Status Priority Oper-Key Flag
--------------------------------------------------------------------------------
GE1/0/47 U 32768 16 {ABCG}
GE1/0/48 S 32768 16 {ABCDEFG}
GE2/0/47 U 32768 16 {ABCG}
Remote:
Actor Partner Priority Oper-Key SystemID Flag
--------------------------------------------------------------------------------
GE1/0/47 0 32768 0 0x8000, 0000-0000-0000 {EF}
GE1/0/48 0 32768 0 0x8000, 0000-0000-0000 {DEF}
GE2/0/47 0 32768 0 0x8000, 0000-0000-0000 {EF}
interface Bridge-Aggregation46
description " ****** "
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 123 444 555 666 777
link-aggregation mode dynamic
link-aggregation selected-port minimum 1
stp edged-port enable
arp rate-limit disable
interface GigabitEthernet1/0/48
port link-mode bridge
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 123 444 555 666 777
sflow sampling-rate 1000
sflow flow collector 1
lacp period short
port link-aggregation group 46
arp rate-limit disable
any suggestions? The problem here is that if we have a problem on 1 of the links, our VPLS service failover doesn't work because the HPE keeps sending all the mac addresses toward the old (broken) link until they age out. We were hoping by getting the bridge-aggregation interface to go down, the mac would be flushed and flooded to the other link (so learning can happen there)
version is
Comware Software, Version 5.20.99, Release 5206P01
thx
Arne