IEEE8021-PAE-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IEEE8021-PAE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ieee8021paeMIB 1.0.8802.1.1.1
The Port Access Entity module for managing IEEE 802.1X.
     paeMIBObjects 1.0.8802.1.1.1.1
         dot1xPaeSystem 1.0.8802.1.1.1.1.1
             dot1xPaeSystemAuthControl 1.0.8802.1.1.1.1.1.1 integer read-write
The administrative enable/disable state for Port Access Control in a System. Enumeration: 'disabled': 2, 'enabled': 1.
             dot1xPaePortTable 1.0.8802.1.1.1.1.1.2 no-access
A 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.
                 dot1xPaePortEntry 1.0.8802.1.1.1.1.1.2.1 no-access
The Port number, protocol version, and initialization control for a Port.
                     dot1xPaePortNumber 1.0.8802.1.1.1.1.1.2.1.1 interfaceindex no-access
The Port number associated with this Port.
                     dot1xPaePortProtocolVersion 1.0.8802.1.1.1.1.1.2.1.2 unsigned32 read-only
The protocol version associated with this Port.
                     dot1xPaePortCapabilities 1.0.8802.1.1.1.1.1.2.1.3 bits read-only
Indicates the PAE functionality that this Port supports and that may be managed through this MIB. Bits: 'dot1xPaePortSuppCapable': 1, 'dot1xPaePortAuthCapable': 0.
                     dot1xPaePortInitialize 1.0.8802.1.1.1.1.1.2.1.4 truthvalue read-write
The 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.
                     dot1xPaePortReauthenticate 1.0.8802.1.1.1.1.1.2.1.5 truthvalue read-write
The 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.
         dot1xPaeAuthenticator 1.0.8802.1.1.1.1.2
             dot1xAuthConfigTable 1.0.8802.1.1.1.1.2.1 no-access
A 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.
                 dot1xAuthConfigEntry 1.0.8802.1.1.1.1.2.1.1 no-access
The configuration information for an Authenticator PAE.
                     dot1xAuthPaeState 1.0.8802.1.1.1.1.2.1.1.1 integer read-only
The current value of the Authenticator PAE state machine. Enumeration: 'aborting': 6, 'authenticated': 5, 'disconnected': 2, 'forceAuth': 8, 'forceUnauth': 9, 'held': 7, 'connecting': 3, 'initialize': 1, 'authenticating': 4, 'restart': 10.
                     dot1xAuthBackendAuthState 1.0.8802.1.1.1.1.2.1.1.2 integer read-only
The current state of the Backend Authentication state machine. Enumeration: 'success': 3, 'request': 1, 'ignore': 8, 'initialize': 7, 'idle': 6, 'timeout': 5, 'fail': 4, 'response': 2.
                     dot1xAuthAdminControlledDirections 1.0.8802.1.1.1.1.2.1.1.3 paecontrolleddirections read-write
The current value of the administrative controlled directions parameter for the Port.
                     dot1xAuthOperControlledDirections 1.0.8802.1.1.1.1.2.1.1.4 paecontrolleddirections read-only
The current value of the operational controlled directions parameter for the Port.
                     dot1xAuthAuthControlledPortStatus 1.0.8802.1.1.1.1.2.1.1.5 paecontrolledportstatus read-only
The current value of the controlled Port status parameter for the Port.
                     dot1xAuthAuthControlledPortControl 1.0.8802.1.1.1.1.2.1.1.6 paecontrolledportcontrol read-write
The current value of the controlled Port control parameter for the Port.
                     dot1xAuthQuietPeriod 1.0.8802.1.1.1.1.2.1.1.7 unsigned32 read-write
The value, in seconds, of the quietPeriod constant currently in use by the Authenticator PAE state machine.
                     dot1xAuthTxPeriod 1.0.8802.1.1.1.1.2.1.1.8 unsigned32 read-write
The value, in seconds, of the txPeriod constant currently in use by the Authenticator PAE state machine.
                     dot1xAuthSuppTimeout 1.0.8802.1.1.1.1.2.1.1.9 unsigned32 read-write
