HP Comware 5 Debug Manual Vol 2
Default
IP terminal access packet debugging is disabled.
Views
User view
Default command level
1: Monitor level
Parameters
service service-name: Specifies a service by its name, a case-insensitive string of 1 to 15 characters,
including spaces.
terminal ttyid: Specifies a terminal by its ID, an integer in the range of 1 to 255.
Examples
# Enable IP terminal access packet debugging. Output similar to the following example is generated
when you enter a character at the connection window under these conditions:
•
The cunkuan service and terminal 1 are created on the device.
•
A connection is established.
<Sysname> debugging ipta packet
<Sysname>
*Jun 11 15:41:01:148 2007 ipta IPTA/7/PACKET:
Service = cunkuan, TtyID = 1,
Direction: Receive data from terminal.
-----------------------------------------------
000: 6c l
*Jun 11 15:41:01:148 2007 ipta IPTA/7/PACKET:
Service = cunkuan, TtyID = 1,
Direction: Send data to server.
-----------------------------------------------
000: 6c l
*Jun 11 15:41:01:158 2007 ipta IPTA/7/PACKET:
Service = cunkuan, TtyID = 1,
Direction: Receive data from server.
-----------------------------------------------
000: 6c l
*Jun 11 15:41:01:158 2007 ipta IPTA/7/PACKET:
Service = cunkuan, TtyID = 1,
Direction: Send data to terminal.
-----------------------------------------------
000: 6c l
// IP terminal access forwarded the packet received from terminal 1 to the FEP. The ASCII value is 6c,
and the character string format value is 1. The FEP returned the character to terminal 1 through the device.
The service name is cunkuan.
139