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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <l2vpn>
                        <mesh-group>
                            <name>name</name> <!-- identifier -->
                            <peer-as>...</peer-as>
                            <vpls-id>vpls-id</vpls-id>
                            <mac-tlv-receive/>
                            <mac-tlv-send/>
                            <local-switching/>
                            <neighbor>...</neighbor>
                            <interface>...</interface>
                        </mesh-group>
                    </l2vpn>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Mesh-group under this VPLS instance.

Contents

<interface>—Interfaces belonging to this flood group.

<local-switching>—Allow local-switching within interfaces in this mesh-group.

<mac-tlv-receive>—Turn on mac-tlv receive processing.

<mac-tlv-send>—Turn on mac-tlv send processing.

<name>—Mesh-group name.

<neighbor>—Neighbor belonging to this mesh-group.

<peer-as>—Autonomous system of the peer.

<vpls-id>—LDP VPLS Identifier for this mesh-group.


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