A community college district attaches identical RFC1918 CE prefixes into several VRFs and needs those routes to remain unique inside MP-BGP. What is the primary purpose of assigning a unique route distinguisher per VRF attachment?
Select an answer to reveal the explanation.
Short Explanation
Think of the RD as a unique barcode stuck on two boxes that both say "10.10.10.0/24" on the side. Same street address on the CE, different barcode in MP-BGP — so the control plane never confuses them. That uniqueness is the RD’s job, not encryption or mesh RT tricks.
Full Explanation
Route distinguishers make otherwise identical IPv4 prefixes unique as VPNv4 NLRI in MP-BGP. When multiple college VRFs reuse the same CE addressing, a unique RD per VRF attachment prevents collisions in the provider BGP table. RDs do not encrypt updates, drive VPN topology (that is RT import/export), or change underlay label protocols. Design RDs for uniqueness; design RTs for who may import the route.