[186858] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

Re: Smokeping targets

daemon@ATHENA.MIT.EDU (Andrew Dampf)
Thu Jan 7 10:59:30 2016

X-Original-To: nanog@nanog.org
In-Reply-To: <45C21B36-2FDF-4624-A261-7985407E7AC9@swannie.net>
Date: Thu, 7 Jan 2016 10:59:27 -0500
From: Andrew Dampf <adampf@gmail.com>
To: "Brian R. Swan" <swannie@swannie.net>
Cc: nanog@nanog.org
Errors-To: nanog-bounces@nanog.org

Something I found that is helpful once you've gathered a list of targets is
the following command for generating config to paste:

traceroute -w 3 [IPaddress] | grep -v "*" | grep -v "traceroute" | sed -e
's/(//g' -e 's/)//g' | awk '{ gsub(/\./,"_",$2); print "++++ "$2"\nmenu =3D
"$3"\ntitle =3D "$2" - "$3"\nhost =3D "$3"\n"}'

That generates a valid output for configs to ping each hop along the way to
your destination, which can be super useful. Not all of them allow ICMP but
a decent amount do.

On Thu, Jan 7, 2016 at 10:34 AM, Brian R. Swan <swannie@swannie.net> wrote:

> Hi all,
>
> I=E2=80=99m setting up smokeping to try and gather some latency statistic=
s on my
> ISP to different parts of the world.  Does there exist a list or any
> generic recommendations of different targets to config within smokeping?
> Google and searching the NANOG mailing list have failed me, and I don=E2=
=80=99t
> want to just spam random IP addresses with ICMP requests if there=E2=80=
=99s a more
> official/accepted method for doing this.
>
> Thanks!
> Brian

home help back first fref pref prev next nref lref last post