IEEE8021-PAE-MIB

MIB Reference — IPNetwork Monitor

All MIBsIEEE8021-PAE-MIB

Organization: IEEE 802.1 Working Group

Last Updated: 2004-06-22

Category: Protocol: 802.1X, Standard: IEEE 802

Description:

IEEE 802.1 MIB for Port Access Entity (PAE/802.1X), used to manage port-based access control and authentication on the network.

Imported Objects

From IF-MIB

InterfaceIndex

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Counter64
MODULE-IDENTITY
OBJECT-TYPE
TimeTicks
Unsigned32

From SNMPv2-TC

MacAddress
TEXTUAL-CONVENTION
TruthValue

What Is IEEE8021-PAE-MIB?

IEEE8021-PAE-MIB is the IEEE 802.1X standard MIB for the Port Access Entity, implementing port-based network access control and authentication on managed network devices. It exposes per-port authentication configuration and state, including protocol version and capabilities, admin/reauthentication controls, and detailed authenticator/backend authentication state machine status. Its monitoring value is centered on software/security-control status rather than physical hardware; operators use it to verify whether 802.1X is enabled and functioning correctly on each port and to see if ports are stuck in an unauthenticated or error state, which can indicate misconfigured supplicants or a failed RADIUS backend. As a vendor-neutral IEEE standard it has no dependency on vendor-specific MIBs, though it's typically deployed alongside IF-MIB for per-interface correlation. It's common on managed Ethernet switches and wireless controllers that enforce port-based or SSID-based authentication, and network engineers searching for ieee8021-pae-mib documentation are usually looking for exactly these per-port authentication and backend state objects to script compliance checks.

IPNetwork Monitor allows you to monitor SNMP objects defined in IEEE8021-PAE-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • per-port 802.1X admin status
  • authenticator PAE state
  • backend authentication state
  • port protocol version/capabilities
  • global authentication control
  • port reauthentication/initialize actions

Supported Devices

  • vendor-neutral, standards-based MIB, not tied to a specific manufacturer
  • managed Ethernet switches
  • wireless LAN controllers

Monitoring Examples

An administrator would poll dot1xPaePortTable/dot1xPaePortEntry, indexed by dot1xPaePortNumber, checking dot1xPaePortProtocolVersion and dot1xPaePortCapabilities alongside dot1xPaePortInitialize/dot1xPaePortReauthenticate to control or reset a port's authentication cycle. dot1xAuthConfigTable/dot1xAuthConfigEntry would be checked for dot1xAuthPaeState and dot1xAuthBackendAuthState per port; a port stuck in a non-authorized dot1xAuthPaeState with dot1xAuthBackendAuthState showing a timeout suggests a RADIUS server reachability problem. Toggling dot1xPaeSystemAuthControl globally lets an admin verify whether 802.1X enforcement is active fleet-wide.

