The Juniper perimeter router must be configured to not be a Border Gateway Protocol (BGP) peer to an approved gateway service provider.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-217034JUNI-RT-000290SV-217034r1050849_ruleCCI-001414high
Description
Internet service providers (ISPs) use BGP to share route information with other autonomous systems (i.e., other ISPs and corporate networks). If the perimeter router was configured to BGP peer with an ISP, NIPRNet routes could be advertised to the ISP, thereby creating a backdoor connection from the internet to the NIPRNet.
STIGDate
Juniper Router RTR Security Technical Implementation Guide2024-12-05

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
AC-4
1.00
  • DISA · V3R2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.1.3
1.00
  • DISA · V3R2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-001414
1.00
  • DISA · V3R2 · disa_xccdf · related

Details

Check Text (C-217034r1050849_chk)

This requirement is not applicable for the DODIN backbone. Review the protocols hierarchy in the router configuration (see example below) and verify no BGP neighbors are configured to a peer AS that belongs to the approved gateway service provider. protocols { bgp { group AS_2 { type external; peer-as 2; neighbor x.x.x.x { authentication-algorithm hmac-sha-1-96; authentication-key-chain BGP_KEY; } neighbor x.x.x.x { authentication-algorithm hmac-sha-1-96; authentication-key-chain BGP_KEY; } } } If BGP neighbors are connecting to a peer AS of the approved gateway service provider, this is a finding.

Fix Text (F-18261r1050848_fix)

This requirement is not applicable for the DODIN backbone. Configure a static route on the perimeter router to reach the AS of a router connecting to an approved gateway as shown in the example below. [edit routing-options] set static route 0.0.0.0/0 next-hop x.x.x.x