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


Usage

<configuration>
    <routing-instances>
        <instance>
            <bridge-domains>
                <domain>
                    <bridge-options>
                        <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>
                    </bridge-options>
                </domain>
            </bridge-domains>
        </instance>
    </routing-instances>
</configuration>

Description

Bridge domain configuration.

Contents

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

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


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