The value, in seconds, of the suppTimeout constant currently in use by the Backend Authentication state machine.
                     dot1xAuthServerTimeout 1.0.8802.1.1.1.1.2.1.1.10 unsigned32 read-write
The value, in seconds, of the serverTimeout constant currently in use by the Backend Authentication state machine.
                     dot1xAuthMaxReq 1.0.8802.1.1.1.1.2.1.1.11 unsigned32 read-write
The value of the maxReq constant currently in use by the Backend Authentication state machine.
                     dot1xAuthReAuthPeriod 1.0.8802.1.1.1.1.2.1.1.12 unsigned32 read-write
The value, in seconds, of the reAuthPeriod constant currently in use by the Reauthentication Timer state machine.
                     dot1xAuthReAuthEnabled 1.0.8802.1.1.1.1.2.1.1.13 truthvalue read-write
The enable/disable control used by the Reauthentication Timer state machine (8.5.5.1).
                     dot1xAuthKeyTxEnabled 1.0.8802.1.1.1.1.2.1.1.14 truthvalue read-write
The value of the keyTransmissionEnabled constant currently in use by the Authenticator PAE state machine.
             dot1xAuthStatsTable 1.0.8802.1.1.1.1.2.2 no-access
A 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.
                 dot1xAuthStatsEntry 1.0.8802.1.1.1.1.2.2.1 no-access
The statistics information for an Authenticator PAE.
                     dot1xAuthEapolFramesRx 1.0.8802.1.1.1.1.2.2.1.1 counter32 read-only
The number of valid EAPOL frames of any type that have been received by this Authenticator.
                     dot1xAuthEapolFramesTx 1.0.8802.1.1.1.1.2.2.1.2 counter32 read-only
The number of EAPOL frames of any type that have been transmitted by this Authenticator.
                     dot1xAuthEapolStartFramesRx 1.0.8802.1.1.1.1.2.2.1.3 counter32 read-only
The number of EAPOL Start frames that have been received by this Authenticator.
                     dot1xAuthEapolLogoffFramesRx 1.0.8802.1.1.1.1.2.2.1.4 counter32 read-only
The number of EAPOL Logoff frames that have been received by this Authenticator.
                     dot1xAuthEapolRespIdFramesRx 1.0.8802.1.1.1.1.2.2.1.5 counter32 read-only
The number of EAP Resp/Id frames that have been received by this Authenticator.
                     dot1xAuthEapolRespFramesRx 1.0.8802.1.1.1.1.2.2.1.6 counter32 read-only
The number of valid EAP Response frames (other than Resp/Id frames) that have been received by this Authenticator.
                     dot1xAuthEapolReqIdFramesTx 1.0.8802.1.1.1.1.2.2.1.7 counter32 read-only
The number of EAP Req/Id frames that have been transmitted by this Authenticator.
                     dot1xAuthEapolReqFramesTx 1.0.8802.1.1.1.1.2.2.1.8 counter32 read-only
The number of EAP Request frames (other than Rq/Id frames) that have been transmitted by this Authenticator.
                     dot1xAuthInvalidEapolFramesRx 1.0.8802.1.1.1.1.2.2.1.9 counter32 read-only
The number of EAPOL frames that have been received by this Authenticator in which the frame type is not recognized.
                     dot1xAuthEapLengthErrorFramesRx 1.0.8802.1.1.1.1.2.2.1.10 counter32 read-only
The number of EAPOL frames that have been received by this Authenticator in which the Packet Body Length field is invalid.
                     dot1xAuthLastEapolFrameVersion 1.0.8802.1.1.1.1.2.2.1.11 unsigned32 read-only
The protocol version number carried in the most recently received EAPOL frame.
                     dot1xAuthLastEapolFrameSource 1.0.8802.1.1.1.1.2.2.1.12 macaddress read-only
