SV-256006r882360_rule
V-256006
SRG-NET-000019-RTR-000012
ARST-RT-000200
CAT II
10
This requirement is not applicable for the DODIN backbone.
Configure the Interior Gateway Protocol instance used for the managed network to prohibit redistribution of routes into the Interior Gateway Protocol instance used for the management network and vice versa.
PROD IGP Routing Domain:
Step 1: Configure the interface.
interface Et3/17/1
description To_PROD
ip address 10.1.12.1/24
Step 2: Configure the OSPF process to remove the IGP redistribution.
router ospf 100
network 10.1.0.0/24 area 0.0.0.0
no redistribute rip
OOBM IGP Routing Domain, running on the management network
Step 3: Configure the interface.
interface Et3/17/1
description To_OOBM
ip address 172.16.10.1/24
Step 4: Configure the RIP process to remove the IGP redistribution.
router rip
network 172.16.10.0/24
no redistribute ospf
no shutdown
This requirement is not applicable for the DODIN backbone.
Verify the Interior Gateway Protocol instance used for the managed network does not redistribute routes into the Interior Gateway Protocol instance used for the management network and vice versa.
PROD IGP Routing Domain:
Step 1: To verify interfaces and vrf instance are configured, execute the command "show run int YY".
interface Et3/17/1
description To_PROD
ip address 10.1.12.1/24
Step 2: Verify the OSPF configuration, the PROD subnet is advertised, and IGP redistribution is removed in the OSPF process. To verify the OSPF configuration, execute the command "show run section router ospf".
router ospf 100 vrf PROD
network 10.1.0.0/24 area 0.0.0.0
no redistribute rip
OOBM IGP Routing Domain, running on the management network
Step 3: To verify interfaces are configured, execute the command "show run int YY".
interface Et3/17/2
description To_OOBM
ip address 172.16.10.1/24
Step 4: Verify the RIP configuration, the OOBM subnet is advertised, and IGP redistribution is removed in the RIP process. To verify the RIP configuration, execute the command "show run section router rip".
router rip
network 172.16.10.0/24
no redistribute ospf
no shutdown
If the Interior Gateway Protocol instance used for the managed network redistributes routes into the Interior Gateway Protocol instance used for the management network or vice versa, this is a finding.
V-256006
False
ARST-RT-000200
This requirement is not applicable for the DODIN backbone.
Verify the Interior Gateway Protocol instance used for the managed network does not redistribute routes into the Interior Gateway Protocol instance used for the management network and vice versa.
PROD IGP Routing Domain:
Step 1: To verify interfaces and vrf instance are configured, execute the command "show run int YY".
interface Et3/17/1
description To_PROD
ip address 10.1.12.1/24
Step 2: Verify the OSPF configuration, the PROD subnet is advertised, and IGP redistribution is removed in the OSPF process. To verify the OSPF configuration, execute the command "show run section router ospf".
router ospf 100 vrf PROD
network 10.1.0.0/24 area 0.0.0.0
no redistribute rip
OOBM IGP Routing Domain, running on the management network
Step 3: To verify interfaces are configured, execute the command "show run int YY".
interface Et3/17/2
description To_OOBM
ip address 172.16.10.1/24
Step 4: Verify the RIP configuration, the OOBM subnet is advertised, and IGP redistribution is removed in the RIP process. To verify the RIP configuration, execute the command "show run section router rip".
router rip
network 172.16.10.0/24
no redistribute ospf
no shutdown
If the Interior Gateway Protocol instance used for the managed network redistributes routes into the Interior Gateway Protocol instance used for the management network or vice versa, this is a finding.
M
5513