TRACERT

Qualifiers:

RTC <ip address> /HOPS n /WAIT n

IPSET <ip address> to <ip address> /HOPS n /WAIT n

Purpose:

Traces the path from the RTC 1. Real Time Clock. 2. Real Time Complex. The RTC is a card that is used for the IP phones signaling, and for the ESM, DHCP, FTP and TFTP servers, among others. Call progress, device status and screen updated messages are sent between the IP Phones and the RTC. or IP sets to a destination IP address. The system response identifies the IP address of routers (or hops) traversed and the time it took to make three round trips to each device (including the destination) and back. TRACERT is useful for determining where performance bottlenecks might be occurring.

TRACERT supports the following sets only:

Details:

RTC and IPSET can be abbreviated to R and I respectively.

The </HOPS n> option specifies the maximum number of hops in the path to search for the target destination. The maximum is 30. The default (specified by omitting the option) is 30.

The </WAIT n> option specifies the amount of time in milliseconds to wait for replies from each hop and destination. The maximum is 999. The default (specified by omitting the qualifier) is 160. If a reply is not received within the time specified, an asterisk (*) is displayed in the response.

The HOPS and WAIT options can be entered alone, together, or omitted.

A "Request timed out" error indicates that the trace timed out waiting for the destination to reply. Likely causes of the time-out include

An "Unknown IP Set" response indicates that the specified IP address is not associated with a registered IP Set on this 3300 ICP.

Example:

Entry: TRACERT I 10.35.29.47 to 10.39.51.18

System Response:

Tracing route
from 10.35.29.47
to 10.39.51.18
over a maximum of 30 hops
with timeout set to 160 msec:

1    1 ms    1 ms    1 ms  10.35.29.1
2    1 ms    1 ms    1 ms  10.250.60.5
3    1 ms    1 ms    1 ms  10.37.1.2
4    1 ms    1 ms    1 ms  10.39.51.18

Trace complete.