SV-283880r1203889_rule
V-283880
SRG-NET-000205-RTR-000007
NOKI-RT-000620
CAT I
10
Configure protection for the IP core to be implemented at the edges by blocking any traffic with a destination address assigned to the IP core infrastructure, as shown in the example below:
Create an IPv4 filter:
- configure filter ip-filter 10
- config>filter>ip-filter# entry 10 create
- config>filter>ip-filter>entry# match dst-ip 172.150.150.2/30
- config>filter>ip-filter>entry# action drop
- config>filter>ip-filter>entry# exit all
Apply the IPv4 filter on the interface:
- configure router interface "TO-PE2" ingress filter ip 10
Review the router configuration to verify an ingress ACL is applied to all customer edge-facing interfaces.
Verify the filter is applied using the command below:
- show router interface "TO-PE2" detail | match "Ingress Filter"
Egress Filter : none Ingress Filter : 10
If the PE router is not configured to block any traffic with a destination address assigned to the IP core infrastructure, this is a finding.
V-283880
False
NOKI-RT-000620
Review the router configuration to verify an ingress ACL is applied to all customer edge-facing interfaces.
Verify the filter is applied using the command below:
- show router interface "TO-PE2" detail | match "Ingress Filter"
Egress Filter : none Ingress Filter : 10
If the PE router is not configured to block any traffic with a destination address assigned to the IP core infrastructure, this is a finding.
M
5746