Configuration Examples
This example shows how to configure port-channel interface 1 to be inactive if fewer than 2 member ports
are active in the EtherChannel:
Device> enable
Device# configure terminal
Device(config)# interface port-channel 1
Device(config-if)# lacp min-bundle 2
Device(config-if)# end
Configuring LACP (802.3ad) for Gigabit Interfaces
Perform this task to create a port channel with two bundled ports. You can configure a maximum of four
bundled ports per port channel.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface port-channel number
4.
ip address ip-address mask
5.
exit
6.
interface type slot/subslot/ port
7.
no ip address
8.
channel-group channel-group-number mode {active | passive}
9.
exit
10.
interface type slot/subslot/ port
11.
no ip address
12.
channel-group channel-group-number mode {active | passive}
13.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
360
Configuring IEEE 802.3ad Link Bundling
Configuring LACP (802.3ad) for Gigabit Interfaces