Reference Guide

Table Of Contents
Parameter Description
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.
The following are examples show the CLI output for this command.
Successful execution oftraceroute:
(Extreme 220) (Routing) # traceroute 10.240.10.115 initTtl 1 maxTtl 4 maxFail 0 interval 1
count 3 port 33434 size 43
Traceroute to 10.240.10.115 ,4 hops max 43 byte packets:
1 10.240.4.1 708 msec 41 msec 11 msec
2 10.240.10.115 0 msec 0 msec 0 msec
Hop Count = 1 Last TTL = 2 Test attempt = 6 Test Success = 6
(Extreme 220) (Routing) # traceroute 2001::2 initTtl 1 maxTtl 4 maxFail 0 interval 1 count
3 port 33434 size 43
Traceroute to 2001::2 hops max 43 byte packets:
1 2001::2 708 msec 41 msec 11 msec
The above command can also be execute with the optional ipv6 parameter as follows:
(Extreme 220) (Routing) # traceroute ipv6 2001::2 initTtl 1 maxTtl 4 maxFail 0 interval 1
count 3 port 33434 size 43
Unsuccessful execution oftraceroute:
(Extreme 220) (Routing) # traceroute 10.40.1.1 initTtl 1 maxFail 0 interval 1 count 3
port 33434 size 43
Traceroute to 10.40.1.1 ,30 hops max 43 byte packets:
1 10.240.4.1 19 msec 18 msec 9 msec
2 10.240.1.252 0 msec 0 msec 1 msec
3 172.31.0.9 277 msec 276 msec 277 msec
4 10.254.1.1 289 msec 327 msec 282 msec
5 10.254.21.2 287 msec 293 msec 296 msec
6 192.168.76.2 290 msec 291 msec 289 msec
7 0.0.0.0 0 msec *
Hop Count = 6 Last TTL = 7 Test attempt = 19 Test Success = 18
(Extreme 220) (Routing)# traceroute 2001::2 initTtl 1 maxFail 0 interval 1 count 3 port
33434 size 43
Traceroute to 2001::2 hops max 43 byte packets:
1 3001::1 708 msec 41 msec 11 msec
2 4001::2 250 msec 200 msec 193 msec
3 5001::3 289 msec 313 msec 278 msec
4 6001::4 651 msec 41 msec 270 msec
5 0 0 msec *
Hop Count = 4 Last TTL = 5 Test attempt = 1 Test Success = 0
Utility Commands
ExtremeSwitching 200 Series: Command Reference Guide for version 01 .02.04.0007 184