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

connections (Circuits)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
connections { 
    interface-switch connection-name {
        interface interface-name.unit-number;
    }
    lsp-switch connection-name {
        transmit-lsp label-switched-path;
        receive-lsp label-switched-path;
    }
    p2mp-receive-switch {
        output-interface [ interface-name.unit-number ];
        receive-p2mp-lsp receiving-point-to-multipoint-lsp;
    }
    p2mp-transmit-switch {
        input-interface interface-name.unit-number;
        transmit-p2mp-lsp transmitting-point-to-multipoint-lsp;
    }
    remote-interface-switch connection-name {
        interface interface-name.unit-number;
        receive-lsp label-switched-path;
        transmit-lsp label-switched-path;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols],
[edit protocols]

Description

Define the connection between two circuits in a CCC connection.

Options

The remaining statements are explained separately. See CLI Explorer.

Note:

The edit logical-systems hierarchy is not available on QFabric systems.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation