Hello I seem to be having problems with a lacp trunk on an hp 2920. When both connections are connected the switch no longer passes traffic. My core is two hp 5900 series switches in IRF That is configured with a bridge aggregation with link aggregation dynamic
HP2920 Config - Trk2 is my uplink to my Core. Trk1 goes to the endpoint switch.
Running configuration:
; J9729A Configuration Editor; Created on release #WB.15.11.0007
; Ver #03:12.15.0d:09
hostname "EdgeF4S1"
module 1 type j9729a
console baud-rate 115200
console inactivity-timer 5
trunk 45-48 trk1 lacp
trunk A1-A2 trk2 lacp
max-vlans 50
ip default-gateway 172.30.1.1
snmp-server host 172.30.100.65 community "private"
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 1-44
untagged B1-B2,Trk1-Trk2
ip address 172.30.1.96 255.255.255.0
exit
vlan 99
name "Printer VLAN"
tagged Trk1-Trk2
no ip address
exit
vlan 199
name "StaticDEV"
tagged Trk1-Trk2
no ip address
exit
vlan 1040
name "ACF 4th Floor"
untagged 1-44
tagged Trk1-Trk2
no ip address
exit
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
no autorun
no dhcp config-file-update
no dhcp image-file-update
password manager
HP 5900 Snippet of code for the Edge switch.
interface Bridge-Aggregation5
description ACF 4th Floor
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
interface Ten-GigabitEthernet1/0/40
description "ACF 4th Floor A1"
port link-type trunk
port trunk permit vlan all
port link-aggregation group 5
interface Ten-GigabitEthernet2/0/40
description "ACF 4th Floor A2"
port link-type trunk
port trunk permit vlan all
port link-aggregation group 5
I cannot understand why this is not working as it should. Any help is appreciated.
Thank You