- About
- Network
- News
- Initiatives
- Events
- Publications
- Blog
Blackhole Routing: The CENIC CalREN DC, ISP, and HPR networks support the use of specific BGP communities to trigger blackhole routing. By tagging routes with specific BGP communities, the CENIC network will dump all traffic destined to the host or network tagged with the community. Specific communities will also be passed on to transit ISP providers that support blackhole routing.
Associate Network Connectivity Requirements: CENIC associates that wish to have this capability must EBGP peer with CENIC CalREN network. EBGP – Multihop with a TTL of 2 is required for CENIC side of peering and highly recommended for campus side. This allows the next hop destination to null to be inserted in to the routing table.
Communities: The following communities are currently supported for blackhole routing:
Accepted Community | DC | ISP | ISP-Transit | HPR | Internet2 | |
DC 2152:666 | X | X | X | X | X |
|
DC 2152:667 | X | X | ||||
HPR 2153:666 | X | X |
Additional Information: By default, CENIC will accept tagged routes with prefix length from standard advertised mask down to /32.
Procedure to Activate Service:
Sample Configuration: Below is a sample Cisco configuration that can be used to inject tagged routes in to BGP to be advertised to CENIC. This is only one of several ways this can be done.
!router bgp 54321redistribute static route-map static-to-bgp!route-map static-to-bgp permit 5match tag 666set community additive 2152:666!ip route 2.2.2.2 255.255.255.255 Null0 tag 666