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


Usage

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

Description

Mesh-group under this VPLS instance.

Contents

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

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