1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 22:20:56 +02:00

Add readme file

This commit is contained in:
Pavel Odintsov 2015-06-23 16:53:10 +03:00
parent 95630556e8
commit e4f0e62c92

11
src/scripts/README.md Normal file
View File

@ -0,0 +1,11 @@
### Here you could find nice scripts for subnet's collection from the BGP router server
- Clone ExaBGP master's repository: ```bash
cd /usr/src
https://github.com/Exa-Networks/exabgp.git
```
- Put exabgp_network_collector.conf to /etc
- Put bgp_network_collector.py to /usr/local/bin
- Run ExaBGP: ```bash
env exabgp.log.level=DEBUG exabgp.daemon.user=root exabgp.tcp.bind="0.0.0.0" exabgp.tcp.port=179 exabgp.daemon.daemonize=false exabgp.daemon.pid=/var/run/exabgp.pid exabgp.log.destination=/var/log/exabgp.log sbin/exabgp exabgp_network_collector.conf
```