Navigation
Related Documentation
- LN, SRX Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- Additional Information
- Junos OS Interfaces Library for Security 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 .
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
- LN, SRX Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- Additional Information
- Junos OS Interfaces Library for Security Devices
Modified: 2015-05-26
Related Documentation
- LN, SRX Series
- VPLS Configuration Overview
- Understanding VPLS Interfaces
- Additional Information
- Junos OS Interfaces Library for Security Devices