Navigation
Supported Platforms
Related Documentation
- EX, MX Series
- MX Series Router Cloud CPE Multiple Ethernet Interface Services Overview
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router (One Bridge Domain per VLAN)
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router (All VLANs in One Bridge Domain)
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router Using a Q-in-Q Tunnel
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface and Routed VLAN Interface Services
Configuring the PE Router for MX Series Router Cloud CPE Multiple Ethernet Interface Services (Q-in-Q Tunnel)
Complete the following tasks to configure the PE router for multiple Ethernet interfaces cCPE services (Q-in-Q tunnel):
- Configuring the Subscriber Access Link and VLANs for MX Series Router Cloud CPE Multiple Ethernet Interface Services (Q-in-Q Tunnel)
- Configuring the IRB Interface for MX Series Router Cloud CPE Multiple Ethernet Interface Services
- Configuring the Bridge Domain for MX Series Router Cloud CPE Multiple Ethernet Interface Services (Q-in-Q Tunnel)
- Configuring the Routing Instances for MX Series Router Cloud CPE Multiple Ethernet Interface Services
Configuring the Subscriber Access Link and VLANs for MX Series Router Cloud CPE Multiple Ethernet Interface Services (Q-in-Q Tunnel)
To configure the subscriber access link and VLANs:
- Configure the physical interface.[edit]user@host# edit interfaces ge-1/2/3 user@host# set vlan-tagginguser@host# set encapsulation flexible-ethernet-services
- Configure the first logical interface for Ethernet VLAN
bridge encapsulation.[edit interfaces ge-1/2/3]user@host# set stacked-vlan-tagginguser@host# edit unit 105 user@host# setencapsulation vlan-bridgeuser@host# set vlan-tags outer 1000user@host# set vlan-tags inner 105user@host# set family bridge
- Configure the second logical interface for Ethernet VLAN
bridge encapsulation. [edit interfaces ge-1/2/3 unit 105]user@host# up user@host# edit unit 106 user@host# set encapsulation vlan-bridgeuser@host# set vlan-tags outer 1000user@host# set vlan-tags inner 106user@host# set family bridge
- Review the configuration.[edit interfaces ge-1/2/3 unit 106]user@host# upuser@host# show
stacked-vlan-tagging; encapsulation flexible-ethernet-services; unit 105 { encapsulation vlan-bridge; vlan-tags outer 1000 inner 105; family bridge; } unit 106 { encapsulation vlan-bridge; vlan-tags outer 1000 inner 106; family bridge; }
Configuring the IRB Interface for MX Series Router Cloud CPE Multiple Ethernet Interface Services
Configure the IRB interface, with the IP address matching the subnet of the VLAN.
To configure the IRB interface:
- Configure the first subnet on the IRB interface.
- Configure the second subnet on the IRB interface.[edit interfaces irb unit 105 family inet]user@host# set address 192.168.2.1/24
- Review the configuration.[edit interfaces irb unit 106 family inet]user@host# show
unit 105 { family inet { address 192.168.1.1/24; address 192.168.2.1/24; } }
Configuring the Bridge Domain for MX Series Router Cloud CPE Multiple Ethernet Interface Services (Q-in-Q Tunnel)
To configure the bridge domain:
- Configure the name of the bridge domain.[edit]user@host# edit bridge-domains bd-105
- Associate the subscriber’s VLAN ID with the bridge
domain. [edit bridge-domains bd-105]user@host# set vlan-id 105
- Specify the interface names for the bridge domain.[edit bridge-domains bd-105]user@host# set interface ge-1/2/3.105 user@host# set interface ge-1/2/3.106
- Specify the routing interface to include in the bridge
domain. [edit bridge-domains bd-105]user@host# set routing-interface irb.105
- Review the configuration.[edit bridge-domains bd-105]user@host# show
vlan-id 105; interface ge-1/2/3.105; interface ge-1/2/3.106; routing-interface irb.105;
Configuring the Routing Instances for MX Series Router Cloud CPE Multiple Ethernet Interface Services
Configure a VRF routing instance for the subscriber VPN site, and reference the IRB as the interface. To configure the routing instance:
- Configure a name for the routing instance. [edit]user@host# edit routing-instances ccpe1
- Configure the VRF routing instance. [edit routing-instances ccpe1]user@host# set instance-type vrf
- Reference the IRB interface by specifying irb.vlan-id.[edit routing-instances ccpe1]user@host# set interface irb.105
- Review the configuration.[edit routing-instances ccpe1]user@host# show
instance-type vrf; interface irb.105;
Related Documentation
- EX, MX Series
- MX Series Router Cloud CPE Multiple Ethernet Interface Services Overview
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router (One Bridge Domain per VLAN)
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router (All VLANs in One Bridge Domain)
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router Using a Q-in-Q Tunnel
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface and Routed VLAN Interface Services
Modified: 2015-10-29
Supported Platforms
Related Documentation
- EX, MX Series
- MX Series Router Cloud CPE Multiple Ethernet Interface Services Overview
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router (One Bridge Domain per VLAN)
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router (All VLANs in One Bridge Domain)
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface Services—Extending Subscriber VLANs to the PE Router Using a Q-in-Q Tunnel
- Configuring MX Series Router Cloud CPE Multiple Ethernet Interface and Routed VLAN Interface Services