MIBs Depot

CISCO-CBP-TARGET-MIB

Registered at
1.3.6.1.4.1.9.9.533
Last updated
2006-05-24 00:00
Organization
Cisco Systems, Inc.
Revisions
2006-05-24 00:00
Namespace
cisco
Source file
CISCO-CBP-TARGET-MIB
Digest
sha256:f4835f340e57f914bbac2d4eb1d4a46a50a23a22c21ae420e54c4e462edcbb1b

Description

This MIB module defines the managed objects for representing targets which have class-based policy mappings. A target can be any logical interface to which a class-based policy is able to be associated.

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 800 553-NETS E-mail: cs-c3pl@cisco.com, cs-qos@cisco.com

Imports

FromSymbols
CISCO-CBP-TARGET-TC-MIBCcbptPolicyIdentifier, CcbptPolicyIdentifierOrZero, CcbptPolicySourceType, CcbptTargetDirection, CcbptTargetId, CcbptTargetType
CISCO-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowPointer, RowStatus, StorageType, TEXTUAL-CONVENTION, TimeStamp

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-CBP-TARGET-MIB
CISCO-CBP-TARGET-TC-MIB
CISCO-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoCbpTargetMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.533.0
ciscoCbpTargetMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.533.1
ccbptTargetAttachCfg
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.533.1.1
ccbptPolicyIdNext
OBJECT-TYPE
This object indicates the next available value of ccbptPolicyId that can be used to create a new conceptual row in the ccbptTargetTable. If no available identifier exists, then this object will have the value '0'.
1.3.6.1.4.1.9.9.533.1.1.1CcbptPolicyIdentifierOrZeroread-onlycurrent
ccbptTargetTable
OBJECT-TYPE
This table describes the class-based policy attachments to to specific targets.
1.3.6.1.4.1.9.9.533.1.1.2not-accessiblecurrent
ccbptTargetEntry
OBJECT-TYPE
Each entry describes a class-based policy attachment to a particular target. The ccbptTargetType uniquely identifies the type of target in the attachment. Additionally, the ccbptTargetId uniquely identifies the target in attachment and is of the format indicated by the ccbptTargetType. The ccbptTargetDir identifies the direction, relative to the ccbptTargetId, to which the policy is attached. The ccbptPolicySourceType identifies the source-type of the policy attached. The ccbptPolicyId uniquely identifies the policy within the scope of ccbptTargetType, ccbptTargetId, ccbptTargetDir, and ccbptPolicySourceType. A class-based policy attachment to a target can be created through other network management interfaces (e.g., the local console), in which case the SNMP entity will automatically create an entry in this table. A class-based policy attachment to a target can be destroyed through other network management interfaces, in which case the SNMP entity will automatically destroy the corresponding entry in this table. A class-based policy attachment to a target can be created, destroyed, and modified through the SNMP using ccbptTargetStatus using the semantics described by the RowStatus Textual Convention. However, when creating a new class-based policy attachment to a target, the value of ccbptPolicyIdNext should be used to identify the new policy within the scope of the target type, identifier, direction, and policy-source type.
1.3.6.1.4.1.9.9.533.1.1.2.1not-accessiblecurrent
ccbptTargetType
OBJECT-TYPE
The type of target for this class-based policy attachment. This object identifies the format of the ccbptTargetId for this entry.
1.3.6.1.4.1.9.9.533.1.1.2.1.1CcbptTargetTypenot-accessiblecurrent
ccbptTargetId
OBJECT-TYPE
The target identifier for this class-based policy attachment. For decoding the ccbptTargetId refer to the ccbptTargetType object and the CcbptTargetType description.
1.3.6.1.4.1.9.9.533.1.1.2.1.2CcbptTargetIdnot-accessiblecurrent
ccbptTargetDir
OBJECT-TYPE
The direction relative to the ccbptTargetId for this class based policy attachment.
1.3.6.1.4.1.9.9.533.1.1.2.1.3CcbptTargetDirectionnot-accessiblecurrent
ccbptPolicySourceType
OBJECT-TYPE
The source-type of the class-based policy for this target. The source-type refers to the source of the class-based policy definition. The intent of this object is to allow implementations to distinguish between different MIBs defining policy-maps.
1.3.6.1.4.1.9.9.533.1.1.2.1.4CcbptPolicySourceTypenot-accessiblecurrent
ccbptPolicyId
OBJECT-TYPE
Unique identifier of this class-based policy instance.
1.3.6.1.4.1.9.9.533.1.1.2.1.5CcbptPolicyIdentifiernot-accessiblecurrent
ccbptTargetStatus
OBJECT-TYPE
The status of the policy attachment to this target. The value for the corresponding instance of each of the following objects must be valid before the attachment can be activated: -ccbptTargetStorageType -ccbptPolicyMap Observe that no corresponding instance of any object in this table can be modified when the value of this object is 'active'.
1.3.6.1.4.1.9.9.533.1.1.2.1.6RowStatusread-createcurrent
ccbptTargetStorageType
OBJECT-TYPE
This object indicates how the device stores the data contained by the conceptual row. If an instance of this object has the value 'permanent', then this MIB definition does not require the SNMP entity to allow the instance of any object in the corresponding conceptual row to be writable through the SNMP.
1.3.6.1.4.1.9.9.533.1.1.2.1.7StorageTyperead-createcurrent
ccbptPolicyMap
OBJECT-TYPE
Refers to the first accessible object in the policy-map definition table used to manage policy-map information for policy-maps for the corresponding ccbptPolicySourceType. Specific MIB tables are not mentioned here as the intent of this mapping is to allow for different implementations to refer to their supported class-based policy definition table without requiring support of a specific MIB module.
1.3.6.1.4.1.9.9.533.1.1.2.1.8RowPointerread-createcurrent
ccbptPolicyInstance
OBJECT-TYPE
Refers to the first accessible object in the policy instance table used to manage policy instance information for policy-maps of this ccbptPolicySourceType. Specific MIB tables are not mentioned here as the intent of this mapping is to allow for different implementations to refer to their supported class-based policy definition table without requiring support of a specific MIB module.
1.3.6.1.4.1.9.9.533.1.1.2.1.9RowPointerread-onlycurrent
ccbptPolicyAttachTime
OBJECT-TYPE
The value of sysUpTime for the last time that the corresponding ccbptTargetStatus instance transitioned to the 'active' state.
1.3.6.1.4.1.9.9.533.1.1.2.1.10TimeStampread-onlycurrent
ccbptTargetTableLastChange
OBJECT-TYPE
The value of sysUpTime at the time of the last change to an entry in the ccbptTargetTable.
1.3.6.1.4.1.9.9.533.1.1.3TimeStampread-onlycurrent
ciscoCbpTargetMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.533.2
ciscoCbpTargetMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.533.2.1
ciscoCbpTargetMIBMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.533.2.2

Conformance

NameOIDStatus
ciscoCbpTargetMIBCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities that implement the CISCO-CBP-TARGET-MIB. Implementation of this MIB module is strongly recommended for any devices implementing features using class-based policies, such as QoS, NAT, firewall, and MTR (Multi-Topology Routing).
1.3.6.1.4.1.9.9.533.2.1.1current
ccbptTargetProvisioningGroup
OBJECT-GROUP
A collection of managed objects describing the target and class-based policy attachment configuration data.
1.3.6.1.4.1.9.9.533.2.2.1current
ccbptTargetTimeGroup
OBJECT-GROUP
A collection of managed objects describing the target and class-based policy attachment timestamp data.
1.3.6.1.4.1.9.9.533.2.2.2current