SV-217084r639663_rule
V-217084
SRG-NET-000019-RTR-000005
JUNI-RT-000800
CAT III
10
Configure the router to block admin-scoped multicast traffic at the multicast domain edge as shown in the example below:
[edit routing-options]
set multicast scope ADMINL_SCOPE interface ge-1/0/1.0 prefix 239.0.0.0/8
set multicast scope ADMINL_SCOPE interface ge-1/1/1.0 prefix 239.0.0.0/8
Review the router configuration to verify it is blocking admin-scope multicast traffic (239.0.0.0/8) at the multicast domain edge as shown in the example below:
routing-options {
…
…
…
multicast {
scope ADMIN_SCOPE {
prefix 239.0.0.0/8;
interface [ ge-1/0/1.0 ge-1/1/1.0 ];
}
}
}
If the router is not configured to block admin-scoped multicast traffic at the multicast domain edge, this is a finding.
V-217084
False
JUNI-RT-000800
Review the router configuration to verify it is blocking admin-scope multicast traffic (239.0.0.0/8) at the multicast domain edge as shown in the example below:
routing-options {
…
…
…
multicast {
scope ADMIN_SCOPE {
prefix 239.0.0.0/8;
interface [ ge-1/0/1.0 ge-1/1/1.0 ];
}
}
}
If the router is not configured to block admin-scoped multicast traffic at the multicast domain edge, this is a finding.
M
4032