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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <dot1x>
                <authenticator>
                    <static>
                        <name>name</name> <!-- identifier -->
                        <vlan-assignment>vlan-assignment</vlan-assignment>
                        <interface>interface</interface>
                    </static>
                </authenticator>
            </dot1x>
        </protocols>
    </logical-systems>
</configuration>

Description

Static MAC configuration needed to bypass 802.1X.

Contents

<interface>—Interface on which authentication is bypassed.

<name>—MAC addresses to bypass authentication.

<vlan-assignment>—VLAN name or 802.1q tag for the MAC address.


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