Supported Platforms
Related Documentation
- LN, SRX Series
- VPLS Configuration Overview
- VPLS Overview
- Additional Information
- MPLS Feature Guide for Security Devices
Example: Configuring Automatic Site Identifiers for VPLS
This example shows how to configure automatic site identifiers for VPLS sites.
Requirements
Before you begin, see information on selective stateless packet-based services in Junos OS Interfaces Library for Security Devices.
Overview
When you enable automatic site identifiers, the Junos OS automatically assigns site identifiers to VPLS sites. In this example, you configure a routing instance called vpls instance and enable automatic site identifiers for VPLS.
![]() | Note: Site identifiers for VPLS sites can be different for different routing instances. |
Configuration
Step-by-Step Procedure
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see Using the CLI Editor in Configuration Mode.
To configure automatic site identifiers:
- Configure the routing instance of type VPLS.[edit]user@host#set routing-instances vpls-instance
- Enable automatic site identifiers.[edit routing-instances vpls-instance]user@host#set protocols vpls no-tunnel-services site site10 automatic-site-id collision-detect-time 10 user@host#set protocols vpls no-tunnel-services site site10 automatic-site-id new-site-wait-time 20 user@host#set protocols vpls no-tunnel-services site site10 automatic-site-id reclaim-wait-time minimum 5 maximum 20 user@host#set protocols vpls no-tunnel-services site site10 automatic-site-id startup-wait-time 5
- 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 vpls connections command.
Related Documentation
- LN, SRX Series
- VPLS Configuration Overview
- VPLS Overview
- Additional Information
- MPLS Feature Guide for Security Devices
Modified: 2013-11-19
Supported Platforms
Related Documentation
- LN, SRX Series
- VPLS Configuration Overview
- VPLS Overview
- Additional Information
- MPLS Feature Guide for Security Devices