TCP/IP (Parallel Library) Configuration and Management Manual

SCF Reference for Parallel Library TCP/IP
HP NonStop TCP/IP (Parallel Library) Configuration and Management Manual522271-006
5-163
TEXT Command
2. The following command sequence can be used to trace and decode ARP protocol
traffic during a SUBNET object trace:
TRACE SUBNET #E1,TO TRACEFL,RECSIZE 500,SELECT (ARPI,ARPO)
3. The following command sequence can be used to trace and decode IP application
data (by providing the keyword USERDATA) during a SUBNET object trace:
TRACE SUBNET #EN1,TO TRACEFL,RECSIZE 750, &
SELECT (IPI,IPO,USERDATA)
TEXT Command
The TEXT command controls the text display option. When TEXT is set to ON, PTrace
displays an interpreted text of trace-file records (excluding the record header). The
textual display appears below labeled data, the HEX display, and the OCTAL display, if
they are present. The textual display consists of ASCII characters, with control codes
represented by two- or three-character mnemonics.
Command Syntax
ON
turns on text display mode.
OFF
turns off text display mode.
Considerations
The Parallel Library TCP/IP TEXT command is implemented in the standards
defined in the PTrace Reference Manual.
If the TEXT command is not used, the OFF attribute is assumed.
If TEXT is specified without the ON or OFF attribute, the ON attribute is assumed.
The RESET and FROM commands set the TEXT command to OFF.
TEXT [ ON | OFF ]