traceroute
Discovers the paths that router packets follow when traveling to their destinations. There is no no version.
traceroute [ vrf vrfName ] destination [ ttl maxTTLCount ]
[ timeout timeOutVal ] [ data-size sizeValue ]
[ source { interface interfaceType interfaceSpecifier | address sourceAddress } ]
[ extended [ tos tosVal ] [ set-dont-fragment-bit ] [ interface iType iNumber ]traceroute ipv6 [ vrf vrfName ] destination [ hop-limit hopLimit ] [ timeout timeOutVal ]
[ data-size sizeValue ] [ source { interface interfaceType interfaceSpecifier |
address sourceAddress } ] [ extended [ dscp trafficClass ] [ flow-label flowLabel ] ]
- vrfNameName of the VRF context; string of 132 alphanumeric characters
- ipv6Specifies the destination address as IPv6 format
- destinationIP address, IPv6 address, or domain name of the trace
- hopLimitMaximum number of hops of the trace in the range 1255; default value is 32
- maxTTLCountMaximum number of hops of the trace in the range 1255; default value is 32
- timeOutValTime in seconds to wait for trace responses in the range 120; default value is 2
- sizeValueNumber of bytes comprising the IP packet and reflected in the IP header in the range 064000
- source interfaceSpecifies an interface as the source for the transmitted packets
- interfaceTypeInterface type; see Interface Types and Specifiers in About This Guide
- interfaceSpecifierParticular interface; format varies according to interface type; see Interface Types and Specifiers in About This Guide
- tosValValue of the ToS byte
- set-dont-fragment-bitSpecifies the don't-fragment bit
- iTypeInterface type
- iNumberInterface location
- trafficClassSpecifies the traffic class value to match in the Traffic Class field of each IPv6 packet header, in the range 1255
- flowLabelSpecifies the flow label value to match in the Flow Label field of each IPv6 packet header, in the range 11048576
Privileged Exec, User Exec
Command introduced before JUNOSe Release 7.1.0.
vrf keyword and vrfName variable added to IPv6 version in JUNOSe Release 7.2.0.