Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring a VPLS Routing Instance

date_range 23-Dec-20

Use the vpls routing instance type for point-to-multipoint LAN implementations between a set of sites in a VPN.

To create a routing instance for VPLS, include at least the following statements in the configuration:

content_copy zoom_out_map
routing-instances {
    routing-instance-name {
        instance-type vpls;
        interface interface-name;
        route-distinguisher (as-number:number | ip-address:number);
        vrf-import [ policy-names ];
        vrf-export [ policy-names ];
        protocols {
            vpls {
                ... vpls configuration ...
            }
        }
    }
}

You can include these statements at the following hierarchy levels:

  • [edit]

  • [edit logical-systems logical-system-name]

For more information about configuring VPLS, see theJunos OS VPNs Library for Routing Devices.

footer-navigation