MPLS VPN Components:
Today I will discuss about MPLS VPN Components. It is same as MP-BGP Components. only extra Label component are added with MPLS VPN Components. [boxads]
- RD: Route Distinguisher
- VPNv4 routes
- RT: Route Target
- Label

VPNv4 address:
- To convert an IPv4 address into a VPNv4 address, RD is appended to the IPv4 address i.e 1:1:10.1.1.0 Makes the customer’s IPv4 route globally unique.
- Each VRF must be configured with an RD at the PE. RD is what that defines the VRF [adsense]
Example:
ip vrf v1
rd 1:1

