Using trace route for ip traffic – Allied Telesis AR700 SERIES Software Release 2.7.1 User Manual

Page 118

Advertising
background image

118

AR700 Series Router User Guide

Software Release 2.7.1
C613-02047-00 REV A

4.

Check route tables

To check the route tables on both routers, enter the command:

show ipx route

Check for the presence of networks on the remote side of the wide area
network. If the remote network is missing from the route table on either
router, enter the command:

reset ipx

which resets the IPX routing software and forces the routers to broadcast
their routing and service tables.

Using Trace Route for IP Traffic

You can use trace route to discover the route that packets pass between two
systems running the IP protocol. Trace route sends an initial UDP packets with
the Time To Live (TTL) field in the IP header set starting at 1. The TTL field is
increased by one for every subsequent packet sent until the destination is
reached. Each hop along the path between two systems responds with a TTL
exceeded packet and from this the path is determined. For more information
about trace route, see the Internet Protocol (IP) chapter in the Software
Reference.

To initiate a trace route, enter the command:

trace [[ipaddress=]ipadd] [maxttl=number] [minttl=number]

[number=number] [port=port-number] [screenoutput={yes|no}]

[source=ipadd] [timeout=number] [tos=number]

Any parameters not specified use the defaults configured with a previous
invocation of the command:

set trace [[ipaddress=]ipadd] [maxttl=number] [minttl=number]

[number=number] [port=port-number] [screenoutput={yes|no}]

[source=ipadd] [timeout=number] [tos=number]

As each response packet is received a message is displayed on the terminal
device from which the command was entered and the details are recorded. To
display the default configuration and summary information, enter the
command:

show trace

To halt a trace route that is in progress, enter the command:

stop trace

Advertising