Disclaimer - I work in a soup to nuts understaffed shop and support almost everything.. servers, storage, blade system, SQL server... I've been made into the network guy too and learning comware over the last year. I've been having fun with it for the most part.. building IRf stacks to replace Dell junk at our sites.
Anyway I've been trying to setup a static 10GE meshed (4 ports) trunk from our core IRF (7506's layer 3) to a couple 5500 HI 48p POE's (layer 2) in an IRF. I need to pass 3 vlan's across the trunk. I can't get the ports to select in the link-agg.
7506 config
interface Bridge-Aggregation5
description B2IDFIRF 10GE mesh
port link-type trunk
port trunk permit vlan 1 100 105 107
Port config for one of 4 ports
interface Ten-GigabitEthernet1/2/0/3
port link-mode bridge
description bagg5 lynb2idirf01 p53
port link-type trunk
port trunk permit vlan 1 100 105 107
port link-aggregation group 5
#
#
#
5500 config
interface Bridge-Aggregation 1
port link-type trunk
port trunk permit vlan 1 100 105 107
Port config for one of 4 ports
interface Ten-GigabitEthernet1/0/53
port link-mode bridge
port link-aggregation group1
dis link-aggregation verb
..
..
Aggregation Interface: Bridge-Aggregation5
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Priority Oper-Key
--------------------------------------------------------------------------------
XGE1/2/0/3 U 32768 4
XGE1/3/0/3 U 32768 4
XGE2/2/0/3 U 32768 4
XGE2/3/0/3 U 32768 4
Do I need to setup the bridge agg on the 5500 stack?
Thanks for any enlightenment
Ron