Juniper-CBF-MIB

File: Juniper-CBF-MIB.mib (9686 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Juniper-MIBs IF-MIB Juniper-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE RowStatus
MODULE-COMPLIANCE OBJECT-GROUP juniMibs
InterfaceIndex InterfaceIndexOrZero JuniNextIfIndex

Defined Types

JuniCbfIfEntry  
SEQUENCE    
  juniCbfIfIndex InterfaceIndex
  juniCbfIfRowStatus RowStatus
  juniCbfIfLowerIfIndex InterfaceIndexOrZero

JuniCbfIfConnEntry  
SEQUENCE    
  juniCbfIfIngressIfIndex InterfaceIndex
  juniCbfIfConnRowStatus RowStatus
  juniCbfIfEgressIfIndex InterfaceIndex

Defined Values

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

juniCbfObjects 1.3.6.1.4.1.4874.2.2.52.1
OBJECT IDENTIFIER    

juniCbfInterface 1.3.6.1.4.1.4874.2.2.52.1.1
OBJECT IDENTIFIER    

juniCbfNextIfIndex 1.3.6.1.4.1.4874.2.2.52.1.1.1
Coordinate ifIndex value allocation for entries in juniCbfIfTable. 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    
  JuniNextIfIndex  

juniCbfIfTable 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  
    JuniCbfIfEntry

juniCbfIfEntry 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/juniIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniCbfIfEntry  

juniCbfIfIndex 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 juniCbfNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniCbfIfRowStatus 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: juniCbfIfRowStatus juniCbfIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for juniCbfIfIndex must have been determined previously, typically by reading juniCbfNextIfIndex. The interface identified by a nonzero juniCbfIfLowerIfIndex must exist. Once created, the following objects may not be modified: juniCbfIfLowerIfIndex A corresponding entry in ifTable/ifXTable/juniIfTable is created/ destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniCbfIfLowerIfIndex 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  

juniCbfIfConnTable 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  
    JuniCbfIfConnEntry

juniCbfIfConnEntry 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    
  JuniCbfIfConnEntry  

juniCbfIfIngressIfIndex 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 juniCbfIfTable and picking the appropriate juniCbfIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

juniCbfIfConnRowStatus 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: juniCbfIfRowStatus juniCbfIfIngressIfIndex Once created, the following objects may not be modified: juniCbfIfIngressIfIndex
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniCbfIfEgressIfIndex 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 juniCbfIfTable and picking the appropriate juniCbfIfIndex.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

juniCbfConformance 1.3.6.1.4.1.4874.2.2.52.4
OBJECT IDENTIFIER    

juniCbfCompliances 1.3.6.1.4.1.4874.2.2.52.4.1
OBJECT IDENTIFIER    

juniCbfGroups 1.3.6.1.4.1.4874.2.2.52.4.2
OBJECT IDENTIFIER    

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

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