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


Usage

<configuration>
    <bridge-domains>
        <domain>
            <bridge-options>
                <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>
            </bridge-options>
        </domain>
    </bridge-domains>
</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]