Traceroute, Mgmt class, Input format – Efficient Networks 107-0001-000 User Manual

Page 60: Parameters, Response, Traceroute -30

Advertising
background image

Chapter 2: Status Commands

Efficient Networks

®

Router family

Command Line Interface Guide

Page 2-30

Efficient Networks

®

traceroute

Traces the route taken by packets sent from the local router to the specified IP
address or domain name. A packet is sent for each hop in the route. The output lists
the IP addresses of the hops that returned packets.

Unless the -n option is specified, traceroute also attempts to look up the name of each
gateway in the route. If the DNS lookup is successful, the name is included in the
output message.

NOTE:

To terminate the traceroute before it ends, press control-c.

Mgmt Class

Network (R/W), Debug (R)

Input Format

ping [-c count] [-i <wait>] [- s | -l <size>)] [-I <srceaddr>]

[-n] <ipaddr> | <domainname>

Parameters

Response

The following are application examples of the traceroute command and their
responses.

-c <count>

a

a

Integer, 1 - 2000000000 (5)

Number of packets sent.

-i <wait>

b

b

Integer, 1 - 10 (1)

Wait period between packets in seconds.

-s <size>

c

c

Integer, 0 - 1648 (56)

Packet data length in bytes.

-l <size>

c

Packet data length in bytes. Same as

-s

.

-I <scrceaddr>

d

d

Dotted-decimal notation

Source IP address contained in the echo message. Use this option
to force packets into a tunnel or to force use of the management ad-
dress as the source address.

-n

Eliminates the DNS lookup for each hop. Only the IP address of the
hop is listed in the output message.

<ipaddr>

Remote node to which the echo message is sent. It can be specified
by its domain name or by its IP address.

<domainname>

e

e

ASCII string

Advertising