IEEE8021-PAE-MIB

File: IEEE8021-PAE-MIB.mib (64507 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Counter64 Unsigned32 TimeTicks
MacAddress TEXTUAL-CONVENTION TruthValue
MODULE-COMPLIANCE OBJECT-GROUP SnmpAdminString
InterfaceIndex

Defined Types

PaeControlledDirections  
The control mode values for the Authenticator PAE.
TEXTUAL-CONVENTION    
  INTEGER both(0), in(1)  

PaeControlledPortStatus  
The status values of the Authenticator PAE controlled Port.
TEXTUAL-CONVENTION    
  INTEGER authorized(1), unauthorized(2)  

PaeControlledPortControl  
The control values of the Authenticator PAE controlled Port.
TEXTUAL-CONVENTION    
  INTEGER forceUnauthorized(1), auto(2), forceAuthorized(3)  

Dot1xPaePortEntry  
SEQUENCE    
  dot1xPaePortNumber InterfaceIndex
  dot1xPaePortProtocolVersion Unsigned32
  dot1xPaePortCapabilities BITS
  dot1xPaePortInitialize TruthValue
  dot1xPaePortReauthenticate TruthValue

Dot1xAuthConfigEntry  
SEQUENCE    
  dot1xAuthPaeState INTEGER
  dot1xAuthBackendAuthState INTEGER
  dot1xAuthAdminControlledDirections PaeControlledDirections
  dot1xAuthOperControlledDirections PaeControlledDirections
  dot1xAuthAuthControlledPortStatus PaeControlledPortStatus
  dot1xAuthAuthControlledPortControl PaeControlledPortControl
  dot1xAuthQuietPeriod Unsigned32
  dot1xAuthTxPeriod Unsigned32
  dot1xAuthSuppTimeout Unsigned32
  dot1xAuthServerTimeout Unsigned32
  dot1xAuthMaxReq Unsigned32
  dot1xAuthReAuthPeriod Unsigned32
  dot1xAuthReAuthEnabled TruthValue
  dot1xAuthKeyTxEnabled TruthValue

Dot1xAuthStatsEntry  
SEQUENCE    
  dot1xAuthEapolFramesRx Counter32
  dot1xAuthEapolFramesTx Counter32
  dot1xAuthEapolStartFramesRx Counter32
  dot1xAuthEapolLogoffFramesRx Counter32
  dot1xAuthEapolRespIdFramesRx Counter32
  dot1xAuthEapolRespFramesRx Counter32
  dot1xAuthEapolReqIdFramesTx Counter32
  dot1xAuthEapolReqFramesTx Counter32
  dot1xAuthInvalidEapolFramesRx Counter32
  dot1xAuthEapLengthErrorFramesRx Counter32
  dot1xAuthLastEapolFrameVersion Unsigned32
  dot1xAuthLastEapolFrameSource MacAddress

Dot1xAuthDiagEntry  
SEQUENCE    
  dot1xAuthEntersConnecting Counter32
  dot1xAuthEapLogoffsWhileConnecting Counter32
  dot1xAuthEntersAuthenticating Counter32
  dot1xAuthAuthSuccessWhileAuthenticating Counter32
  dot1xAuthAuthTimeoutsWhileAuthenticating Counter32
  dot1xAuthAuthFailWhileAuthenticating Counter32
  dot1xAuthAuthReauthsWhileAuthenticating Counter32
  dot1xAuthAuthEapStartsWhileAuthenticating Counter32
  dot1xAuthAuthEapLogoffWhileAuthenticating Counter32
  dot1xAuthAuthReauthsWhileAuthenticated Counter32
  dot1xAuthAuthEapStartsWhileAuthenticated Counter32
  dot1xAuthAuthEapLogoffWhileAuthenticated Counter32
  dot1xAuthBackendResponses Counter32
  dot1xAuthBackendAccessChallenges Counter32
  dot1xAuthBackendOtherRequestsToSupplicant Counter32
  dot1xAuthBackendNonNakResponsesFromSupplicant Counter32
  dot1xAuthBackendAuthSuccesses Counter32
  dot1xAuthBackendAuthFails Counter32

Dot1xAuthSessionStatsEntry  
SEQUENCE    
  dot1xAuthSessionOctetsRx Counter64
  dot1xAuthSessionOctetsTx Counter64
  dot1xAuthSessionFramesRx Counter32
  dot1xAuthSessionFramesTx Counter32
  dot1xAuthSessionId SnmpAdminString
  dot1xAuthSessionAuthenticMethod INTEGER
  dot1xAuthSessionTime TimeTicks
  dot1xAuthSessionTerminateCause INTEGER
  dot1xAuthSessionUserName SnmpAdminString

Dot1xSuppConfigEntry  
SEQUENCE    
  dot1xSuppPaeState INTEGER
  dot1xSuppHeldPeriod Unsigned32
  dot1xSuppAuthPeriod Unsigned32
  dot1xSuppStartPeriod Unsigned32
  dot1xSuppMaxStart Unsigned32
  dot1xSuppControlledPortStatus PaeControlledPortStatus
  dot1xSuppAccessCtrlWithAuth INTEGER
  dot1xSuppBackendState INTEGER

Dot1xSuppStatsEntry  
SEQUENCE    
  dot1xSuppEapolFramesRx Counter32
  dot1xSuppEapolFramesTx Counter32
  dot1xSuppEapolStartFramesTx Counter32
  dot1xSuppEapolLogoffFramesTx Counter32
  dot1xSuppEapolRespIdFramesTx Counter32
  dot1xSuppEapolRespFramesTx Counter32
  dot1xSuppEapolReqIdFramesRx Counter32
  dot1xSuppEapolReqFramesRx Counter32
  dot1xSuppInvalidEapolFramesRx Counter32
  dot1xSuppEapLengthErrorFramesRx Counter32
  dot1xSuppLastEapolFrameVersion Unsigned32
  dot1xSuppLastEapolFrameSource MacAddress

Defined Values

ieee8021paeMIB 1.0.8802.1.1.1
The Port Access Entity module for managing IEEE 802.1X.
MODULE-IDENTITY    

paeMIBObjects 1.0.8802.1.1.1.1
OBJECT IDENTIFIER    

dot1xPaeSystem 1.0.8802.1.1.1.1.1
OBJECT IDENTIFIER    

dot1xPaeAuthenticator 1.0.8802.1.1.1.1.2
OBJECT IDENTIFIER    

dot1xPaeSupplicant 1.0.8802.1.1.1.1.3
OBJECT IDENTIFIER    

dot1xPaeSystemAuthControl 1.0.8802.1.1.1.1.1.1
The administrative enable/disable state for Port Access Control in a System.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

dot1xPaePortTable 1.0.8802.1.1.1.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xPaePortEntry

dot1xPaePortEntry 1.0.8802.1.1.1.1.1.2.1
The Port number, protocol version, and initialization control for a Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xPaePortEntry  

dot1xPaePortNumber 1.0.8802.1.1.1.1.1.2.1.1
The Port number associated with this Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dot1xPaePortProtocolVersion 1.0.8802.1.1.1.1.1.2.1.2
The protocol version associated with this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot1xPaePortCapabilities 1.0.8802.1.1.1.1.1.2.1.3
Indicates the PAE functionality that this Port supports and that may be managed through this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  BITS dot1xPaePortAuthCapable(0), dot1xPaePortSuppCapable(1)  

dot1xPaePortInitialize 1.0.8802.1.1.1.1.1.2.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1xPaePortReauthenticate 1.0.8802.1.1.1.1.1.2.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1xAuthConfigTable 1.0.8802.1.1.1.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xAuthConfigEntry

dot1xAuthConfigEntry 1.0.8802.1.1.1.1.2.1.1
The configuration information for an Authenticator PAE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xAuthConfigEntry  

dot1xAuthPaeState 1.0.8802.1.1.1.1.2.1.1.1
The current value of the Authenticator PAE state machine.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), disconnected(2), connecting(3), authenticating(4), authenticated(5), aborting(6), held(7), forceAuth(8), forceUnauth(9), restart(10)  

