FRF16-MFR-MIB-EXP

File: FRF16-MFR-MIB-EXP.mib (28668 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 NOTIFICATION-TYPE experimental
TEXTUAL-CONVENTION TestAndIncr RowStatus
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
SnmpAdminString InterfaceIndex ifIndex

Defined Types

BundleLinkState  
The possible states for a bundle link, as defined in Annex A of FRF.16.
TEXTUAL-CONVENTION    
  INTEGER bundleLinkStateAddSent(1), bundleLinkStateAddRx(2), bundleLinkStateAddAckRx(3), bundleLinkStateUp(4), bundleLinkStateIdlePending(5), bundleLinkStateIdle(6), bundleLinkStateDown(7), bundleLinkStateDownIdle(8)  

BundleEntry  
SEQUENCE    
  bundleIndex Integer32
  bundleIfIndex InterfaceIndex
  bundleRowStatus RowStatus
  bundleNearEndName SnmpAdminString
  bundleFragmentation INTEGER
  bundleMaxFragSize Integer32
  bundleTimerHello INTEGER
  bundleTimerAck INTEGER
  bundleCountMaxRetry INTEGER
  bundleActivationClass INTEGER
  bundleThreshold Integer32
  bundleMaxDiffDelay Integer32
  bundleSeqNumSize INTEGER
  bundleMaxBundleLinks Integer32
  bundleFarEndName SnmpAdminString
  bundleResequencingErrors Counter32

BundleIfIndexMappingEntry  
SEQUENCE    
  bundleIfIndexMappingIndex InterfaceIndex

BundleLinkEntry  
SEQUENCE    
  bundleLinkRowStatus RowStatus
  bundleLinkConfigBundleIndex Integer32
  bundleLinkNearEndName SnmpAdminString
  bundleLinkState BundleLinkState
  bundleLinkFarEndName SnmpAdminString
  bundleLinkFarEndBundleName SnmpAdminString
  bundleLinkDelay Integer32
  bundleLinkFramesControlTx Counter32
  bundleLinkFramesControlRx Counter32
  bundleLinkFramesControlInvalid Counter32
  bundleLinkTimerExpiredCount Counter32
  bundleLinkLoopbackSuspected Counter32
  bundleLinkUnexpectedSequence Counter32
  bundleLinkMismatch Counter32

Defined Values

mfrMib 1.3.6.1.3.555
This is the MIB used to control and monitor the multilink frame relay (MFR) function described in FRF.16. This was originally submitted to the Frame Relay Forum as contribution FRFTC 99-151 and then updated as FRFTC 99-193.
MODULE-IDENTITY    

mfrMibObjects 1.3.6.1.3.555.1
OBJECT IDENTIFIER    

mfrMibTraps 1.3.6.1.3.555.2
OBJECT IDENTIFIER    

mfrMibConformance 1.3.6.1.3.555.3
OBJECT IDENTIFIER    

mfrMibScalarObjects 1.3.6.1.3.555.1.1
OBJECT IDENTIFIER    

mfrMibBundleObjects 1.3.6.1.3.555.1.2
OBJECT IDENTIFIER    

mfrMibBundleLinkObjects 1.3.6.1.3.555.1.3
OBJECT IDENTIFIER    

mfrMibTrapsPrefix 1.3.6.1.3.555.2.0
OBJECT IDENTIFIER    

mfrMibGroups 1.3.6.1.3.555.3.1
OBJECT IDENTIFIER    

mfrMibCompliances 1.3.6.1.3.555.3.2
OBJECT IDENTIFIER    

bundleMaxNumBundles 1.3.6.1.3.555.1.1.1
This object is used to inform the manager of the maximum number of bundles supported by this device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bundleNextIndex 1.3.6.1.3.555.1.1.2
This object is used to assist the manager in selecting a value for bundleIndex during row creation in the bundleTable. It can also be used to avoid race conditions with multiple managers trying to create rows in the table (see RFC 2494 [RFC2494] for one such alogrithm).
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

bundleTable 1.3.6.1.3.555.1.2.3
The bundle configuration and status table. There is a one-to-one correspondence between a bundle and an interface represented in the ifTable. The manager can use the following entries in the ifTable: ifAdminStatus - the bundle admin status ifOperStatus - the bundle operational status ifSpeed - the current bandwidth of the bundle ifInErrors - packet (not fragment) errors etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BundleEntry

bundleEntry 1.3.6.1.3.555.1.2.3.1
An entry in the bundle table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BundleEntry  

bundleIndex 1.3.6.1.3.555.1.2.3.1.1
The index into the table. While this corresponds to an entry in the ifTable, the value of bundleIndex need not match that of the ifIndex in the ifTable. A manager can use bundleNextIndex to select a unique bundleIndex for creating a new row.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

bundleIfIndex 1.3.6.1.3.555.1.2.3.1.2
The value should match an entry in the interface table. The ifType should be set to frame-relay. For example: if the value of bundleIfIndex is 10, then a corresponding entry should be present in the ifTable with an index of 10.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

bundleRowStatus 1.3.6.1.3.555.1.2.3.1.3
The bundleRowStatus object allows create, change, and delete operations on bundle entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bundleNearEndName 1.3.6.1.3.555.1.2.3.1.4
The configured name of the bundle.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..50)  

