1. Juniper Networks TechLibrary
Junos OS VPNs Library for Routing Devices
"Configuring Routing Policies for VRF Tables in Layer 3 VPNs": This document explicitly states
"To apply an export policy to the VRF table
you include the vrf-export statement... The export policy is applied to routes being exported from the VRF routing table and advertised to other PE routers." It contrasts this with vrf-target
which is a simplified policy.
2. Juniper Networks TechLibrary
Junos OS VPNs Library for Routing Devices
"vrf-export": The documentation for the vrf-export statement specifies its function: "Apply an export routing policy to routes being exported from a VRF routing table into the local PE router’s primary routing table." A policy is the mechanism used to attach multiple communities.
3. Juniper Networks TechLibrary
Junos OS VPNs Library for Routing Devices
"Understanding the vrf-target Community": This guide explains
"The vrf-target statement is a simplified way of configuring a VPN policy... When you configure a vrf-target statement
a BGP extended community is created." It clarifies this is a simplified method for a single community
whereas vrf-export and vrf-import are used for more complex policies.