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
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

neighbor (Protocols VPLS)

date_range 15-Dec-23

Syntax

content_copy zoom_out_map
neighbor neighbor-id {
    mac-pinning;
    associate-profile{
        dynamic-profile-name;
        profile-variable-set profile-variable-set-name;
    }
    backup-neighbor {...}
    community community-name;
    connection-protection;
    encapsulation-type type;
    ignore-encapsulation-mismatch;
    oam {
        bfd-liveness-detection {
            detection-time {
                threshold milliseconds;
            }
            minimum-interval milliseconds;
            minimum-receive-interval milliseconds;
            multiplier number;
            no-adaptation;
            transmit-interval {
                minimum-interval milliseconds;
                threshold milliseconds;
            }
            version (1 | automatic);
        }
        ping-interval; 
    }
    pseudowire-status-tlv;
    psn-tunnel-endpoint address;
    revert-time seconds;
    
    static {
        incoming-label label;
        outgoing-label label;
        control-word;
        no-control-word;
    }
    switchover-delay milliseconds;
    vpls-id-list vc-id-numbers;
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name routing-instances routing-instance-name protocols vpls],
[edit logical-systems logical-system-name routing-instances instance-name protocols vpls mesh-group mesh-group-name],
[edit routing-instances routing-instance-name protocols vpls],
[edit routing-instances instance-name protocols vpls mesh-group mesh-group-name]

Description

Specify each of the PE routers participating in the VPLS domain. Configuring this statement enables LDP for signaling VPLS.

Note:

In the VPLS documentation, the word router in terms such as PE router is used to refer to any device that provides routing functions.

Options

neighbor-id—Specify the neighbor identifier for each PE router participating in the VPLS domain.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 8.4.

The pseudowire-status-tlv option was added in Junos OS Release 10.0.

The vpls-id-list option was added in Junos OS Release 14.2 for MX Series routers to provide support for multiple pseudowires between the same pair of PEs in LDP-VPLS.

footer-navigation