SV-254065r997538_rule
V-254065
SRG-NET-000512-RTR-000006
JUEX-RT-000930
CAT I
10
Configure all J-PE routers to have the correct VRF defined with the appropriate RT.
set routing-instances <name> description <"appropriate description">
set routing-instances <name> instance-type vrf
set routing-instances <name> interface <ce-facing interface>.<logical unit>
set routing-instances <name> route-distinguisher 33:33 << Must match the design plan for "customer 1".
set routing-instances <name> vrf-target cust1:33:33 << Must match the design plan for "customer 1".
set routing-instances <name> vrf-table-label
set routing-instances <name> protocols ospf area <number> interface <ce-facing interface>.<logical unit>
Verify that the correct RT is configured for each VRF.
Review the design plan for MPLS/L3VPN and VRF-lite to determine what RTs have been assigned for each VRF.
Review the route-distinguisher and vrf-target statements under each configured VRF and verify that the correct RTs have been defined for each VRF. Assuming the assigned RT for "customer 1" is "cust1:33:33", verify vrf-target matches.
[edit routing-instances]
<instance name> {
description "To customer 1";
instance-type vrf;
interface <ce-facing interface>.<logical unit>;
route-distinguisher 33:33; << Must match the design plan for "customer 1".
vrf-target cust1:33:33; << Must match the design plan for "customer 1".
vrf-table-label;
protocols {
ospf {
area <number> {
interface <ce-facing interface>.<logical unit>;
}
}
}
}
Note: In L3 VPN, the CE router forms an adjacency with the PE router (OSPF in the example).
If there are VRFs configured with the wrong RT, this is a finding.
V-254065
False
JUEX-RT-000930
Verify that the correct RT is configured for each VRF.
Review the design plan for MPLS/L3VPN and VRF-lite to determine what RTs have been assigned for each VRF.
Review the route-distinguisher and vrf-target statements under each configured VRF and verify that the correct RTs have been defined for each VRF. Assuming the assigned RT for "customer 1" is "cust1:33:33", verify vrf-target matches.
[edit routing-instances]
<instance name> {
description "To customer 1";
instance-type vrf;
interface <ce-facing interface>.<logical unit>;
route-distinguisher 33:33; << Must match the design plan for "customer 1".
vrf-target cust1:33:33; << Must match the design plan for "customer 1".
vrf-table-label;
protocols {
ospf {
area <number> {
interface <ce-facing interface>.<logical unit>;
}
}
}
}
Note: In L3 VPN, the CE router forms an adjacency with the PE router (OSPF in the example).
If there are VRFs configured with the wrong RT, this is a finding.
M
5479