STIGQter STIGQter: STIG Summary: Dell OS10 Switch Router Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 01 Apr 2026:

The Dell OS10 out-of-band management (OOBM) gateway router must be configured to forward only authorized management traffic to the Network Operations Center (NOC).

DISA Rule

SV-269879r1052022_rule

Vulnerability Number

V-269879

Group Title

SRG-NET-000205-RTR-000010

Rule Version

OS10-RTR-000470

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

This requirement is not applicable for the DODIN Backbone.

Configure ACLs based on port, source IP address, and destination IP address to permit only authorized management traffic through the OOBM interfaces used for forwarding management data.

Step 1: Configure named ACL with appropriate filter rules.

OS10(config)# ip access-list MGMT_TRAFFIC_TO_NOC
OS10(config-ipv4-acl)# permit tcp 10.10.0.0/16 10.10.0.0/16 eq 22
OS10(config-ipv4-acl)# permit udp 10.10.0.0/16 10.10.0.0/16 range 161 162
OS10(config-ipv4-acl)# permit udp 10.10.0.0/16 10.10.0.0/16 range 1812 1813
OS10(config-ipv4-acl)# permit tcp 10.10.0.0/16 10.10.0.0/16 range 1812 1813
OS10(config-ipv4-acl)# permit udp 10.10.0.0/16 10.10.0.0/16 eq 123
OS10(config-ipv4-acl)# permit udp 10.10.0.0/16 10.10.0.0/16 eq 514
OS10(config-ipv4-acl)# permit tcp 10.10.0.0/16 10.10.0.0/16 eq 6514
OS10(config-ipv4-acl)# deny ip any any log

Step 2: Apply the ACLs on the appropriate external and internal interfaces.

OS10(config-ipv4-acl)# interface ethernet1/1/1
OS10(conf-if-eth1/1/4)# ip access-group MGMT_TRAFFIC_TO_NOC out

Check Contents

This requirement is not applicable for the DODIN Backbone.

Review the network topology diagram to determine connectivity between the managed network and the NOC.

Review the OOBM gateway router configuration to validate the path that the management traffic traverses.

Verify that only management traffic is forwarded through the OOBM interface.

If traffic other than authorized management traffic is permitted through the OOBM interface, this is a finding.

Vulnerability Number

V-269879

Documentable

False

Rule Version

OS10-RTR-000470

Severity Override Guidance

This requirement is not applicable for the DODIN Backbone.

Review the network topology diagram to determine connectivity between the managed network and the NOC.

Review the OOBM gateway router configuration to validate the path that the management traffic traverses.

Verify that only management traffic is forwarded through the OOBM interface.

If traffic other than authorized management traffic is permitted through the OOBM interface, this is a finding.

Check Content Reference

M

Target Key

5668