Description
Field
Number of packets stored in main memory when the
output queue is full; swapping buffers to main
memory prevents packets from being dropped when
output is congested. The number is high when traffic
is bursty.
output buffers swapped out
Configuration Examples for IEEE 802.3ad Link Bundling
Example: Configuring LACP for Gigabit Interfaces
The following example shows how to configure Gigabit Ethernet ports 0/2 and 0/4into port channel 1 with
LACP parameters.
Device>
enable
Device#
configure terminal
Device(config)#
lacp system-priority 65535
Device(config)#
interface port-channel 1
Device(config-if)#
lacp max-bundle 1
Device(config-if)#
ip address 10.1.1.1 255.255.255.0
Device(config-if)#
exit
Device(config)#
interface gigabitethernet 0/2
Device(config-if)#
no ip address
Device(config-if)#
lacp port-priority 100
Device(config-if)#
channel-group 1 mode passive
Device(config-if)#
exit
Device(config)#
interface gigabitethernet 0/4
Device(config-if)#
no ip address
Device(config-if)#
lacp port-priority 200
Device(config-if)#
channel-group 1 mode passive
Device(config-if)#
end
Example Associating a Channel Group with a Port Channel
This example shows how to configure channel group number 5 and include it in the channel group.
Device1#
configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
Device1(config)#
interface port 5
Device1(config-if)#
*Aug 20 17:06:14.417: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel5, changed
state to down
*Aug 20 17:06:25.413: %LINK-3-UPDOWN: Interface Port-channel5, changed state to down
Device1(config-if)#
Device1(config-if)#
interface gigabitethernet 0/0/2
Device1(config-if)#
channel-group 5 mode active
Device1(config-if)#
*Aug 20 17:07:43.713: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/2, changed state to down
*Aug 20 17:07:44.713: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/2,
changed state to down
*Aug 20 17:07:45.093: %C10K_ALARM-6-INFO: ASSERT CRITICAL GigE 0/0/2 Physical Port Link
Down
*Aug 20 17:07:45.093: %C10K_ALARM-6-INFO: CLEAR CRITICAL GigE 0/0/2 Physical Port Link Down
*Aug 20 17:07:47.093: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/2, changed state to up
*Aug 20 17:07:48.093: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/2,
Carrier Ethernet Configuration Guide (Cisco ASR 920 Series)
374
Configuring IEEE 802.3ad Link Bundling
Configuration Examples for IEEE 802.3ad Link Bundling