in reply to How to generate network topology with perl ?

Not a perl solution (Tcl), but I thing worth a look, is Scotty / Tkinet. A quote from the Tkinet description:
Network maps can be maintained by using the editing features provided by Tkined or using automated tools. The source distribution contains applications to discover IP networks, to support the network layout process, to troubleshoot IP networks using SNMP in combination with other standard tools (e.g. traceroute) and to monitor network status using SNMP or selected SUN RPCs.
Might be interesting to use together with Tcl::Tk, if you want to do this in perl.

Replies are listed 'Best First'.
Re: Re: How to generate network topology with perl ?
by iwanthome (Beadle) on Apr 30, 2004 at 16:37 UTC
    thanks,I will try.