Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

remote-interface-switch

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
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 connections],
[edit protocols connections (MPLS)]

Description

Configure MPLS LSP tunnel cross-connects. This makes an association between a CCC interface and two LSPs, one for transmitting MPLS packets from the local provider edge switch to the remote provider edge switch and the other for receiving MPLS packets on the local provider edge switch from the remote provider edge switch.

Options

connection-name—Connection name.

interface interface-name.unit-number—Interface name. Include the logical portion of the name, which corresponds to the logical unit number of the CCC interface.

receive-lsp label-switched-path—Name of the LSP from the connection’s source. This LSP name was specified by the label-switched-path statement on the remote provider edge switch in the protocols mpls stanza.

transmit-lsp label-switched-path—Name of the LSP to the connection’s destination. This LSP name was specified by the label-switched-path statement on the local provider edge switch in the protocols mpls stanza.

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