The source MAC address carried in the most recently received EAPOL frame.
             dot1xAuthDiagTable 1.0.8802.1.1.1.1.2.3 no-access
A 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.
                 dot1xAuthDiagEntry 1.0.8802.1.1.1.1.2.3.1 no-access
The diagnostics information for an Authenticator PAE.
                     dot1xAuthEntersConnecting 1.0.8802.1.1.1.1.2.3.1.1 counter32 read-only
Counts the number of times that the state machine transitions to the CONNECTING state from any other state.
                     dot1xAuthEapLogoffsWhileConnecting 1.0.8802.1.1.1.1.2.3.1.2 counter32 read-only
Counts the number of times that the state machine transitions from CONNECTING to DISCONNECTED as a result of receiving an EAPOL-Logoff message.
                     dot1xAuthEntersAuthenticating 1.0.8802.1.1.1.1.2.3.1.3 counter32 read-only
Counts 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.
                     dot1xAuthAuthSuccessWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.4 counter32 read-only
Counts 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).
                     dot1xAuthAuthTimeoutsWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.5 counter32 read-only
Counts 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).
                     dot1xAuthAuthFailWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.6 counter32 read-only
Counts 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).
                     dot1xAuthAuthReauthsWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.7 counter32 read-only
Counts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of a reauthentication request (reAuthenticate = TRUE).
                     dot1xAuthAuthEapStartsWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.8 counter32 read-only
Counts 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.
                     dot1xAuthAuthEapLogoffWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.9 counter32 read-only
Counts 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.
                     dot1xAuthAuthReauthsWhileAuthenticated 1.0.8802.1.1.1.1.2.3.1.10 counter32 read-only
Counts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of a reauthentication request (reAuthenticate = TRUE).
                     dot1xAuthAuthEapStartsWhileAuthenticated 1.0.8802.1.1.1.1.2.3.1.11 counter32 read-only
Counts 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.
                     dot1xAuthAuthEapLogoffWhileAuthenticated 1.0.8802.1.1.1.1.2.3.1.12 counter32 read-only
Counts 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.
                     dot1xAuthBackendResponses 1.0.8802.1.1.1.1.2.3.1.13 counter32 read-only
Counts 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.
                     dot1xAuthBackendAccessChallenges 1.0.8802.1.1.1.1.2.3.1.14 counter32 read-only
Counts 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.
                     dot1xAuthBackendOtherRequestsToSupplicant 1.0.8802.1.1.1.1.2.3.1.15 counter32 read-only
Counts 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.
                     dot1xAuthBackendNonNakResponsesFromSupplicant 1.0.8802.1.1.1.1.2.3.1.16 counter32 read-only
Counts 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.
                     dot1xAuthBackendAuthSuccesses 1.0.8802.1.1.1.1.2.3.1.17 counter32 read-only
Counts 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.
                     dot1xAuthBackendAuthFails 1.0.8802.1.1.1.1.2.3.1.18 counter32 read-only
Counts 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.
             dot1xAuthSessionStatsTable 1.0.8802.1.1.1.1.2.4 no-access
A 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.
                 dot1xAuthSessionStatsEntry 1.0.8802.1.1.1.1.2.4.1 no-access
The 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.
                     dot1xAuthSessionOctetsRx 1.0.8802.1.1.1.1.2.4.1.1 counter64 read-only
The number of octets received in user data frames on this Port during the session.
                     dot1xAuthSessionOctetsTx 1.0.8802.1.1.1.1.2.4.1.2 counter64 read-only
The number of octets transmitted in user data frames on this Port during the session.
                     dot1xAuthSessionFramesRx 1.0.8802.1.1.1.1.2.4.1.3 counter32 read-only
The number of user data frames received on this Port during the session.
                     dot1xAuthSessionFramesTx 1.0.8802.1.1.1.1.2.4.1.4 counter32 read-only
The number of user data frames transmitted on this Port during the session.
                     dot1xAuthSessionId 1.0.8802.1.1.1.1.2.4.1.5 snmpadminstring read-only
