94 • SSLCOM Command Interface HP NonStop SSL Reference Manual
The CONNECTION Commands
In the run modes TELNETS, PROXYS, PROXYC, FTPS and FTPC, HP NonStop SSL will have a set of TCP/IP
connections open during normal operation. The number of open connections can vary between zero and several hundred.
With the commands described in the following sections, HP NonStop SSL can display information about the
connections.
CONNECTIONS
The CONNECTIONS command displays an overview of all currently open connections handled by HP NonStop SSL.
The following example shows the output of HP NonStop SSL running in TELNETS mode with three proxy connections
handled by HP NonStop SSL:
CONNECTIONINFOFORMAT EXTENDED (default starting HP NonStop SSL AAE):
% connections
connections
+-----+-----------------------------------------------------------------------+
| Port| Connection Information |
+-----+-----------------------------------------------------------------------+
| 6828| Incoming peer : 192.168.113.4:37638 |
| | Incoming local : 10.0.0.194:11011 |
| | Outgoing local : 127.0.0.1:6828 |
| | Outgoing peer : 127.0.0.1:23 |
+-----+-----------------------------------------------------------------------+
| 6829| Incoming peer : 192.168.113.4:37640 |
| | Incoming local : 10.0.0.194:11011 |
| | Outgoing local : 127.0.0.1:6829 |
| | Outgoing peer : 127.0.0.1:23 |
+-----+-----------------------------------------------------------------------+
| 6830| Incoming peer : 192.168.113.4:37641 |
| | Incoming local : 10.0.0.194:11011 |
| | Outgoing local : 127.0.0.1:6830 |
| | Outgoing peer : 127.0.0.1:23 |
+-----+-----------------------------------------------------------------------+
+--------------------------------- END ---------------------------------------+
%
CONNECTIONINFOFORMAT ORIGINAL (default before HP NonStop SSL AAE):
% connections
connections
| Port|--------remote connection----------|----------local connection---------|
| 6831|10.0.0.194:11011<--192.168.113.4:37706|127.0.0.1:6831-->127.0.0.1:23 |
| 6832|10.0.0.194:11011<--192.168.113.4:37707|127.0.0.1:6832-->127.0.0.1:23 |
| 6833|10.0.0.194:11011<--192.168.113.4:37708|127.0.0.1:6833-->127.0.0.1:23 |
%
CONNECTIONINFOFORMAT CSV:
% connections
connections
Port,Local Conn. Local IP, Local Conn. Local Port,Direction,Local Conn. Remote IP,
Local Conn. Remote Port, Direction, Remote Conn. Local IP, Remote Conn. Local Port,
Remote Conn. Remote IP, Remote Conn. Remote Port
6837,10.0.0.194,11011,<--,192.168.113.4,37814,127.0.0.1,6837,-->,127.0.0.1,23
6838,10.0.0.194,11011,<--,192.168.113.4,37815,127.0.0.1,6838,-->,127.0.0.1,23
6839,10.0.0.194,11011,<--,192.168.113.4,37817,127.0.0.1,6839,-->,127.0.0.1,23
%