STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Juniper Router RTR Security Technical Implementation Guide

V-217028

CAT III (Low)

The Juniper router must be configured to disable the auxiliary port unless it is connected to a secured modem providing encryption and authentication.

Rule ID

SV-217028r604135_rule

STIG

Juniper Router RTR Security Technical Implementation Guide

Version

V3R2

CCIs

CCI-001414

Discussion

The use of POTS lines to modems connecting to network devices provides clear text of authentication traffic over commercial circuits that could be captured and used to compromise the network. Additional war dial attacks on the device could degrade the device and the production network. Secured modem devices must be able to authenticate users and must negotiate a key exchange before full encryption takes place. The modem will provide full encryption capability (Triple DES) or stronger. The technician who manages these devices will be authenticated using a key fob and granted access to the appropriate maintenance port; thus, the technician will gain access to the managed device (router, switch, etc.). The token provides a method of strong (two-factor) user authentication. The token works in conjunction with a server to generate one-time user passwords that will change values at second intervals. The user must know a personal identification number (PIN) and possess the token to be allowed access to the device.

Check Content

Review the configuration and verify that the auxiliary port is disabled unless a secured modem providing encryption and authentication is connected to it.

If the auxiliary port has never been configured or has been removed from the configuration this is Not Applicable.

system {
    host-name XYZ;
    …
    …
    …
    ports {
        auxiliary {
            disable;
            type xterm;
        }
    }

If the auxiliary port is not disabled or is not connected to a secured modem when it is enabled, this is a finding.

Fix Text

Disable the auxiliary port.

[edit system ports]
set auxiliary disable

Note: If used for out-of-band administrative access, the port must be connected to a secured modem providing encryption and authentication.