STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated just now
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Nokia Service Router OS 25.x Router Security Technical Implementation Guide

V-283827

CAT III (Low)

The Nokia Border Gateway Protocol (BGP) router must be configured to reject route advertisements from BGP peers that do not list their autonomous system (AS) number as the first AS in the AS_PATH attribute.

Rule ID

SV-283827r1203730_rule

STIG

Nokia Service Router OS 25.x Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001368

Discussion

Verifying the path a route has traversed will ensure the IP core is not used as a transit network for unauthorized or possibly internet traffic. All autonomous system boundary routers (ASBRs) must ensure updates received from eBGP peers list their AS number as the first AS in the AS_PATH attribute.

Check Content

Review the router configuration to verify the router is configured to deny updates received from eBGP peers that do not list their AS number as the first AS in the AS_PATH attribute.

Review the router bgp configuration to verify enforce-first-as is not configured, as shown in the example below: 

- configure router bgp group "eBGP"
- config>router>bgp>group# info
----------------------------------------------
                family ipv4
                peer-as 65540
                enforce-first-as
                neighbor 10.10.30.1
                exit
----------------------------------------------

If the router is not configured to reject updates from peers that do not list their AS number as the first AS in the AS_PATH attribute, this is a finding.

Fix Text

Configure all ASBRs to deny updates received from eBGP peers that do not list their AS number as the first AS in the AS_PATH attribute:

- configure router bgp group "eBGP"
- config>router>bgp>group# enforce-first-as