212 System Utility and Clear Commands
The following are examples of the CLI command.
traceroute Success:
(CN1610) # traceroute 10.240.10.115 initTtl 1 maxTtl 4 maxFail 0
interval 1 count 3 port 33434 size 43
initTtl Use
initTtl
to specify the initial time-to-live
(TTL), the maximum number of router hops
between the local and remote system. Range is 0 to
255.
maxTtl Use
maxTtle
to specify the maximum TTL. Range is
1 to 255.
maxFail Use
maxFail
to terminate the traceroute after failing
to receive a response for this number of consecutive
probes. Range is 0 to 255.
interval Use the optional
interval
parameter to specify the
time between probes, in seconds. If a response is not
received within this interval, then traceroute
considers that probe a failure (printing *) and sends
the next probe. If traceroute does receive a response
to a probe within this interval, then it sends the next
probe immediately. Range is 1 to 60 seconds.
count Use the optional
count
parameter to specify the
number of probes to send for each TTL value. Range
is 1 to 10 probes.
port Use the optional
port
parameter to specify
destination UDP port of the probe. This should be an
unused port on the remote destination system. Range
is 1 to 65535.
size Use the optional
size
parameter to specify the size,
in bytes, of the payload of the Echo Requests sent.
Range is 0 to 65507 bytes.
source Use the optional source parameter to specify the
source IP address or interface for the traceroute.
Parameter Description