Name |
Details |
|||
---|---|---|---|---|
Description |
Displays “netstat” type information from a mainframe TCP/IP stack. |
|||
Parameters |
[stack|*][|protocol[,protocol]...][|stat][,stat]...][|verbosity] where: |
|||
stack |
An 8-character TCP/IP jobname, or “*” for first active stack (default=*) |
|||
protocol |
TCP|UDP|ALL Display TCP only, UDP only, or both (default=ALL) |
|||
stat |
CONN|LISTEN|ALL Display connected or listening ports, or both (default=ALL) |
|||
verbosit y |
SHORT|LONG The LONG output requires slightly more processing time to gather the additional information (default=SHORT) |
|||
Output |
One line for each active port, in the format (depending on the verbosity requested): SHORT Output:
LONG Output:
|
|||
Sample Command |
ev390hostcmd 46 "60|TCPIP.s390.mysite.com" |
ev390hostcmd 46 "60|*|ALL|ALL|LONG.s390.mysite.com" |
|
Sample Output |
TCP|IPV4|192.168.0.210 | 6106|192.168.0.174 |64940| 0| 5404|ESTABLISH |203|3|EV390V70 TCP|IPV4|192.168.0.210 | 6107|192.168.0.174 |64939| 367| 15|ESTABLISH |206|0|EV390V70 TCP|IPV6|::ffff:192.168.0.210| 23|::ffff:192.168.1.128|52017| 4949| 159675|ESTABLISH|11866| 160|TN3270 UDP|IPV4|192.168.0.222 |12000|0.0.0.0 | 0| 0| 0|UDP|1370650|1370650|VTAM UDP|IPV4|192.168.0.222 |12004|0.0.0.0 | 0| 0| 0|UDP|1370650|1370650|VTAM TCP|IPV6|:: | 23|:: | 0| 0| 0|LISTEN|1371721|2091|TN3270 TCP|IPV6|:: | 21|:: | 0| 0| 0|LISTEN|1371713|736247| FTPD1 UDP|IPV4|0.0.0.0 | 111|0.0.0.0 | 0| 0| 0|UDP|1370642|1370642|PORTMAP EOF |