5000 Series Layer 2/3 Managed Data Center Switch CLI Reference Guide
39
hostname
The value for the
hostname
value should be a valid hostname.
ipv6
(Optional) The use of the optional
ipv6
keyword before the
ipv6-address
or
hostname
is possible. If the
ipv6
keyword is used before the
hostname
, the system will try to resolve to an IPv6 address.
initTtl initTtl
(Optional) The
initTtl
term is used to specify the initial time-to-live (TTL),
which is the maximum number of router hops allowed between the local
and remote system. The allowable values range from 0 to 255.
maxTtl maxTtl
(Optional) The
maxTtl
term is used to specify the maximum TTL. The
allowable values range from 1 to 255.
maxFail maxFail
(Optional) The
maxFail
term is used to terminate the traceroute after
failing to receive a response for the specified number of consecutive
probes. The allowable values range from 0 to 255.
interval interval
(Optional) The optional
interval
parameter can be used to specify the
time between probes, in seconds. In the event that a response is not
received within the interval indicated, then the traceroute will consider
that probe a failure (printing *) and send the next probe. If the traceroute
does receive a response to a probe within the indicated interval, then it
will immediately send the next probe. The allowable values range from 1
to 60 seconds.
count count
The optional
count
parameter can be used to specify the number of
probes to be sent for each TTL value. The allowable values range from
1 to 10 probes.
port port
The optional
port
parameter can be used to specify the destination UDP
port of the probe, which should consist of an unused port on the remote
destination system. The allowable values range from 1 to 65535.
size size
The optional
size
parameter can be used to specify the size, in bytes,
for the payload of the Echo Requests sent. The allowable values range
from 0 to 39906 bytes.
source
{
ip-address
|
ipv6-
address
|
unit/slot/port
}
The optional
source
parameter can be used to specify the source IP
address or the interface for the traceroute.
Default
•
count: 3 probes
•
interval: 3 seconds
•
size: 0 bytes
•
port: 33434
•
maxTtl: 30 hops
•
maxFail: 5 probes
•
initTtl: 1 hop
Command Mode
Privileged EXEC
Example
Some examples of the CLI command are shown below.
traceroute Success:
(Routing)# traceroute 10.240.10.115 initTtl 1 maxTtl 4 maxFail 0 interval 1 count 3
port 33434 size 43