SV-283888r1203913_rule
V-283888
SRG-NET-000019-RTR-000005
NOKI-RT-000730
CAT III
10
Create an IPv4 filter using the example below:
- configure filter ip-filter 10
- config>filter>ip-filter# default-action forward
- config>filter>ip-filter# entry 10 create
- config>filter>ip-filter>entry$ match dst-ip 239.0.0.0/8
- config>filter>ip-filter>entry$ action drop
- config>filter>ip-filter>entry$ exit all
Apply an IPv4 filter on the interface using the example below:
- configure router interface "TO-PE3" ingress filter ip 10
Review the router configuration and verify admin-scope multicast traffic is blocked at the external edge.
Use the command below to display the IPv4 filter applied.
- show router interface "TO-PE3" detail | match "Ingress Filter"
Egress Filter : none Ingress Filter : 10
If the router is not configured to establish boundaries for administratively scoped multicast traffic, this is a finding.
V-283888
False
NOKI-RT-000730
Review the router configuration and verify admin-scope multicast traffic is blocked at the external edge.
Use the command below to display the IPv4 filter applied.
- show router interface "TO-PE3" detail | match "Ingress Filter"
Egress Filter : none Ingress Filter : 10
If the router is not configured to establish boundaries for administratively scoped multicast traffic, this is a finding.
M
5746