SV-217085r639663_rule
V-217085
SRG-NET-000362-RTR-000120
JUNI-RT-000810
CAT III
10
Configure the router to limit the multicast forwarding cache for source-active entries.
[edit routing-options multicast]
set forwarding-cache threshold suppress 5000 reuse 4000
Review the router configuration to determine if forwarding cache thresholds are defined as shown in the example below.
routing-options {
multicast {
…
…
…
}
forwarding-cache {
threshold {
suppress 5000;
reuse 4000;
}
}
}
}
If the RP router is not configured to limit the multicast forwarding cache to ensure that its resources are not saturated, this is a finding.
V-217085
False
JUNI-RT-000810
Review the router configuration to determine if forwarding cache thresholds are defined as shown in the example below.
routing-options {
multicast {
…
…
…
}
forwarding-cache {
threshold {
suppress 5000;
reuse 4000;
}
}
}
}
If the RP router is not configured to limit the multicast forwarding cache to ensure that its resources are not saturated, this is a finding.
M
4032