OIDs
OID symbolicOID numericTypeAccessDescription
ieee8021paeMIB1.0.8802.1.1.1The Port Access Entity module for managing IEEE 802.1X.
paeMIBObjects1.0.8802.1.1.1.1
dot1xPaeSystem1.0.8802.1.1.1.1.1
INT dot1xPaeSystemAuthControl1.0.8802.1.1.1.1.1.1INTEGERread-writeThe administrative enable/disable state for Port Access Control in a System.
dot1xPaePortTable1.0.8802.1.1.1.1.1.2not-accessibleA table of system level information for each port supported by the Port Access Entity. An entry appears in this table for each port of this system.
dot1xPaePortEntry1.0.8802.1.1.1.1.1.2.1not-accessibleThe Port number, protocol version, and initialization control for a Port.
NUM dot1xPaePortNumber1.0.8802.1.1.1.1.1.2.1.1InterfaceIndexnot-accessibleThe Port number associated with this Port.
U32 dot1xPaePortProtocolVersion1.0.8802.1.1.1.1.1.2.1.2Unsigned32read-onlyThe protocol version associated with this Port.
BIT dot1xPaePortCapabilities1.0.8802.1.1.1.1.1.2.1.3Bitsread-onlyIndicates the PAE functionality that this Port supports and that may be managed through this MIB.
T/F dot1xPaePortInitialize1.0.8802.1.1.1.1.1.2.1.4TruthValueread-writeThe initialization control for this Port. Setting this attribute TRUE causes the Port to be initialized. The attribute value reverts to FALSE once initialization has completed.
T/F dot1xPaePortReauthenticate1.0.8802.1.1.1.1.1.2.1.5TruthValueread-writeThe reauthentication control for this port. Setting this attribute TRUE causes the Authenticator PAE state machine for the Port to reauthenticate the Supplicant. Setting this attribute FALSE has no effect. This attribute always returns FALSE when it is read.
dot1xPaeAuthenticator1.0.8802.1.1.1.1.2
dot1xAuthConfigTable1.0.8802.1.1.1.1.2.1not-accessibleA table that contains the configuration objects for the Authenticator PAE associated with each port. An entry appears in this table for each port that may authenticate access to itself.
dot1xAuthConfigEntry1.0.8802.1.1.1.1.2.1.1not-accessibleThe configuration information for an Authenticator PAE.
INT dot1xAuthPaeState1.0.8802.1.1.1.1.2.1.1.1INTEGERread-onlyThe current value of the Authenticator PAE state machine.
INT dot1xAuthBackendAuthState1.0.8802.1.1.1.1.2.1.1.2INTEGERread-onlyThe current state of the Backend Authentication state machine.
PAE dot1xAuthAdminControlledDirections1.0.8802.1.1.1.1.2.1.1.3PaeControlledDirectionsread-writeThe current value of the administrative controlled directions parameter for the Port.
PAE dot1xAuthOperControlledDirections1.0.8802.1.1.1.1.2.1.1.4PaeControlledDirectionsread-onlyThe current value of the operational controlled directions parameter for the Port.
PAE dot1xAuthAuthControlledPortStatus1.0.8802.1.1.1.1.2.1.1.5PaeControlledPortStatusread-onlyThe current value of the controlled Port status parameter for the Port.
PAE dot1xAuthAuthControlledPortControl1.0.8802.1.1.1.1.2.1.1.6PaeControlledPortControlread-writeThe current value of the controlled Port control parameter for the Port.
U32 dot1xAuthQuietPeriod1.0.8802.1.1.1.1.2.1.1.7Unsigned32read-writeThe value, in seconds, of the quietPeriod constant currently in use by the Authenticator PAE state machine.
U32 dot1xAuthTxPeriod1.0.8802.1.1.1.1.2.1.1.8Unsigned32read-writeThe value, in seconds, of the txPeriod constant currently in use by the Authenticator PAE state machine.
U32 dot1xAuthSuppTimeout1.0.8802.1.1.1.1.2.1.1.9Unsigned32read-writeThe value, in seconds, of the suppTimeout constant currently in use by the Backend Authentication state machine.
U32 dot1xAuthServerTimeout1.0.8802.1.1.1.1.2.1.1.10Unsigned32read-writeThe value, in seconds, of the serverTimeout constant currently in use by the Backend Authentication state machine.
U32 dot1xAuthMaxReq1.0.8802.1.1.1.1.2.1.1.11Unsigned32read-writeThe value of the maxReq constant currently in use by the Backend Authentication state machine.
U32 dot1xAuthReAuthPeriod1.0.8802.1.1.1.1.2.1.1.12Unsigned32read-writeThe value, in seconds, of the reAuthPeriod constant currently in use by the Reauthentication Timer state machine.
T/F dot1xAuthReAuthEnabled1.0.8802.1.1.1.1.2.1.1.13TruthValueread-writeThe enable/disable control used by the Reauthentication Timer state machine (8.5.5.1).
T/F dot1xAuthKeyTxEnabled1.0.8802.1.1.1.1.2.1.1.14TruthValueread-writeThe value of the keyTransmissionEnabled constant currently in use by the Authenticator PAE state machine.
dot1xAuthStatsTable1.0.8802.1.1.1.1.2.2not-accessibleA table that contains the statistics objects for the Authenticator PAE associated with each Port. An entry appears in this table for each port that may authenticate access to itself.
dot1xAuthStatsEntry1.0.8802.1.1.1.1.2.2.1not-accessibleThe statistics information for an Authenticator PAE.
C32 dot1xAuthEapolFramesRx1.0.8802.1.1.1.1.2.2.1.1Counter32read-onlyThe number of valid EAPOL frames of any type that have been received by this Authenticator.
C32 dot1xAuthEapolFramesTx1.0.8802.1.1.1.1.2.2.1.2Counter32read-onlyThe number of EAPOL frames of any type that have been transmitted by this Authenticator.
C32 dot1xAuthEapolStartFramesRx1.0.8802.1.1.1.1.2.2.1.3Counter32read-onlyThe number of EAPOL Start frames that have been received by this Authenticator.
C32 dot1xAuthEapolLogoffFramesRx1.0.8802.1.1.1.1.2.2.1.4Counter32read-onlyThe number of EAPOL Logoff frames that have been received by this Authenticator.
C32 dot1xAuthEapolRespIdFramesRx1.0.8802.1.1.1.1.2.2.1.5Counter32read-onlyThe number of EAP Resp/Id frames that have been received by this Authenticator.
C32 dot1xAuthEapolRespFramesRx1.0.8802.1.1.1.1.2.2.1.6Counter32read-onlyThe number of valid EAP Response frames (other than Resp/Id frames) that have been received by this Authenticator.
C32 dot1xAuthEapolReqIdFramesTx1.0.8802.1.1.1.1.2.2.1.7Counter32read-onlyThe number of EAP Req/Id frames that have been transmitted by this Authenticator.
C32 dot1xAuthEapolReqFramesTx1.0.8802.1.1.1.1.2.2.1.8Counter32read-onlyThe number of EAP Request frames (other than Rq/Id frames) that have been transmitted by this Authenticator.
C32 dot1xAuthInvalidEapolFramesRx1.0.8802.1.1.1.1.2.2.1.9Counter32read-onlyThe number of EAPOL frames that have been received by this Authenticator in which the frame type is not recognized.
C32 dot1xAuthEapLengthErrorFramesRx1.0.8802.1.1.1.1.2.2.1.10Counter32read-onlyThe number of EAPOL frames that have been received by this Authenticator in which the Packet Body Length field is invalid.
U32 dot1xAuthLastEapolFrameVersion1.0.8802.1.1.1.1.2.2.1.11Unsigned32read-onlyThe protocol version number carried in the most recently received EAPOL frame.
MAC dot1xAuthLastEapolFrameSource1.0.8802.1.1.1.1.2.2.1.12MacAddressread-onlyThe source MAC address carried in the most recently received EAPOL frame.
dot1xAuthDiagTable1.0.8802.1.1.1.1.2.3not-accessibleA table that contains the diagnostics objects for the Authenticator PAE associated with each Port. An entry appears in this table for each port that may authenticate access to itself.
dot1xAuthDiagEntry1.0.8802.1.1.1.1.2.3.1not-accessibleThe diagnostics information for an Authenticator PAE.
C32 dot1xAuthEntersConnecting1.0.8802.1.1.1.1.2.3.1.1Counter32read-onlyCounts the number of times that the state machine transitions to the CONNECTING state from any other state.
C32 dot1xAuthEapLogoffsWhileConnecting1.0.8802.1.1.1.1.2.3.1.2Counter32read-onlyCounts the number of times that the state machine transitions from CONNECTING to DISCONNECTED as a result of receiving an EAPOL-Logoff message.
C32 dot1xAuthEntersAuthenticating1.0.8802.1.1.1.1.2.3.1.3Counter32read-onlyCounts the number of times that the state machine transitions from CONNECTING to AUTHENTICATING, as a result of an EAP-Response/Identity message being received from the Supplicant.
C32 dot1xAuthAuthSuccessWhileAuthenticating1.0.8802.1.1.1.1.2.3.1.4Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATING to AUTHENTICATED, as a result of the Backend Authentication state machine indicating successful authentication of the Supplicant (authSuccess = TRUE).
C32 dot1xAuthAuthTimeoutsWhileAuthenticating1.0.8802.1.1.1.1.2.3.1.5Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of the Backend Authentication state machine indicating authentication timeout (authTimeout = TRUE).
C32 dot1xAuthAuthFailWhileAuthenticating1.0.8802.1.1.1.1.2.3.1.6Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATING to HELD, as a result of the Backend Authentication state machine indicating authentication failure (authFail = TRUE).
C32 dot1xAuthAuthReauthsWhileAuthenticating1.0.8802.1.1.1.1.2.3.1.7Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of a reauthentication request (reAuthenticate = TRUE).
C32 dot1xAuthAuthEapStartsWhileAuthenticating1.0.8802.1.1.1.1.2.3.1.8Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of an EAPOL-Start message being received from the Supplicant.
C32 dot1xAuthAuthEapLogoffWhileAuthenticating1.0.8802.1.1.1.1.2.3.1.9Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of an EAPOL-Logoff message being received from the Supplicant.
C32 dot1xAuthAuthReauthsWhileAuthenticated1.0.8802.1.1.1.1.2.3.1.10Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of a reauthentication request (reAuthenticate = TRUE).
C32 dot1xAuthAuthEapStartsWhileAuthenticated1.0.8802.1.1.1.1.2.3.1.11Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of an EAPOL-Start message being received from the Supplicant.
C32 dot1xAuthAuthEapLogoffWhileAuthenticated1.0.8802.1.1.1.1.2.3.1.12Counter32read-onlyCounts the number of times that the state machine transitions from AUTHENTICATED to DISCONNECTED, as a result of an EAPOL-Logoff message being received from the Supplicant.
C32 dot1xAuthBackendResponses1.0.8802.1.1.1.1.2.3.1.13Counter32read-onlyCounts the number of times that the state machine sends an initial Access-Request packet to the Authentication server (i.e., executes sendRespToServer on entry to the RESPONSE state). Indicates that the Authenticator attempted communication with the Authentication Server.
C32 dot1xAuthBackendAccessChallenges1.0.8802.1.1.1.1.2.3.1.14Counter32read-onlyCounts the number of times that the state machine receives an initial Access-Challenge packet from the Authentication server (i.e., aReq becomes TRUE, causing exit from the RESPONSE state). Indicates that the Authentication Server has communication with the Authenticator.
C32 dot1xAuthBackendOtherRequestsToSupplicant1.0.8802.1.1.1.1.2.3.1.15Counter32read-onlyCounts the number of times that the state machine sends an EAP-Request packet (other than an Identity, Notification, Failure or Success message) to the Supplicant (i.e., executes txReq on entry to the REQUEST state). Indicates that the Authenticator chose an EAP-method.
C32 dot1xAuthBackendNonNakResponsesFromSupplicant1.0.8802.1.1.1.1.2.3.1.16Counter32read-onlyCounts the number of times that the state machine receives a response from the Supplicant to an initial EAP-Request, and the response is something other than EAP-NAK (i.e., rxResp becomes TRUE, causing the state machine to transition from REQUEST to RESPONSE, and the response is not an EAP-NAK). Indicates that the Supplicant can respond to the Authenticators chosen EAP-method.
C32 dot1xAuthBackendAuthSuccesses1.0.8802.1.1.1.1.2.3.1.17Counter32read-onlyCounts the number of times that the state machine receives an EAP-Success message from the Authentication Server (i.e., aSuccess becomes TRUE, causing a transition from RESPONSE to SUCCESS). Indicates that the Supplicant has successfully authenticated to the Authentication Server.
C32 dot1xAuthBackendAuthFails1.0.8802.1.1.1.1.2.3.1.18Counter32read-onlyCounts the number of times that the state machine receives an EAP-Failure message from the Authentication Server (i.e., aFail becomes TRUE, causing a transition from RESPONSE to FAIL). Indicates that the Supplicant has not authenticated to the Authentication Server.
dot1xAuthSessionStatsTable1.0.8802.1.1.1.1.2.4not-accessibleA table that contains the session statistics objects for the Authenticator PAE associated with each Port. An entry appears in this table for each port that may authenticate access to itself.
dot1xAuthSessionStatsEntry1.0.8802.1.1.1.1.2.4.1not-accessibleThe session statistics information for an Authenticator PAE. This shows the current values being collected for each session that is still in progress, or the final values for the last valid session on each port where there is no session currently active.
C64 dot1xAuthSessionOctetsRx1.0.8802.1.1.1.1.2.4.1.1Counter64read-onlyThe number of octets received in user data frames on this Port during the session.
C64 dot1xAuthSessionOctetsTx1.0.8802.1.1.1.1.2.4.1.2Counter64read-onlyThe number of octets transmitted in user data frames on this Port during the session.
C32 dot1xAuthSessionFramesRx1.0.8802.1.1.1.1.2.4.1.3Counter32read-onlyThe number of user data frames received on this Port during the session.
C32 dot1xAuthSessionFramesTx1.0.8802.1.1.1.1.2.4.1.4Counter32read-onlyThe number of user data frames transmitted on this Port during the session.
STR dot1xAuthSessionId1.0.8802.1.1.1.1.2.4.1.5SnmpAdminStringread-onlyA unique identifier for the session, in the form of a printable ASCII string of at least three characters.
INT dot1xAuthSessionAuthenticMethod1.0.8802.1.1.1.1.2.4.1.6INTEGERread-onlyThe authentication method used to establish the session.
TIK dot1xAuthSessionTime1.0.8802.1.1.1.1.2.4.1.7TimeTicksread-onlyThe duration of the session in seconds.
INT dot1xAuthSessionTerminateCause1.0.8802.1.1.1.1.2.4.1.8INTEGERread-onlyThe reason for the session termination.
STR dot1xAuthSessionUserName1.0.8802.1.1.1.1.2.4.1.9SnmpAdminStringread-onlyThe User-Name representing the identity of the Supplicant PAE.
dot1xPaeSupplicant1.0.8802.1.1.1.1.3
dot1xSuppConfigTable1.0.8802.1.1.1.1.3.1not-accessibleA table that contains the configuration objects for the Supplicant PAE associated with each port. An entry appears in this table for each port that may authenticate itself when challenged by a remote system.
dot1xSuppConfigEntry1.0.8802.1.1.1.1.3.1.1not-accessibleThe configuration information for a Supplicant PAE.
INT dot1xSuppPaeState1.0.8802.1.1.1.1.3.1.1.1INTEGERread-onlyThe current state of the Supplicant PAE state machine (8.5.8).
U32 dot1xSuppHeldPeriod1.0.8802.1.1.1.1.3.1.1.2Unsigned32read-writeThe value, in seconds, of the heldPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
U32 dot1xSuppAuthPeriod1.0.8802.1.1.1.1.3.1.1.3Unsigned32read-writeThe value, in seconds, of the authPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
U32 dot1xSuppStartPeriod1.0.8802.1.1.1.1.3.1.1.4Unsigned32read-writeThe value, in seconds, of the startPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
U32 dot1xSuppMaxStart1.0.8802.1.1.1.1.3.1.1.5Unsigned32read-writeThe value of the maxStart constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
PAE dot1xSuppControlledPortStatus1.0.8802.1.1.1.1.3.1.1.6PaeControlledPortStatusread-onlyThe current state of the Supplicant PAE state machine (8.5.8).
INT dot1xSuppAccessCtrlWithAuth1.0.8802.1.1.1.1.3.1.1.7INTEGERread-writeThe setting for the application of the Supplicant authorization state when the port is operating as both a Supplicant and an Authenticator. inactive indicates the port will not apply the the Supplicant authorization state, using only the Authenticator authorization state to restrict access to the port. active indicates the port will apply the the Supplicant authorization state, as well as the Authenticator authorization state.
INT dot1xSuppBackendState1.0.8802.1.1.1.1.3.1.1.8INTEGERread-onlyThe current state of the Supplicant Backend state machine.
dot1xSuppStatsTable1.0.8802.1.1.1.1.3.2not-accessibleA table that contains the statistics objects for the Supplicant PAE associated with each port. An entry appears in this table for each port that may authenticate itself when challenged by a remote system.
dot1xSuppStatsEntry1.0.8802.1.1.1.1.3.2.1not-accessibleThe statistics information for a Supplicant PAE.
C32 dot1xSuppEapolFramesRx1.0.8802.1.1.1.1.3.2.1.1Counter32read-onlyThe number of EAPOL frames of any type that have been received by this Supplicant.
C32 dot1xSuppEapolFramesTx1.0.8802.1.1.1.1.3.2.1.2Counter32read-onlyThe number of EAPOL frames of any type that have been transmitted by this Supplicant.
C32 dot1xSuppEapolStartFramesTx1.0.8802.1.1.1.1.3.2.1.3Counter32read-onlyThe number of EAPOL Start frames that have been transmitted by this Supplicant.
C32 dot1xSuppEapolLogoffFramesTx1.0.8802.1.1.1.1.3.2.1.4Counter32read-onlyThe number of EAPOL Logoff frames that have been transmitted by this Supplicant.
C32 dot1xSuppEapolRespIdFramesTx1.0.8802.1.1.1.1.3.2.1.5Counter32read-onlyThe number of EAP Resp/Id frames that have been transmitted by this Supplicant.
C32 dot1xSuppEapolRespFramesTx1.0.8802.1.1.1.1.3.2.1.6Counter32read-onlyThe number of valid EAP Response frames (other than Resp/Id frames) that have been transmitted by this Supplicant.
C32 dot1xSuppEapolReqIdFramesRx1.0.8802.1.1.1.1.3.2.1.7Counter32read-onlyThe number of EAP Req/Id frames that have been received by this Supplicant.
C32 dot1xSuppEapolReqFramesRx1.0.8802.1.1.1.1.3.2.1.8Counter32read-onlyThe number of EAP Request frames (other than Rq/Id frames) that have been received by this Supplicant.
C32 dot1xSuppInvalidEapolFramesRx1.0.8802.1.1.1.1.3.2.1.9Counter32read-onlyThe number of EAPOL frames that have been received by this Supplicant in which the frame type is not recognized.
C32 dot1xSuppEapLengthErrorFramesRx1.0.8802.1.1.1.1.3.2.1.10Counter32read-onlyThe number of EAPOL frames that have been received by this Supplicant in which the Packet Body Length field (7.5.5) is invalid.
U32 dot1xSuppLastEapolFrameVersion1.0.8802.1.1.1.1.3.2.1.11Unsigned32read-onlyThe protocol version number carried in the most recently received EAPOL frame.
MAC dot1xSuppLastEapolFrameSource1.0.8802.1.1.1.1.3.2.1.12MacAddressread-onlyThe source MAC address carried in the most recently received EAPOL frame.
dot1xPaeConformance1.0.8802.1.1.1.2
dot1xPaeGroups1.0.8802.1.1.1.2.1
dot1xPaeSystemGroup1.0.8802.1.1.1.2.1.1A collection of objects providing system information about, and control over, a PAE.
dot1xPaeAuthConfigGroup1.0.8802.1.1.1.2.1.2A collection of objects providing configuration information about an Authenticator PAE.
dot1xPaeAuthStatsGroup1.0.8802.1.1.1.2.1.3A collection of objects providing statistics about an Authenticator PAE.
dot1xPaeAuthDiagGroup1.0.8802.1.1.1.2.1.4A collection of objects providing diagnostic statistics about an Authenticator PAE.
dot1xPaeAuthSessionStatsGroup1.0.8802.1.1.1.2.1.5A collection of objects providing statistics about the current, or last session for an Authenticator PAE.
dot1xPaeSuppConfigGroup1.0.8802.1.1.1.2.1.6A collection of objects providing configuration information about a Supplicant PAE.
dot1xPaeSuppStatsGroup1.0.8802.1.1.1.2.1.7A collection of objects providing statistics about a Supplicant PAE.
dot1xPaeAuthConfigGroup21.0.8802.1.1.1.2.1.8A collection of objects providing configuration information about an Authenticator PAE.
dot1xPaeSuppConfigGroup21.0.8802.1.1.1.2.1.9A collection of objects providing configuration information about a Supplicant PAE.
dot1xPaeSuppStatsGroup21.0.8802.1.1.1.2.1.10A collection of objects providing statistics about a Supplicant PAE.
dot1xPaeCompliances1.0.8802.1.1.1.2.2
dot1xPaeCompliance1.0.8802.1.1.1.2.2.1The compliance statement for device support of Port Access Control.
dot1xPaeCompliance21.0.8802.1.1.1.2.2.2The compliance statement for device support of Port Access Control.

FAQ

How would a network engineer use IEEE8021-PAE-MIB to spot a failed 802.1X authentication rollout?
By polling per-port admin status along with the authenticator PAE state and backend authentication state machine status, an engineer can see whether 802.1X is enabled and working correctly on each port, and identify ports stuck in an unauthenticated or error state -- a sign of a misconfigured supplicant or a failed RADIUS backend.

Is IEEE8021-PAE-MIB tied to a specific switch vendor?
No, it's a vendor-neutral IEEE standard with no dependency on vendor-specific MIBs, so it's commonly found on managed Ethernet switches and wireless LAN controllers from any vendor that enforces port-based or SSID-based authentication; it's typically deployed alongside IF-MIB for per-interface correlation.

RFC description

IEEE 802.1 MIB for Port Access Entity (PAE/802.1X) managing port-based network access control and authentication.

Start monitoring Vendor-neutral IEEE 802.1X standard (managed Ethernet switch/wireless LAN controller, Port Access Entity) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download IEEE8021-PAE-MIB