NLNOG / bgpfilterguide

BGP Filter Guide
MIT License
62 stars 42 forks source link

Blackhole community RFC7999 #68

Closed mrimann closed 1 month ago

mrimann commented 1 year ago

It would be awesome to have some examples on how to implement RFC7999 (BLACKHOLE BGP Community) with the several platforms

For both

mrimann commented 6 months ago

@job What about this one? Is there something important missing?

teunvink commented 1 month ago

At this moment the BGP Filter Guide is intended a a guide for building import filters, consisting of generic building blocks which can be applied by anyone. The 'announce part' as you call it is part of an export filter, and should, just as the import filter you're suggesting, be part of a well thought out set of rules for managing your network.

Therefor, these suggestions are not really suited as generic snippets in a guide like this.

mrimann commented 1 month ago

@teunvink thanks for your feedback. I agree, this must be customized and cannot be copy-pasted 1:1 like other things that are more generalized.

When I started configuring routers and BGP the first time, the BGP Filter Guide was of much value to me and I learned a lot about best practices - and how to implement a config per product based on those best practices. Since stuff like the whole blackholing configuration was not part of the Guide, I thought I'd propose them as an addition, get feedback from the professionals, fine-tune those sections and by adding that topic, help others that are not (yet) very well versed with BGP configs (as in learn from working examples).

I'm fine with not having my proposal accepted into the guide and this is not about complaining. Just trying to give a different perspective why I thought this could be a beneficial addition.