Well, seems the best response is to rip it from perl or use expect scripts. Anyone thought of perhaps using Zebra/bgpd since the code can be modified and can live on the server doing the graphing/calculations? I'll have to look into this. Thanks for all replies. -- -------------- http://www.zeromemory.com - metal for your ears.
Le Ven, 23 Août 2002 14:01:23 -0700, nanog@zeromemory.com a écrit:
Mosh> Anyone thought of perhaps using Zebra/bgpd since the code Mosh> can be modified and can live on the server doing the Mosh> graphing/calculations? There's something called the Python Routing Toolkit from sprint labs that gives you a python class called Bgp that you can use to make a session with a router and recieve updates parsed into a dictionary. If you glue that to some other classes/scripts/whatever you can do real time graphing and calculations. It would be easier than hacking zebra to do this, I think. http://www.sprintlabs.com/Department/IP-Interworking/Routing/PyRT/index.html -w
On Fri, Aug 23, 2002 at 02:01:23PM -0700, Dr. Mosh wrote:
Anyone thought of perhaps using Zebra/bgpd since the code can be modified and can live on the server doing the graphing/calculations?
We do something like this by running Zebra at a bunch of places and pushing the logs to a central DB where our CGI scripts can get them.
From here, we can do graphing/calcuations, etc.
See http://bgp.lcs.mit.edu/bgpview.cgi for a better idea. Some of the docs pages are slightly out of date... -Nick
participants (3)
-
Dr. Mosh
-
Nick Feamster
-
William Waites