SV-283883r1204025_rule
V-283883
SRG-NET-000019-RTR-000010
NOKI-RT-000660
CAT III
10
This requirement is not applicable for the DODIN Backbone.
Configure the router so static routes are not redistributed to an alternate gateway into either an EGP or IGP to the NIPRNet or to other autonomous systems, as shown in the example below:
Create a policy statement:
- configure router policy-options
- config>router>policy-options# begin
- config>router>policy-options# policy-statement EXPORT-STATIC
- config>router>policy-options>policy-statement$ entry 10
- config>router>policy-options>policy-statement>entry$ from protocol static
- config>router>policy-options>policy-statement>entry$ to protocol bgp
- config>router>policy-options>policy-statement>entry$ action drop
- config>router>policy-options>policy-statement>entry>action$ exit
- config>router>policy-options>policy-statement>entry$ exit
- config>router>policy-options>policy-statement$ exit
- config>router>policy-options# commit
Apply the export policy:
- configure router bgp group eBGP export "EXPORT-STATIC"
This requirement is not applicable for the DODIN Backbone.
Nokia routers do not automatically distribute static routes to IGP protocols unless a routing policy is applied to distribute these routes. Review the configuration of the router connecting to the alternate gateway and verify redistribution of static routes to the alternate gateway is not occurring.
Use this command for BGP neighbors and verify an "Export Policy" is defined:
- show router bgp neighbor 50.50.50.1 detail | match "Export Policy"
Export Policy : EXPORT-STATIC
If the static routes to the alternate gateway are being redistributed into BGP or any IGP peering with a NIPRNet gateway or another autonomous system, this is a finding.
V-283883
False
NOKI-RT-000660
This requirement is not applicable for the DODIN Backbone.
Nokia routers do not automatically distribute static routes to IGP protocols unless a routing policy is applied to distribute these routes. Review the configuration of the router connecting to the alternate gateway and verify redistribution of static routes to the alternate gateway is not occurring.
Use this command for BGP neighbors and verify an "Export Policy" is defined:
- show router bgp neighbor 50.50.50.1 detail | match "Export Policy"
Export Policy : EXPORT-STATIC
If the static routes to the alternate gateway are being redistributed into BGP or any IGP peering with a NIPRNet gateway or another autonomous system, this is a finding.
M
5746