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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <l2circuit>
                <neighbor>
                    <interface>
                        <backup-neighbor>
                            <name>name</name> <!-- identifier -->
                            <virtual-circuit-id>virtual-circuit-id</virtual-circuit-id>
                            <community>community</community>
                            <psn-tunnel-endpoint>psn-tunnel-endpoint</psn-tunnel-endpoint>
                            <standby/>
                        </backup-neighbor>
                    </interface>
                </neighbor>
            </l2circuit>
        </protocols>
    </logical-systems>
</configuration>

Description

Configuration of redundant l2circuit.

Contents

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

<name>—Neighbor ID.

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

<standby>—Keep backup pseudowire in continuous standby.

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


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