[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <interfaces>
        <interface>
            <unit>
                <tunnel>
                    <source>source</source> <!-- mandatory -->
                    <destination>destination</destination> <!-- mandatory -->
                    <key>key</key>
                    <backup-destination>backup-destination</backup-destination>
                    <allow-fragmentation/>
                    <do-not-fragment/>
                    <ttl>ttl</ttl>
                    <path-mtu-discovery/>
                    <routing-instance>...</routing-instance>
                </tunnel>
            </unit>
        </interface>
    </interfaces>
</configuration>

Description

Tunnel parameters.

Contents

<allow-fragmentation>—Do not set DF bit on packets.

<backup-destination>—Backup tunnel destination.

<destination>—Tunnel destination.

<do-not-fragment>—Set DF bit on packets.

<key>—Tunnel key.

<path-mtu-discovery>—Enable path MTU discovery for tunnels.

<routing-instance>—Routing instance to which tunnel ends belong.

<source>—Tunnel source.

<ttl>—Time to live.


[Contents] [Prev] [Next] [Index] [Report an Error]