SV-273572r1110908_rule
V-273572
SRG-NET-000018-RTR-000004
RCKS-RTR-000040
CAT II
10
Configure a prefix list and apply to the eBGP neighbor configuration:
ip prefix-list customer1 seq 5 permit x.x.1.0/24 le 32
ip prefix-list customer1 seq 10 deny 0.0.0.0/0 ge 8
route-map bgp_cust1 permit 10
match ip address prefix-list customer1
router bgp
local-as 1001
neighbor x.x.x.x remote-as 500
neighbor x.x.x.x route-map in bgp_cust1
Review the router configuration to verify there are filters defined to only accept routes for prefixes that belong to specific customers.
1. Verify a prefix-list exists for the customer ("show running-config | include prefix") similar to the following:
ip prefix-list customer1 seq 5 permit x.x.1.0/24 le 32
ip prefix-list customer1 seq 10 deny 0.0.0.0/0 ge 8
2. Confirm the prefix list has been applied to eBGP neighbor similar to the following:
route-map bgp_cust1 permit 10
match ip address prefix-list customer1
router bgp
local-as 1001
neighbor x.x.x.x remote-as 500
neighbor x.x.x.x route-map in bgp_cust1
If the RUCKUS ICX router is not configured to reject prefixes not allocated to the customer, this is a finding.
V-273572
False
RCKS-RTR-000040
Review the router configuration to verify there are filters defined to only accept routes for prefixes that belong to specific customers.
1. Verify a prefix-list exists for the customer ("show running-config | include prefix") similar to the following:
ip prefix-list customer1 seq 5 permit x.x.1.0/24 le 32
ip prefix-list customer1 seq 10 deny 0.0.0.0/0 ge 8
2. Confirm the prefix list has been applied to eBGP neighbor similar to the following:
route-map bgp_cust1 permit 10
match ip address prefix-list customer1
router bgp
local-as 1001
neighbor x.x.x.x remote-as 500
neighbor x.x.x.x route-map in bgp_cust1
If the RUCKUS ICX router is not configured to reject prefixes not allocated to the customer, this is a finding.
M
5696