RUGGEDCOM ROX II
CLI User Guide
Chapter 10
Serial Server
Viewing Transport Connection Statistics 327
Parameter Description
parity-errors Synopsis: A 32-bit unsigned integer
The number of parity errors on this serial port.
This parameter is mandatory.
framing-errors Synopsis: A 32-bit unsigned integer
The number of framing errors on this serial port.
This parameter is mandatory.
overrun-errors Synopsis: A 32-bit unsigned integer
The number of overrun errors on this serial port.
This parameter is mandatory.
Section10.1.2
Viewing Transport Connection Statistics
To view the statistics collected for all transport connections, type:
show interfaces serial transport-connections
A table or list similar to the following appears:
ruggedcom# show interfaces serial transport-connections | tab
REMOTE LOCAL RX TX TARGET
INDEX REMOTE IP PORT PORT TRANSPORT PACKETS PACKETS PORT STATUS
------------------------------------------------------------------------------------
1 10.200.22.199 15836 20000 TCP 177 0 ser-3-1, Active
To view the statistics collected for a specific transport connection, type:
show interfaces serial transport-connections index
A table or list similar to the following appears:
ruggedcom# show interfaces serial transport-connections 1 | tab
REMOTE LOCAL RX TX TARGET
INDEX REMOTE IP PORT PORT TRANSPORT PACKETS PACKETS PORT STATUS
---------------------------------------------------------------------------------
1 192.168.12.2 55677 502 TCP 3691 3691 ser-2, Active
These tables or lists provide the following information:
Parameter Description
index Synopsis: A string 1 to 32 characters long
The transport connection index.
remote-ip Synopsis: A string 1 to 32 characters long
The IP address of the remote serial server.
This parameter is mandatory.
remote-port Synopsis: A 32-bit signed integer
The port of the remote serial server.
This parameter is mandatory.
local-port Synopsis: A 32-bit signed integer
The local port for the incoming connection.