SV-283856r1203817_rule
V-283856
SRG-NET-000362-RTR-000117
NOKI-RT-000380
CAT II
10
Configure all eBGP routers to use the maximum prefixes feature to protect against route table flooding and prefix deaggregation attacks, as shown in the example below:
- configure router bgp group "eBGP" prefix-limit 500 ipv4
- configure router bgp group "eBGP" prefix-limit 500 ipv6
Review the router configuration to verify the number of received prefixes from each eBGP neighbor is controlled.
Use the command below to verify the prefix limit for IPv4 and IPv6:
- show router bgp neighbor 20.20.20.2 detail | match "Prefix Limit" post-lines 6
Prefix Limits Per Address Family
Family Limit IdleTimeout TH LogOnly PostImport ExcessInact
-------------------------------------------------------------------------------
ipv4 500 forever 90 Disabled Disabled N/A
ipv6 500 forever 90 Disabled Disabled N/A
If the router is not configured to control the number of prefixes received from each peer to protect against route table flooding and prefix deaggregation attacks, this is a finding.
V-283856
False
NOKI-RT-000380
Review the router configuration to verify the number of received prefixes from each eBGP neighbor is controlled.
Use the command below to verify the prefix limit for IPv4 and IPv6:
- show router bgp neighbor 20.20.20.2 detail | match "Prefix Limit" post-lines 6
Prefix Limits Per Address Family
Family Limit IdleTimeout TH LogOnly PostImport ExcessInact
-------------------------------------------------------------------------------
ipv4 500 forever 90 Disabled Disabled N/A
ipv6 500 forever 90 Disabled Disabled N/A
If the router is not configured to control the number of prefixes received from each peer to protect against route table flooding and prefix deaggregation attacks, this is a finding.
M
5746