CISCO-MAC-AUTH-BYPASS-MIB

File: CISCO-MAC-AUTH-BYPASS-MIB.mib (8532 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP MacAddress TruthValue
ifIndex ciscoMgmt

Defined Types

CmabIfConfigEntry  
SEQUENCE    
  cmabIfAuthEnabled TruthValue
  cmabIfAuthMethod INTEGER

CmabClientInfoEntry  
SEQUENCE    
  cmabClientSessionId OCTET STRING
  cmabClientMacAddress MacAddress
  cmabClientMabState INTEGER
  cmabClientAuthStatus INTEGER

Defined Values

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.
MODULE-IDENTITY    

cmabNotification 1.3.6.1.4.1.9.9.654.0
OBJECT IDENTIFIER    

cmabMIBObjects 1.3.6.1.4.1.9.9.654.1
OBJECT IDENTIFIER    

cmabMIBConformance 1.3.6.1.4.1.9.9.654.2
OBJECT IDENTIFIER    

cmabInterfaceConfig 1.3.6.1.4.1.9.9.654.1.1
OBJECT IDENTIFIER    

cmabSession 1.3.6.1.4.1.9.9.654.1.2
OBJECT IDENTIFIER    

cmabIfConfigTable 1.3.6.1.4.1.9.9.654.1.1.1
A list of interfaces which supports MAC Authentication Bypass.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmabIfConfigEntry

cmabIfConfigEntry 1.3.6.1.4.1.9.9.654.1.1.1.1
Entry containing Mac Authentication Bypass configuration for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmabIfConfigEntry  

cmabIfAuthEnabled 1.3.6.1.4.1.9.9.654.1.1.1.1.1
Specifies if MAC Authentication Bypass feature is enabled on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cmabIfAuthMethod 1.3.6.1.4.1.9.9.654.1.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER radius(1), eap(2)  

cmabClientInfoTable 1.3.6.1.4.1.9.9.654.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmabClientInfoEntry

cmabClientInfoEntry 1.3.6.1.4.1.9.9.654.1.2.1.1
Entry containing management information of MAC Authentication Bypass for a particular session.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmabClientInfoEntry  

cmabClientSessionId 1.3.6.1.4.1.9.9.654.1.2.1.1.1
A unique identifier of the MAC Authentication Bypass session.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

cmabClientMacAddress 1.3.6.1.4.1.9.9.654.1.2.1.1.2
The MAC address of the MAB client.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cmabClientMabState 1.3.6.1.4.1.9.9.654.1.2.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), initialize(2), acquiring(3), authorizing(4), terminate(5)  

cmabClientAuthStatus 1.3.6.1.4.1.9.9.654.1.2.1.1.4
This object indicates whether the MAB client is authorized. authorized : the session is authorized. unauthorized: the session is not authorized.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER authorized(1), unauthorized(2)  

cmabMIBCompliances 1.3.6.1.4.1.9.9.654.2.1
OBJECT IDENTIFIER    

cmabCompliance 1.3.6.1.4.1.9.9.654.2.1.1
The compliance statement for entities which implement CISCO-MAB-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cmabMIBGroups 1.3.6.1.4.1.9.9.654.2.2
OBJECT IDENTIFIER    

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

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