forked from jbonicioli/Live-BGP-Statistics
-
Notifications
You must be signed in to change notification settings - Fork 0
Near real time BGP statistics using BGP Looking Glass NG.
License
itai-codefresh/Live-BGP-Statistics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Live BGP Statistics This system is complementary to PHP Looking Glass NG. It cannot work on its own. It's intended to be used for troubleshooting and visualization of Wireless Community Networks using BGP for their backbone routing. It's not tested on the full internet BGP table. Probably it won't work properly since it's not optimized for such large BGP tables. It uses the routers database from PHP Looking Glass NG to connect to each router and periodically fetch the whole BGP routing table. It then calculates all the BGP Peers for each AS on the network and shows them in easy to interpret representation. Currently only Quagga and Mikrotik routers are supported. It also lists all the collected data in searchable tables for easier network troubleshooting. And by consulting the WiND Database it will create a list of illegally announced prefixes on the network. Requirements: PHP Looking Glass NG https://github.com/cha0sgr/php-looking-glass-ng WiND https://github.com/wind-project/wind Tested on Ubuntu and Fedora. It should work just fine on any other distro as well. PHP 5.2+ MySQL 5.1+ Memcached phpseclib ://phpseclib.sourceforge.net/ Shell Access (to run the bgpcollect.php script) GNU screen (to keep running the bgpcollect.php script and still have access to its output for troubleshooting) See CREDITS for other software used in this system. See INSTALL for installation instructions. Check out http://stats.cha0s.gr to see it in action monitoring the AWMN network (www.awmn.net)
About
Near real time BGP statistics using BGP Looking Glass NG.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 91.6%
- CSS 6.3%
- JavaScript 2.1%