Open pavel-odintsov opened 9 years ago
We could learn announced routes with GoBGP:
gobgp global rib add 10.33.0.0/24 -a ipv4 /opt/gobgp_1_0_0/gobgp global rib Network Next Hop AS_PATH Age Attrs *> 10.33.0.0/24 0.0.0.0 00:00:00 [{Origin: i}] N*> xxx/24 10.0.6.1 00:05:17 [{Origin: i} {LocalPref: 100}] N*> xxx/24 10.0.6.1 00:05:17 [{Origin: i} {LocalPref: 100}] N*> xxx/24 10.0.6.1 00:05:17 [{Origin: i} {LocalPref: 100}] N*> ccccc/24 10.0.6.1 00:05:17 [{Origin: i} {LocalPref: 100}]
With ExaBGP it's very-very complicated task. GoBGP could do it.
This logic is available in FastNetMon Advanced: https://fastnetmon.com/docs-fnm-advanced/subnet-collection-from-bgp-peering-session/
We could learn announced routes with GoBGP: