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

encapsulation (interfaces-fti)

date_range 31-May-24

Syntax

content_copy zoom_out_map
encapsulation {
    ( gre | ipip | udp )
        destination {
            addressaddress;
        }
        key key; 
        source {
            addressaddress;
        }
        tunnel-routing-instance {
            routing-instance routing-instance;
            port-profile profile-name
        }
        tunnel-termination;
    }
     {
        destination {
            address address;
        }
        source {
            address address;
            interface interface;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces fti number unit logical-unit-number tunnel]

Description

Configure encapsulation over tunnel.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

interface

Release Information

Statement introduced in Junos OS Evolved Release 20.2R1.

Statement introduced for IPIP tunnels in Junos OS Evolved Release 20.4R1.

Statement introduced for UDP tunnels in Junos OS Evolved Release 21.1R1.

Statement introduced in Junos OS Evolved 24.1R1 for ACX Series routers (GRE tunnels)

footer-navigation