From e4f0e62c92365eee7445efbd4164fa801c395a5f Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Tue, 23 Jun 2015 16:53:10 +0300 Subject: [PATCH] Add readme file --- src/scripts/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/scripts/README.md diff --git a/src/scripts/README.md b/src/scripts/README.md new file mode 100644 index 0000000..2903201 --- /dev/null +++ b/src/scripts/README.md @@ -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 +```