Comware Based
1754198 Members
4099 Online
108811 Solutions
New Discussion

Re: Need Help in configuration of vlan trunk with lacp in hp 6125xlg Switch with HP 5500HI SFP+

 
SOLVED
Go to solution
Shridharsingh
Occasional Contributor

Need Help in configuration of vlan trunk with lacp in hp 6125xlg Switch with HP 5500HI SFP+

Hi,
  Please help in configuration of vlan trunk with lacp in hp 6125xlg Switch, we need to configure hp blade switch SFP+ port with hp 5500 HI SFP+ port. Please suggest which command need to run on each side, as I am new for Hp blade switch configuration.
 
Thanks,
Shridhar

3 REPLIES 3
Vince-Whirlwind
Honored Contributor
Solution

Re: Need Help in configuration of vlan trunk with lacp in hp 6125xlg Switch with HP 5500HI SFP+

I think it's pretty much the same on both ends:

 

Create the LACP port:

   interface bridge-aggregation 1

 

Add ports to it:

   interface te1/0/1

      port link-aggregation group 1

   interface te2/0/1

      port link-aggregation group 1

 

Add VLANs to the LACP port:

    interface bridge-aggregation 1

      port link-type trunk

      port permit vlan 100 200

Shridharsingh
Occasional Contributor

Re: Need Help in configuration of vlan trunk with lacp in hp 6125xlg Switch with HP 5500HI SFP+

Dear ,    

 

  Thank you so much for the specific solution, It's working perfectly Thanks.

 I need one more help on the same chasis. We have one blade server on this chasis with different vmware server. I need to configure that blade server port as a part of multiple vlan member, Because on this blade server there are 3 vmware server and they are part of different vlan. Please help in configuration of port of blade server and vmware server port.

 

Thanks,


@Vince-Whirlwind wrote:

I think it's pretty much the same on both ends:

 

Create the LACP port:

   interface bridge-aggregation 1

 

Add ports to it:

   interface te1/0/1

      port link-aggregation group 1

   interface te2/0/1

      port link-aggregation group 1

 

Add VLANs to the LACP port:

    interface bridge-aggregation 1

      port link-type trunk

      port permit vlan 100 200



              

Vince-Whirlwind
Honored Contributor

Re: Need Help in configuration of vlan trunk with lacp in hp 6125xlg Switch with HP 5500HI SFP+

Are you talking about configuring the virtual switch within VMWare?