dot1xAuthBackendAuthState 1.0.8802.1.1.1.1.2.1.1.2
The current state of the Backend Authentication state machine.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER request(1), response(2), success(3), fail(4), timeout(5), idle(6), initialize(7), ignore(8)  

dot1xAuthAdminControlledDirections 1.0.8802.1.1.1.1.2.1.1.3
The current value of the administrative controlled directions parameter for the Port.
Status: current Access: read-write
OBJECT-TYPE    
  PaeControlledDirections  

dot1xAuthOperControlledDirections 1.0.8802.1.1.1.1.2.1.1.4
The current value of the operational controlled directions parameter for the Port.
Status: current Access: read-only
OBJECT-TYPE    
  PaeControlledDirections  

dot1xAuthAuthControlledPortStatus 1.0.8802.1.1.1.1.2.1.1.5
The current value of the controlled Port status parameter for the Port.
Status: current Access: read-only
OBJECT-TYPE    
  PaeControlledPortStatus  

dot1xAuthAuthControlledPortControl 1.0.8802.1.1.1.1.2.1.1.6
The current value of the controlled Port control parameter for the Port.
Status: current Access: read-write
OBJECT-TYPE    
  PaeControlledPortControl  

dot1xAuthQuietPeriod 1.0.8802.1.1.1.1.2.1.1.7
The value, in seconds, of the quietPeriod constant currently in use by the Authenticator PAE state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xAuthTxPeriod 1.0.8802.1.1.1.1.2.1.1.8
The value, in seconds, of the txPeriod constant currently in use by the Authenticator PAE state machine.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xAuthSuppTimeout 1.0.8802.1.1.1.1.2.1.1.9
The value, in seconds, of the suppTimeout constant currently in use by the Backend Authentication state machine.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xAuthServerTimeout 1.0.8802.1.1.1.1.2.1.1.10
The value, in seconds, of the serverTimeout constant currently in use by the Backend Authentication state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xAuthMaxReq 1.0.8802.1.1.1.1.2.1.1.11
The value of the maxReq constant currently in use by the Backend Authentication state machine.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xAuthReAuthPeriod 1.0.8802.1.1.1.1.2.1.1.12
The value, in seconds, of the reAuthPeriod constant currently in use by the Reauthentication Timer state machine.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xAuthReAuthEnabled 1.0.8802.1.1.1.1.2.1.1.13
The enable/disable control used by the Reauthentication Timer state machine (8.5.5.1).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1xAuthKeyTxEnabled 1.0.8802.1.1.1.1.2.1.1.14
The value of the keyTransmissionEnabled constant currently in use by the Authenticator PAE state machine.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dot1xAuthStatsTable 1.0.8802.1.1.1.1.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xAuthStatsEntry

