BIANCA-BRICK-FR-MIB

File: BIANCA-BRICK-FR-MIB.mib (4042 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

Counter OBJECT-TYPE

Defined Types

FrMprEntry  
SEQUENCE    
  frMprIfIndex INTEGER
  frMprMtu INTEGER
  frMprEncapsulation INTEGER
  frMprIfcType INTEGER
  frMprInverseArp INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

fr 1.3.6.1.4.1.272.4.13
OBJECT IDENTIFIER    

frMprTable 1.3.6.1.4.1.272.4.13.1
This table contains an entry for each frame relay DCE virtual interface. This interface is called virtual because it does not necessarily reflect to a single hardware interface; it is possible to either narrow (many hardware interfaces looking as a single virtual) or widen (a single hardware interface with several VCs is mapped to several virtual interfaces) the interface. Entries in this table are created manually and will result to the creation of a multiprotocol routing interface in the ifTable. This interface can than be used by higher level protocols like ip, ipx and bridging. The object frMprIfIndex shall be set to 0 for creation of new entries. The BRICK will allocate the next free interface index and assign it to frMprIfIndex. Rows of this table can be deleted by setting the object frMprEncapsulation to the value delete.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrMprEntry

frMprEntry 1.3.6.1.4.1.272.4.13.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FrMprEntry  

frMprIfIndex 1.3.6.1.4.1.272.4.13.1.1.1
This object contains an interface index and assigns the row to an entry in ifTable. When creating new entries in the table, the value of this object shall be set to 0. The next free ifIndex value is than allocated by the BRICK and assigned to the object. At the same time a new interface is created in the IfTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

frMprMtu 1.3.6.1.4.1.272.4.13.1.1.2
The Maximum transfer unit to be used with the interface (see also ifMtu).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 576..8180  

frMprEncapsulation 1.3.6.1.4.1.272.4.13.1.1.3
This object specifies the encapsulation method to be used. If this object is set to mpr, the encapsulation method described in Q933a is used for the protocols IP, IPX and transparent bridging. This encapsulation is also explained in RFC 1490.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mpr(1), delete(7)  

frMprIfcType 1.3.6.1.4.1.272.4.13.1.1.4
This object specifies wether the interface is a multipoint(1) or a point-to-point(2) interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER multipoint(1), point-to-point(2)  

frMprInverseArp 1.3.6.1.4.1.272.4.13.1.1.5
This object specifies the use of Inverse Arp (as described in RFC 1490) to automatically detect upper layer network addresses.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)