SV-269890r1052055_rule
V-269890
SRG-NET-000362-RTR-000117
OS10-RTR-000670
CAT II
10
Configure all eBGP routers to use the maximum prefixes feature to protect against route table flooding and prefix deaggregation attacks.
OS10(config)#router bgp 10
OS10(config-router-bgp-10)# template ebgp
OS10(config-router-template)# address-family ipv4 unicast
OS10(config-router-bgp-neighbor-af)# maximum-prefix 10 50
Review the router configuration to verify the number of received prefixes from each eBGP neighbor is controlled.
Verify that a maximum-prefix value is configured in the appropriate neighbor entries or templates.
router bgp 10
!
template ebgp
!
address-family ipv4 unicast
maximum-prefix 10 50
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-269890
False
OS10-RTR-000670
Review the router configuration to verify the number of received prefixes from each eBGP neighbor is controlled.
Verify that a maximum-prefix value is configured in the appropriate neighbor entries or templates.
router bgp 10
!
template ebgp
!
address-family ipv4 unicast
maximum-prefix 10 50
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
5668