HP Comware 5 Debug Manual Vol 3

Default
Debugging for MOAM is disabled.
Views
User view
Default command level
1: Monitor level
Examples
# Enable debugging for MOAM packets. Use the moam lm command to detect the packet loss rates for
a bidirectional MPLS TE tunnel on the device.
<Sysname> debugging mpls moam packet
<Sysname> moam lm -c 1 te tunnel 2
Loss measurement for Tunnel 2, press CTRL_C to break
*Jan 30 16:46:36:781 2011 Sysname MOAM/7/Packet:
>>>>Send LM query msg.
Sequence number: 0
// MOAM sent an LM request message. The sequence number of the message is 0.
*Jan 30 16:46:37:062 2011 Sysname MOAM/7/Packet:
>>>>Send LM query msg.
Sequence number: 1
// MOAM sent an LM request message. The sequence number of the message is 1.
1. TxLoss = 1 (100.00% loss), Rxloss = 1 (100.00% loss)
*Jan 30 16:46:37:094 2011 Sysname MOAM/7/Packet:
Received LM packet: C1: 0, C2: 0, C3: 0, C4: 0
*Jan 30 16:46:37:125 2011 Sysname MOAM/7/Packet:
Calculate send packet loss
Ingress send : 1
Egress receive: 0
Txloss : 1
// One sent packet was lost.
*Jan 30 16:46:37:125 2011 Sysname MOAM/7/Packet:
Calculate receive packet loss
Egress send : 1
Ingress receive: 0
Rxloss : 1
// One packet failed to be received.
--- Loss measurement statistics for Tunnel 2 ---
TxLoss/TxTotal = 1/1 (100.00% loss)
RxLoss/RxTotal = 1/1 (100.00% loss)
debugging mpls rsvp-te
Use debugging mpls rsvp-te to enable debugging for MPLS RSVP-TE.
Use undo debugging mpls rsvp-te to disable debugging for MPLS RSVP-TE.
63