FR-MFR-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: FR-MFR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 mfrMib 1.3.6.1.2.1.10.47
This is the MIB used to control and monitor the multilink frame relay (MFR) function described in FRF.16.
       mfrMibScalarObjects 1.3.6.1.2.1.10.47.1
           mfrBundleMaxNumBundles 1.3.6.1.2.1.10.47.1.1 integer32 read-only
This object is used to inform the manager of the maximum number of bundles supported by this device.
           mfrBundleNextIndex 1.3.6.1.2.1.10.47.1.2 testandincr read-write
This object is used to assist the manager in selecting a value for mfrBundleIndex during row creation in the mfrBundleTable. 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).
       mfrMibBundleObjects 1.3.6.1.2.1.10.47.2
           mfrBundleTable 1.3.6.1.2.1.10.47.2.3 no-access
The bundle configuration and status table. There is a one-to-one correspondence between a bundle and an interface represented in the ifTable. The following objects of the ifTable have specific meaning for an MFR bundle: ifAdminStatus - the bundle admin status ifOperStatus - the bundle operational status ifSpeed - the current bandwidth of the bundle ifInUcastPkts - the number of frames received on the bundle ifOutUcastPkts - the number of frames transmitted on the bundle ifInErrors - frame (not fragment) errors ifOutErrors - frame (not fragment) errors
               mfrBundleEntry 1.3.6.1.2.1.10.47.2.3.1 no-access
An entry in the bundle table.
                   mfrBundleIndex 1.3.6.1.2.1.10.47.2.3.1.1 integer32 no-access
The index into the table. While this corresponds to an entry in the ifTable, the value of mfrBundleIndex need not match that of the ifIndex in the ifTable. A manager can use mfrBundleNextIndex to select a unique mfrBundleIndex for creating a new row.
                   mfrBundleIfIndex 1.3.6.1.2.1.10.47.2.3.1.2 interfaceindex read-only
The value must match an entry in the interface table whose ifType must be set to frf16MfrBundle(163). For example: if the value of mfrBundleIfIndex is 10, then a corresponding entry should be present in the ifTable with an index of 10 and an ifType of 163.
                   mfrBundleRowStatus 1.3.6.1.2.1.10.47.2.3.1.3 rowstatus read-only
The mfrBundleRowStatus object allows create, change, and delete operations on bundle entries.
                   mfrBundleNearEndName 1.3.6.1.2.1.10.47.2.3.1.4 snmpadminstring read-only
The configured name of the bundle.
                   mfrBundleFragmentation 1.3.6.1.2.1.10.47.2.3.1.5 integer read-only
Controls whether the bundle performs/accepts fragmentation and re-assembly. The possible values are: enable(1) - Bundle links will fragment frames disable(2) - Bundle links will not fragment frames. Enumeration: 'enable': 1, 'disable': 2.
                   mfrBundleMaxFragSize 1.3.6.1.2.1.10.47.2.3.1.6 integer32 read-only
The maximum fragment size supported. Note that this is only valid if mfrBundleFragmentation is set to enable(1). Zero is not a valid fragment size. A bundle that does not support fragmentation must return this object with a value of -1.
                   mfrBundleTimerHello 1.3.6.1.2.1.10.47.2.3.1.7 integer read-only
The configured MFR Hello Timer value.
                   mfrBundleTimerAck 1.3.6.1.2.1.10.47.2.3.1.8 integer read-only
The configured MFR T_ACK value.
                   mfrBundleCountMaxRetry 1.3.6.1.2.1.10.47.2.3.1.9 integer read-only
The MFR N_MAX_RETRY value.
                   mfrBundleActivationClass 1.3.6.1.2.1.10.47.2.3.1.10 integer read-only
