Monitoring 802.3ad Link Aggregation
This section explains how to use the show commands to display the characteristics and the configured settings for 802.3ad link aggregation.
show interfaces lag
- Use to display information about a specified Ethernet member link in an IEEE 802.3ad link aggregation group (LAG) bundle.
- Specify either the Fast Ethernet or Gigabit Ethernet interface type when issuing this command:
host1(config):show interfaces interfaceType interfaceSpecifier lagField descriptions
- Administrative statusOperational state that you configured for this interface
- MemberMembership status of the Ethernet link
- LACPStatus of LACP configuration for the Ethernet link
- activeEthernet link participates in the protocol regardless of whether its Partner member link is set to active or passive LACP PDU participation
- passiveEthernet link transmits LACP PDUs only when it receives LACP PDUs from its Partner member link
- collecting/distributingEthernet link is actively collecting incoming frames and distributing outgoing frames
- detachedEthernet link is detached from the LAG bundle due to protocol changes or system constraints
- waitingEthernet link is waiting to attach to a LAG bundle
- activeActor link actively particulates in LACP
- passiveActor link transmits LACP PDUs
- timeoutTimeout control value; this value is not configurable and is set to long timeout (30 seconds)
- aggregatableActor link can be aggregated
- individualActor link cannot be aggregated; must operate as an individual link
- in-syncActor link has joined the correct LAG bundle
- out-of-syncActor link is unable to join the correct LAG bundle
- collectingActor link is actively collecting incoming frames; if this field does not appear, the Actor link is not actively collecting incoming frames
- distributingActor link is actively distributing outgoing frames; if this field does not appear, the Actor link is not actively distributing outgoing frames
- defaultedActor link is using defaulted operational information about the Partner link that was administratively configured for Partner; if this field does not appear, the operational information about the Partner link has been received by the Actor link in an LACP PDU
- expiredActor link's receive machine is expired; if this field does not appear, the Actor link's receive machine is active
- portPort number assigned to the Ethernet link by the Actor link
- priorityPriority assigned to this Ethernet link by the Actor link
- KeyOperational key value assigned to the Ethernet link by the Actor link
- System PriorityPriority assigned to the Ethernet link by the system
- System MAC AddressMAC address assigned to the Actor link
- PartnerStatus of the Partner link
- active Partner link participates in the LACP
- passivePartner link transmits LACP PDUs
- timeoutTimeout control value; short timeout or long timeout
- aggregatablePartner link can be aggregated
- individualPartner link cannot be aggregated
- in-syncPartner link has joined the correct LAG bundle
- out-of-syncPartner link has joined the incorrect LAG bundle
- collectingPartner link is actively collecting incoming frames; if this field does not appear, the Partner link is not actively collecting incoming frames
- distributingPartner link is actively distributing outgoing frames; if this field does not appear, the Partner link is not actively distributing outgoing frames
- defaultedPartner link is using defaulted operational information about the Partner link that was administratively configured for Partner; if this field does not appear, the operational information about the Partner link has been received by the Actor link in an LACP PDU
- expiredPartner link's receive machine is expired; if this field does not appear, the Partner link's receive machine is active
- portPort number assigned to the Ethernet link by the Partner link
- priorityPriority assigned to the Ethernet link by the Partner link
- keyOperational key value assigned to the Ethernet link by the Partner link
- ageNumber of seconds since last LACP was received
- System PriorityPriority assigned to the Ethernet link by the Partner link's system
- System MAC AddressMAC address assigned to the Partner link by the system
- LACP packetsNumber of transmitted and received LACP packets
- Marker Protocol request packetsNumber of Marker Protocol packets requested to verify transmissions
- Marker Protocol response packetsNumber of Marker Protocol response packets that verified transmissions
- DiscardedNumber of invalid LACP packets
host1#show interfaces fastEthernet 4/0 lagFastEthernet4/0 is Up, Administrative status is UpMember of Lag bostonLACP passive, mux state collecting/distributingLACP state (0x3c) passive, long timeout, aggregatable, in-sync, collecting, distributingport 0 priority 32768 key 8System Priority 32768 System MAC Address is 0090.1a40.2043Partner: state (0x3d) active, short timeout, aggregatable, in-sync,collecting, distributingport 0 priority 32768 key 8 age 25System Priority 32768 System MAC Address is 0090.1a40.2043LACP packets: received 8, transmitted 7Marker Protocol request packets: received 0, transmitted 0Marker Protocol response packets: received 0, transmitted 0Discarded 0, unknown protocol received 0show interfaces lag members
- Use to display information about the Ethernet member links in all IEEE 802.3ad link aggregation group (LAG) bundles configured on the router, or about the member links in a specified IEEE 802.3ad LAG bundle.
- Field descriptions
- LagName of the LAG bundle
- Administrative statusOperational state that you configured for the LAG
- Member-interfaceStatus of the member interface in the bundle
- Interface SpecifierStatus of the hardware on this interface (up or down)
- LACP activeEthernet link participates in the protocol regardless of whether its Partner member link is set to active or passive LACP PDU participation
- LACP passiveEthernet link transmits LACP PDUs only when it receives LACP PDUs from its Partner link
- collecting/distributingEthernet link is actively collecting incoming frames and distributing outgoing frames
- detachedEthernet link is detached from the LAG bundle due to protocol changes or system constraints
- waitingEthernet link is waiting to attach to a LAG bundle
host1#show interfaces boston lag membersLag bostonBundle is Up, Administrative status is UpMember-interface FastEthernet0/0 is Up(LACP active, state collecting/distributing)Member-interface FastEthernet0/5 is Up(LACP active, state collecting/distributing)Lag actonBundle is Up, Administrative status is UpMember-interface FastEthernet4/0 is Up(LACP passive, state collecting/distributing)Member-interface FastEthernet4/6 is Up(LACP passive, state collecting/distributing)2 lag interfaces found