Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- J Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- SRX Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices

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 Understanding Selective Stateless Packet-Based Services in the Junos OS Security Configuration Guide
.
Overview
In this example, you configure the PE1 router loopback interface and the interface to the PE2 router ge-2/0/1.
Configuration
Step-by-Step Procedure
To configure the routing interface on the VPLS PE router:
- Configure the loopback interface.[edit]user@host# set interfaces lo0 unit 0 family inet address 10.255.7.168/32 primary
- 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
- Configure the MPLS family.[edit]user@host# set interfaces ge-3/0/2 unit 0 family mpls
- 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 Documentation
- J Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- SRX Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices


