CISCO-MAC-AUTH-BYPASS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-MAC-AUTH-BYPASS-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
 ciscoMabMIB 1.3.6.1.4.1.9.9.654
MIB module for monitoring and configuring MAC Authentication Bypass (MAB) feature in the system. MAC Auth Bypass feature provides controlled access to devices based on their MAC addresses. MAB allows non-dot1x compliant end devices controlled access to network and also provides a replacement technology for VLAN Management Policy Server (VMPS) environments. MAB is also an intergal part of the Network Access Control (NAC) program which enables network access for the clients and subsequently carry out a posture assessment of these clients. MAC Authentication Bypass feature provides a mechanism that uses the MAC address of the connecting device to grant or deny network access for it.
         cmabNotification 1.3.6.1.4.1.9.9.654.0
         cmabMIBObjects 1.3.6.1.4.1.9.9.654.1
             cmabInterfaceConfig 1.3.6.1.4.1.9.9.654.1.1
                 cmabIfConfigTable 1.3.6.1.4.1.9.9.654.1.1.1 no-access
A list of interfaces which supports MAC Authentication Bypass.
                     cmabIfConfigEntry 1.3.6.1.4.1.9.9.654.1.1.1.1 no-access
Entry containing Mac Authentication Bypass configuration for a particular interface.
                         cmabIfAuthEnabled 1.3.6.1.4.1.9.9.654.1.1.1.1.1 truthvalue read-write
Specifies if MAC Authentication Bypass feature is enabled on the interface.
                         cmabIfAuthMethod 1.3.6.1.4.1.9.9.654.1.1.1.1.2 integer read-write
Specifies the authentication method used by MAC Authentication Bypass. radius(1) : communication with authentication server is performed via RADIUS messages. eap(2) : communication with authentication server is performed via EAP messages. Enumeration: 'eap': 2, 'radius': 1.
             cmabSession 1.3.6.1.4.1.9.9.654.1.2
                 cmabClientInfoTable 1.3.6.1.4.1.9.9.654.1.2.1 no-access
A list of active MAC Authentication Bypass clients in the system. An entry exists for each MAC Authentication Bypass session in the system. An entry is deleted if the MAC Authentication Bypass session is removed from the system.
                     cmabClientInfoEntry 1.3.6.1.4.1.9.9.654.1.2.1.1 no-access
Entry containing management information of MAC Authentication Bypass for a particular session.
                         cmabClientSessionId 1.3.6.1.4.1.9.9.654.1.2.1.1.1 octet string no-access
A unique identifier of the MAC Authentication Bypass session.
                         cmabClientMacAddress 1.3.6.1.4.1.9.9.654.1.2.1.1.2 macaddress read-only
The MAC address of the MAB client.
                         cmabClientMabState 1.3.6.1.4.1.9.9.654.1.2.1.1.3 integer read-only
Indicates the session state of the MAB state machine for the MAB client. other : None of the below. initialize : Initializing the authentication session. acquiring : Acquiring client's MAC address for the authentication process. authorizing: Authorization is in progress. terminate : Authorization is completed. Enumeration: 'initialize': 2, 'terminate': 5, 'other': 1, 'acquiring': 3, 'authorizing': 4.
                         cmabClientAuthStatus 1.3.6.1.4.1.9.9.654.1.2.1.1.4 integer read-only
This object indicates whether the MAB client is authorized. authorized : the session is authorized. unauthorized: the session is not authorized. Enumeration: 'authorized': 1, 'unauthorized': 2.
         cmabMIBConformance 1.3.6.1.4.1.9.9.654.2
             cmabMIBCompliances 1.3.6.1.4.1.9.9.654.2.1
                 cmabCompliance 1.3.6.1.4.1.9.9.654.2.1.1
The compliance statement for entities which implement CISCO-MAB-MIB.
             cmabMIBGroups 1.3.6.1.4.1.9.9.654.2.2
                 cmabIfConfigGroup 1.3.6.1.4.1.9.9.654.2.2.1
A collection of objects that provides per interface configuration of MAC Authentication Bypass feature.
                 cmabClientInfoGroup 1.3.6.1.4.1.9.9.654.2.2.2
A collection of objects that provides information of MAC Authentication Bypass sessions in the devices.