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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <vpls>
                        <site>
                            <interface>
                                <name>name</name> <!-- identifier -->
                                <interface-mac-limit>...</interface-mac-limit>
                                <remote-site-id>remote-site-id</remote-site-id>
                                <static-mac>...</static-mac>
                                <no-mac-learning/>
                                <description>description</description>
                            </interface>
                        </site>
                    </vpls>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Interface that connect this site to the VPN.

Contents

<description>—Text description.

<interface-mac-limit>—Maximum number of MAC addresses learned on the interface.

<name>—Interface name.

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

<remote-site-id>—Site identifier associated with this interface.

<static-mac>—Static MAC addresses assigned to this interface.


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