- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- HP 2920 LACP Trunk Problems.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2013 10:47 AM
11-14-2013 10:47 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2013 10:05 PM
11-17-2013 10:05 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2013 10:57 AM
11-25-2013 10:57 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2013 05:06 PM
11-25-2013 05:06 PM
Re: HP 2920 LACP Trunk Problems.
No, it gives you Active/Active.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2013 04:32 AM
11-26-2013 04:32 AM
Re: HP 2920 LACP Trunk Problems.
Thank You. I will try this during our next downtime windows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2013 03:09 AM
11-30-2013 03:09 AM
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 #