extreme-dot1x

Provides a data model for managing the 802.1X authorization feature.

IEEE 802.1X is an IEEE standard for port-based Network Access Control (PNAC). It is a networking protocol that provides an authentication mechanism to devices attempting to attach to a LAN or WLAN. IEEE 802.1X defines the encapsulation of the Extensible Authentication Protocol (EAP) over IEEE 802, which is known as EAP over LAN or EAPoL.

802.1X involves three parties:
  • Supplicant—A device that connects to a network
  • Authenticator—A network device such as an Ethernet switch
  • Authentication server—A host running software that supports RADIUS and EAP

This module defines the parameters used for the PNAC.

Top-level container

module: extreme-dot1x
   +--rw dot1x
      +--rw enable?   empty
      +--rw test
         +--rw timeout?   dot1x-readinesstest-timeout-interval

External augmentations

module: extreme-interface
   +--rw dot1x:dot1x
   |  |  |  +--rw dot1x:authentication?           empty
   |  |  |  +--rw dot1x:port-control?             enumeration
   |  |  |  +--rw dot1x:protocol-version?         uint32
   |  |  |  +--rw dot1x:quiet-period?             uint32
   |  |  |  +--rw dot1x:reauthMax?                uint32
   |  |  |  +--rw dot1x:max-req?                  uint32
   |  |  |  +--rw dot1x:reauthentication?         empty
   |  |  |  +--rw dot1x:filter-strict-security?   empty
   |  |  |  +--rw dot1x:timeout
   |  |  |     +--rw dot1x:re-authperiod?    dot1x-reauth-timeout-interval
   |  |  |     +--rw dot1x:server-timeout?   dot1x-server-timeout-interval
   |  |  |     +--rw dot1x:supp-timeout?     dot1x-supp-timeout-interval
   |  |  |     +--rw dot1x:tx-period?        dot1x-tx-timeout-interval