SV-283828r1203733_rule
V-283828
SRG-NET-000018-RTR-000010
NOKI-RT-000100
CAT III
10
Configure the router to reject updates from CE routers with an originating AS in the AS_PATH attribute that does not belong to that customer.
Configure the as-path, as shown in the example below:
- configure router policy-options
- config>router>policy-options# begin
- config>router>policy-options# as-path "accept-65560"
- config>router>policy-options>as-path# expression "^65560$"
- config>router>policy-options>as-path#
- config>router>policy-options>as-path# exit
Configure the policy statement, as shown in the example below:
- config>router>policy-options# policy-statement "Accept-routes"
- config>router>policy-options>policy-statement# entry 10
- config>router>policy-options>policy-statement>entry# from protocol bgp
- config>router>policy-options>policy-statement>entry# from as-path "accept-65560"
- config>router>policy-options>policy-statement>entry# action accept
- config>router>policy-options>policy-statement>entry>action# exit
- config>router>policy-options>policy-statement>entry# exit
- config>router>policy-options>policy-statement# default-action drop
- config>router>policy-options>policy-statement>default-action# exit
- config>router>policy-options>policy-statement# exit
- config>router>policy-options# commit
- config>router>policy-options# exit all
Apply the import policy, as shown in the example below:
- configure router bgp group "eBGP-65560" import "Accept-routes"
This requirement is not applicable for the DODIN Backbone.
Review the router configuration to verify the router is configured to deny updates received from CE routers with an originating AS in the AS_PATH attribute that does not belong to that customer.
Review the router policy as-path and policy statement, as shown in the example below:
- show router policy as-path "accept-65560"
as-path "accept-65560" expression "^65560$"
- show router policy "Accept-routes"
entry 10
from
protocol bgp
as-path "accept-65560"
exit
action accept
exit
exit
default-action drop
exit
Review the import policy, as shown in the example below:
- show router bgp neighbor 10.50.10.2 detail | match "Import Policy"
Import Policy : Accept-routes
If the router is not configured to reject updates from CE routers with an originating AS in the AS_PATH attribute that does not belong to that customer, this is a finding.
V-283828
False
NOKI-RT-000100
This requirement is not applicable for the DODIN Backbone.
Review the router configuration to verify the router is configured to deny updates received from CE routers with an originating AS in the AS_PATH attribute that does not belong to that customer.
Review the router policy as-path and policy statement, as shown in the example below:
- show router policy as-path "accept-65560"
as-path "accept-65560" expression "^65560$"
- show router policy "Accept-routes"
entry 10
from
protocol bgp
as-path "accept-65560"
exit
action accept
exit
exit
default-action drop
exit
Review the import policy, as shown in the example below:
- show router bgp neighbor 10.50.10.2 detail | match "Import Policy"
Import Policy : Accept-routes
If the router is not configured to reject updates from CE routers with an originating AS in the AS_PATH attribute that does not belong to that customer, this is a finding.
M
5746