Hi guys,
I have a problem, I have two HP V1910 24 and 48 ports with a bridge aggregation (2 ports each one) between them configured, I am trying to configure a stack management but this doesn't work for me, the master doesn't see the slave. After several tests I've discovered that disabling the link aggregation the stack works but I need the link aggregation also. Have someone had the same problem?
interface GigabitEthernet1/0/23
port link-type hybrid
port hybrid vlan 10 20 30 40 50 60 70 80 90 100 tagged
port hybrid vlan 199 to 200 tagged
port hybrid vlan 1 untagged
stp edged-port enable
port link-aggregation group 1
#
interface GigabitEthernet1/0/24
port link-type hybrid
port hybrid vlan 10 20 30 40 50 60 70 80 90 100 tagged
port hybrid vlan 199 to 200 tagged
port hybrid vlan 1 untagged
stp edged-port enable
port link-aggregation group 1
with Link Aggregation enable:
[stack_0.XXXXX]display stack
Role : Master
Management VLAN : 1
IP Pool : 10.10.10.1/24
Total device number: 1
with link aggregation disable
[stack_0.SW-LEINI-04]display stack
Role : Master
Management VLAN : 1
IP Pool : 10.10.10.1/24
Total device number: 2
Thanks all