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


Usage

<configuration>
    <protocols>
        <dot1x>
            <authenticator>
                <interface>
                    <name>name</name> <!-- identifier -->
                    <disable/>
                    <supplicant>supplicant-choice</supplicant>
                    <retries>retries</retries>
                    <quiet-period>seconds</quiet-period>
                    <transmit-period>seconds</transmit-period>
                    <no-reauthentication/>
                    <reauthentication>seconds</reauthentication>
                    <supplicant-timeout>seconds</supplicant-timeout>
                    <server-timeout>seconds</server-timeout>
                    <maximum-requests>maximum-requests</maximum-requests>
                    <guest-vlan>guest-vlan</guest-vlan>
                </interface>
            </authenticator>
        </dot1x>
    </protocols>
</configuration>

Description

802.1X interface specific options.

Contents

<disable>—Disable 802.1X on this interface.

<guest-vlan>—VLAN name or 802.1q tag for unauthenticated or non-responsive hosts.

<maximum-requests>—Number of EAPOL RequestIDs to send before timing out.

<name>—No documentation is available yet.

<no-reauthentication>—Disable reauthentication.

<quiet-period>—Time to wait after an authentication failure.

<reauthentication>—Reauthentication interval.

<retries>—Number of retries after which port is placed into wait state.

<server-timeout>—Authentication server timeout interval.

<supplicant>—Set supplicant mode for this interface.

<supplicant-timeout>—Time to wait for a client response.

<transmit-period>—Interval before retransmitting initial EAPOL PDUs.


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