SV-269854r1137898_rule
V-269854
SRG-NET-000018-RTR-000006
OS10-RTR-000060
CAT III
10
Configure the BGP router to reject route advertisements from BGP peers that do not list their AS number as the first AS in the AS_PATH attribute.
OS10# configure terminal
OS10 (config)# router bgp 100
OS10(config-router-bgp-100)# enforce-first-as
OS10(config-router-bgp-100)# end
By default, the Dell OS10 Router rejects route advertisements from BGP peers that do not list their AS number as the first AS in the AS_PATH attribute. Verify that this behavior has not been disable by reviewing the running-configuration of BGP:
OS10# show running-configuration bgp
!
router bgp 100
no enforce-first-as
…
!
Verify that "no enforce-first-as" has not been configured for BGP. If "no enforce-first-as" has been configured, this is a finding.
V-269854
False
OS10-RTR-000060
By default, the Dell OS10 Router rejects route advertisements from BGP peers that do not list their AS number as the first AS in the AS_PATH attribute. Verify that this behavior has not been disable by reviewing the running-configuration of BGP:
OS10# show running-configuration bgp
!
router bgp 100
no enforce-first-as
…
!
Verify that "no enforce-first-as" has not been configured for BGP. If "no enforce-first-as" has been configured, this is a finding.
M
5668