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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <l2vpn>
                    <traceoptions>...</traceoptions>
                    <encapsulation-type>encapsulation-type-choice</encapsulation-type>
                    <control-word/>
                    <site-range>site-range</site-range>
                    <mac-table-size>...</mac-table-size>
                    <interface-mac-limit>...</interface-mac-limit>
                    <mac-table-aging-time>seconds</mac-table-aging-time>
                    <no-mac-learning/>
                    <mac-statistics/>
                    <interface>...</interface>
                    <tunnel-services>...</tunnel-services>
                    <no-tunnel-services/>
                    <site>...</site>
                    <community>community</community>
                    <vpls-id>vpls-id</vpls-id>
                    <mtu>mtu</mtu>
                    <ignore-mtu-mismatch/>
                    <mac-tlv-receive/>
                    <mac-tlv-send/>
                    <ignore-encapsulation-mismatch/>
                    <neighbor>...</neighbor>
                    <mesh-group>...</mesh-group>
                    <connectivity-type>connectivity-type-choice</connectivity-type>
                </l2vpn>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Layer 2 VPN configuration.

Contents

<community>—Community associated with this VPLS instance.

<connectivity-type>—Specify type of interface sufficient to bring vpls connection up.

<control-word>—Add control word to the Layer 2 encapsulation.

<encapsulation-type>—Encapsulation type for VPN.

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

<ignore-mtu-mismatch>—Allow different MTU values on local and remote end.

<interface>—Interface that connect this site to the VPN.

<interface-mac-limit>—Maximum MAC address learned per interface.

<mac-statistics>—Enable MAC address statistics.

<mac-table-aging-time>—Delay for discarding MAC address if no updates are received.

<mac-table-size>—Size of MAC address forwarding table.

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

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

<mesh-group>—Mesh-group under this VPLS instance.

<mtu>—MTU to be advertised for these Layer 2 circuits.

<neighbor>—Neighbor for this VPLS instance.

<no-mac-learning>—Disable dynamic MAC address learning.

<no-tunnel-services>—Do not use tunnel services for this VPLS instance.

<site>—Sites connected to this provider equipment.

<site-range>—Maximum site identifier in this VPLS domain.

<traceoptions>—Trace options for Layer 2 VPN and VPLS.

<tunnel-services>—Use tunnel services for this VPLS instance.

<vpls-id>—Identifier for this VPLS instance.


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