Evil_TTL> show | s

Enable 802.3ad LACP on HP Switches

Category:HP -> Routing and Switching

Topology:

Enable-802.3ad-LACP-on-HP-Switches.jpg

Configuration:

interface bridge-aggregation 1
port link
-type trunk
port trunk permit vlan all 
// or e.g., port trunk permit vlan 1 to 2
link-aggregation mode dynamic
// add "stp edged-port enable" command if you connect to end station like a server! It's alike to Cisco PortFast.

int te1/0/27
port link
-mode bridge
port link
-type trunk
port trunk permit vlan all 
// or e.g., port trunk permit vlan 1 to 2
port link-agg group 1

int te1
/0/28
port link
-mode bridge
port link
-type trunk
port trunk permit vlan all 
// or e.g., port trunk permit vlan 1 to 2
port link-agg group 1 
By privilege15