Navigation
Supported Platforms
Related Documentation
Configuring PE1 for MX Series Router Cloud CPE Draft-Rosen Multicast VPN Services
Complete the following tasks to configure the PE1 router for draft-rosen multicast VPNs and cCPE services:
- Configuring the VLAN Interface, IRB Interface, and Bridge Domain for MX Series Router Draft-Rosen Multicast VPN Cloud CPE Services
- Configuring the Loopback Interface and Assigning a VPN Private Address
- Configuring the Routing Instance
- Configuring the BSR and RP in the Routing Instance
- Enabling PIM Version 2 on the IRB and Loopback Interfaces
Configuring the VLAN Interface, IRB Interface, and Bridge Domain for MX Series Router Draft-Rosen Multicast VPN Cloud CPE Services
To configure the VLAN interface, IRB interface, and bridge domain:
- Configure the physical interface for VLAN tagging and
flexible Ethernet services encapsulation.[edit]user@host# edit interfaces ge-1/0/1 user@host# set vlan-tagginguser@host# set encapsulation flexible-ethernet-services
- Configure the subscriber VLAN.
- Configure the logical interface.[edit interfaces ge-1/0/1]user@host# edit unit 106
- Configure the encapsulation for the logical interface.[edit interfaces ge-1/2/3 unit 106]user@host# set encapsulation vlan-bridge
- Bind an 802.1Q VLAN tag ID to the logical interface.[edit interfaces ge-1/0/1 unit 106]user@host# set vlan-id 106
- Configure the logical interface for Layer 2 bridging.[edit interfaces ge-1/0/1 unit 106]user@host# set family bridge
- Configure the logical interface.
- Configure the IRB interface.
- Configure the logical interface used for internal VPN
traffic as the IRB interface. [edit]user@host# edit interfaces irb unit 106
- Specify the private subnet of the VPN site on the IRB interface.
- Configure the logical interface used for internal VPN
traffic as the IRB interface.
- Configure the bridge domain.
- Configure the bridge domain name and set the domain type
to bridge.[edit]user@host# edit bridge-domains vlan-106 domain-type bridge
- Associate the subscriber’s VLAN ID with the bridge
domain. [edit bridge-domains vlan-106]user@host# set vlan-id 106
- Specify the interface name for the bridge domain.[edit bridge-domains vlan-106]user@host# set interface ge-1/0/1.106
- Specify the routing interface to include in the bridge
domain. [edit bridge-domains vlan-106]user@host# set routing-interface irb.106
- Configure the bridge domain name and set the domain type
to bridge.
- (Optional) If there are multiple Layer 2 interfaces in
the same bridge domain, enable IGMP snooping in the bridge domain.[edit bridge-domains vlan-106]user@host# set protocols igmp-snooping
Configuring the Loopback Interface and Assigning a VPN Private Address
Configure an additional logical interface on the loopback interface of the PE router, and assign an IP address from the VPN address space.
- To configure the loopback interface:[edit ]user@host# set interfaces lo0 unit 2 family inet address 10.132.12.254/32
Configuring the Routing Instance
Configure a VPN routing instance that includes the IRB interface and the loopback interface. To configure the routing instance:
- Configure the name of the routing instance.[edit]user@host# edit routing-instances acme
- Configure the routing instance as a VRF instance.[edit routing-instances acme]user@host# set instance-type vrf
- Reference the IRB interface in the routing instance by
specifying irb.vlan-id.[edit routing-instances acme]user@host# set interface irb.106
- Reference the loopback interface in the routing instance.[edit routing-instances acme]user@host# set interface lo0.2
- Specify a route distinguisher that is attached to the
route, enabling you to distinguish which VPN the route belongs to.
Each routing instance must have a unique route distinguisher associated
with it.[edit routing-instances acme]user@host# set route-distinguisher 65535:4
- Specify the VPN’s community. VRF import and export
policies are automatically generated.[edit routing-instances acme]user@host# set vrf-target target:65535:5
- Map the inner label of a packet to a specific VRF table.
This enables examination of encapsulated IP headers.[edit routing-instances acme]user@host# set vrf-table-label
- Configure the group address for the Layer 3 VPN in
the service provider’s network.[edit routing-instances acme]user@host# set protocols pim vpn-group-address 239.1.1.1
Configuring the BSR and RP in the Routing Instance
To configure the BSR and RP:
- Configure the BSR. Make sure to set different priorities on the PE routers.
- Configure a candidate RP in the VRF. Make sure to set different priorities on the PE routers.
Enabling PIM Version 2 on the IRB and Loopback Interfaces
To enable PIM on the IRB and loopback interfaces:
- Enable PIM on the IRB interface and configure the PIM mode as sparse.