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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <l2circuit>
                <local-switching>
                    <interface>
                        <name>name</name> <!-- identifier -->
                        <protect-interface>protect-interface</protect-interface>
                        <end-interface>...</end-interface> <!-- mandatory -->
                        <description>description</description>
                        <ignore-mtu-mismatch/>
                    </interface>
                </local-switching>
            </l2circuit>
        </protocols>
    </logical-systems>
</configuration>

Description

Interface forming the local Layer 2 circuit.

Contents

<description>—Text description of Layer 2 circuit.

<end-interface>—Interface name of the other end point.

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

<name>—Interface name.

<protect-interface>—Name of protect interface.


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