SV-273587r1111281_rule
V-273587
SRG-NET-000019-RTR-000010
RCKS-RTR-000190
CAT III
10
This requirement is not applicable for the DODIN Backbone.
Create a prefix list to be used by route map to prevent static routes pointing to the alternate gateway service provider from being redistributed:
ip prefix-list ISP_PREFIX permit 10.12.1.0/24
route-map FILTER_ISP_STATIC deny 10
match ip address prefix-list ISP_PREFIX
route-map FILTER_ISP_STATIC permit 20
!
router ospf
redistribute static route-map FILTER_ISP_STATIC
!
This requirement is not applicable for the DODIN Backbone.
Review ICX router configuration for statements redistributing static routes into IGP or BGP:
router bgp
local-as 1001
neighbor x.4.4.4 remote-as 1000
redistribute static
!
router ospf
redistribute static
!
If static routes with the alternate gateway service provider as the next hop exist and static routes are redistributed into an IGP or BGP (without a route-map filter), this is a finding.
V-273587
False
RCKS-RTR-000190
This requirement is not applicable for the DODIN Backbone.
Review ICX router configuration for statements redistributing static routes into IGP or BGP:
router bgp
local-as 1001
neighbor x.4.4.4 remote-as 1000
redistribute static
!
router ospf
redistribute static
!
If static routes with the alternate gateway service provider as the next hop exist and static routes are redistributed into an IGP or BGP (without a route-map filter), this is a finding.
M
5696