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


Usage

<configuration>
    <routing-instances>
        <instance>
            <switch-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>
            </switch-options>
        </instance>
    </routing-instances>
</configuration>

Description

L2 options for routing-instance of type virtual-switch.

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]