By default, multiprotocol BGP-based VPNs are attached to both sender and receiver sites. To specify that a VPN be attached only to a sender site or only to a receiver site, include the receiver-site or sender-site statement at the [edit routing instances routing-instance-name protocols mvpn] hierarchy level:
- [edit]
- routing-instances {
-
- vpn-a {
- instance-type vrf;
-
- protocols {
-
- mvpn {
- receiver-site;
- sender-site;
- }
- }
- }
- }