HPE Aruba Networking & ProVision-based
1834008 Members
1684 Online
110063 Solutions
New Discussion

Help! Trunk on HP Procurve switches

 
Takkari
Occasional Advisor

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

 

4 REPLIES 4
Vince_Whirlwind
Trusted Contributor

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.

 

 

 

 

Takkari
Occasional Advisor

Re: Help! Trunk on HP Procurve switches

Can you please elaborate. I am a novice at this.

 

Thanks a lot!

Vince_Whirlwind
Trusted Contributor

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).

Richard Litchfield
Respected Contributor

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