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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <l2vpn>
                        <neighbor>
                            <backup-neighbor>
                                <name>name</name> <!-- identifier -->
                                <community>community</community>
                                <psn-tunnel-endpoint>psn-tunnel-endpoint</psn-tunnel-endpoint>
                                <standby/>
                            </backup-neighbor>
                        </neighbor>
                    </l2vpn>
                </protocols>
            </instance>
        </routing-instances>
    </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.


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