Information
The Cisco out-of-band management (OOBM) gateway router must be configured to have separate IGP instances for the managed network and management network.
GROUP ID: V-216770RULE ID: SV-216770r531087
If the gateway router is not a dedicated device for the OOBM network, implementation of several safeguards for containment of management and production traffic boundaries must occur. Since the managed and management network are separate routing domains, configuration of separate Interior Gateway Protocol routing instances is critical on the router to segregate traffic from each network.
Solution
This requirement is not applicable for the DODIN Backbone.
Configure the router to have a separate IGP instance for the management network as shown in the example below.
RP/0/0/CPU0:R2(config)#router ospf 2 vrf MGMTRP/0/0/CPU0:R2(config-ospf-vrf)#area 0RP/0/0/CPU0:R2(config-ospf-vrf-ar)#interface GigabitEthernet0/0/0/0.2RP/0/0/CPU0:R2(config-ospf-vrf-ar-if)#exitRP/0/0/CPU0:R2(config-ospf-vrf-ar)#exitRP/0/0/CPU0:R2(config-ospf-vrf)#exitRP/0/0/CPU0:R2(config-ospf)#exitRP/0/0/CPU0:R2(config)#router ospf 3 vrf PRODRP/0/0/CPU0:R2(config-ospf-vrf)#area 0RP/0/0/CPU0:R2(config-ospf-vrf-ar)#interface GigabitEthernet0/0/0/0.3RP/0/0/CPU0:R2(config-ospf-vrf-ar-if)#end