SV-254064r997537_rule
V-254064
SRG-NET-000512-RTR-000005
JUEX-RT-000920
CAT I
10
Configure the PE router to have each VRF bound to the appropriate physical or logical interfaces to maintain traffic separation between all MPLS L3VPNs.
set interfaces <ce facing interface> description <"appropriate description">
set interfaces <ce facing interface> unit <number> family inet address <IPv4 address>/<mask>
set interfaces <ce facing interface> unit <number> family inet6 address <IPv6 address>/<prefix>
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 <Number in (16 bit:32 bit) or (32 bit 'L':16 bit) or (IP address:16 bit) format>
set routing-instances <name> vrf-target <Target community to use in import and export>
set routing-instances <name> vrf-table-label
set routing-instances <name> protocols ospf area <number> interface <ce-facing interface>.<logical unit>
Review the design plan for deploying L3VPN and VRF-lite.
Review all CE-facing interfaces and verify that the proper VRF is defined.
[edit interfaces]
<ce-facing interface> {
description "To customer 1";
unit <number> {
family inet {
address <IPv4 address>/<mask>;
}
family inet6 {
address <IPv6 address>/<prefix>;
}
}
}
[edit routing-instances]
<instance name> {
description "To customer 1";
instance-type vrf;
interface <ce-facing interface>.<logical unit>;
route-distinguisher <Number in (16 bit:32 bit) or (32 bit 'L':16 bit) or (IP address:16 bit) format>;
vrf-target <Target community to use in import and export>;
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 any VRFs are not bound to the appropriate physical or logical interface, this is a finding.
V-254064
False
JUEX-RT-000920
Review the design plan for deploying L3VPN and VRF-lite.
Review all CE-facing interfaces and verify that the proper VRF is defined.
[edit interfaces]
<ce-facing interface> {
description "To customer 1";
unit <number> {
family inet {
address <IPv4 address>/<mask>;
}
family inet6 {
address <IPv6 address>/<prefix>;
}
}
}
[edit routing-instances]
<instance name> {
description "To customer 1";
instance-type vrf;
interface <ce-facing interface>.<logical unit>;
route-distinguisher <Number in (16 bit:32 bit) or (32 bit 'L':16 bit) or (IP address:16 bit) format>;
vrf-target <Target community to use in import and export>;
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 any VRFs are not bound to the appropriate physical or logical interface, this is a finding.
M
5479