Reference Guide 8. General Root Commands
Version 7.2 203 Mediant MSBR
8.14 traceroute
This command performs a traceroute and displays the route (path) and packet transit delays
across an IP network, for diagnostic purposes.
Syntax
traceroute {<Destination IP Address|Hostname>} [interface name
<Interface Name>|vlan <VLAN ID> <Source IP Address>]
Command Description
Destination IP Address or
Hostname
The IP address or hostname to which the trace is sent.
Name of the interface.
Configures the VLAN ID.
Note
Supports both IPv4 and IPv6 addresses.
In IPv4, it supports hostname resolution as well.
Sends three requests to each hop on the way to the destination.
Command Mode
Privileged User
Example
Examples of using this command:
IPv6:
traceroute ipv6 2014:6666::dddd
1 2014:7777::aa55 (2014:7777::aa55) 2.421 ms 2.022
ms 2.155 ms
2 2014:6666::dddd (2014:6666::dddd) 2.633 ms 2.481
ms 2.568 ms
Traceroute: Destination reached
IPv4:
traceroute 10.3.0.2
1 1 (10.4.0.1) 2.037 ms 3.665 ms 1.267 ms
2 1 (10.3.0.2) 1.068 ms 0.796 ms 1.070 ms
Traceroute: Destination reached