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


Usage

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