SV-254043r945856_rule
V-254043
SRG-NET-000362-RTR-000123
JUEX-RT-000710
CAT II
10
Configure the multicast router to increase the SPT threshold or set it to infinity to minimalize (S, G) state within the multicast topology where ASM is deployed.
set policy-options policy-statement <name> term 1 from route-filter 239.0.0.0/8 orlonger
set policy-options policy-statement <name> term 1 then accept
set protocols pim spt-threshold infinity <policy name>
Review the multicast last-hop router configuration to verify that the SPT switchover threshold is increased (default is "0") or set to infinity (never switch over).
Verify the policy statement includes specific multicast groups or all groups (as shown).
[edit policy-options]
policy-statement <name> {
term 1 {
from {
route-filter 234.0.0.0/8 orlonger;
}
then accept;
}
}
Verify the infinity policy is applied.
[edit protocols pim]
spt-threshold {
infinity <policy name>;
}
If any multicast router is not configured to increase the SPT threshold or set to infinity to minimalize (S, G) state, this is a finding.
V-254043
False
JUEX-RT-000710
Review the multicast last-hop router configuration to verify that the SPT switchover threshold is increased (default is "0") or set to infinity (never switch over).
Verify the policy statement includes specific multicast groups or all groups (as shown).
[edit policy-options]
policy-statement <name> {
term 1 {
from {
route-filter 234.0.0.0/8 orlonger;
}
then accept;
}
}
Verify the infinity policy is applied.
[edit protocols pim]
spt-threshold {
infinity <policy name>;
}
If any multicast router is not configured to increase the SPT threshold or set to infinity to minimalize (S, G) state, this is a finding.
M
5479