SV-217095r639663_rule
V-217095
SRG-NET-000018-RTR-000007
JUNI-RT-000910
CAT III
10
Configure the MSDP to implement an import policy to block multicast advertisements for undesirable multicast groups and sources.
Configure the source-active filter to reject undesirable multicast groups and sources as shown in the example below.
[edit policy-options]
set policy-statement SA_IMPORT term BAD_GROUPS from route-filter 224.0.1.2/32 exact
set policy-statement SA_IMPORT term BAD_GROUPS from route-filter 224.77.0.0/16 orlonger
set policy-statement SA_IMPORT term BAD_GROUPS then reject
set policy-statement SA_IMPORT term BAD_SOURCES from source-address-filter x.x.x.x/8 orlonger
set policy-statement SA_IMPORT term BAD_SOURCES from source-address-filter x.x.x.x/16 orlonger
set policy-statement SA_IMPORT term BAD_SOURCES then reject
set policy-statement SA_IMPORT term ACCEPT_OTHERS then accept
Configure the source-active filter to be an import filter.
[edit protocols msdp]
set import SA_IMPORT
Review the router configuration to determine if there is import policy to block source-active multicast advertisements for undesirable multicast groups and sources.
policy-options {
…
…
…
}
policy-statement SA_IMPORT {
term BAD_GROUPS {
from {
route-filter 224.0.1.2/32 exact;
route-filter 224.77.0.0/16 orlonger;
}
then reject;
}
term BAD_SOURCES {
from {
source-address-filter x.x.x.x /8 orlonger;
source-address-filter x.x.x.x /8 orlonger;
then accept;
}
}
Verify that an import source-active filter has been applied to MSDP.
protocols {
…
…
…
}
msdp {
import SA_IMPORT;
If the router is not configured with an import policy to block undesirable SA multicast advertisements, this is a finding.
V-217095
False
JUNI-RT-000910
Review the router configuration to determine if there is import policy to block source-active multicast advertisements for undesirable multicast groups and sources.
policy-options {
…
…
…
}
policy-statement SA_IMPORT {
term BAD_GROUPS {
from {
route-filter 224.0.1.2/32 exact;
route-filter 224.77.0.0/16 orlonger;
}
then reject;
}
term BAD_SOURCES {
from {
source-address-filter x.x.x.x /8 orlonger;
source-address-filter x.x.x.x /8 orlonger;
then accept;
}
}
Verify that an import source-active filter has been applied to MSDP.
protocols {
…
…
…
}
msdp {
import SA_IMPORT;
If the router is not configured with an import policy to block undesirable SA multicast advertisements, this is a finding.
M
4032