Examples
Device> enable
Device# configure terminal
Device(config)# lacp system-priority 200
Device(config)# interface gigabitethernet 0/1/1
Device(config-if)# lacp port-priority 500
Device(config-if)# end
This example shows how to verify the LACP configuration:
Device# show lacp sys-id
200.abdc.abcd.abcd
Adding and Removing Interfaces from a Link Bundle
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type slot/subslot/port
4.
channel-group channel-group-number mode {active | passive}
5.
no channel-group channel-group-number
6.
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
Configures a Gigabit Ethernet interface.
interface type slot/subslot/port
Example:
Device(config)# interface gigabitethernet 0/0/5
Step 3
Adds an interface to a channel group and enters interface
configuration mode.
channel-group channel-group-number mode {active
| passive}
Step 4
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
366
Configuring IEEE 802.3ad Link Bundling
Adding and Removing Interfaces from a Link Bundle