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

The Juniper out-of-band management (OOBM) gateway router must be configured to have separate IGP instances for the managed network and management network.

DISA Rule

SV-217046r639663_rule

Vulnerability Number

V-217046

Group Title

SRG-NET-000019-RTR-000011

Rule Version

JUNI-RT-000410

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

This requirement is not applicable for the DoDIN Backbone.

Configure the router to have a separate IGP instance for the management network as shown in the example below.

[edit routing-instances]
set VRF_MGMT instance-type vrf
set VRF_MGMT route-distinguisher 10.1.12.0:12
set VRF_MGMT vrf-target import target:1234:4567
set VRF_MGMT vrf-target export target:1234:4567
set VRF_MGMT interface ge-1/0/0
set VRF_MGMT interface ge-1/1/0
set VRF_MGMT protocols ospf area 0.0.0.0 interface ge-1/0/0
set VRF_MGMT protocols ospf area 0.0.0.0 interface ge-1/1/0
set VRF_MGMT routing-options router-id 11.11.11.11

Check Contents

This requirement is not applicable for the DoDIN Backbone.

Verify that the OOBM interface is an adjacency in the IGP domain for the management network via separate VRF as shown in the example below.

}
protocols {
ospf {
area 0.0.0.0 {
interface ge-2/0/0;
interface ge-2/1/0;
}
}
}
routing-instances {
VRF_MGMT {
instance-type vrf;
interface ge-1/0/0;
interface ge-1/1/0;
route-distinguisher 10.1.12.0:12;
vrf-target {
import target:1234:4567;
export target:1234:4567;
}
routing-options {
router-id 11.11.11.11;
}
protocols {
ospf {
area 0.0.0.0 {
interface ge-1/0/0;
interface ge-1/1/0;
}
}
}
}
}

If the router is not configured to have separate IGP instances for the managed network and management network, this is a finding.

Vulnerability Number

V-217046

Documentable

False

Rule Version

JUNI-RT-000410

Severity Override Guidance

This requirement is not applicable for the DoDIN Backbone.

Verify that the OOBM interface is an adjacency in the IGP domain for the management network via separate VRF as shown in the example below.

}
protocols {
ospf {
area 0.0.0.0 {
interface ge-2/0/0;
interface ge-2/1/0;
}
}
}
routing-instances {
VRF_MGMT {
instance-type vrf;
interface ge-1/0/0;
interface ge-1/1/0;
route-distinguisher 10.1.12.0:12;
vrf-target {
import target:1234:4567;
export target:1234:4567;
}
routing-options {
router-id 11.11.11.11;
}
protocols {
ospf {
area 0.0.0.0 {
interface ge-1/0/0;
interface ge-1/1/0;
}
}
}
}
}

If the router is not configured to have separate IGP instances for the managed network and management network, this is a finding.

Check Content Reference

M

Target Key

4032

Comments