CISCO-CBP-TC-MIB

File: CISCO-CBP-TC-MIB.mib (5335 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY Unsigned32 TEXTUAL-CONVENTION
ciscoMgmt

Defined Types

CbpElementName  
A string-value that identifies an element used to specify a class-based policy. The semantics of the string-value are the same those specified by the SnmpAdminString textual convention defined by the SNMP-FRAMEWORK-MIB [RFC3411]. Observe that the null string is reserved for cases when an instance of an object needs to specify 'no element'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..127)  

CbpElementIdentifier  
A positive, non-zero integer-value that uniquely identifies an element used to specify a class-based policy.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CbpElementIdentifierOrZero  
This textual convention serves as an extension of the CbpElementIdentifier textual convention, which permits the value '0'. The use of the value '0' is specific to an object, thus requiring the descriptive text associated with the object to describe the semantics of its use.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CbpInstanceIdentifier  
A positive, non-zero integer-value that uniquely identifies an instance of an element used to define a class-based policy.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CbpInstanceIdentifierOrZero  
This textual convention serves as an extension of the CbpInstanceIdentifier textual convention, which permits the value '0'. The use of the value '0' is specific to an object, thus requiring the descriptive text associated with the object to describe the semantics of its use.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CbpExecutionPriority  
An positive, integer-value denoting the relative priority of an element, where '1' represents the highest priority and greater values represent lower priorities. The priority assigned to an element determines the order in which the system processes the elements relative to like elements having the same parent, where the system processes elements having a greater priority first. The system processes sibling elements having the same priority in the order they were created.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CbpExecutionStrategy  
An enumerated integer-value describing how to execute an ordered set of actions: 'other' The implementation of the MIB using this textual convention does not recognize the specified execution strategy. 'doUntilSuccess' The system sequentially executes the actions in the set until one succeeds. 'doUntilFailure' The system sequentially executes the actions in the set until one fails. 'doAll' The system sequentially executes all actions in the set, regardless of whether they succeed or fail.
TEXTUAL-CONVENTION    
  INTEGER other(1), doUntilSuccess(2), doUntilFailure(3), doAll(4)  

Defined Values

ciscoCbpTcMIB 1.3.6.1.4.1.9.9.662
This MIB module defines textual conventions used by the CISCO-CBP-BASE-CFG-MIB, CISCO-CBP-BASE-MON-MIB, and any MIB modules extending these MIB modules.
MODULE-IDENTITY