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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <l2vpn>
                        <neighbor>
                            <name>name</name> <!-- identifier -->
                            <psn-tunnel-endpoint>psn-tunnel-endpoint</psn-tunnel-endpoint>
                            <community>community</community>
                            <encapsulation-type>encapsulation-type-choice</encapsulation-type>
                            <ignore-encapsulation-mismatch/>
                            <switchover-delay>milliseconds</switchover-delay>
                            <backup-neighbor>...</backup-neighbor>
                        </neighbor>
                    </l2vpn>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Neighbor for this VPLS instance.

Contents

<backup-neighbor>—Configuration of redundant l2circuit.

<community>—Community associated with this neighbor.

<encapsulation-type>—Encapsulation type for VPN.

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

<name>—Neighbor ID.

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

<switchover-delay>—Pseudowire switchover delay .


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