HP Comware 5 Debug Manual Vol 2
Field
Description
Partner Remote port information carried in the LACPDUs:
• type valued 2—Remote port information.
• len—Information length.
• sys-pri—LACP system priority of the remote end (the partner)
• sys-mac—System MAC address of the partner.
• key—Operational key of the remote port.
• pri—LACP priority of the remote port.
• port-index—Remote port number.
• state—Current LACP state flag of the remote port.
Collector Collector field in an LACPDU:
• type valued 3—Collector field information.
• len—Information length.
• col-max-delay—Maximum delay.
Terminator Terminator field in an LACPDU:
• type valued 0—The Terminator field that marks the end of the LACPDU.
• len—Information length.
Examples
# Enable LACPDU debugging on Ethernet 1/1. Output similar to the following example is generated
when Ethernet 1/1 is added to a dynamic aggregation group.
<Sysname> debugging link-aggregation lacp packet all interface ethernet 1/1
*Nov 2 15:51:21:15 2007 Sysname LAGG/7/LAGG_DEBUG:
PACKET.Ethernet1/1.TX.0-915010:
// LAGG sent an LACPDU out of Ethernet 1/1.
size=128, subtype =1, version=1
Actor: type=1, len=20, sys-pri=0x8000, sys-mac=00e0-fc02-0300, key=0x1, pri=0x8000,
port-index=0x2, state=0x45
Partner: type=2, len=20, sys-pri=0x0, sys-mac=0000-0000-0000, key=0x0, pri=0x0,
port-index=0x0, state=0x0
Collector: type=3, len=16, col-max-delay=0
Terminator: type=0, len=0
*Nov 2 15:55:21:15 2007 Sysname LAGG/7/LAGG_DEBUG:
PACKET.Ethernet1/1.RX.0-915010:
// LAGG received an LACPDU on Ethernet 1/1.
size=128, subtype =1, version=1
Actor: type=1, len=20, sys-pri=0x8000, sys-mac=00e0-fc00-0000, key=0x1, pri=0x8000,
port-index=0x6, state=0x3d
Partner: type=2, len=20, sys-pri=0x8000, sys-mac=00e0-fc02-0300, key=0x1, pri=0x8000,
port-index=0x1, state=0xd
Collector: type=3, len=16, col-max-delay=0
Terminator: type=0, len=0
10