HP Comware 5 Debug Manual Vol 3
• Field
• Description
• Send the information of track entry
entry-number to all IO slots, Track Status:
track-status, Message Type: message-type,
Send Time: timestamp.
• timestamp indicates the time when the message was sent,
in the format of hh:mm:ss:sss, for example,
10:12:21:708.
• hh is in the range of 00 to 23, mm and ss are in the range
of 00 to 59, and sss is in the range of 0 to 999.
• track-status values:
• Positive.
• Invalid.
• Negative.
• message-type values:
• 1—Creates a track object.
• 2—Deletes a track object.
• 3—Changes the status of a track object.
• Send the information of all track entries to
slot slot-number, Message Type:
message-type, Send Time: timestamp.
• timestamp indicates the time when the message was sent,
in the format of hh:mm:ss:sss, for example,
10:12:21:708.
• hh is in the range of 00 to 23, mm and ss are in the range
of 00 to 59, and sss is in the range of 0 to 999.
• Receive the information of track entry
entry-number, Track Status: track-status,
Message Type: message-type, Receive
Time: timestamp.
• timestamp indicates the time when the message was
received, in the format of hh:mm:ss:sss, for example,
10:12:21:708.
• hh is in the range of 00 to 23, mm and ss are in the range
of 00 to 59, and sss is in the range of 0 to 999.
• track-status the following values:
• Positive.
• Invalid.
• Negative.
• message-type values:
• 1—Creates a track object.
• 2—Deletes a track object.
• 3—Changes the status of a track object.
• 4—Creates all track objects.
Examples
# Enable debugging for the Track module.
<Sysname> terminal debugging
<Sysname> terminal monitor
<Sysname> debugging track
# Create an NQA test group, and configure the test type, test parameters, and the reaction entry.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type icmp-echo
[Sysname-nqa-admin-test-icmp-echo] destination ip 2.2.2.2
448