dot1xAuthStatsEntry 1.0.8802.1.1.1.1.2.2.1
The statistics information for an Authenticator PAE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xAuthStatsEntry  

dot1xAuthEapolFramesRx 1.0.8802.1.1.1.1.2.2.1.1
The number of valid EAPOL frames of any type that have been received by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolFramesTx 1.0.8802.1.1.1.1.2.2.1.2
The number of EAPOL frames of any type that have been transmitted by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolStartFramesRx 1.0.8802.1.1.1.1.2.2.1.3
The number of EAPOL Start frames that have been received by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolLogoffFramesRx 1.0.8802.1.1.1.1.2.2.1.4
The number of EAPOL Logoff frames that have been received by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolRespIdFramesRx 1.0.8802.1.1.1.1.2.2.1.5
The number of EAP Resp/Id frames that have been received by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolRespFramesRx 1.0.8802.1.1.1.1.2.2.1.6
The number of valid EAP Response frames (other than Resp/Id frames) that have been received by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolReqIdFramesTx 1.0.8802.1.1.1.1.2.2.1.7
The number of EAP Req/Id frames that have been transmitted by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapolReqFramesTx 1.0.8802.1.1.1.1.2.2.1.8
The number of EAP Request frames (other than Rq/Id frames) that have been transmitted by this Authenticator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthInvalidEapolFramesRx 1.0.8802.1.1.1.1.2.2.1.9
The number of EAPOL frames that have been received by this Authenticator in which the frame type is not recognized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapLengthErrorFramesRx 1.0.8802.1.1.1.1.2.2.1.10
The number of EAPOL frames that have been received by this Authenticator in which the Packet Body Length field is invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthLastEapolFrameVersion 1.0.8802.1.1.1.1.2.2.1.11
The protocol version number carried in the most recently received EAPOL frame.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot1xAuthLastEapolFrameSource 1.0.8802.1.1.1.1.2.2.1.12
The source MAC address carried in the most recently received EAPOL frame.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dot1xAuthDiagTable 1.0.8802.1.1.1.1.2.3
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xAuthDiagEntry

dot1xAuthDiagEntry 1.0.8802.1.1.1.1.2.3.1
The diagnostics information for an Authenticator PAE.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Dot1xAuthDiagEntry  

