HP Comware 5 Debug Manual Vol 2

undo debugging udp ipv6 packet [ task-id socket-id ]
Default
IPv6 UDP packet debugging is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
task-id: Specifies the task ID in the range of 1 to 100.
socket-id: Specifies the socket ID in the range of 0 to 3072.
Usage guidelines
If no parameter is specified, this command enables the IPv6 UDP packet debugging of all tasks and
sockets.
Examples
# Enable IPv6 UDP packet debugging of all sockets and tasks. Output similar to the following example
is generated when a TFTP operation is executed:
<Sysname> terminal debugging
<Sysname> debugging udp ipv6 packet
<Sysname> tftp ipv6 2::3 get 2.txt
File will be transferred in binary mode
Downloading file from remote tftp server, please wait...
*Aug 4 02:34:41:380 2006 Sysname IPV6UDP/7/debug_case:
1123122881: O: task = vt2(66), socketid = 1,
src = ::->1027,
dst = 2::3->69, datalen = 14
// A UDP packet was sent.
*Aug 4 02:34:41:392 2006 Sysname IPV6UDP/7/debug_case:
1123122881: I: task = vt2(66), socketid = 1,
src = 2::3->1029,
dst = 2::2->1027, datalen = 417
// A UDP packet was received.
*Aug 4 02:34:41:397 2006 Sysname IPV6UDP/7/debug_case:
1123122881: O: task = vt2(66), socketid = 1,
src = ::->1027,
dst = 2::3->1029, datalen = 4
TFTP: 413 bytes received in 1 second(s)
File downloaded successfully.
196