HP X.25/9000 User's Guide HP-UX 11i v3 (5900-1523, August 2011)

Example 25 Displaying virtual circuit data packet counters
The following example shows the output when there is one virtual circuit connected.
Note that the virtual circuit specified in the command line is 64, in decimal. The LCN shown in the
example output is displayed as 40, the hexadecimal equivalent of 64.
x25stat -t 64 -d x25_0
PER-VC STATISTICS FOR X25
-------------------------
Subnetwork : 0
LCN : 040 (hexadecimal)
User ID : 213
Call direction : outward To DTE : 202
To DTE : 202
VC state : 6 - Datatransfer
-------------------------------------
Packet type TX RX
-------------------------------------
Call 1 0
Call confirm 0 1
Data 422 421
Interrupt 0 0
RNR 0 0
RR 0 421
Reset 0 0
Reset confirm 0 0
Clear 0 0
Clear confirm 0 0
-------------------------------------
Total 423 843
-------------------------------------
The “VC state” under the heading “PER-VC STATISTICS FOR X25” can be:
Table 25 VC state
Description/MeaningOutput on Screen
CALL REQUEST sent, but not yet replied3 - P2
INCOMING CALL received, but not yet replied4 - P3
Connection established6 - Datatransfer
RNR sent7 - DXE
a
busy
RESET REQUEST sent, but not yet replied8 - D2
RESET INDICATION received, but not yet replied19 - DXE resetting
CLEAR REQUEST sent, but not yet replied20 - P6
a
DXE is DCE or DTE.
x25stat 89