BLT 0.3.3 is out !

Real time IGP RIB monitoring has been added to BLT with version 0.3.3

After upgrading to the new distribution, you just have to uncomment the last line of "blt.conf"

From now on, each prefix add or withdrawal inside your IGP domain will trigger a BGP LS update, and create an entry in a dedicated file.

Here below an example of what you might see in "blt-prefixActivity.log"

2015-04-19 15:08:06,455 INFO  [New I/O worker #1] PFX: Router 10.0.0.4 (xrv4) has just announced 192.168.3.0/24
2015-04-19 15:08:06,458 INFO  [New I/O worker #1] PFX: Router 10.0.0.4 (xrv4) has just announced 10.0.0.255/32
2015-04-19 15:08:06,458 INFO  [New I/O worker #1] PFX: Router 10.0.0.4 (xrv4) has just announced 10.0.0.4/32
2015-04-19 15:09:33,811 INFO  [New I/O worker #1] PFX: Router 10.0.0.4 (xrv4) has just withdrawn 10.0.0.255/32
2015-04-19 15:16:37,011 INFO  [New I/O worker #1] PFX: Router 4444.4444.4444 (xrv4) has just announced 192.168.4.0/24
2015-04-19 15:16:37,011 INFO  [New I/O worker #1] PFX: Router 4444.4444.4444 (xrv4) has just announced 192.168.3.0/24
2015-04-19 15:16:37,011 INFO  [New I/O worker #1] PFX: Router 4444.4444.4444 (xrv4) has just announced 10.0.0.255/32
...
Tags : bltupdate