SV-253987r843994_rule
V-253987
SRG-NET-000019-RTR-000005
JUEX-RT-000150
CAT III
10
Configure the policy to deny packets with multicast administratively scoped destination addresses.
set routing-options multicast scope <IPv4 scope name> prefix 239.0.0.0/8;
set routing-options multicast scope <IPv6 scope name> prefix ff08::/16;
-or-
set policy-options policy-statement <policy name> term 1 from route-filter 239.0.0.0/8 orlonger
set policy-options policy-statement <policy name> term 1 from route-filter ff08::/16 orlonger
Apply the multicast boundary at the appropriate interfaces.
set routing-options multicast scope <IPv4 scope name> interface [ <external interface 1> <external interface 2> ]
set routing-options multicast scope <IPv6 scope name> interface [ <external interface 1> <external interface 2> ]
-or-
set routing-options multicast scope-policy <policy name>
Review the router configuration and verify that admin-scope multicast traffic is blocked at the external edge.
Verify either a scope is defined for specific interfaces or a scope policy is applied.
[edit routing-options multicast]
scope <name IPv4> {
prefix 239.0.0.0/8;
interface [ <external interface 1> <external interface 2> ];
}
scope <name IPv6> {
prefix ff08::/16;
interface [ <external interface 1> <external interface 2> ];
}
-or-
[edit policy-options]
policy-statement <name> {
term 1 {
from {
route-filter 239.0.0.0/8 orlonger;
route-filter ff08::/16 orlonger;
}
then reject;
}
}
[edit routing-options multicast]
scope-policy <policy name>
If the router is not configured to establish boundaries for administratively scoped multicast traffic, this is a finding.
V-253987
False
JUEX-RT-000150
Review the router configuration and verify that admin-scope multicast traffic is blocked at the external edge.
Verify either a scope is defined for specific interfaces or a scope policy is applied.
[edit routing-options multicast]
scope <name IPv4> {
prefix 239.0.0.0/8;
interface [ <external interface 1> <external interface 2> ];
}
scope <name IPv6> {
prefix ff08::/16;
interface [ <external interface 1> <external interface 2> ];
}
-or-
[edit policy-options]
policy-statement <name> {
term 1 {
from {
route-filter 239.0.0.0/8 orlonger;
route-filter ff08::/16 orlonger;
}
then reject;
}
}
[edit routing-options multicast]
scope-policy <policy name>
If the router is not configured to establish boundaries for administratively scoped multicast traffic, this is a finding.
M
5479