Create LACP Trunks on HP Switches - macmiester/luci GitHub Wiki
Good tea may be required prior to proceeding.
Now that we are enjoying excellent tea, lets get to the process of setting up LACP Trunks on HP Switches. The switches I'm currently using are HP E3800 L3 switches. There is an excellent thread with some tutorials found at the following page:
Some examples:
to create lacp on ports 21 - 24 you need to type the following at an enabled ssh session:
interface 21-24 lacp active
Ensure that these ports are not connected yet. If they are already cabled, you can disable the ports temporarily
To create a trunk on 1 or multiple ports:
HP E3800-24G-2SFP+ Switch(config)# trunk ethernet 19-22 trk1 trunk
To delete a trunk on 1 or multiple ports:
HP E3800-24G-2SFP+ Switch(config)# no trunk ethernet 1-4
To assign trunks to vlans:
CWAA Core Switch(eth-Trk1)# vlan 2 tagged trk1
This will tag vlan 2 on trk1.
To shut or disable a port:
CWAA Core Switch(eth-Trk1)# interface ethernet 13 disable
To test your configured port or trunk, the following command provides visual real time feedback:
HP-3800-ELEM-HALL# show interface display