bundleFragmentation 1.3.6.1.3.555.1.2.3.1.5
Controls whether the bundle performs/accepts fragmentation and re-assembly.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

bundleMaxFragSize 1.3.6.1.3.555.1.2.3.1.6
The maximum fragment size supported. Note that this is only valid if bundleFragmentation is set to enable(1). Otherwise, it should be reported as -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

bundleTimerHello 1.3.6.1.3.555.1.2.3.1.7
The configured MFR Hello Timer value (in seconds). The default value is 10.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..180  

bundleTimerAck 1.3.6.1.3.555.1.2.3.1.8
The configured MFR T_ACK value (in seconds). The default value is 4.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

bundleCountMaxRetry 1.3.6.1.3.555.1.2.3.1.9
The MFR N_MAX_RETRY value. The default value is 2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..5  

bundleActivationClass 1.3.6.1.3.555.1.2.3.1.10
Controls the conditions under which the bundle is activated.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER bundleActivationClassA(1), bundleActivationClassB(2), bundleActivationClassC(3), bundleActivationClassD(4)  

bundleThreshold 1.3.6.1.3.555.1.2.3.1.11
Specifies the number of links that must be in operational 'up' state before the bundle will transition to an operational up/active state. If the number of operational 'up' links falls below this value, then the bundle will transition to an inactive state. Note - this is only valid when bundleActivationClass is set to bundleActivationClassC or to bundleActivationClassD.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

bundleMaxDiffDelay 1.3.6.1.3.555.1.2.3.1.12
The maximum delay difference between the bundle links. The unit of measure is milliseconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

bundleSeqNumSize 1.3.6.1.3.555.1.2.3.1.13
Controls whether the standard FRF.12 12-bit sequence number is used or the optional 24-bit sequence number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER seqNumSize12bit(1), seqNumSize24bit(2)  


bundleFarEndName 1.3.6.1.3.555.1.2.3.1.15
Name of the bundle received from the far end.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..50)  

bundleResequencingErrors 1.3.6.1.3.555.1.2.3.1.16
A count of the number of resequncing errors. Each event may correspond to multiple lost frames. Example: Say sequence number 56, 59 and 60 is received for DLCI 100. It is decided by some means that sequence 57 and 58 is lost. This counter should then be incremented by ONE, even though two frames were lost.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleIfIndexMappingTable 1.3.6.1.3.555.1.2.4
A table mapping the values of bundleIfIndex to the bundleIndex. This is required in order to find the bundleIndex given an ifIndex. The mapping of bundleIndex is provided by the bundleIfIndex entry in the bundleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BundleIfIndexMappingEntry

bundleIfIndexMappingEntry 1.3.6.1.3.555.1.2.4.1
Each row describes one ifIndex to bundleIndex mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  BundleIfIndexMappingEntry  

bundleIfIndexMappingIndex 1.3.6.1.3.555.1.2.4.1.2
The bundleIndex of the given ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

bundleLinkTable 1.3.6.1.3.555.1.3.1
The bundle link configuration and status table. There is a one-to-one correspondence between a bundle link and a physical interface represented in the ifTable. The ifIndex of the physical interface is used to index the bundle link table, and to create rows. The manager can use the following entries in the ifTable: ifAdminStatus - the bundle link admin status ifOperStatus - the bundle link operationl status ifSpeed - the bandwidth of the bundle link ifInErrors - frame/fragment errors etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BundleLinkEntry

