ENTERASYS-MULTI-USER-8021X-MIB

The following tables, groups, and variables are supported in this MIB.

Table/Group Supported Variables Comments
802.1X System Group etsysMulti1xSystemAccountEnable

When enabled(1), RADIUS accounting start, interim and stop frames are sent to the configured RADIUS server(s).

When disabled(2), accounting packets are not sent to the RADIUS server.

802.1X Access Entity Table etsysMulti1xAccessEntityTable The system and configuration information for all the Access Entities.
etsysMulti1xAccessEntityEntry The system and configuration information for an individual Access Entity.
etsysMulti1xAeIndex Indicates if this Access Entity is currently active.
etsysMulti1xAeActive Indicates if this Access Entity is currently active.
etsysMulti1xAeState The current value of the Access Entity state machine.
etsysMulti1xAeBackendAuthState The current state of the Backend Authentication state machine.
etsysMulti1xAeInitialize The initialization control for this Access Entity. Setting this attribute TRUE causes the Access Entity to be initialized. The attribute value reverts to FALSE once initialization has completed.
etsysMulti1xAeReauthenticate The reauthentication control for this Access Entity. Setting this attribute TRUE causes the Access Entity state machine to reauthenticate the Supplicant. Setting this attribute FALSE has no effect. This attribute always returns FALSE when it is read.
etsysMulti1xAeReAuthPeriod The value, in seconds, of the reAuthPeriod constant currently in use by the Reauthentication Timer state machine.
etsysMulti1xAeSupplicantAddress The MAC address that this Access Entity is currently bound to.
etsysMulti1xAeUserName The User-Name representing the identity of the Supplicant PAE.
802.1X Access Entity Statistics Table etsysMulti1xAccessEntityStatsTable The statistics objects for the all the Access Entities.
etsysMulti1xAccessEntityStatsEntry The statistics information for an individual Access Entity.
etsysMulti1xAeEapolFramesRx The number of valid EAPOL frames of any type that have been received by this Access Entity.
etsysMulti1xAeEapolFramesTx The number of EAPOL Start frames that have been received by this Access Entity.
etsysMulti1xAeEapolLogoffFramesRx The number of EAPOL Logoff frames that have been received by this Access Entity.
etsysMulti1xAeEapolRespIdFramesRx The number of EAP Resp/Id frames that have been received by this Access Entity.
etsysMulti1xAeEapolRespFramesRx The number of valid EAP Response frames (other than Resp/Id frames) that have been received by this Access Entity." REFERENCE "9.4.2, EAPOL Response frames received
etsysMulti1xAeEapolReqIdFramesTx The number of EAP Req/Id frames that have been transmitted by this Access Entity.
etsysMulti1xAeEapolReqFramesTx The number of EAP Request frames (other than Rq/Id frames) that have been transmitted by this Access Entity.
etsysMulti1xAeInvalidEapolFramesRx The number of EAPOL frames that have been received by this Access Entity in which the frame type is not recognized.
etsysMulti1xAeEapLengthErrorFramesRx The number of EAPOL frames that have been received by this Access Entity in which the Packet Body Length field is invalid.
etsysMulti1xAeEapolFrameVersion The protocol version number carried in the most recently received EAPOL frame.
etsysMulti1xAeEapolFrameSource The source MAC address carried in the most recently received EAPOL frame.
802.1X Access Entity Diagnostic Table etsysMulti1xAeDiagTable The diagnostics objects for all the Access Entities.
etsysMulti1xAeDiagEntry The diagnostics information for an individual Access Entity.
etsysMulti1xAeEntersConnecting Counts the number of times that the state machine transitions to the CONNECTING state from any other state.
etsysMulti1xAeEapLogoffsWhileConnecting Counts the number of times that the state machine transitions from CONNECTING to DISCONNECTED as a result of receiving an EAPOL-Logoff message.
etsysMulti1xAeEntersAuthenticating 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.
etsysMulti1xAeAuthSuccessWhileAuthenticating 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).
etsysMulti1xAeAuthTimeoutsWhileAuthenticating 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).
etsysMulti1xAeAuthFailWhileAuthenticating 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).
etsysMulti1xAeAuthReauthsWhileAuthenticating Counts the number of times that the state machine transitions from AUTHENTICATING to ABORTING, as a result of a reauthentication request (reAuthenticate = TRUE).
etsysMulti1xAeAuthEapStartsWhileAuthenticating 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.
etsysMulti1xAeAuthEapLogoffWhileAuthenticating 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.
etsysMulti1xAeAuthReauthsWhileAuthenticated Counts the number of times that the state machine transitions from AUTHENTICATED to CONNECTING, as a result of a reauthentication request (reAuthenticate = TRUE).
etsysMulti1xAeAuthEapStartsWhileAuthenticated 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.
etsysMulti1xAeAuthEapLogoffWhileAuthenticated 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.
etsysMulti1xAeBackendResponses 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.
etsysMulti1xAeBackendAccessChallenges 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.
etsysMulti1xAeBackendOtherRequestsToSupplicant 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.
etsysMulti1xAeBackendNonNakResponsesFromSupplicant 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.
etsysMulti1xAeBackendAuthSuccesses 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.
etsysMulti1xAeBackendAuthFails 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.
802.1X Session Statistics Table etsysMulti1xSessionStatsTable The session statistics for all the Access Entities.
etsysMulti1xSessionStatsEntry The session statistics for an individual Access Entity. 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 Access Entity where there is no session currently active.
etsysMulti1xSessionOctetsRx The number of octets of user data received on this port for this session.
etsysMulti1xSessionOctetsTx The number of octets of user data transmitted on this port for this session.
etsysMulti1xSessionFramesRx The number of user data frames received on this port for this session.
etsysMulti1xSessionFramesTx The number of user data frames transmitted on this port for this session.
etsysMulti1xSessionId A unique identifier for the session, in the form of a printable ASCII string of at least three characters.
etsysMulti1xSessionAuthenticMethod The authentication method used to establish the session.
etsysMulti1xSessionTime The duration of the session in seconds.
etsysMulti1xSessionTerminateCause The reason for the session termination.
etsysMulti1xSessionUserName The User-Name representing the identity of the Supplicant PAE.
etsysMulti1xSessionActive Indicates if this session is currently active.
802.1X Supplicant Address Table etsysMulti1xSupplicantAddressTable The Access Entities relative to the supplicant MAC address, port, and access entity index.
etsysMulti1xSupplicantAddressEntry Some basic information about an individual Access Entity.
etsysMulti1xSupplicantActive Indicates if the associated Access Entity is currently active.
etsysMulti1xSupplicantUserName The User-Name representing the identity of the Supplicant PAE.
802.1X User Name Table etsysMulti1xUserNameTable The Access Entities relative to the supplicant user name, or the initial part of the supplicant user name, port, and access entity index.
etsysMulti1xUserNameEntry Some basic information about an individual Access Entity.
etsysMulti1xUserNameIndex The fixed length equivalent of the etsysMulti1xUserName object. When the length of the corresponding etsysMulti1xUserName object is less then 8 octets this object is padded with null octets. When the length of the corresponding etsysMulti1xUserName object is greater than 8 octets this object has the value of the etsysMulti1xUserName object truncated to 20 octets.
etsysMulti1xUserName The User-Name representing the identity of the Supplicant PAE.
etsysMulti1xUserActive Indicates if the associated Access Entity is currently active.
etsysMulti1xUserAddress The User-Name representing the identity of the Supplicant PAE.
802.1X Active Access Entity Table etsysMulti1xActiveAccessEntityTable The active Access Entities.
etsysMulti1xActiveAccessEntityEntry An individual active Access Entity.
etsysMulti1xActiveSupplicantAddress The MAC address that this active Access Entity is currently bound to.