Information
The Cisco PE switch must be configured with Unicast Reverse Path Forwarding (uRPF) loose mode enabled on all CE-facing interfaces.
GROUP ID: V-221048
RULE ID: SV-221048r622190
The uRPF feature is a defense against spoofing and denial-of-service (DoS) attacks by verifying if the source address of any ingress packet is reachable. To mitigate attacks that rely on forged source addresses, all provider edge switches must enable uRPF loose mode to guarantee that all packets received from a CE switch contain source addresses that are in the route table.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Configure uRPF loose mode on all CE-facing interfaces as shown in the example below:
SW2(config)#int SW1(config)#int g0/2
SW2(config-if)#ip verify unicast source reachable-via any
SW2(config-if)#end