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

The Juniper Multicast Source Discovery Protocol (MSDP) router must be configured to authenticate all received MSDP packets.

DISA Rule

SV-217094r639663_rule

Vulnerability Number

V-217094

Group Title

SRG-NET-000343-RTR-000002

Rule Version

JUNI-RT-000900

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the router to authenticate MSDP messages as shown in the following example:

[edit protocols msdp group AS25 peer 5.5.5.5]
set authentication-key xxxxxxxx

Check Contents

Review the router configuration to determine if received MSDP packets are authenticated.

protocols {
msdp {
group AS25 {
peer 5.5.5.5 {
authentication-key "$8$KspW87GUH.mTxNfz"; ## SECRET-DATA}
}
}

If the router does not require MSDP authentication, this is a finding.

Vulnerability Number

V-217094

Documentable

False

Rule Version

JUNI-RT-000900

Severity Override Guidance

Review the router configuration to determine if received MSDP packets are authenticated.

protocols {
msdp {
group AS25 {
peer 5.5.5.5 {
authentication-key "$8$KspW87GUH.mTxNfz"; ## SECRET-DATA}
}
}

If the router does not require MSDP authentication, this is a finding.

Check Content Reference

M

Target Key

4032

Comments