SV-217068r639663_rule
V-217068
SRG-NET-000512-RTR-000006
JUNI-RT-000620
CAT I
10
Configure the router to have each VRF instance defined with the correct RT.
[edit]
set routing-instances L3VPN_CUST1 vrf-target target:33:33
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 33:33 has been configured for customer 1.
routing-instances {
L3VPN_CUST1 {
description "Between PE1 & PE2";
instance-type vrf;
interface ge-0/1/0.0;
route-distinguisher 33:33;
vrf-target target:33:33;
vrf-table-label;
protocols {
ospf {
area 0.0.0.1 {
interface ge-0/1/0.0;
}
}
}
}
If there are VRFs configured with the wrong RT, this is a finding.
V-217068
False
JUNI-RT-000620
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 33:33 has been configured for customer 1.
routing-instances {
L3VPN_CUST1 {
description "Between PE1 & PE2";
instance-type vrf;
interface ge-0/1/0.0;
route-distinguisher 33:33;
vrf-target target:33:33;
vrf-table-label;
protocols {
ospf {
area 0.0.0.1 {
interface ge-0/1/0.0;
}
}
}
}
If there are VRFs configured with the wrong RT, this is a finding.
M
4032