Configuring Extended Trace Options

When configuring the extended trace options(or other repetitive router configurations for that matter), it often helps to create a text script which can be easily modified and sent to the router. For example, using Windows, create a script in Notepad, then copy and paste it into your terminal window. Script 1 shows a sample for some tests with extended trace and source route configurations. Rather than entering all of the trace options for every variant of the test, modify the configuration parameters such as the routing list in Notepad and then transfer it to the terminal program. This really saves time and aggravation from mistyping values. Note that carriage returns may be inserted in the script to accept defaults for the trace option. It often helps, though, to explicitly enter values to keep track of what value is which. Also note that a carriage return was inserted at the end of the script to complete the entry.

Do not enter these commentsScript 1
[command line]trace
[protocol]ip
[destination]rome
[carriage return to accept default
for source address]
[no numeric display]n
[timeout]1
[probes]3
[minimum TTL]1
[maximum TTL]5
[destination port]33434
[strict source route]s
[route list]133.3.32.1 133.3.192.1
[disable verbose]v
[carriage return]

Volume 3, Number 3 Table Of Contents