ALVARION-DEVICE-DOT1X-MIB: View SNMP OID List / Download MIB

VENDOR: ALVARION LTD.


 Home MIB: ALVARION-DEVICE-DOT1X-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
 alvarionDeviceDot1xMIB 1.3.6.1.4.1.12394.1.10.5.32
Alvarion Device IEEE 802.1x MIB.
       alvarionDeviceDot1xMIBObjects 1.3.6.1.4.1.12394.1.10.5.32.1
           coDeviceDot1xConfigGroup 1.3.6.1.4.1.12394.1.10.5.32.1.1
           coDeviceDot1xStatusGroup 1.3.6.1.4.1.12394.1.10.5.32.1.2
               coDeviceDot1xStatusTable 1.3.6.1.4.1.12394.1.10.5.32.1.2.1 no-access
Device IEEE 802.1x wireless station status attributes.
                   coDeviceDot1xStatusEntry 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1 no-access
An entry in the coDeviceDot1xStatusTable. coDevDisIndex - Uniquely identifies a device on the MultiService Controller. coDev1xStaIndex - Uniquely identifies a 802.1x station on the device.
                       coDev1xStaIndex 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.1 integer32 no-access
Specifies the index of a 802.1x station on the device.
                       coDev1xStaMacAddress 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.2 macaddress read-only
Wireless MAC address of the 802.1x station.
                       coDev1xStaUserName 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.3 displaystring read-only
The User-Name representing the identity of the Supplicant PAE.
                       coDev1xStaPaeState 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.4 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.
                       coDev1xStaBackendAuthState 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.5 integer read-only
The current state of the Backend Authentication state machine. Enumeration: 'success': 3, 'request': 1, 'initialize': 7, 'idle': 6, 'timeout': 5, 'fail': 4, 'response': 2.
                       coDev1xStaPortStatus 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.6 integer read-only
The current value of the controlled Port status parameter for the Port. Enumeration: 'authorized': 1, 'unauthorized': 2.
                       coDev1xStaSessionTime 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.7 counter32 read-only
The duration of the session in seconds.
                       coDev1xStaTerminateCause 1.3.6.1.4.1.12394.1.10.5.32.1.2.1.1.8 integer read-only
The reason for session termination. Enumeration: 'supplicantRestart': 3, 'notTerminatedYet': 999, 'portAdminDisabled': 7, 'portReInit': 6, 'supplicantLogoff': 1, 'portFailure': 2, 'reauthFailed': 4, 'authControlForceUnauth': 5.
           coDeviceDot1xStatsGroup 1.3.6.1.4.1.12394.1.10.5.32.1.3
               coDeviceDot1xStatsTable 1.3.6.1.4.1.12394.1.10.5.32.1.3.1 no-access
Device IEEE 802.1x wireless client statistic attributes.
                   coDeviceDot1xStatsEntry 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1 no-access
An entry in the coDeviceDot1xStatsTable. coDevDisIndex - Uniquely identify a device in the MultiService Controller. coDev1xStaIndex - Uniquely identify a 802.1x station on the device.
                       coDev1xStaEapolRxFrame 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1.1 counter32 read-only
The number of valid EAPOL frames of any type that have been received by this Authenticator.
                       coDev1xStaEapolTxFrame 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1.2 counter32 read-only
The number of EAPOL frames of any type that have been transmitted by this Authenticator.
                       coDev1xStaBackendResponses 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1.3 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.
                       coDev1xStaBackendChallenges 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1.4 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.
                       coDev1xStaBackendAuthSuccesses 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1.5 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.
                       coDev1xStaBackendAuthFails 1.3.6.1.4.1.12394.1.10.5.32.1.3.1.1.6 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.
       alvarionDeviceDot1xMIBConformance 1.3.6.1.4.1.12394.1.10.5.32.2
           alvarionDeviceDot1xMIBCompliances 1.3.6.1.4.1.12394.1.10.5.32.2.1
               alvarionDeviceDot1xMIBCompliance 1.3.6.1.4.1.12394.1.10.5.32.2.1.1
The compliance statement for the Device MIB.
           alvarionDeviceDot1xMIBGroups 1.3.6.1.4.1.12394.1.10.5.32.2.2
               alvarionDeviceDot1xStatusMIBGroup 1.3.6.1.4.1.12394.1.10.5.32.2.2.1
A collection of status objects for IEEE 802.1x stations connected to Alvarion devices.
               alvarionDeviceDot1xStatsMIBGroup 1.3.6.1.4.1.12394.1.10.5.32.2.2.2
A collection of statistical objects for IEEE 802.1x stations connected to Alvarion devices.