FRCI-MIB

File: FRCI-MIB.mib (11255 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
TEXTUAL-CONVENTION RowStatus TimeStamp
MODULE-COMPLIANCE OBJECT-GROUP ifIndex
InterfaceIndex

Defined Types

FrciFlowDir  
The direction of data flow thru a circuit. transmit(1) - Only transmitted data receive(2) - Only received data both(3) - Both transmitted and received data.
TEXTUAL-CONVENTION    
  INTEGER transmit(1), receive(2), both(3)  

FrciCircuitEntry  
SEQUENCE    
  frciCircuitObject OBJECT IDENTIFIER
  frciCircuitFlow FrciFlowDir
  frciCircuitStatus RowStatus
  frciCircuitIfIndex InterfaceIndex
  frciCircuitCreateTime TimeStamp

FrciIfMapEntry  
SEQUENCE    
  frciIfMapObject OBJECT IDENTIFIER
  frciIfMapFlow FrciFlowDir

Defined Values

frciMIB 1.3.6.1.2.1.1
The MIB module to allow insertion of selected circuit into the ifTable.
MODULE-IDENTITY    

frciObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

frciCapabilities 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

frciConformance 1.3.6.1.2.1.1.3
OBJECT IDENTIFIER    

frciCircuitTable 1.3.6.1.2.1.1.1.1
The Frame Relay Circuit Interface Circuit Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrciCircuitEntry

frciCircuitEntry 1.3.6.1.2.1.1.1.1.1
An entry in the Frame Relay Circuit Interface Circuit Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FrciCircuitEntry  

frciCircuitObject 1.3.6.1.2.1.1.1.1.1.1
This value contains the object identifier that uniquely describes the circuit that is to be added to this table. The object identifier should be that of the first field on the table that contains the circuit. The index sub identifiers should uniquely define the circuit. The purpose of this object identifier is to point a network manager to the table in which the circuit was created as well as define the circuit on which the interface is defined. Valid tables for this object are the frCircuitTable from the Frame Relay DTE MIB(FRAME-RELAY-DTE-MIB) or the frPVCEndptTable from the Frame Relay Service MIB (FRNETSERV-MIB). However, it does not exclude enterprise MIBs used for the same purpose.
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

frciCircuitFlow 1.3.6.1.2.1.1.1.1.1.2
The direction of data flow through the circuit for which the virtual interface is defined. The following define the information that the virtual interface will report. transmit(1) - Only transmitted frames receive(2) - Only received frames both(3) - Both transmitted and received frames. The need to monitor directional flow depends on the application for which the circuit is created. For example, Monitoring of protocols passed on a circuit using RMON-II (RFC 2021) does not capture the direction the flow. This is left to the circuit.
Status: current Access: not-accessible
OBJECT-TYPE    
  FrciFlowDir  

frciCircuitStatus 1.3.6.1.2.1.1.1.1.1.3
The status of the current row. This object is used to add, delete, and disable rows in this table. When the status changes to active(1), a row will also be added to the interface map table below and a row will be added to the ifTable. These rows SHOULD not be removed until the status is changed from active(1). The value of ifIndex for the row that is added to the ifTable is determined by the agent and MUST follow the rules of the ifTable. The value of ifType for that interface will be . When this object is set to destroy(6), the associated row in the interface map table will be removed and the ifIndex will be removed from the ifTable. Removing the ifIndex MAY initiate a chain of events that causes changes to other tables as well. The rows added to this table MUST have a valid object identifier for frciCircuitObject. This means that the referenced object must exist and it must be in a table that supports circuits. The object referenced by frciCircuitObject MUST exist prior to transitioning a row to active(1). If at any point the object referenced by frciCircuitObject does not exist or the row containing it is not in the active(1) state, the status SHOULD report notReady(3). The effects transitioning from active(1) to notReady(3) are the same as those caused by setting the status to destroy(6).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

frciCircuitIfIndex 1.3.6.1.2.1.1.1.1.1.4
The ifIndex that the agent assigns to this row.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

frciCircuitCreateTime 1.3.6.1.2.1.1.1.1.1.5
This object returns the value of sysUpTime at the time the value of frciCircuitStatus last transitioned to active(1). If frciCircuitStatus has never been active(1), this object SHOULD return 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

frciIfMapTable 1.3.6.1.2.1.1.1.2
The Frame Relay Circuit Interface Map Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrciIfMapEntry

frciIfMapEntry 1.3.6.1.2.1.1.1.2.1
An entry in the Frame Relay Circuit Interface Map Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FrciIfMapEntry  

frciIfMapObject 1.3.6.1.2.1.1.1.2.1.1
This value contains the value of frciCircuitObject that corresponds to the current ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

frciIfMapFlow 1.3.6.1.2.1.1.1.2.1.2
The value contains the value of frciCircuitFlow that corresponds to the current ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  FrciFlowDir  

frciMIBGroups 1.3.6.1.2.1.1.3.1
OBJECT IDENTIFIER    

frciMIBCompliances 1.3.6.1.2.1.1.3.2
OBJECT IDENTIFIER    

frciCompliance 1.3.6.1.2.1.1.3.2.1
The compliance statement for SNMPv2 entities which support with Frame Relay Circuit Interfaces. This group defines the minimum level of support required for compliance.
Status: current Access: read-only
MODULE-COMPLIANCE    

frciCircuitGroup 1.3.6.1.2.1.1.3.1.1
A collection of required objects providing information from the circuit table.
Status: current Access: read-only
OBJECT-GROUP    

frciIfMapGroup 1.3.6.1.2.1.1.3.1.2
A collection of required objects providing information from the interface map table.
Status: current Access: read-only
OBJECT-GROUP