3com 8807 Reference Guide

Page of 1099
IP Performance Configuration Commands
115
Example
# Display the state of all TCP connections.
<SW8800> display tcp status
 
TCPCB       Local Add:port      Foreign Add:port        State
 
03e37dc4    0.0.0.0:4001            0.0.0.0:0           Listening
 
04217174    100.0.0.204:23      100.0.0.253:65508   Established    
The displayed information indicates that a TCP connection is established. The local 
IP address of this TCP connection is 100.0.0.204, and the local port number is 23. 
The remote IP address is 100.0.0.253, and the remote port number is 65508. In 
addition, there is a local server process which listens to the port 4001.
display udp statistics
Syntax
display udp statistics
View
Any view
Parameter
None
Description
Use the display udp statistics command to view UDP traffic statistic information.
It displays the statistic information of all current UDP connections. The statistics 
information about UDP packets are divided into two major kinds which are 
received packets and sent packets. The packets are further divided into different 
types such as check packets and error packets. There are also some statistics 
related closely to the connections, such as the number of broadcast packets. All 
these displayed information are measured in packets.
Related command: reset udp statistics.
Example
# Display the UDP traffic statistic information.
<SW8800> display udp statistics
 
Received packet:
 
Total:0
 
checksum error:0
 
shorter than header:0, data length larger than packet:0
 
no socket on port:0
 
broadcast:0
 
not delivered, input socket full:0
 
input packets missing pcb cache:0
 
Sent packet:
 
Total:0 
Table 17   Description on the fields of the display udp statistics command
Field 
Description 
Received packet:
Total: 0 
Total received UDP packets: 0