STIGQter STIGQter: STIG Summary: Juniper Router RTR Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 12 Feb 2021:

The Juniper multicast Rendezvous Point (RP) must be configured to rate limit the number of Protocol Independent Multicast (PIM) Register messages.

DISA Rule

SV-217088r639663_rule

Vulnerability Number

V-217088

Group Title

SRG-NET-000362-RTR-000121

Rule Version

JUNI-RT-000840

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the RP to rate limit the number of multicast register messages it will allow for each (S, G) entry.

[edit protocols pim rp]
set register-limit maximum nnnnn

Check Contents

Review the configuration of the RP to verify that it is rate limiting the number of multicast register messages.

protocols {



}
pim {
rp {
register-limit maximum nnnnn;
local {
address 2.2.2.2;
}
}

Note: Each any-source group (*,G) counts as one group toward the limit. Each source-specific group (S,G) counts as one group toward the limit.

If the RP is not limiting multicast register messages, this is a finding.

Vulnerability Number

V-217088

Documentable

False

Rule Version

JUNI-RT-000840

Severity Override Guidance

Review the configuration of the RP to verify that it is rate limiting the number of multicast register messages.

protocols {



}
pim {
rp {
register-limit maximum nnnnn;
local {
address 2.2.2.2;
}
}

Note: Each any-source group (*,G) counts as one group toward the limit. Each source-specific group (S,G) counts as one group toward the limit.

If the RP is not limiting multicast register messages, this is a finding.

Check Content Reference

M

Target Key

4032

Comments