NAME
get_last_common_hop.pl - returns the farest common router for a list of hosts
SYNOPSIS
./get_last_common_hop.pl [ -h ] [ -v ] [ -t <seconds> ] <host 1> <host 2> <host n> ...
DESCRIPTION
this script executes a traceroute for each host and returns the last common router
ARGUMENTS
script has the following arguments
- help
-
-h
print help and exit
- verbose
-
-v
verbose output
- timeout
-
-t <seconds> set timeout default: 120 seconds
- host
-
<host> list of hosts to compare
EXAMPLE
./get_last_common_hop.pl lp10wa01.w10 lp10wa02.w10 lp10wa03.w10
AUTHOR
2009, Sven Nierlein, <sven.nierlein@consol.de>