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 (All VLANs in One Bridge Domain)
Complete the following tasks to configure the PE router for multiple Ethernet interfaces with cCPE services:
- Configuring the Subscriber Access Link and VLANs for MX Series Router Cloud CPE Multiple Ethernet Interface Services
- Configuring the Bridge Domain for MX Series Router Cloud CPE Multiple Ethernet Interface Services
- Configuring the Routing Instances for MX Series Router Cloud CPE Multiple Ethernet Interface Services
- Configuring the IRB Interface 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
To configure the 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 and VLAN.[edit interfaces ge-1/2/3]user@host# edit unit 105 user@host# set encapsulation vlan-bridgeuser@host# set vlan-id 105 user@host# set family bridge
- Configure the second logical interface and VLAN.[edit interfaces ge-1/2/3 unit 105]user@host# upuser@host# edit unit 106 [edit interfaces ge-1/2/3 unit 106]user@host# set encapsulation vlan-bridgeuser@host# set vlan-id 106 user@host# set family bridge
- Review your configuration.[edit interfaces ge-1/2/3 unit 106]user@host# upuser@host# show
unit 105 { encapsulation vlan-bridge; vlan-id 105; family bridge; } unit 106 { encapsulation vlan-bridge; vlan-id 106; }
Configuring the Bridge Domain for MX Series Router Cloud CPE Multiple Ethernet Interface Services
To configure the bridge domain:
- Configure the bridge domain for the first subscriber VLAN
by specifying 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
- To control broadcast from one VLAN reaching into other
VLANs, you can either enable no-local-switching in the
bridge domain or configure a Layer 2 filter.
- (Optional) To enable no-local-switching in
the bridge domain:[edit bridge-domains bd-105]user@host# set routing-interface irb.105 no-local-switching
- (Optional) To configure a Layer 2 filter:[edit bridge-domains bd-105]user@host# set forwarding-options filter input no-dhcpuser@host# topuser@host# edit firewall family bridge filter no-dhcp[edit firewall family bridge filter no-dhcp]user@host# set term dhcp from port dhcpuser@host# set term dhcp then discarduser@host# set term accept-all then accept
- (Optional) To enable no-local-switching in
the bridge domain:
- Review the configuration.[edit bridge-domains bd-105]user@host# show
vlan-id 105; no-local-switching; 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;
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; } }
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