Controls the conditions under which the bundle is activated. The following settings are available: mfrBundleActivationClassA(1) - at least one must link up mfrBundleActivationClassB(2) - all links must be up mfrBundleActivationClassC(3) - a certain number must be up. Refer to mfrBundleThreshold for the required number. mfrBundleActivationClassD(4) - custom (implementation specific). Enumeration: 'mfrBundleActivationClassD': 4, 'mfrBundleActivationClassA': 1, 'mfrBundleActivationClassB': 2, 'mfrBundleActivationClassC': 3.
                   mfrBundleThreshold 1.3.6.1.2.1.10.47.2.3.1.11 integer32 read-only
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 mfrBundleActivationClass is set to mfrBundleActivationClassC or, depending upon the implementation, to mfrBundleActivationClassD. A bundle that is not set to one of these must return this object with a value of -1.
                   mfrBundleMaxDiffDelay 1.3.6.1.2.1.10.47.2.3.1.12 integer32 read-only
The maximum delay difference between the bundle links. A value of -1 indicates that this object does not contain a valid value
                   mfrBundleSeqNumSize 1.3.6.1.2.1.10.47.2.3.1.13 integer read-only
Controls whether the standard FRF.12 12-bit sequence number is used or the optional 24-bit sequence number. Enumeration: 'seqNumSize24bit': 2, 'seqNumSize12bit': 1.
                   mfrBundleMaxBundleLinks 1.3.6.1.2.1.10.47.2.3.1.14 integer32 read-only
The maximum number of bundle links supported for this bundle.
                   mfrBundleLinksConfigured 1.3.6.1.2.1.10.47.2.3.1.15 integer32 read-only
The number of links configured for the bundle.
                   mfrBundleLinksActive 1.3.6.1.2.1.10.47.2.3.1.16 integer32 read-only
The number of links that are active.
                   mfrBundleBandwidth 1.3.6.1.2.1.10.47.2.3.1.17 integer32 read-only
The amount of available bandwidth on the bundle
                   mfrBundleFarEndName 1.3.6.1.2.1.10.47.2.3.1.18 snmpadminstring read-only
Name of the bundle received from the far end.
                   mfrBundleResequencingErrors 1.3.6.1.2.1.10.47.2.3.1.19 counter32 read-only
A count of the number of resequencing 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.
           mfrBundleIfIndexMappingTable 1.3.6.1.2.1.10.47.2.4 no-access
A table mapping the values of ifIndex to the mfrBundleIndex. This is required in order to find the mfrBundleIndex given an ifIndex. The mapping of mfrBundleIndex to ifIndex is provided by the mfrBundleIfIndex entry in the mfrBundleTable.
               mfrBundleIfIndexMappingEntry 1.3.6.1.2.1.10.47.2.4.1 no-access
Each row describes one ifIndex to mfrBundleIndex mapping.
                   mfrBundleIfIndexMappingIndex 1.3.6.1.2.1.10.47.2.4.1.2 integer32 read-only
The mfrBundleIndex of the given ifIndex.
       mfrMibBundleLinkObjects 1.3.6.1.2.1.10.47.3
           mfrBundleLinkTable 1.3.6.1.2.1.10.47.3.1 no-access
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 following objects of the ifTable have specific meaning for an MFR bundle link: ifAdminStatus - the bundle link admin status ifOperStatus - the bundle link operational status ifSpeed - the bandwidth of the bundle link interface ifInUcastPkts - the number of frames received on the bundle link ifOutUcastPkts - the number of frames transmitted on the bundle link ifInErrors - frame and fragment errors ifOutErrors - frame and fragment errors
               mfrBundleLinkEntry 1.3.6.1.2.1.10.47.3.1.1 no-access
An entry in the bundle link table.
                   mfrBundleLinkRowStatus 1.3.6.1.2.1.10.47.3.1.1.1 rowstatus read-only
The mfrBundleLinkRowStatus object allows create, change, and delete operations on mfrBundleLink entries. The create operation must fail if no physical interface is associated with the bundle link.
                   mfrBundleLinkConfigBundleIndex 1.3.6.1.2.1.10.47.3.1.1.2 integer32 read-only
