BGP ツール

BGP Community パーサー

標準、拡張、Large 形式の community 値を貼り付けると、TelcoAIO が RFC 定義やキャリア固有の意味を解読します。

バッチモードはスペースまたは改行を受け付けます。例: 65535:65281 3356:666 rt:64512:100 3356:201:300

これは、経路に community が付いており、それがブラックホール、ローカルプリファレンス、位置、エクスポート制御、VPN コンテキスト、事業者固有のルーティング指示を示すのかを知りたい運用場面向けです。

Community デコードが重要な理由

BGP community は経路の重要な意図を運ぶことが多い一方、複数形式が混在すると読み違えやすいものです。標準 community、route target、large community、プロバイダー固有の慣習が同じ作業に現れます。素早いデコードで、その経路が情報目的か、ポリシーに影響するものか、VPN などのサービスコンテキストに属するものかを判断できます。

結果の読み方

パーサーは値の種類と公開リファレンスとの一致を示します。RFC 定義値のように正確なものもあれば、公開された事業者文書に基づくベストエフォートの一致もあります。既知の意味に割り当てられない場合、その community はプライベート、ローカル定義、または事業者内部でのみ文書化されている可能性があります。

よくある間違い

すべての ASN:value ペアが定義元の事業者の外でも常に意味を持つとは限りません。Community の慣習は大きく異なり、別ネットワークが同じ値を使っていても意味がまったく違う場合があります。このページは、プロバイダー自身のルーティングポリシーやピアリングガイドを確認する前のデコードとトリアージに役立ちます。

BGP Community Parser

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

カテゴリ
routing
タグ
bgp, community

入力

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

出力

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

ユースケース

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

制限事項

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