LogicMonitor + Catchpoint: Enter the New Era of Autonomous IT

Learn more

Monitor your BGP routing health in real time.

LogicMonitor’s network observability capabilities provide your team visibility into BGP community changes, route manipulations, and policy-driven routing shifts before they affect production traffic.

What is a BGP community?

A BGP community is an optional, transitive attribute attached to a route advertisement (BGP Update message) that acts as a tag or label. Communities allow networks to communicate routing policy signals to peer autonomous systems, instructing them how to handle the tagged routes. They are defined in RFC 1997 and extended by RFC 8092 for large communities.

What is the NO_EXPORT BGP community?

NO_EXPORT (0xFFFFFF01) is a well-known BGP community that instructs the receiving router not to advertise the tagged route to external BGP peers (eBGP peers). The route remains visible within the AS and can be shared with iBGP peers, but it will not be propagated beyond the confederation. It’s commonly used to keep specific routes contained within a provider’s network.

How are large BGP communities different from standard communities?

Standard BGP communities (RFC 1997) use a 32-bit format (AS:value), which limits the value space and can cause conflicts when multiple ASes use the same community values. Large BGP communities (RFC 8092) use a 96-bit format (global_administrator:local_data1:local_data2), providing a vastly larger value space and eliminating conflicts between different organizations’ community schemes.

What is BGP blackhole community and how is it used?

The BGP blackhole community (65535:666, standardized in RFC 7999) is used for remote-triggered black hole (RTBH) routing. When a network is under a DDoS attack, operators can tag the targeted destination prefix with the blackhole community and advertise it to upstream providers. Providers with matching policies will discard all traffic destined for that prefix at their edge, stopping the attack traffic before it reaches the targeted network.