bundleLinkEntry 1.3.6.1.3.555.1.3.1.1
An entry in the bundle link table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BundleLinkEntry  

bundleLinkRowStatus 1.3.6.1.3.555.1.3.1.1.1
The bundleLinkRowStatus object allows create, change, and delete operations on bundleLink entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bundleLinkConfigBundleIndex 1.3.6.1.3.555.1.3.1.1.2
The bundleLinkConfigBundleIndex object allows the manager to control the bundle to which the bundle link is assigned. If no value were in this field, then the bundle would remain in NOT_READY rowStatus and be unable to go to active. With an appropriate bundleIndex in this field, then we could put the bundleLink row in NOT_IN_SERVICE or ACTIVE rowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

bundleLinkNearEndName 1.3.6.1.3.555.1.3.1.1.3
The configured bundle link name that is sent to the far end.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..50)  

bundleLinkState 1.3.6.1.3.555.1.3.1.1.4
Current bundle link state as defined by the MFR protocol described in Annex A of FRF.16.
Status: current Access: read-only
OBJECT-TYPE    
  BundleLinkState  

bundleLinkFarEndName 1.3.6.1.3.555.1.3.1.1.5
Name of bundle link received from far end.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..50)  

bundleLinkFarEndBundleName 1.3.6.1.3.555.1.3.1.1.6
Name of far end bundle for this link received from far end.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..50)  

bundleLinkDelay 1.3.6.1.3.555.1.3.1.1.7
Current round-trip delay for this bundle link.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bundleLinkFramesControlTx 1.3.6.1.3.555.1.3.1.1.8
Number of MFR control frames sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleLinkFramesControlRx 1.3.6.1.3.555.1.3.1.1.9
Number of valid MFR control frames received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleLinkFramesControlInvalid 1.3.6.1.3.555.1.3.1.1.10
The number of invalid MFR control frames received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleLinkTimerExpiredCount 1.3.6.1.3.555.1.3.1.1.11
Number of times the T_HELLO or T_ACK timers expired.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleLinkLoopbackSuspected 1.3.6.1.3.555.1.3.1.1.12
The number of times a loopback has been suspected (based upon the use of magic numbers).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleLinkUnexpectedSequence 1.3.6.1.3.555.1.3.1.1.13
The number of data MFR frames discarded because the sequence number of the frame for a DLCI was less than (delayed frame) or equal to (duplicate frame) the one expected for that DLCI. Example: Say frames with sequence numbers 56, 58, 59 is received for DLCI 100. While waiting for sequence number 57 another frame with sequence number 58 arrives. Frame 58 is discarded and the counter is incremented.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bundleLinkMismatch 1.3.6.1.3.555.1.3.1.1.14
The number of times that the unit has detected a mismatch between the near end and far end bundles.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mfrMibTrapBundleLinkMismatch 1.3.6.1.3.555.2.0.1
This trap indicates that a bundle link mismatch has been detected. The following objects are reported: - bundleNearEndName: configured name of near end bundle - bundleFarEndName: previously reported name of far end bundle - bundleLinkNearEndName: configured name of near end bundle - bundleLinkFarEndName: reported name of far end bundle - bundleLinkFarEndBundleName: currently reported name of far end bundle Note: that the configured items may have been configured automatically. Note: The bundleLinkMismatch counter is incremented when the trap is sent.
Status: current Access: read-only
NOTIFICATION-TYPE    

mfrMibCompliance 1.3.6.1.3.555.3.2.1
The compliance statement for equipment that implements the FRF16 MIB. All of the current groups are mandatory, but a number of objects may be read-only if the implementation does not allow configuration.
Status: current Access: read-only
MODULE-COMPLIANCE    

mfrMibBundleGroup 1.3.6.1.3.555.3.1.1
Group of objects describing bundles.
Status: current Access: read-only
OBJECT-GROUP    

mfrMibBundleLinkGroup 1.3.6.1.3.555.3.1.2
Group of objects describing bundle links.
Status: current Access: read-only
OBJECT-GROUP    

mfrMibTrapGroup 1.3.6.1.3.555.3.1.3
Group of objects describing notifications (traps).
Status: current Access: read-only
NOTIFICATION-GROUP