Specifications
WAN/LAN Management Nur für den internen Gebrauch
A31003-H3580-M103-2-76A9, 01-2009
C-6 HiPath 3000/5000 V8 - HG 1500 V8, Administrator Documentation
hg-c.fm
Utility Programs for TCP/IP Diagnostics
Example:
Queries all connections in IP address format (abbreviated)
IP connections and their statuses can be displayed using this table. Before explaining this ex-
ample in more detail, we will briefly discuss the variables.
-p <Proto> Displays connections established via the <Proto> protocol
-r Displays the routing table, which can also be displayed using route
print.
-s Displays statistics for each protocol
<Interval> Repeats the display after <Interval> seconds
C:\>netstat -a -n
Active Connections
Proto Local address Remote address Status
....
....
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
....
....
TCP 192.168.129.3:110 192.168.129.1:1037 ESTABLISHED
TCP 192.168.129.3:23 192.168.129.2:1038 ESTABLISHED
TCP 192.168.129.3:1031 192.168.129.1:80 ESTABLISHED
....
....
UDP 0.0.0.0:25 *:*
UDP 0.0.0.0:80 *:*
....