- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Help! Trunk on HP Procurve switches
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
10-19-2013 02:11 PM - last edited on 10-21-2013 12:32 AM by Liuqing
10-19-2013 02:11 PM - last edited on 10-21-2013 12:32 AM by Liuqing
Help! Trunk on HP Procurve switches
Hello,
I am trying to get a trunk group configured in our network.
We have a heavy traffic link on the core switch (5308xl) that is connected to the 2510g, which is also a part of the vlan 100 and I would like to get three ports on each switch into a trunk group.
I've read some about dynamic lacp and static lacp...
I do not want use dynamic lacp because with dynamic the trunk group will become part of the defaul vlan.
So either static lacp or just static trunk are my options.
I am new to this and don't have much experience configuring this in enterprise networks..
I've played with cisco gear mostly and haven't had much exposure to hp switches.. so any help in this regard would be
great!
Thanks!
P.S. This thread has been moved from Switches, Hubs, Modems (Legacy ITRC forum) to ProCurve / ProVision-Based.
-HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2013 06:37 PM
10-20-2013 06:37 PM
Re: Help! Trunk on HP Procurve switches
Configure the procurve to be "trunk" and on the H3C, do not configure "link-aggregation mode dynamic" on the bridge-agg interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2013 08:44 AM
11-01-2013 08:44 AM
Re: Help! Trunk on HP Procurve switches
Can you please elaborate. I am a novice at this.
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2013 02:17 PM
11-04-2013 02:17 PM
Re: Help! Trunk on HP Procurve switches
On the H3C, on the physical interface, configure:
port link-aggregation group 1
On the procurve, globally, configure:
trunk 1,2 trk1 trunk
(where 1,2 are the two physical interfaces you want trunked together).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2013 02:38 AM
11-30-2013 02:38 AM
Re: Help! Trunk on HP Procurve switches
Vince is right, but I don't think there are any Comware/H3C switches in this environment. Both the 5300 and 2510 are ProCurve switches.
on each switch do the following:
trunk 23-24 trk1 lacp <-- this creates the aggregation link using port 23 and 24
vlan 1 untagged trk1 <-- example VLAN settings; this will depend on your local config
vlan 100 tagged trk1