Hello.
I have next filters:
filter export_OSPF {
if net = white_ip2/32 then {
ospf_metric2 = 5;
print "router_id: ", ospf_router_id, " net: ", net;
accept;
}
if net = white_ip1/32 then {
ospf_metric2 = 10;
Hello guys,
Is BGP Multipath supported in BIRD?
Thanks!
Roman.
Hi!
Thanks for interest!
One year ago I investigated ability to add Bird integration to
FastNetMon. But actually Bird haven't API which could be used for
reliable integration with FastNetMon.
ExaBGP and GoBGP has API which could be integrated without so much
pain into C++ application (FastNetMon
On Mon, Feb 01, 2016 at 08:48:15AM +, Neil Morris wrote:
> I have just started looking into BIRD for use with Fastnetmon for DDoS
> mitigation. I see that ExaBGP is aready integrated with Fastnetmon,
> but was interested to hear from anyone who has used BIRD.
I've intergrated BIRD and fastnet
Morning folks,
I have just started looking into BIRD for use with Fastnetmon for DDoS
mitigation. I see that ExaBGP is aready integrated with Fastnetmon, but was
interested to hear from anyone who has used BIRD.
thanks in advance
Kind Regards,
Neil