Unisphere-Data-CBF-MIB

File: Unisphere-Data-CBF-MIB.mib (10419 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Unisphere-Data-MIBs IF-MIB Unisphere-Data-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE RowStatus
MODULE-COMPLIANCE OBJECT-GROUP usDataMibs
InterfaceIndex InterfaceIndexOrZero UsdNextIfIndex

Defined Types

UsdCbfIfEntry  
SEQUENCE    
  usdCbfIfIndex InterfaceIndex
  usdCbfIfRowStatus RowStatus
  usdCbfIfLowerIfIndex InterfaceIndexOrZero

UsdCbfIfConnEntry  
SEQUENCE    
  usdCbfIfIngressIfIndex InterfaceIndex
  usdCbfIfConnRowStatus RowStatus
  usdCbfIfEgressIfIndex InterfaceIndex

Defined Values

usdCbfMIB 1.3.6.1.4.1.4874.2.2.52
The Connection-Based Forwarding (CBF) Protocol MIB for the Unisphere Networks Inc. enterprise.
MODULE-IDENTITY    

usdCbfObjects 1.3.6.1.4.1.4874.2.2.52.1
OBJECT IDENTIFIER    

usdCbfInterface 1.3.6.1.4.1.4874.2.2.52.1.1
OBJECT IDENTIFIER    

usdCbfNextIfIndex 1.3.6.1.4.1.4874.2.2.52.1.1.1
Coordinate ifIndex value allocation for entries in usdCbfIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  UsdNextIfIndex  

usdCbfIfTable 1.3.6.1.4.1.4874.2.2.52.1.1.2
This table contains entries for CBF interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdCbfIfEntry

usdCbfIfEntry 1.3.6.1.4.1.4874.2.2.52.1.1.2.1
Each entry describes the characteristics of an CBF interface. Creating/deleting entries in this table causes corresponding entries for be created /deleted in ifTable/ifXTable/usdIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdCbfIfEntry  

usdCbfIfIndex 1.3.6.1.4.1.4874.2.2.52.1.1.2.1.1
The ifIndex of the CBF interface. When creating entries in this table, suitable values for this object are determined by reading usdCbfNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdCbfIfRowStatus 1.3.6.1.4.1.4874.2.2.52.1.1.2.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdCbfIfRowStatus usdCbfIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdCbfIfIndex must have been determined previously, typically by reading usdCbfNextIfIndex. The interface identified by a nonzero usdCbfIfLowerIfIndex must exist. Once created, the following objects may not be modified: usdCbfIfLowerIfIndex A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdCbfIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.52.1.1.2.1.3
The ifIndex of a media interface over which this CBF interface is to be layered.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

usdCbfIfConnTable 1.3.6.1.4.1.4874.2.2.52.1.1.4
This table contains entries for CBF interface connection present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdCbfIfConnEntry

usdCbfIfConnEntry 1.3.6.1.4.1.4874.2.2.52.1.1.4.1
Each entry defines a CBF connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdCbfIfConnEntry  

usdCbfIfIngressIfIndex 1.3.6.1.4.1.4874.2.2.52.1.1.4.1.1
The ifIndex of the ingress interface for the CBF connection. When creating entries in this table, suitable values for this object are walking the usdCbfIfTable and picking the appropriate usdCbfIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdCbfIfConnRowStatus 1.3.6.1.4.1.4874.2.2.52.1.1.4.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdCbfIfRowStatus usdCbfIfIngressIfIndex Once created, the following objects may not be modified: usdCbfIfIngressIfIndex
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdCbfIfEgressIfIndex 1.3.6.1.4.1.4874.2.2.52.1.1.4.1.3
The ifIndex of the egress interface for the CBF interface. When creating entries in this table, suitable values for this object are walking the usdCbfIfTable and picking the appropriate usdCbfIfIndex.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

usdCbfConformance 1.3.6.1.4.1.4874.2.2.52.4
OBJECT IDENTIFIER    

usdCbfCompliances 1.3.6.1.4.1.4874.2.2.52.4.1
OBJECT IDENTIFIER    

usdCbfGroups 1.3.6.1.4.1.4874.2.2.52.4.2
OBJECT IDENTIFIER    

usdCbfCompliance 1.3.6.1.4.1.4874.2.2.52.4.1.1
The compliance statement for entities which implement the Unisphere CBF MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

usdCbfGroup 1.3.6.1.4.1.4874.2.2.52.4.2.1
A collection of objects providing management of CBF interfaces in a Unisphere product.
Status: current Access: read-create
OBJECT-GROUP