|
Properties |
|
ahAccessChallenges |
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.
type=long
access=read-only default=0
|
|
ahAccessChallengesPeriodic |
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.
type=long
access=read-only default=0
|
|
ahAuthFails |
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.
type=long
access=read-only default=0
|
|
ahAuthFailsPeriodic |
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.
type=long
access=read-only default=0
|
|
ahAuthSuccesses |
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.
type=long
access=read-only default=0
|
|
ahAuthSuccessesPeriodic |
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.
type=long
access=read-only default=0
|
|
ahEapLogoffWhileAuthEd |
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.
type=long
access=read-only default=0
|
|
ahEapLogoffWhileAuthEdPeriodic |
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.
type=long
access=read-only default=0
|
|
ahEapLogoffWhileAuthIng |
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.
type=long
access=read-only default=0
|
|
ahEapLogoffWhileAuthIngPeriodic |
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.
type=long
access=read-only default=0
|
|
ahEapLogoffsWhileConnIng |
Counts the number of times that the state machine transitions from CONNECTING to DISCONNECTED as a result of receiving an EAPOL-Logoff message.
type=long
access=read-only default=0
|
|
ahEapLogoffsWhileConnIngPeriodic |
Counts the number of times that the state machine transitions from CONNECTING to DISCONNECTED as a result of receiving an EAPOL-Logoff message.
type=long
access=read-only default=0
|
|
ahEapStartsWhileAuthEd |
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.
type=long
access=read-only default=0
|
|
ahEapStartsWhileAuthEdPeriodic |
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.
type=long
access=read-only default=0
|
|
ahEapStartsWhileAuthIng |
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.
type=long
access=read-only default=0
|
|
ahEapStartsWhileAuthIngPeriodic |
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.
type=long
access=read-only default=0
|
|
ahEntersAuthIng |
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.
type=long
access=read-only default=0
|
|
ahEntersAuthIngPeriodic |
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.
type=long
access=read-only default=0
|
|
ahEntersConnIng |
Counts the number of times that the state machine transitions to the CONNECTING state from any other state.
type=long
access=read-only default=0
|
|
ahEntersConnIngPeriodic |
Counts the number of times that the state machine transitions to the CONNECTING state from any other state.
type=long
access=read-only default=0
|
|
ahFailWhileAuthIng |
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).
type=long
access=read-only default=0
|
|
ahFailWhileAuthIngPeriodic |
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).
type=long
access=read-only default=0
|
|
ahNonNakResponsesFromSup |
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 Authenticator's chosen EAP-method.
type=long
access=read-only default=0
|
|
ahNonNakResponsesFromSupPeriodic |
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 Authenticator's chosen EAP-method.
type=long
access=read-only default=0
|
|
ahOtherRequestsToSup |
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.
type=long
access=read-only default=0
|
|
ahOtherRequestsToSupPeriodic |
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.
type=long
access=read-only default=0
|
|
ahReauthsWhileAuthEd |
Counts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of a reauthentication
request ('reAuthenticate' = TRUE).
type=long
access=read-only default=0
|
|
ahReauthsWhileAuthEdPeriodic |
Counts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of a reauthentication
request ('reAuthenticate' = TRUE).
type=long
access=read-only default=0
|
|
ahReauthsWhileAuthIng |
Counts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of a reauthentication request ('reAuthenticate' = TRUE).
type=long
access=read-only default=0
|
|
ahReauthsWhileAuthIngPeriodic |
Counts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of a reauthentication request ('reAuthenticate' = TRUE).
type=long
access=read-only default=0
|
|
ahResponses |
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.
type=long
access=read-only default=0
|
|
ahResponsesPeriodic |
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.
type=long
access=read-only default=0
|
|
ahSuccessWhileAuthIng |
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).
type=long
access=read-only default=0
|
|
ahSuccessWhileAuthIngPeriodic |
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).
type=long
access=read-only default=0
|
|
ahTimeoutsWhileAuthIng |
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).
type=long
access=read-only default=0
|
|
ahTimeoutsWhileAuthIngPeriodic |
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).
type=long
access=read-only default=0
|