Example: Configuring Routing Interfaces on the VPLS PE Router

This example shows how to configure routing interfaces on the VPLS PE router.

Requirements

Before you begin, see information on Selective Stateless Packet-based Services in the Junos OS Administration Guide for Security Devices.

Overview

In this example, you configure the PE1 router loopback interface and the interface to the PE2 router so-2/0/1.

Configuration

Step-by-Step Procedure

To configure the routing interface on the VPLS PE router:

  1. Configure the loopback interface .
    [edit]user@host# set interfaces lo0 unit 0 family inet address 10.255.7.168/32 primary
  2. Configure the IP address on the MPLS core interface.
    [edit]user@host# set interfaces ge-3/0/2 unit 0 family inet address 100.1.1.1/30
  3. Configure the MPLS family .
    [edit]user@host# set interfaces ge-3/0/2 unit 0 family mpls
  4. If you are done configuring the device, commit the configuration.
    [edit]user@host# commit

Verification

To verify the configuration is working properly, enter the show interfaces command.

Related Topics