dot1xAuthEntersConnecting 1.0.8802.1.1.1.1.2.3.1.1
Counts the number of times that the state machine transitions to the CONNECTING state from any other state.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEapLogoffsWhileConnecting 1.0.8802.1.1.1.1.2.3.1.2
Counts the number of times that the state machine transitions from CONNECTING to DISCONNECTED as a result of receiving an EAPOL-Logoff message.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthEntersAuthenticating 1.0.8802.1.1.1.1.2.3.1.3
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthSuccessWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.4
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).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthTimeoutsWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.5
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).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthFailWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.6
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).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthReauthsWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.7
Counts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of a reauthentication request (reAuthenticate = TRUE).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthEapStartsWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.8
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthEapLogoffWhileAuthenticating 1.0.8802.1.1.1.1.2.3.1.9
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthReauthsWhileAuthenticated 1.0.8802.1.1.1.1.2.3.1.10
Counts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of a reauthentication request (reAuthenticate = TRUE).
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthEapStartsWhileAuthenticated 1.0.8802.1.1.1.1.2.3.1.11
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthAuthEapLogoffWhileAuthenticated 1.0.8802.1.1.1.1.2.3.1.12
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthBackendResponses 1.0.8802.1.1.1.1.2.3.1.13
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthBackendAccessChallenges 1.0.8802.1.1.1.1.2.3.1.14
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthBackendOtherRequestsToSupplicant 1.0.8802.1.1.1.1.2.3.1.15
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthBackendNonNakResponsesFromSupplicant 1.0.8802.1.1.1.1.2.3.1.16
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthBackendAuthSuccesses 1.0.8802.1.1.1.1.2.3.1.17
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthBackendAuthFails 1.0.8802.1.1.1.1.2.3.1.18
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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthSessionStatsTable 1.0.8802.1.1.1.1.2.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xAuthSessionStatsEntry

dot1xAuthSessionStatsEntry 1.0.8802.1.1.1.1.2.4.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xAuthSessionStatsEntry  

dot1xAuthSessionOctetsRx 1.0.8802.1.1.1.1.2.4.1.1
The number of octets received in user data frames on this Port during the session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dot1xAuthSessionOctetsTx 1.0.8802.1.1.1.1.2.4.1.2
The number of octets transmitted in user data frames on this Port during the session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dot1xAuthSessionFramesRx 1.0.8802.1.1.1.1.2.4.1.3
The number of user data frames received on this Port during the session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthSessionFramesTx 1.0.8802.1.1.1.1.2.4.1.4
The number of user data frames transmitted on this Port during the session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xAuthSessionId 1.0.8802.1.1.1.1.2.4.1.5
A unique identifier for the session, in the form of a printable ASCII string of at least three characters.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dot1xAuthSessionAuthenticMethod 1.0.8802.1.1.1.1.2.4.1.6
The authentication method used to establish the session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER remoteAuthServer(1), localAuthServer(2)  

dot1xAuthSessionTime 1.0.8802.1.1.1.1.2.4.1.7
The duration of the session in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

dot1xAuthSessionTerminateCause 1.0.8802.1.1.1.1.2.4.1.8
The reason for the session termination.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER supplicantLogoff(1), portFailure(2), supplicantRestart(3), reauthFailed(4), authControlForceUnauth(5), portReInit(6), portAdminDisabled(7), notTerminatedYet(999)  

dot1xAuthSessionUserName 1.0.8802.1.1.1.1.2.4.1.9
The User-Name representing the identity of the Supplicant PAE.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

dot1xSuppConfigTable 1.0.8802.1.1.1.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xSuppConfigEntry

dot1xSuppConfigEntry 1.0.8802.1.1.1.1.3.1.1
The configuration information for a Supplicant PAE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xSuppConfigEntry  

dot1xSuppPaeState 1.0.8802.1.1.1.1.3.1.1.1
The current state of the Supplicant PAE state machine (8.5.8).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disconnected(1), logoff(2), connecting(3), authenticating(4), authenticated(5), acquired(6), held(7), restart(8), sForceAuth(9), sForceUnauth(10)  

dot1xSuppHeldPeriod 1.0.8802.1.1.1.1.3.1.1.2
The value, in seconds, of the heldPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xSuppAuthPeriod 1.0.8802.1.1.1.1.3.1.1.3
The value, in seconds, of the authPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xSuppStartPeriod 1.0.8802.1.1.1.1.3.1.1.4
The value, in seconds, of the startPeriod constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xSuppMaxStart 1.0.8802.1.1.1.1.3.1.1.5
The value of the maxStart constant currently in use by the Supplicant PAE state machine (8.5.8.1.2).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dot1xSuppControlledPortStatus 1.0.8802.1.1.1.1.3.1.1.6
The current state of the Supplicant PAE state machine (8.5.8).
Status: current Access: read-only
OBJECT-TYPE    
  PaeControlledPortStatus  

dot1xSuppAccessCtrlWithAuth 1.0.8802.1.1.1.1.3.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER inactive(1), active(2)  

