CISCO-ADMISSION-POLICY-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ADMISSION-POLICY-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
 ciscoAdmissionPolicyMIB 1.3.6.1.4.1.9.9.653
This MIB module defines managed objects that facilitate the management of policies upon host(s) admission to a network. The information available through this MIB includes: o Statistics information such as number of total and active sessions. o Session information such as IP and MAC address of host, client type, and session state. o QoS and Security policy applied to host traffic upon host admission to a network. The following terms are used throughout this MIB: QoS (Quality of Service) is the method which attempts to ensure that the network requirements of different applications can be met by giving preferential forwarding treatment to some traffic. ACL (Access Control List) which contains filters used to identify traffic flows with certain characteristics. Downloadable ACL is a set of filters, configured on the RADIUS server which are downloaded during authorization phase of admission features like dot1x, authProxy, etc. SGT (Security Group Tag) is a unique 16 bits value assigned to every security group and used by network devices to enforce network policies. URL: Universal Resource Locator. URL-Redirect ACL is used for URL redirection feature. Any ingress HTTP from the host that matches the ACL content is subjected to redirection to the URL address specified by the URL-Redirect string. URL redirect string is the URL to which HTTP traffic to the host would be redirected.
         ciscoAdmissionPolicyMIBNotifs 1.3.6.1.4.1.9.9.653.0
         ciscoAdmissionPolicyMIBObjects 1.3.6.1.4.1.9.9.653.1
             capSessions 1.3.6.1.4.1.9.9.653.1.1
                 capTotalSessions 1.3.6.1.4.1.9.9.653.1.1.1 counter32 read-only
This object indicates the total numbers of sessions created in the device since the last system reset.
                 capActiveSessions 1.3.6.1.4.1.9.9.653.1.1.2 gauge32 read-only
This object indicates the currently active sessions in the device.
                 capSidSessionInfoTable 1.3.6.1.4.1.9.9.653.1.1.3 no-access
This table lists admission policy sessions based on unique session identifier. An entry is created by the agent when an admission policy session has successfully registered to the system. An entry is deleted by the agent upon de-registration of the admission policy session with system.
                     capSidSessionInfoEntry 1.3.6.1.4.1.9.9.653.1.1.3.1 no-access
Each row contains the management information of a particular active session based on unique session identifier.
                         capSidSessionIndex 1.3.6.1.4.1.9.9.653.1.1.3.1.1 capsessionid no-access
This object uniquely identifies a session.
                         capSidSessionIfIndex 1.3.6.1.4.1.9.9.653.1.1.3.1.2 interfaceindex read-only
This object indicates the ifIndex value of the interface on which the session is established.
                         capSidSessionMacAddress 1.3.6.1.4.1.9.9.653.1.1.3.1.3 macaddress read-only
This object indicates the MAC address of the host.
                         capSidSessionAddressType 1.3.6.1.4.1.9.9.653.1.1.3.1.4 inetaddresstype read-only
This object indicates the type of Internet address assigned for the host.
                         capSidSessionAddress 1.3.6.1.4.1.9.9.653.1.1.3.1.5 inetaddress read-only
This object indicates the Internet address assigned for the host. The type of this address is determined by the value of capSidSessionAddressType object.
                         capSidSessionFeatureType 1.3.6.1.4.1.9.9.653.1.1.3.1.6 bits read-only
This object indicates the admission features associated with the session. 'dot1x' indicates that the admission feature is 802.1x feature. 'mab' indicates that the admission feature is Mac Authentication Bypass feature. 'eou' indicates that the admission feature is Extensible Authentication Protocol over UDP feature. 'authProxy' indicates that the admission feature is Authentication Proxy feature. Bits: 'authProxy': 3, 'mab': 1, 'eo': 2, 'dot1x': 0.
                 capSidSessionPolicyTable 1.3.6.1.4.1.9.9.653.1.1.4 no-access
This table lists the policies that will be enforced per session per admission feature. The session in this table should have a corresponding entry in capSidSessionInfoTable.
                     capSidSessionPolicyEntry 1.3.6.1.4.1.9.9.653.1.1.4.1 no-access
Each row contains the management information of a particular admission feature of a session.
                         capSidSessionPolicyIndex 1.3.6.1.4.1.9.9.653.1.1.4.1.1 integer no-access
This object indicates the admission feature which a host is subjected to in a session. 'dot1x' indicates that the admission feature is 802.1x feature. 'mab' indicates that the admission feature is Mac Authentication Bypass feature. 'eou' indicates that the admission feature is Extensible Authentication Protocol over UDP feature. 'authProxy' indicates that the admission feature is Authentication Proxy feature. Enumeration: 'authProxy': 4, 'mab': 2, 'eo': 3, 'dot1x': 1.
                         capSidIngressQosPolicy 1.3.6.1.4.1.9.9.653.1.1.4.1.2 capqospolicy read-only
This object indicates the name of an existing QoS policy which will be applied to incoming traffic in this session. An empty string indicates that no such policy is applied.
                         capSidIngressQosPolicyState 1.3.6.1.4.1.9.9.653.1.1.4.1.3 cappolicystate read-only
This object indicates the current state of the QoS policy which will be applied to incoming traffic in this session.
                         capSidEgressQosPolicy 1.3.6.1.4.1.9.9.653.1.1.4.1.4 capqospolicy read-only
This object indicates the name of an existing QoS policy which will be applied to outgoing traffic in this session. An empty string indicates that no such policy is applied.
                         capSidEgressQosPolicyState 1.3.6.1.4.1.9.9.653.1.1.4.1.5 cappolicystate read-only
This object indicates the current state of the QoS policy which will be applied to outgoing traffic in this session.
                         capSidDownloadableAclName 1.3.6.1.4.1.9.9.653.1.1.4.1.6 capaclname read-only
This object indicates the name of a Downloadable ACL which will be applied to the host traffic. An empty string indicates that no such ACL is applied.
                         capSidDownloadableAclState 1.3.6.1.4.1.9.9.653.1.1.4.1.7 cappolicystate read-only
This object indicates the state of this session downloadable ACL policy.
                         capSidUrlRedirectAclName 1.3.6.1.4.1.9.9.653.1.1.4.1.8 capaclname read-only
This object indicates the ACL name that redirected traffic from the host will be subjected to. An empty string indicates that no such ACL is applied.
                         capSidUrlRedirectAclState 1.3.6.1.4.1.9.9.653.1.1.4.1.9 cappolicystate read-only
This object indicates the state of this session URL-Redirect ACL policy.
                         capSidRedirectUrlString 1.3.6.1.4.1.9.9.653.1.1.4.1.10 capurlstring read-only
This object indicates the URL that traffic from the host will be redirected to. An empty string indicates that no such URL is applied.
                         capSidRedirectUrlStringState 1.3.6.1.4.1.9.9.653.1.1.4.1.11 cappolicystate read-only
This object indicates the state of this session URL-Redirect string policy.
                         capSidSecurityGroupTag 1.3.6.1.4.1.9.9.653.1.1.4.1.12 integer32 read-only
This object indicates the SGT value assigned to the host that initiated this session. Value of -1 indicates that there is no SGT value assigned.
         ciscoAdmissionPolicyMIBConformance 1.3.6.1.4.1.9.9.653.2
             ciscoAdmissionPolicyMIBCompliances 1.3.6.1.4.1.9.9.653.2.1
                 ciscoAdmissionPolicyMIBCompliance 1.3.6.1.4.1.9.9.653.2.1.1
The compliance statement for the CISCO-ADMISSION-POLICY-MIB
             ciscoAdmissionPolicyMIBGroups 1.3.6.1.4.1.9.9.653.2.2
                 capSessionStatisticsGroup 1.3.6.1.4.1.9.9.653.2.2.1
A collection of object which provides session statistics information in the device.
                 capSidSessionInfoGroup 1.3.6.1.4.1.9.9.653.2.2.2
A collection of objects which provides managed information of a session based on unique session identifier.
                 capSidSessionPolicyGroup 1.3.6.1.4.1.9.9.653.2.2.3
A collection of objects which provides policy information in a session based on unique session identifier.