BGP Tools

BGP Community Parser

Paste community values in standard, extended, or large format and TelcoAIO will decode RFC-known and carrier-specific meanings.

Batch mode accepts spaces or line breaks. Example: 65535:65281 3356:666 rt:64512:100 3356:201:300

This is meant for the operational moment when a route has communities attached and you need to understand whether they signal blackholing, local preference, location, export control, VPN context, or an operator-specific routing instruction.

Why Community Decoding Matters

BGP communities often carry the most important intent on a route, but they are also easy to misread when formats are mixed together. Standard communities, route targets, large communities, and provider-specific conventions can all appear in the same workflow. A quick decode helps you decide whether a route is just informational, whether it is meant to influence policy, or whether it belongs to a service context such as VPN transport.

How To Interpret The Results

The parser can tell you what type a value appears to be and whether it matches a known public reference. That means some results are precise, such as RFC-defined values, while others are best-effort matches based on public operator documentation. When the tool cannot map a value to a known meaning, that is often a sign that the community is private, locally defined, or documented only inside an operator network.

Common Mistakes

Do not assume that every ASN:value pair is globally meaningful outside the operator that defined it. Community conventions vary widely, and a value reused by another network can mean something completely different. This page is most useful as a decoding and triage aid before you check the provider's own routing policy or peering guide.

BGP Community Parser

Parse standard, extended, and large BGP communities against known registries.

Category
routing
Tags
bgp, community

Inputs

  • One or more community values (e.g. 65000:100, target:65000:1, 64512:1:100)
  • Optional ASN context to refine known-registry matches

Outputs

  • Type classification (standard / extended / large)
  • Decoded fields
  • Documented meaning for known operator communities, when available

Use Cases

  • Decoding a peer's signalling community on the fly
  • Reviewing community policy before announcing routes upstream
  • Building documentation for an internal community scheme

Limitations

  • Lookups rely on publicly published community references
  • Operator-specific communities without public documentation cannot be decoded