MIBs Depot

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

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1Counter32read-onlycurrent
capActiveSessions
OBJECT-TYPE
This object indicates the currently active sessions in the device.
1.3.6.1.4.1.9.9.653.1.1.2Gauge32read-onlycurrent
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.3not-accessiblecurrent
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.1not-accessiblecurrent
capSidSessionIndex
OBJECT-TYPE
This object uniquely identifies a session.
1.3.6.1.4.1.9.9.653.1.1.3.1.1CapSessionIdnot-accessiblecurrent
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.2InterfaceIndexread-onlycurrent
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.3MacAddressread-onlycurrent
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.4InetAddressTyperead-onlycurrent
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.5InetAddressread-onlycurrent
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.6Bits {dot1x(0), mab(1), eou(2), authProxy(3)}read-onlycurrent
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.4not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER {dot1x(1), mab(2), eou(3), authProxy(4)}not-accessiblecurrent
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.2CapQosPolicyread-onlycurrent
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.3CapPolicyStateread-onlycurrent
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.4CapQosPolicyread-onlycurrent
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.5CapPolicyStateread-onlycurrent
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.6CapAclNameread-onlycurrent
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.7CapPolicyStateread-onlycurrent
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.8CapAclNameread-onlycurrent
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.9CapPolicyStateread-onlycurrent
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.10CapURLStringread-onlycurrent
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.11CapPolicyStateread-onlycurrent
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.12Integer32 (-1 | 0..65535)read-onlycurrent
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

NameOIDStatus
ciscoAdmissionPolicyMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the CISCO-ADMISSION-POLICY-MIB
1.3.6.1.4.1.9.9.653.2.1.1current
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.1current
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.2current
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.3current