A unique identifier for the session, in the form of a printable ASCII string of at least three characters.
                     dot1xAuthSessionAuthenticMethod 1.0.8802.1.1.1.1.2.4.1.6 integer read-only
The authentication method used to establish the session. Enumeration: 'localAuthServer': 2, 'remoteAuthServer': 1.
                     dot1xAuthSessionTime 1.0.8802.1.1.1.1.2.4.1.7 timeticks read-only
The duration of the session in seconds.
                     dot1xAuthSessionTerminateCause 1.0.8802.1.1.1.1.2.4.1.8 integer read-only
The reason for the session termination. Enumeration: 'supplicantRestart': 3, 'notTerminatedYet': 999, 'portAdminDisabled': 7, 'portReInit': 6, 'supplicantLogoff': 1, 'portFailure': 2, 'reauthFailed': 4, 'authControlForceUnauth': 5.
                     dot1xAuthSessionUserName 1.0.8802.1.1.1.1.2.4.1.9 snmpadminstring read-only
The User-Name representing the identity of the Supplicant PAE.
         dot1xPaeSupplicant 1.0.8802.1.1.1.1.3
             dot1xSuppConfigTable 1.0.8802.1.1.1.1.3.1 no-access
A 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.
                 dot1xSuppConfigEntry 1.0.8802.1.1.1.1.3.1.1 no-access
The configuration information for a Supplicant PAE.
                     dot1xSuppPaeState 1.0.8802.1.1.1.1.3.1.1.1 integer read-only
The current state of the Supplicant PAE state machine (8.5.8). Enumeration: 'authenticated': 5, 'disconnected': 1, 'acquired': 6, 'sForceUnauth': 10, 'sForceAuth': 9, 'held': 7, 'logoff': 2, 'connecting': 3, 'authenticating': 4, 'restart': 8.
                     dot1xSuppHeldPeriod 1.0.8802.1.1.1.1.3.1.1.2 unsigned32 read-write
The value, in seconds, of the heldPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
                     dot1xSuppAuthPeriod 1.0.8802.1.1.1.1.3.1.1.3 unsigned32 read-write
The value, in seconds, of the authPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
                     dot1xSuppStartPeriod 1.0.8802.1.1.1.1.3.1.1.4 unsigned32 read-write
The value, in seconds, of the startPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
                     dot1xSuppMaxStart 1.0.8802.1.1.1.1.3.1.1.5 unsigned32 read-write
The value of the maxStart constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
                     dot1xSuppControlledPortStatus 1.0.8802.1.1.1.1.3.1.1.6 paecontrolledportstatus read-only
The current state of the Supplicant PAE state machine (8.5.8).
                     dot1xSuppAccessCtrlWithAuth 1.0.8802.1.1.1.1.3.1.1.7 integer read-write
The 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. Enumeration: 'active': 2, 'inactive': 1.
                     dot1xSuppBackendState 1.0.8802.1.1.1.1.3.1.1.8 integer read-only
The current state of the Supplicant Backend state machine. Enumeration: 'success': 7, 'receive': 5, 'request': 3, 'fail': 6, 'idle': 2, 'timeout': 8, 'initialize': 1, 'response': 4.
             dot1xSuppStatsTable 1.0.8802.1.1.1.1.3.2 no-access
A 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.
                 dot1xSuppStatsEntry 1.0.8802.1.1.1.1.3.2.1 no-access
The statistics information for a Supplicant PAE.
                     dot1xSuppEapolFramesRx 1.0.8802.1.1.1.1.3.2.1.1 counter32 read-only
The number of EAPOL frames of any type that have been received by this Supplicant.
                     dot1xSuppEapolFramesTx 1.0.8802.1.1.1.1.3.2.1.2 counter32 read-only
The number of EAPOL frames of any type that have been transmitted by this Supplicant.
                     dot1xSuppEapolStartFramesTx 1.0.8802.1.1.1.1.3.2.1.3 counter32 read-only
