User`s guide
Configuring IP Routing
Managing IP routes and connections
MultiVoice Gateway for the MAX— User’s Guide Preliminary November 23, 1998 8-31
To display the number of UDP packets received and transmitted, enter the Show UDP Stats
command. For example:
ascend% show udp stats
22386 packets received.
0 packets received with no ports.
0 packets received with errors.
0 packets dropped
9 packets transmitted.
The Show UDP Listen command displays the socket number, UDP port number, and number
of packets queued for each UDP port on which the MultiVoice Gateway is currently listening.
The command’s output also includes the following fields:
For example:
ascend% show udp listen
udp:
Socket Local Port InQLen InQMax InQDrops Total Rx
0 1023 0 1 0 0
1 520 0 50 0 532
2 7 0 32 0 0
3 123 0 32 0 0
4 1022 0 128 0 0
5 161 0 64 0 0
Displaying TCP statistics and connections
To display the supported TCP-statistics commands:
ascend% show tcp ?
show tcp ? Display help information
show tcp stats Display TCP Statistics
show tcp connection Display TCP Connection Table
To display the number of TCP packets received and transmitted, enter the Show TCP Stats
command. For example:
ascend% show tcp stats
0 active opens.
11 passive opens.
1 connect attempts failed.
1 connections were reset.
3 connections currently established.
85262 segments received.
Field Description
InQMax Maximum number of queued UDP packets on the socket. (See Queue Depth
and Rip Queue Depth parameters.)
InQLen Current number of queued packets on the socket.
InQDrops Number of packets discarded to prevent InQLen from exceeding InQMax.
Total Rx Total number of packets received on the socket, including InQDrops.