dot1xSuppBackendState 1.0.8802.1.1.1.1.3.1.1.8
The current state of the Supplicant Backend state machine.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), idle(2), request(3), response(4), receive(5), fail(6), success(7), timeout(8)  

dot1xSuppStatsTable 1.0.8802.1.1.1.1.3.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot1xSuppStatsEntry

dot1xSuppStatsEntry 1.0.8802.1.1.1.1.3.2.1
The statistics information for a Supplicant PAE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot1xSuppStatsEntry  

dot1xSuppEapolFramesRx 1.0.8802.1.1.1.1.3.2.1.1
The number of EAPOL frames of any type that have been received by this Supplicant.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolFramesTx 1.0.8802.1.1.1.1.3.2.1.2
The number of EAPOL frames of any type that have been transmitted by this Supplicant.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolStartFramesTx 1.0.8802.1.1.1.1.3.2.1.3
The number of EAPOL Start frames that have been transmitted by this Supplicant.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolLogoffFramesTx 1.0.8802.1.1.1.1.3.2.1.4
The number of EAPOL Logoff frames that have been transmitted by this Supplicant.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolRespIdFramesTx 1.0.8802.1.1.1.1.3.2.1.5
The number of EAP Resp/Id frames that have been transmitted by this Supplicant.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolRespFramesTx 1.0.8802.1.1.1.1.3.2.1.6
The number of valid EAP Response frames (other than Resp/Id frames) that have been transmitted by this Supplicant.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolReqIdFramesRx 1.0.8802.1.1.1.1.3.2.1.7
The number of EAP Req/Id frames that have been received by this Supplicant.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapolReqFramesRx 1.0.8802.1.1.1.1.3.2.1.8
The number of EAP Request frames (other than Rq/Id frames) that have been received by this Supplicant.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppInvalidEapolFramesRx 1.0.8802.1.1.1.1.3.2.1.9
The number of EAPOL frames that have been received by this Supplicant in which the frame type is not recognized.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppEapLengthErrorFramesRx 1.0.8802.1.1.1.1.3.2.1.10
The number of EAPOL frames that have been received by this Supplicant in which the Packet Body Length field (7.5.5) is invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dot1xSuppLastEapolFrameVersion 1.0.8802.1.1.1.1.3.2.1.11
The protocol version number carried in the most recently received EAPOL frame.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot1xSuppLastEapolFrameSource 1.0.8802.1.1.1.1.3.2.1.12
The source MAC address carried in the most recently received EAPOL frame.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dot1xPaeConformance 1.0.8802.1.1.1.2
OBJECT IDENTIFIER    

dot1xPaeGroups 1.0.8802.1.1.1.2.1
OBJECT IDENTIFIER    

dot1xPaeCompliances 1.0.8802.1.1.1.2.2
OBJECT IDENTIFIER    

dot1xPaeSystemGroup 1.0.8802.1.1.1.2.1.1
A collection of objects providing system information about, and control over, a PAE.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeAuthConfigGroup 1.0.8802.1.1.1.2.1.2
A collection of objects providing configuration information about an Authenticator PAE.
Status: deprecated Access: read-only
OBJECT-GROUP    

dot1xPaeAuthStatsGroup 1.0.8802.1.1.1.2.1.3
A collection of objects providing statistics about an Authenticator PAE.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeAuthDiagGroup 1.0.8802.1.1.1.2.1.4
A collection of objects providing diagnostic statistics about an Authenticator PAE.
Status: deprecated Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeSuppConfigGroup 1.0.8802.1.1.1.2.1.6
A collection of objects providing configuration information about a Supplicant PAE.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeSuppStatsGroup 1.0.8802.1.1.1.2.1.7
A collection of objects providing statistics about a Supplicant PAE.
Status: deprecated Access: read-only
OBJECT-GROUP    

dot1xPaeAuthConfigGroup2 1.0.8802.1.1.1.2.1.8
A collection of objects providing configuration information about an Authenticator PAE.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeSuppConfigGroup2 1.0.8802.1.1.1.2.1.9
A collection of objects providing configuration information about a Supplicant PAE.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeSuppStatsGroup2 1.0.8802.1.1.1.2.1.10
A collection of objects providing statistics about a Supplicant PAE.
Status: current Access: read-only
OBJECT-GROUP    

dot1xPaeCompliance 1.0.8802.1.1.1.2.2.1
The compliance statement for device support of Port Access Control.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

dot1xPaeCompliance2 1.0.8802.1.1.1.2.2.2
The compliance statement for device support of Port Access Control.
Status: current Access: read-only
MODULE-COMPLIANCE