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

The Dell OS10 BGP router must be configured to use its loopback address as the source address for iBGP peering sessions.

DISA Rule

SV-269901r1052088_rule

Vulnerability Number

V-269901

Group Title

SRG-NET-000512-RTR-000001

Rule Version

OS10-RTR-000910

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Ensure that the router's loopback address is used as the source address when originating traffic.

OS10(config)# router bgp 10
OS10(conf-router-bgp-10)# neighbor 192.0.2.4
OS10(conf-router-neighbor)# update-source Loopback 1

Check Contents

Review the router configuration to verify that a loopback address has been configured.

!
interface loopback2
no shutdown
ip address 10.11.12.13/32


Verify that a loopback interface is used as the source address for all iBGP sessions.

!
router bgp 10
!
neighbor 192.0.2.4
update-source loopback2

If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.

Vulnerability Number

V-269901

Documentable

False

Rule Version

OS10-RTR-000910

Severity Override Guidance

Review the router configuration to verify that a loopback address has been configured.

!
interface loopback2
no shutdown
ip address 10.11.12.13/32


Verify that a loopback interface is used as the source address for all iBGP sessions.

!
router bgp 10
!
neighbor 192.0.2.4
update-source loopback2

If the router does not use its loopback address as the source address for all iBGP sessions, this is a finding.

Check Content Reference

M

Target Key

5668