System Management
7210 SAS M, T, X, R6 Basic System Configuration Guide Page 445
Show Commands
S
YSTEM
C
OMMANDS
connections
Syntax connections [address ip-address [interface interface-name]] [port port-number] [detail]
Context show>system
Description This command displays UDP and TCP connection information.
If no command line options are specified, a summary of the TCP and UDP connections displays.
Parameters ip-address — Displays only the connection information for the specified IP address.
Values ipv4-address: a.b.c.d (host bits must be 0)
ipv6-address - x:x:x:x:x:x:x:x (eight 16-bit pieces)
x:x:x:x:x:x:d.d.d.d
x - [0..FFFF]H
d - [0..255]D
port-number — Displays only the connection information for the specified port number.
Values 0 — 65535
detail — Appends TCP statistics to the display output.
Output
Standard Connection Output — The following table describes the system connections output
fields.
Label Description
Proto
Displays the socket protocol, either TCP or UDP.
RecvQ
Displays the number of input packets received by the protocol.
TxmtQ
Displays
the
number of output packets sent by the application.
Local Address
Displays the local address of the socket. The socket port is separated
by a period.
Remote Address
Displays the remote address of the socket. The socket port is separated
by a period.
State
Listen — The protocol state is in the listen mode.
Established — The protocol state is established.