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.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283827NOKI-RT-000090SV-283827r1203730_ruleCCI-001368low
Description
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.
STIGDate
Nokia Service Router OS 25.x Router Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283827r1203730_chk)

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 (F-88297r1203729_fix)

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