The mfrBundleLinkConfigBundleIndex 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 mfrBundleIndex in this field, then we could put the mfrBundleLink row in NOT_IN_SERVICE or ACTIVE rowStatus.
                   mfrBundleLinkNearEndName 1.3.6.1.2.1.10.47.3.1.1.3 snmpadminstring read-only
The configured bundle link name that is sent to the far end.
                   mfrBundleLinkState 1.3.6.1.2.1.10.47.3.1.1.4 mfrbundlelinkstate read-only
Current bundle link state as defined by the MFR protocol described in Annex A of FRF.16.
                   mfrBundleLinkFarEndName 1.3.6.1.2.1.10.47.3.1.1.5 snmpadminstring read-only
Name of bundle link received from far end.
                   mfrBundleLinkFarEndBundleName 1.3.6.1.2.1.10.47.3.1.1.6 snmpadminstring read-only
Name of far end bundle for this link received from far end.
                   mfrBundleLinkDelay 1.3.6.1.2.1.10.47.3.1.1.7 integer32 read-only
Current round-trip delay for this bundle link. The value -1 is returned when an implementation does not support measurement of the bundle link delay.
                   mfrBundleLinkFramesControlTx 1.3.6.1.2.1.10.47.3.1.1.8 counter32 read-only
Number of MFR control frames sent.
                   mfrBundleLinkFramesControlRx 1.3.6.1.2.1.10.47.3.1.1.9 counter32 read-only
Number of valid MFR control frames received.
                   mfrBundleLinkFramesControlInvalid 1.3.6.1.2.1.10.47.3.1.1.10 counter32 read-only
The number of invalid MFR control frames received.
                   mfrBundleLinkTimerExpiredCount 1.3.6.1.2.1.10.47.3.1.1.11 counter32 read-only
Number of times the T_HELLO or T_ACK timers expired.
                   mfrBundleLinkLoopbackSuspected 1.3.6.1.2.1.10.47.3.1.1.12 counter32 read-only
The number of times a loopback has been suspected (based upon the use of magic numbers).
                   mfrBundleLinkUnexpectedSequence 1.3.6.1.2.1.10.47.3.1.1.13 counter32 read-only
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.
                   mfrBundleLinkMismatch 1.3.6.1.2.1.10.47.3.1.1.14 counter32 read-only
The number of times that the unit has been notified by the remote peer that the bundle name is inconsistent with other bundle links attached to the far-end bundle.
       mfrMibTraps 1.3.6.1.2.1.10.47.4
           mfrMibTrapsPrefix 1.3.6.1.2.1.10.47.4.0
               mfrMibTrapBundleLinkMismatch 1.3.6.1.2.1.10.47.4.0.1
This trap indicates that a bundle link mismatch has been detected. The following objects are reported: mfrBundleNearEndName: configured name of near end bundle mfrBundleFarEndName: previously reported name of far end bundle mfrBundleLinkNearEndName: configured name of near end bundle mfrBundleLinkFarEndName: reported name of far end bundle mfrBundleLinkFarEndBundleName: currently reported name of far end bundle Note: that the configured items may have been configured automatically. Note: The mfrBundleLinkMismatch counter is incremented when the trap is sent.
       mfrMibConformance 1.3.6.1.2.1.10.47.5
           mfrMibGroups 1.3.6.1.2.1.10.47.5.1
               mfrMibBundleGroup 1.3.6.1.2.1.10.47.5.1.1
Group of objects describing bundles.
               mfrMibBundleLinkGroup 1.3.6.1.2.1.10.47.5.1.2
Group of objects describing bundle links.
               mfrMibTrapGroup 1.3.6.1.2.1.10.47.5.1.3
Group of objects describing notifications (traps).
           mfrMibCompliances 1.3.6.1.2.1.10.47.5.2
               mfrMibCompliance 1.3.6.1.2.1.10.47.5.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.