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

template(Protocols MVPN)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
template template-name {
    all-regions {
        incoming;
        ingress-replication {
            create-new-ucast-tunnel;
            label-switched-path {
                label-switched-path-template (Multicast) {
                    (default-template | lsp-template-name);
                }
            }
        }
        ldp-p2mp;
        rsvp-te {
            label-switched-path-template (Multicast) {
                (default-template | lsp-template-name);
            }
            static-lsp static-lsp;
        }
    }
    region region-name{
        incoming;
        ingress-replication {
            create-new-ucast-tunnel;
            label-switched-path {
                label-switched-path-template (Multicast){
                    (default-template | lsp-template-name);
                }
            }
        }
        ldp-p2mp;
        rsvp-te {
            label-switched-path-template (Multicast) {
                (default-template | lsp-template-name);
            }
            static-lsp static-lsp;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols mvpn inter-region-template]

Description

A template is configured on a transit area boundary router (ABR) to define the tunnel type for each region. If a template is not configured on the ABR then the ABR simply reflects the routes without performing any inter-region segmentation.

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 15.1.

footer-navigation