The Dell OS10 BGP router must be configured to reject inbound route advertisements from a customer edge (CE) router for prefixes that are not allocated to that customer.
An XCCDF Rule
Description
As a best practice, a service provider should only accept customer prefixes that have been assigned to that customer and any peering autonomous systems. A multihomed customer with BGP speaking routers connected to the internet or other external networks could be breached and used to launch a prefix deaggregation attack. Without ingress route filtering of customers, the effectiveness of such an attack could impact the entire IP core and its customers.
- ID
- SV-269852r1051941_rule
- Version
- OS10-RTR-000040
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Configure all eBGP routers to reject inbound route advertisements from a CE router for prefixes that are not allocated to that customer.
Step 1: Configure a prefix list for each customer containing prefixes belonging to each.
OS10(config)# ip prefix-list PREFIX_FILTER_CUST1 seq 5 permit 50.10.10.0/24 le 32
OS10(config)# ip prefix-list PREFIX_FILTER_CUST1 seq 10 deny 0.0.0.0/0 ge 8