On 2010-09-03, Max Clark <[email protected]> wrote: > Hello all, > > We currently build and manage our prefix lists from IRRd sources > (RADB/ALTDB) using automated scripts on our Cisco routers. Can openbgpd > query an IRRd directly? How do I regularly update the prefix lists for > our peers? > > Thanks, > Max > >
"bgpctl irrfilter" might do what you need. it runs offline, pulls RPSL and generates filter files that you can list as an "include" in bgpd.conf. currently it is hardcoded to fetch from RADB. you may or may not need to modify your RPSL to work with it. also if you expect large filter sets, investigate cpu and memory use (especially at 'bgpctl reload' time) and make sure you're ok with how it works.

