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 Routing Options on the VPLS PE Router
This example shows how to configure the routing options 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. SeeExample: 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
- Configure RSVP-TE, see Example: Configuring RSVP on the VPLS PE Router and then MPLS LSPs on the PE routers, see Example: Configuring MPLS on the VPLS PE Router. Alternatively configure LDP on the PE routers, see Example: Configuring LDP on the VPLS PE Router.
Overview
This example describes how to specify the router ID and the AS number for each router involved in the VPLS . In this example, the routers PE1 and PE2 use the same AS number (100).
Configuration
Step-by-Step Procedure
To configure the routing options on the VPLS PE router:
- Configure the router ID on the VPLS PE router.[edit]user@host# set routing-options router-id 10.255.7.168
- Configure the AS number on the VPLS PE router.[edit]user@host# set routing-options autonomous-system 100
- 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 routing-options command.
Related Documentation
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices


