CISCO-ADMISSION-POLICY-MIB
- Registered at
- 1.3.6.1.4.1.9.9.653
- Last updated
- 2008-06-11 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2008-06-11 00:00
- Namespace
- cisco
- Source file
CISCO-ADMISSION-POLICY-MIB- Digest
sha256:c2d82573ad7b8886d19c898b417fc72a9eaf2444191db8caf7492e8650d0f898
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, MacAddress, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-ADMISSION-POLICY-MIB CISCO-SMI IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CapAclName TEXTUAL-CONVENTION An octet string, preferably in human-readable form, describes the name of an ACL. | current | |||
| CapPolicyState TEXTUAL-CONVENTION This textual convention indicates the current state of a policy applied to host traffic. 'notApplicable' indicates that the policy is not applicable. 'success' indicates that the policy is applied successfully. 'failure' indicates that the policy is failed to apply. 'inProgress' indicates that the policy application is in progress. 'ipWait' indicates that the policy is waiting for IP address assignment. | current | |||
| CapQosPolicy TEXTUAL-CONVENTION An octet string, preferably in human-readable form, describes a QoS policy. | current | |||
| CapSessionId TEXTUAL-CONVENTION An octet string describes an unique session identification. | current | |||
| CapURLString TEXTUAL-CONVENTION This textual convention defines the URL string. The Universal Resource Locator (URL). The URL strings are compact string representation for a resource available via internet. This is the address location of the page to load. The string should represent a fully qualifying string with the format 'protocol:/server/page'. In general the string should point to any value that can be saved/loaded. Any limitation for the URL must be defined as part of the description of any object which uses this syntax. The description of any object which uses this syntax must specifically describe the meaning of zero length value. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoAdmissionPolicyMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.653.0 | |||
| ciscoAdmissionPolicyMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.653.1 | |||
| capSessions OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.653.1.1 | |||
| capTotalSessions OBJECT-TYPE This object indicates the total numbers of sessions created in the device since the last system reset. | 1.3.6.1.4.1.9.9.653.1.1.1 | Counter32 | read-only | current |
| capActiveSessions OBJECT-TYPE This object indicates the currently active sessions in the device. | 1.3.6.1.4.1.9.9.653.1.1.2 | Gauge32 | read-only | current |
| capSidSessionInfoTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.3 | not-accessible | current | |
| capSidSessionInfoEntry OBJECT-TYPE Each row contains the management information of a particular active session based on unique session identifier. | 1.3.6.1.4.1.9.9.653.1.1.3.1 | not-accessible | current | |
| capSidSessionIndex OBJECT-TYPE This object uniquely identifies a session. | 1.3.6.1.4.1.9.9.653.1.1.3.1.1 | CapSessionId | not-accessible | current |
| capSidSessionIfIndex OBJECT-TYPE This object indicates the ifIndex value of the interface on which the session is established. | 1.3.6.1.4.1.9.9.653.1.1.3.1.2 | InterfaceIndex | read-only | current |
| capSidSessionMacAddress OBJECT-TYPE This object indicates the MAC address of the host. | 1.3.6.1.4.1.9.9.653.1.1.3.1.3 | MacAddress | read-only | current |
| capSidSessionAddressType OBJECT-TYPE This object indicates the type of Internet address assigned for the host. | 1.3.6.1.4.1.9.9.653.1.1.3.1.4 | InetAddressType | read-only | current |
| capSidSessionAddress OBJECT-TYPE This object indicates the Internet address assigned for the host. The type of this address is determined by the value of capSidSessionAddressType object. | 1.3.6.1.4.1.9.9.653.1.1.3.1.5 | InetAddress | read-only | current |
| capSidSessionFeatureType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.3.1.6 | Bits {dot1x(0), mab(1), eou(2), authProxy(3)} | read-only | current |
| capSidSessionPolicyTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4 | not-accessible | current | |
| capSidSessionPolicyEntry OBJECT-TYPE Each row contains the management information of a particular admission feature of a session. | 1.3.6.1.4.1.9.9.653.1.1.4.1 | not-accessible | current | |
| capSidSessionPolicyIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4.1.1 | INTEGER {dot1x(1), mab(2), eou(3), authProxy(4)} | not-accessible | current |
| capSidIngressQosPolicy OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4.1.2 | CapQosPolicy | read-only | current |
| capSidIngressQosPolicyState OBJECT-TYPE This object indicates the current state of the QoS policy which will be applied to incoming traffic in this session. | 1.3.6.1.4.1.9.9.653.1.1.4.1.3 | CapPolicyState | read-only | current |
| capSidEgressQosPolicy OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4.1.4 | CapQosPolicy | read-only | current |
| capSidEgressQosPolicyState OBJECT-TYPE This object indicates the current state of the QoS policy which will be applied to outgoing traffic in this session. | 1.3.6.1.4.1.9.9.653.1.1.4.1.5 | CapPolicyState | read-only | current |
| capSidDownloadableAclName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4.1.6 | CapAclName | read-only | current |
| capSidDownloadableAclState OBJECT-TYPE This object indicates the state of this session downloadable ACL policy. | 1.3.6.1.4.1.9.9.653.1.1.4.1.7 | CapPolicyState | read-only | current |
| capSidUrlRedirectAclName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4.1.8 | CapAclName | read-only | current |
| capSidUrlRedirectAclState OBJECT-TYPE This object indicates the state of this session URL-Redirect ACL policy. | 1.3.6.1.4.1.9.9.653.1.1.4.1.9 | CapPolicyState | read-only | current |
| capSidRedirectUrlString OBJECT-TYPE This object indicates the URL that traffic from the host will be redirected to. An empty string indicates that no such URL is applied. | 1.3.6.1.4.1.9.9.653.1.1.4.1.10 | CapURLString | read-only | current |
| capSidRedirectUrlStringState OBJECT-TYPE This object indicates the state of this session URL-Redirect string policy. | 1.3.6.1.4.1.9.9.653.1.1.4.1.11 | CapPolicyState | read-only | current |
| capSidSecurityGroupTag OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.653.1.1.4.1.12 | Integer32 (-1 | 0..65535) | read-only | current |
| ciscoAdmissionPolicyMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.653.2 | |||
| ciscoAdmissionPolicyMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.653.2.1 | |||
| ciscoAdmissionPolicyMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.653.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoAdmissionPolicyMIBCompliance MODULE-COMPLIANCE The compliance statement for the CISCO-ADMISSION-POLICY-MIB | 1.3.6.1.4.1.9.9.653.2.1.1 | current |
| capSessionStatisticsGroup OBJECT-GROUP A collection of object which provides session statistics information in the device. | 1.3.6.1.4.1.9.9.653.2.2.1 | current |
| capSidSessionInfoGroup OBJECT-GROUP A collection of objects which provides managed information of a session based on unique session identifier. | 1.3.6.1.4.1.9.9.653.2.2.2 | current |
| capSidSessionPolicyGroup OBJECT-GROUP A collection of objects which provides policy information in a session based on unique session identifier. | 1.3.6.1.4.1.9.9.653.2.2.3 | current |