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

Example: Configuring LDP on the VPLS PE Router
This example shows how to configure LDP on the VPLS PE router.
Requirements
Before you begin:
- Before you begin, see Understanding Selective Stateless Packet-Based Services in the Junos OS Security Configuration Guide
. - Configure the interfaces that will carry the VPLS traffic between the PE router and the CE devices. See Example: Configuring Routing Interfaces on the VPLS PE Router and Example: Configuring the Interface to the VPLS CE Device.
- Create a VPLS routing instance on each PE router that is participating in the VPLS. See Example: Configuring the VPLS Routing Instance.
- Configure an IGP on the PE routers to exchange routing information. See Example: Configuring OSPF on the VPLS PE Router.
Overview
This example describes how to enable LDP for all connections that participate in the LSP on the PE1 router.
Configuration
Step-by-Step Procedure
To configure LDP on the VPLS PE router:
- Configure the interface to the PE2 router for LDP.[edit ]user@host# set protocols ldp interface ge-3/0/2
- Configure the loopback interface for LDP.[edit ]user@host# set protocols ldp interface lo0
- 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 protocols command.
Related Documentation
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices


