SV-216792r531087_rule
V-216792
SRG-NET-000512-RTR-000006
CISC-RT-000640
CAT I
10
Configure the router to have each VRF instance defined with the correct RT.
RP/0/0/CPU0:R3(config)#vrf COI1
RP/0/0/CPU0:R3(config-vrf)#address-family ipv4 unicast
RP/0/0/CPU0:R3(config-vrf-af)#import route-target 13:13
RP/0/0/CPU0:R3(config-vrf-af)#export route-target 13:13
RP/0/0/CPU0:R3(config-vrf-af)#end
Review the design plan for MPLS/L3VPN and VRF-lite to determine what RTs have been assigned for each VRF. Review the router configuration and verify that the correct RT is configured for each VRF. In the example below, route target 13:13 has been configured for COI1.
vrf COI1
address-family ipv4 unicast
import route-target
13:13
!
export route-target
13:13
!
!
!
If there are VRFs configured with the wrong RT, this is a finding.
V-216792
False
CISC-RT-000640
Review the design plan for MPLS/L3VPN and VRF-lite to determine what RTs have been assigned for each VRF. Review the router configuration and verify that the correct RT is configured for each VRF. In the example below, route target 13:13 has been configured for COI1.
vrf COI1
address-family ipv4 unicast
import route-target
13:13
!
export route-target
13:13
!
!
!
If there are VRFs configured with the wrong RT, this is a finding.
M
4029