SV-283827r1203730_rule
V-283827
SRG-NET-000018-RTR-000006
NOKI-RT-000090
CAT III
10
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
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.
V-283827
False
NOKI-RT-000090
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.
M
5746