Skip to content

The Dell OS10 BGP router must be configured to reject inbound route advertisements for any Bogon prefixes.

An XCCDF Rule

Description

Accepting route advertisements for Bogon prefixes can result in the local autonomous system (AS) becoming a transit for malicious traffic as it will in turn advertise these prefixes to neighbor autonomous systems.

ID
SV-269850r1051935_rule
Version
OS10-RTR-000020
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Ensure all eBGP routers are configured to reject inbound route advertisements for any Bogon prefixes.

Step 1: Configure a prefix list containing the current Bogon prefixes.

OS10(config)# ip prefix-list BOGON_PREFIX_FILTER seq 5 deny 0.0.0.0/8 le 32
OS10(config)# ip prefix-list BOGON_PREFIX_FILTER seq 10 deny 10.0.0.0/8 le 32