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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <l2vpn>
                        <mesh-group>
                            <neighbor>
                                <name>name</name> <!-- identifier -->
                                <associate-profile>associate-profile</associate-profile>
                                <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>
                        </mesh-group>
                    </l2vpn>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Neighbor belonging to this mesh-group.

Contents

<associate-profile>—Associate profile name for dynamic IFL.

<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]