bird looking glass
Go to file
Mehdi Abaakouk 3ea5e3d0b8 Fix ipv6 re expression 2012-05-30 09:35:03 +02:00
static Improve bgpmap png 2012-05-29 16:53:19 +02:00
templates Improve bgpmap png 2012-05-29 16:53:19 +02:00
.gitignore Remove inused import and ignore bytecode 2012-05-07 11:17:43 +02:00
COPYING README/COPYING Update 2012-03-28 15:18:01 +02:00
README.mkd README/COPYING Update 2012-03-28 15:18:01 +02:00
bird.py Add restrict command 2012-05-27 14:32:50 +02:00
gpl-3.0.txt Add licence and readme 2011-12-16 11:06:15 +01:00
lg-proxy.cfg Force ip source in traceroute 2012-02-07 15:38:55 +01:00
lg-proxy.py Allow no src ip 2012-02-07 15:40:48 +01:00
lg.cfg Improve bgpmap png 2012-05-29 16:53:19 +02:00
lg.py Fix ipv6 re expression 2012-05-30 09:35:03 +02:00
lg.wsgi Improve UI 2012-01-20 16:50:58 +01:00
toolbox.py Add AS name persistant cache and reenable it 2012-05-28 13:51:16 +02:00

README.mkd

BIRD-LG

this is a looking glass for the Internet Routing Daemon "Bird"

software is splited onto two parts:

  • lg-proxy.py: It must be install and started on all bird node. It act as a proxy to make traceroute and bird query on the node Also the access restriction to this web service can be done is file "lg-proxy.cfg" (only ip based restriction for now)

  • lg.py: This is the frontend, a web based UI that request information to all lg-proxy.py nodes The domain and the list of all bird node can be done

                                      ***************
                                 +--> * lg-proxy.py *
                                 |    ***************
                                 |  
    

******** ******************* | ***************

  • USER * ----> * webserver/lg.py *--+--> * lg-proxy.py * ******** ******************* | *************** |
    | *************** +--> * lg-proxy.py * ***************

bird-lg depend on :

  • python-flask >= 0.8
  • python-dnspython

Each service can by embeded in any webserver by follow regular python-flask configuration

Only tested with bird 1.2.5

source code under GPL 3.0, powered by Flask, jQuery and Bootstrap

Copyright (c) 2012 Mehdi Abaakouk sileht@sileht.net