From b5a399c716970fe3034610b40d3bc5517a51c119 Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Tue, 13 May 2025 13:07:33 +0200 Subject: [PATCH] Update BGP community list in README.md with new community values for DDoS mitigation and tagging purposes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43dc1b7..68f7b25 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Below is a sample table for searching and documenting BGP community lists. You c | Community | Description | Usage Example | Notes | |----------------|------------------------------------|-----------------------|------------------------------| -| 65535:666 | Blackhole Route | DDoS Mitigation | Common for RTBH (Remote Triggered Black Hole) | -| 65000:100 | Customer Routes | Internal Tagging | Used for customer-specific policies | -| 65000:200 | Peer Routes | Peer Tagging | Used for peer-specific policies | -| 65000:300 | Transit Routes | Transit Tagging | Used for transit provider policies | -| 12345:80 | No-Export | Prevent Route Export | Standard BGP well-known community | +| 215828:0:99999 | Blackhole Route | DDoS Mitigation | Our Community for RTBH (Remote Triggered Black Hole) | +| 215828:0:50000 | Customer Routes | Internal Tagging | Used for customer-specific policies | +| 215828:0:30000 | Peer Routes | Peer Tagging | Used for peer-specific policies | +| 215828:0:10000 | Transit Routes | Transit Tagging | Used for transit provider policies | +| 215828:0:0 | No-Export | Prevent Route Export | Standard BGP well-known community | | 12345:90 | No-Advertise | Prevent Route Advertise | Standard BGP well-known community | | 12345:100 | Local-AS | Restrict to Local AS | Standard BGP well-known community | \ No newline at end of file