VRF-lite
Virtual Routing and Forwarding Lite is a feature that enables a service provider to:
-
support two or more VPNs,
-
allow IP addresses to overlap among VPNs, and
-
distinguish routes for different VPNs using input interfaces.
VRF-lite forms virtual packet-forwarding tables by associating one or more Layer 3 interfaces with each VRF. Interfaces in a VRF can be either physical, such as Ethernet ports, or logical, such as VLAN SVIs. A Layer 3 interface cannot belong to more than one VRF at any time.
VRF-lite interfaces must be Layer 3 interfaces.
Key devices in VRF-lite deployments
-
Customer edge (CE) devices: Provide customer access to the service provider network over a data link to one or more provider edge routers. CE devices advertise local routes to the provider edge router and learn remote VPN routes from it. A switch can function as a CE device.
-
Provider edge (PE) routers: Exchange routing information with CE devices using static routing or protocols like BGP, RIPv1, or RIPv2. A PE router maintains a VRF for each directly connected site and is only required to maintain VPN routes for those VPNs to which it is directly attached. Multiple interfaces on a PE router can be associated with a single VRF if all these sites participate in the same VPN. After learning local VPN routes from CE devices, a PE router exchanges VPN routing information with other PE routers using internal BGP (iBGP).
-
Provider routers (core routers): Any routers in the service provider network that do not attach to CE devices.
Feedback