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


Usage

<configuration>
    <protocols>
        <l2circuit>
            <neighbor>
                <interface>
                    <name>name</name> <!-- identifier -->
                    <psn-tunnel-endpoint>psn-tunnel-endpoint</psn-tunnel-endpoint>
                    <protect-interface>protect-interface</protect-interface>
                    <virtual-circuit-id>virtual-circuit-id</virtual-circuit-id> <!-- mandatory -->
                    <description>description</description>
                    <control-word/>
                    <community>community</community>
                    <mtu>mtu</mtu>
                    <encapsulation-type>encapsulation-type-choice</encapsulation-type>
                    <ignore-encapsulation-mismatch/>
                    <ignore-mtu-mismatch/>
                    <bandwidth>...</bandwidth>
                    <switchover-delay>milliseconds</switchover-delay>
                    <backup-neighbor>...</backup-neighbor>
                </interface>
            </neighbor>
        </l2circuit>
    </protocols>
</configuration>

Description

Interface forming the Layer 2 circuit.

Contents

<backup-neighbor>—Configuration of redundant l2circuit.

<bandwidth>—Bandwidth to reserve (bps).

<community>—Community associated with this Layer 2 circuit.

<control-word>—Add control word to the Layer 2 encapsulation.

<description>—Text description of Layer 2 circuit.

<encapsulation-type>—Encapsulation type for VPN.

<ignore-encapsulation-mismatch>—Allow different encapsulation types on local and remote end.

<ignore-mtu-mismatch>—Allow different MTUs on interfaces.

<mtu>—MTU to be advertised for this Layer 2 circuit.

<name>—Interface name.

<protect-interface>—Name of protect interface.

<psn-tunnel-endpoint>—Endpoint of the transport tunnel on the remote PE.

<switchover-delay>—Layer 2 circuit switchover delay.

<virtual-circuit-id>—Identifier for this Layer 2 circuit.


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