Configure a link aggregation group to increase bandwidth and provide redundancy by combining multiple physical links.
Configure a port channel interface (GUI)
Add and configure a logical port channel interface using the device GUI.
Procedure
Create a port-channel interface (CLI)
Configure a port-channel interface to aggregate multiple network interfaces for increased bandwidth or redundancy.
Procedure
Configure LAG in ON mode (CLI)
Group multiple physical interfaces for increased bandwidth and redundancy using LAG in ON mode.
Procedure
Add an interface to a port channel (LACP) (CLI)
Assign an Ethernet interface to a port channel using LACP mode to aggregate bandwidth and provide redundancy.
Procedure
Add an interface to a port channel (PAgP) (CLI)
Add and configure an interface as a member of a port channel using PAgP.
Procedure
Add a VLAN to a port channel (CLI)
Add one or more VLANs to the list of allowed VLANs on a port channel.
Procedure
Remove a port channel group from a physical interface (CLI)
Remove a port channel group binding from a specified physical interface to release it from port channel configuration.
Procedure
Verify the LAG configuration
To view a port channel's state, use the following command:
Device# show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
A - formed by Auto LAG
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
3 Po3(SU) LACP Tw0/0/0(P) Tw0/0/1(P)
4 Po4(SU) LACP Tw0/0/2(P) Tw0/0/3(P)
To verify an LACP or PAgP configuration, use the following commands:
Device# show running-config interface tenGigabitEthernet 0/0/0
Building configuration...
Current configuration : 114 bytes
!
interface TwoGigabitEthernet0/0/0
switchport trunk allowed vlan 16,17
switchport mode trunk
speed 1000
no negotiation auto
no snmp trap link-status
channel-group 3 mode on
Device# show running-config interface port-channel 1
Building configuration...
Current configuration : 54 bytes
!
interface Port-channel1
switchport mode trunk
switchport trunk allowed vlan 10,30,50
end