Specifications

198 Chapter 8. Command Reference
TCP STATS
Displays the TCP statistics and open connections.
TRACEROUTE
Traces the route taken by packets sent from the target router to the specified IP address. A packet is sent for each
hop in the route. The output lists the IP addresses of the hops that returned packets.
Note: To terminate the traceroute before it completes, press control-c.
-c count Number of packets sent (from 1 to 255). The default is 30 packets.
-i wait Wait period between packets in seconds (from 1 to 2000000000). The default is 1 second.
-s size Packet data length in bytes (from 0 to 1648). The default is 56 bytes.
-l size Same as -s size.
-I srcaddr Source IP address contained in the echo message (4 decimals separated by periods). Use this
option to force packets into a tunnel or to force use of the management address as the source
address.
ipaddr IP address at the end of the route (4 decimals separated by periods).
Example:
The following command sends up to 30 packets with a wait period of 1 second and a packet length of 56 bytes.
The route ends at IP address 204.71.200.68.
# traceroute 204.71.200.68
2: 24.26.161.37
3: 24.26.161.1
4: 24.26.161.65
5: 24.218.190.110
6: 24.218.190.114
7: 24.128.191.90
8: 24.128.191.18
9: 24.128.191.13
10: 204.246.198.121
11: 206.132.118.85
12: 206.132.117.209
13: 206.132.110.113
14: 206.132.110.73
15: 208.48.118.118
16: 208.50.169.62
17: 206.132.254.37
tcp stats
Example:
tcp stats
traceroute [-c count] [-i wait] [- s size (or -l size)] [-I srceaddr] <ipaddr>