summaryrefslogtreecommitdiffstats
path: root/contrib/traceroute/traceroute.8
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-02-20 23:29:53 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-02-20 23:29:53 +0000
commit63199bf7b7c89cd5951e13c17b014c06b2ef7739 (patch)
tree320768ace56ea7c61548fe94e747002ed891ac06 /contrib/traceroute/traceroute.8
parent23dbe457bf5f99f80a46e3a2035970149d6cb024 (diff)
downloadFreeBSD-src-63199bf7b7c89cd5951e13c17b014c06b2ef7739.zip
FreeBSD-src-63199bf7b7c89cd5951e13c17b014c06b2ef7739.tar.gz
Add AS lookup functionality. On each hop we query a whois server to
find the corresponding AS for that IP (-a switch). We can also choose a different whois server with the -A switch. The default is whois.radb.net. Obtained from: NetBSD Reviewed by: bms, njl (mentor) Approved by: njl (mentor)
Diffstat (limited to 'contrib/traceroute/traceroute.8')
-rw-r--r--contrib/traceroute/traceroute.818
1 files changed, 16 insertions, 2 deletions
diff --git a/contrib/traceroute/traceroute.8 b/contrib/traceroute/traceroute.8
index de3b7de..9d54bc6 100644
--- a/contrib/traceroute/traceroute.8
+++ b/contrib/traceroute/traceroute.8
@@ -16,7 +16,7 @@
.\" $Id: traceroute.8,v 1.19 2000/09/21 08:44:19 leres Exp $
.\" $FreeBSD$
.\"
-.TH TRACEROUTE 8 "21 September 2000"
+.TH TRACEROUTE 8 "19 February 2008"
.UC 6
.SH NAME
traceroute \- print the route packets take to network host
@@ -24,7 +24,7 @@ traceroute \- print the route packets take to network host
.na
.B traceroute
[
-.B \-dDeFISnrvx
+.B \-adDeFISnrvx
] [
.B \-f
.I first_ttl
@@ -71,6 +71,9 @@ traceroute \- print the route packets take to network host
.B \-w
.I waittime
] [
+.B \-A
+.I as_server
+] [
.B \-z
.I pausemsecs
]
@@ -98,6 +101,13 @@ name.
.PP
Other options are:
.TP
+.B \-a
+Turn on AS# lookups for each hop encountered.
+.TP
+.B -A
+Turn on AS# lookups and use the given server instead of the
+default.
+.TP
.B \-e
Firewall evasion mode.
Use fixed destination ports for UDP and TCP probes.
@@ -443,3 +453,7 @@ should listen for a RST from the destination host (or an intermediate
router that's filtering packets), but this is not implemented yet.
.PP
Please send bug reports to traceroute@ee.lbl.gov.
+.PP
+The AS number capability reports information that may sometimes be
+inaccurate due to discrepancies between the contents of the
+routing database server and the current state of the Internet.
OpenPOWER on IntegriCloud