<div dir="auto">I've got a multi site BIRD cluster setup in a master slave deployment. My master server is where I apply static routes with tags. Based on the tag certain communities get added during propagation. From those communities I can specify one site, several sites, or all sites receive the route. Also I have my routers and firewalls setup so that they peer with their local BIRD server. From there the route sent could blackhole, force traffic across my WAN, or force traffic out the local site Internet. <br><br><div data-smartmail="gmail_signature">Sent from my Verizon Wireless 4G LTE Samsung Galaxy S5.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Oct 3, 2017 19:16, "Robert Blayzor" <<a href="mailto:rblayzor.bulk@inoc.net">rblayzor.bulk@inoc.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am attempting to setup Bird on a VM to act as a RTBH trigger…<br>
<br>
Bird 1.6.0 on FreeBSD 11.1<br>
<br>
<br>
Is there a alternative way to advertise null routes from Bird rather than using a kernel table?<br>
<br>
<br>
I have tried using static routes, but because assuming the next hop is not reachable, the routes do not export. I guess I’m looking for a way you would normally do something like a null route in Cisco and get that route into BGP. Using the kernel table at the moment is not desirable…  Also other than other routing protocol peering sessions or the kernel, is there another way to get a static null route into Bird?<br>
<br>
<br>
<br>
protocol static trig1 {<br>
        route <a href="http://192.0.2.0/24" rel="noreferrer" target="_blank">192.0.2.0/24</a> blackhole;<br>
        route <a href="http://192.168.255.254/32" rel="noreferrer" target="_blank">192.168.255.254/32</a> via 192.0.2.1;<br>
        import none;<br>
        export all;<br>
}<br>
<br>
<br>
bird> show static<br>
<a href="http://192.0.2.0/24" rel="noreferrer" target="_blank">192.0.2.0/24</a> blackhole<br>
<a href="http://192.168.255.254/32" rel="noreferrer" target="_blank">192.168.255.254/32</a> via 192.0.2.1 (dormant)<br>
<br>
<br>
name     proto    table    state  since       info<br>
trig1    Static   master   up     00:02:27<br>
  Preference:     200<br>
  Input filter:   REJECT<br>
  Output filter:  ACCEPT<br>
  Routes:         0 imported, 0 exported, 0 preferred<br>
  Route change stats:     received   rejected   filtered    ignored   accepted<br>
    Import updates:              1          0          1          0          0<br>
    Import withdraws:            0          0        ---          1          0<br>
    Export updates:              0          0          0        ---          0<br>
    Export withdraws:            0        ---        ---        —          0<br>
<br>
<br>
<br>
<br>
--<br>
<a href="http://inoc.net" rel="noreferrer" target="_blank">inoc.net</a>!rblayzor<br>
XMPP: <a href="http://rblayzor.AT.inoc.net" rel="noreferrer" target="_blank">rblayzor.AT.inoc.net</a><br>
PGP:  <a href="https://inoc.net/~rblayzor/" rel="noreferrer" target="_blank">https://inoc.net/~rblayzor/</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div></div>