Tool to help building routes

Alain Durand Alain.Durand@imag.fr
Wed, 23 Oct 1996 15:14:12 +0100


Hi

I have made a little tool to help buiding IPv6 routes in the 6-bone.
It uses the RIPE database to compute the shortest paths from a node
to another one. Currently, all local metrics are set to one.

Example:
=== path from G6 to CAIRN (5f1b:a900::0/32) : cost 3

    G6-(1)->CISCO-(1)->NRL-(1)->CAIRN
    G6-(1)->NIST-(1)->NRL-(1)->CAIRN
    G6-(1)->UL-(1)->NRL-(1)->CAIRN
    G6-(1)->UNH-(1)->NRL-(1)->CAIRN

This tools is avalaible at http://www.ipv6.imag.fr/route.html

I would like to modify the output to give more info, I'm just not sure
what is really relevant. Suggestions are welcome.

	- Alain.