Etherchannel (auch Link aggregation oder Trunk) ist ein logisches Interface aus mehreren gebündelten physikalischen Interfaces. (IEEE 802.3ad)

PAgP (Port Aggregation Protocol) is a Cisco-proprietary EtherChannel negotiation protocol. LACP (Link Aggregation Control Protocol) performs a similar role, but is vendor-neutral.
Cisco WLC möchte statischen LAG.
Router# configure terminal
Router(config)# interface port-channel 1
Router(config-if)# ip address 10.0.0.1 255.255.255.0
Router(config-if)# end
Router(config)# interface range gigabitEthernet 0/0-1
Router(config-if)# channel-group 1
Router(config-if)# end

Siehe auch LACP.

interface range fa0/1-4
channel-protocol lacp
channel-group 1 mode <active|passive>