The RUCKUS ICX 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-273574RCKS-RTR-000060SV-273574r1110883_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 even 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
RUCKUS ICX Router Security Technical Implementation Guide2025-06-03

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
AC-4
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.1.3
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-001368
1.00
  • DISA · V1R1 · disa_xccdf · related

Details

Check Text (C-273574r1110883_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. router bgp local-as 1000 neighbor 10.1.1.1 remote-as 1100 neighbor 10.1.1.1 enforce-first-as enable If the router is not configured to enforce the first AS in the AS_PATH attribute for eBGP peers, this is a finding.

Fix Text (F-77570r1109743_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. ICX(config-bgp-router)# neighbor x.x.x.x remote-as yyyy ICX(config-bgp-router)# neighbor x.x.x.x enforce-first-as enable