Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Example: Interconnecting a Layer 2 Circuit with a Layer 2 VPN

This example provides a step-by-step procedure and commands for configuring and verifying a Layer 2 circuit to a Layer 2 VPN. It contains the following sections:

Requirements

This example uses the following hardware and software components:

  • Junos OS Release 9.3 or later

  • 2 MX Series 5G Universal Routing Platforms

  • 2 M Series Multiservice Edge Router

  • 1 T Series Core Router

  • 1 EX Series Ethernet Switch

Overview and Topology

Topology

The physical topology of a Layer 2 circuit to a Layer 2 VPN connection is shown in Figure 1.

Figure 1: Physical Topology of a Layer 2 Circuit to a Layer 2 VPN ConnectionPhysical Topology of a Layer 2 Circuit to a Layer 2 VPN Connection

The logical topology of a Layer 2 circuit to a Layer 2 VPN connection is shown in Figure 2.

Figure 2: Logical Topology of a Layer 2 Circuit to a Layer 2 VPN ConnectionLogical Topology of a Layer 2 Circuit to a Layer 2 VPN Connection

Configuration

Note:

In any configuration session, it is good practice to verify periodically that the configuration can be committed using the commit check command.

In this example, the router being configured is identified using the following command prompts:

  • CE1 identifies the customer edge 1 (CE1) router

  • PE1 identifies the provider edge 1 (PE1) router

  • CE3 identifies the customer edge 3 (CE3) router

  • PE3 identifies the provider edge 3 (PE3) router

  • CE5 identifies the customer edge 5 (CE5) router

  • PE5 identifies the provider edge 5 (PE5) router

This example is organized in the following sections:

Configuring Protocols on the PE and P Routers

Step-by-Step Procedure

In this example, all of the PE routers and P routers are configured with OSPF as the IGP protocol. The MPLS, LDP, and BGP protocols are enabled on all of the interfaces except fxp.0. Core-facing interfaces are enabled with the MPLS address and inet address.

  1. Configure all the PE and P routers with OSPF as the IGP. Enable the MPLS, LDP, and BGP protocols on all interfaces except fxp.0. LDP is used as the signaling protocol on Router PE1 for the Layer 2 circuit. The following configuration snippet shows the protocol configuration for Router PE1:

  2. Configure the PE and P routers with OSPF as the IGP. Enable the MPLS, LDP, and BGP protocols on all interfaces except fxp.0. BGP is used as the signaling protocol on Router PE3 for the Layer 2 VPN. The following configuration snippet shows the protocol configuration for Router PE3:

Step-by-Step Procedure

Configuring Interfaces

  1. On Router PE1, configure the ge-1/0/0 interface encapsulation. To configure the interface encapsulation, include the encapsulation statement and specify the ethernet-ccc option (vlan-ccc encapsulation is also supported). Configure the ge-1/0/0.0 logical interface family for circuit cross-connect functionality. To configure the logical interface family, include the family statement and specify the ccc option. The encapsulation should be configured the same way for all routers in the Layer 2 circuit domain.

  2. Router PE5 is the router that is stitching the Layer 2 circuit to the Layer 2 VPN using the interworking interface. The configuration of the peer unit interfaces is what makes the interconnection.

    On Router PE5, configure the iw0 interface with two logical interfaces. To configure the iw0 interface, include the interfaces statement and specify iw0 as the interface name. For the unit 0 logical interface, include the peer-unit statement and specify the logical interface unit 1 as the peer interface. For the unit 1 logical interface, include the peer-unit statement and specify the logical interface unit 0 as the peer interface.

  3. On Router PE5, configure the logical loopback interface. The loopback interface is used to establish the targeted LDP sessions to Routers PE1 and PE5.

Step-by-Step Procedure

Configuring the Layer 2 circuit protocol

  1. On Router PE1, configure the IP address of the remote PE router with the neighbor statement. The loopback address and router ID of the PE neighbor is commonly the neighbor’s IP address. To allow a Layer 2 circuit to be established even though the maximum transmission unit (MTU) configured on the PE router does not match the MTU configured on the remote PE router, include the ignore-mtu-mismatch statement.

  2. On Router PE5, configure the IP address of the remote PE router. To configure the IP address of the remote PE router, include the neighbor statement and specify the IP address of the loopback interface on Router PE1. Configure the virtual circuit ID to be the same as the virtual circuit ID on the neighbor router. To allow a Layer 2 circuit to be established even though the MTU configured on the local PE router does not match the MTU configured on the remote PE router, include the ignore-mtu-mismatch statement. Also disable the use of the control word for demultiplexing by including the no-control-word statement.

  3. On Router PE5, configure the Layer 2 VPN protocols by including the l2vpn statement at the [edit routing-instances routing-instances-name protocols] hierarchy level. To configure the iw0 interface, include the interfaces statement and specify iw0 as the interface name. The iw0 interface is configured under the Layer 2 VPN protocols to receive the looped packet from the iw0.1 logical interface. The l2vpn protocol is configured on Router PE5 with site CE5, which is configured in the BGP L2VPN routing instance. Router CE1 has communication to Router CE5, through the Layer 2 interworking configuration on Router PE5.

  4. In addition to the iw0 interface configuration, the Layer 2 interworking l2iw protocol must be configured. Without the l2iw protocol configuration, the Layer 2 interworking routes are not formed, regardless of whether any iw interfaces are present.

    On Router PE5, configure the l2iw protocol. To configure the protocol, include the l2iw statement at the [edit protocols] hierarchy level.

Verification

Step-by-Step Procedure

Verifying the Layer 2 Circuit Connection on Router PE1.

  1. On Router PE1, use the show l2circuit connections command to verify that the Layer 2 Circuit from Router PE1 to Router PE5 is Up.

  2. On Router PE5, use the show l2vpn connections command to verify that the Layer 2 VPN connection is Up using the iw0 peer interface of the Layer 2 circuit.

Step-by-Step Procedure

Verifying that the Layer 2 Circuit is terminating into the Layer 2 VPN connection.

  1. On Router PE5, use the show l2circuit connections command to verify that the Layer 2 circuit is Up using the iw0 interface. This will be looped through the iwo.1 interface to the Layer 2 VPN.

  2. On Router PE 5, use the show route table mpls.0 command to verify the Layer 2 circuit and Layer 2 VPN routes. In the example below, the Layer 2 circuit is associated with LDP label 301328 and the Layer 2 VPN is associated with LDP label 800001. Notice the two iw0 interfaces that are used for the Layer 2 interworking route.