The number of EAPOL Start frames that have been transmitted by this Supplicant.
                     dot1xSuppEapolLogoffFramesTx 1.0.8802.1.1.1.1.3.2.1.4 counter32 read-only
The number of EAPOL Logoff frames that have been transmitted by this Supplicant.
                     dot1xSuppEapolRespIdFramesTx 1.0.8802.1.1.1.1.3.2.1.5 counter32 read-only
The number of EAP Resp/Id frames that have been transmitted by this Supplicant.
                     dot1xSuppEapolRespFramesTx 1.0.8802.1.1.1.1.3.2.1.6 counter32 read-only
The number of valid EAP Response frames (other than Resp/Id frames) that have been transmitted by this Supplicant.
                     dot1xSuppEapolReqIdFramesRx 1.0.8802.1.1.1.1.3.2.1.7 counter32 read-only
The number of EAP Req/Id frames that have been received by this Supplicant.
                     dot1xSuppEapolReqFramesRx 1.0.8802.1.1.1.1.3.2.1.8 counter32 read-only
The number of EAP Request frames (other than Rq/Id frames) that have been received by this Supplicant.
                     dot1xSuppInvalidEapolFramesRx 1.0.8802.1.1.1.1.3.2.1.9 counter32 read-only
The number of EAPOL frames that have been received by this Supplicant in which the frame type is not recognized.
                     dot1xSuppEapLengthErrorFramesRx 1.0.8802.1.1.1.1.3.2.1.10 counter32 read-only
The number of EAPOL frames that have been received by this Supplicant in which the Packet Body Length field (7.5.5) is invalid.
                     dot1xSuppLastEapolFrameVersion 1.0.8802.1.1.1.1.3.2.1.11 unsigned32 read-only
The protocol version number carried in the most recently received EAPOL frame.
                     dot1xSuppLastEapolFrameSource 1.0.8802.1.1.1.1.3.2.1.12 macaddress read-only
The source MAC address carried in the most recently received EAPOL frame.
     dot1xPaeConformance 1.0.8802.1.1.1.2
         dot1xPaeGroups 1.0.8802.1.1.1.2.1
             dot1xPaeSystemGroup 1.0.8802.1.1.1.2.1.1
A collection of objects providing system information about, and control over, a PAE.
             dot1xPaeAuthConfigGroup 1.0.8802.1.1.1.2.1.2
A collection of objects providing configuration information about an Authenticator PAE.
             dot1xPaeAuthStatsGroup 1.0.8802.1.1.1.2.1.3
A collection of objects providing statistics about an Authenticator PAE.
             dot1xPaeAuthDiagGroup 1.0.8802.1.1.1.2.1.4
A collection of objects providing diagnostic statistics about an Authenticator PAE.
             dot1xPaeAuthSessionStatsGroup 1.0.8802.1.1.1.2.1.5
A collection of objects providing statistics about the current, or last session for an Authenticator PAE.
             dot1xPaeSuppConfigGroup 1.0.8802.1.1.1.2.1.6
A collection of objects providing configuration information about a Supplicant PAE.
             dot1xPaeSuppStatsGroup 1.0.8802.1.1.1.2.1.7
A collection of objects providing statistics about a Supplicant PAE.
             dot1xPaeAuthConfigGroup2 1.0.8802.1.1.1.2.1.8
A collection of objects providing configuration information about an Authenticator PAE.
             dot1xPaeSuppConfigGroup2 1.0.8802.1.1.1.2.1.9
A collection of objects providing configuration information about a Supplicant PAE.
             dot1xPaeSuppStatsGroup2 1.0.8802.1.1.1.2.1.10
A collection of objects providing statistics about a Supplicant PAE.
         dot1xPaeCompliances 1.0.8802.1.1.1.2.2
             dot1xPaeCompliance 1.0.8802.1.1.1.2.2.1
The compliance statement for device support of Port Access Control.
             dot1xPaeCompliance2 1.0.8802.1.1.1.2.2.2
The compliance statement for device support of Port Access Control.