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

inter-region-template

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
inter-region-template {
    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]

Description

Define MVPN inter-region tunnel mapping template. A template is configured on a transit area boundary router (ABR) to define the tunnel type to be used for a given region. There are four types of tunnels that can be used:

  • Incoming — Indicates that the tunnel type used across the ABR remains unchanged.

  • Ingress-replication — A tunnel type used for passing multicast traffic between routers through the MPLS cloud, or between PE routers when using MVPN. The ingress replication provider tunnel uses MPLS point-to-point LSPs to create the multicast distribution tree.

  • Ldp-p2mp — Specify a point-to-multipoint provider tunnel with LDP signaling for an MBGP MVPN.

  • Rsvp-te — Configure RSVP tunnels to multicast traffic flooding using point-to-multipoint LSPs.

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