BGP-communities

Let op: Deze feature is vanaf nov 2025 in productie

BGP-communities kunt u zien als labels die netwerkbeheerders gebruiken om routes te labelen met bepaalde eigenschappen of beleidsinformatie, zodat routers op basis van die labels beslissingen kunnen nemen over hoe ze met die routes omgaan. Op basis van het label (BGP-community), wordt routering automatisch beïnvloed.

DDFR voorziet in de volgende BGP-communities voor IP-Transit-klanten:

  • Blackhole 35467:666
  • Transit Backup 35467:5060
  • Do Not Announce to AS6830 35467:5510
  • Prepend 1x to AS6830 35467:5511
  • Prepend 2x to AS6830 35467:5512
  • Prepend 3x to AS6830 35467:5513
  • Do Not Announce to AS9002 35467:5515
  • Prepend 1x to AS9002 35467:5516
  • Prepend 2x to AS9002 35467:5517
  • Prepend 3x to AS900235467:5518
  • Do Not Announce to Upstream-Peers(Commercial) 35467:5000
  • Prepend 1x to Upstream-Peers(Commercial) 35467:5001
  • Prepend 2x to Upstream-Peers(Commercial) 35467:5002
  • Prepend 3x to Upstream-Peers(Commercial) 35467:5003
  • BGP Graceful Shutdown 65535:0

DDFR INBOUND Origin Community:

DDFR voegt onderstaande communities toe aan routes om de ‘Origin’ van de betreffende route inzichtelijk te maken:

  • 35467:6000 Upstream (Received from commercial upstream providers)
  • 35467:6050 Public Peer (Internet Exchanges)
  • 35467:6100 Private Peer

Voorbeeld configuratie

Om eerder genoemde communities te implementeren op uw netwerk kunt u een configuratie gebruiken die vergelijkbaar is met onderstaande:

bgp My-AS
   neighbor x.x.x.x remote-as 35467
   neighbor x.x.x.x description ddfr
   neighbor x.x.x.x send-community
   neighbor x.x.x.x route-map set-community-on-prefix out
#
   ip prefix-list MY-PREFIXES seq 10 permit y.y.y.y
#
   route-map set-community-on-prefix permit 10
   match ip address prefix-list MY-PREFIXES
   set community 35467:aaaa