HPE Aruba Networking & ProVision-based
1833758 Members
3209 Online
110063 Solutions
New Discussion

HP 2920 LACP Trunk Problems.

 
egodkin
Occasional Advisor

HP 2920 LACP Trunk Problems.

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

5 REPLIES 5
Vince_Whirlwind
Trusted Contributor

Re: HP 2920 LACP Trunk Problems.

I couldn't get Procurve/H3C to work with LACP/dynamic. I got sick of fiddling with it and just set the procurve to "trunk", took the "Dynamic" off the H3C bridge-aggregation interface. Works fine.

egodkin
Occasional Advisor

Re: HP 2920 LACP Trunk Problems.

Vince, Would this still give me a 20gb bond?  I thought Trunk would give me a active/standby configuration for failover where as lacp would give me an active active bond turning my two 10gb uplinks into a single 20gb back to my IRF configuration. 

Vince_Whirlwind
Trusted Contributor

Re: HP 2920 LACP Trunk Problems.

No, it gives you Active/Active.

egodkin
Occasional Advisor

Re: HP 2920 LACP Trunk Problems.

Thank You.  I will try this during our next downtime windows. 

Richard Litchfield
Respected Contributor

Re: HP 2920 LACP Trunk Problems.

Looks like your sample configs should work. I have much the same and they all work.

 

2920 stack + 5830-IRF

hostname "2920-stack"
trunk 1/A1,2/A1 trk1 lacp
gvrp
#
 sysname 5830-IRF
#
interface Bridge-Aggregation1
 description Link to 2920-stack
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 link-aggregation mode dynamic
 gvrp
#
interface Ten-GigabitEthernet1/0/51
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 port link-aggregation group 1
#
interface Ten-GigabitEthernet2/0/51
 port link-mode bridge
 port link-type trunk
 port trunk permit vlan all
 port trunk pvid vlan 930
 port link-aggregation group 1
#