HP Comware 5 Debug Manual Vol 2

Field
Description
conditions Events that trigger state transitions. The possible events include:
Begin_FalseThe state machine had been started.
Begin_TrueThe state machine started.
UCTUnconditional transition.
Port_Moved_TrueA Port Move event occurred on the port.
Port_Moved_FalseA Port Move event was completed on the port.
Port_EnabledThe port became available.
Port_DisabledThe port became unavailable.
LACP_EnabledLACP was enabled on the port.
LACP_DisabledLACP was disabled on the port.
PDU_Indicate—An LACPDU was received.
CurrentWaitTimer_ExpiredThe CURRENT timer expired.
LACP_PassiveBoth the actor and the partner were in the passive mode.
PeriodTimer_ExpiredThe period timer expired.
Long_TimeoutThe LACPDU carried the Long_timeout field.
Short_TimeoutThe LACPDU carried the Short_timeout field.
SelectedThe port was in selected state.
UnselectedThe port was in unselected state.
Actor_InsyncThe actor information was synchronized.
Actor_OutsyncThe actor information was not synchronized.
Partner_InsyncThe partner information was synchronized.
Partner_OutsyncThe partner information was not synchronized.
ActorChurnTimer_ExpiredThe ACTORCHURN timer timed out.
PartnerChurnTimer_ExpiredThe PARTNERCHURN timer timed out.
NTT_TrueLACPDU transmission was required.
Examples
# Enable debugging for the LACP Rx state machine on Ethernet 1/2. Output similar to the following
example is generated when Ethernet 1/2 is assigned to a dynamic aggregation group.
<Sysname> debugging link-aggregation lacp fsm rx interface ethernet 1/2
*Nov 5 10:33:32:828 2007 Sysname LAGG/7/LAGG_DEBUG:
FSM.Ethernet1/2.RX.0-42820:
BEGIN-->LACP_DISABLED, Begin_True
// The RX state machine transitions to the LACP_DISABLED state from the BEGIN state when the state
machine started.
*Nov 5 10:33:32:859 2007 Sysname LAGG/7/LAGG_DEBUG:
FSM.Ethernet1/2.RX.0-42820:
LACP_DISABLED-->CURRENT, UCT
// The RX state machine transitions to the CURRENT state from the LACP_DISABLED state
unconditionally.
debugging link-aggregation lacp packet
Use debugging link-aggregation lacp packet to enable LACPDU debugging on ports.
Use undo debugging link-aggregation lacp packet to disable LACPDU debugging on ports.
8