AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » RFC » FR-MFR-MIB » Objects

FR-MFR-MIB.mib object view, vendor RFC

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file FR-MFR-MIB and use it to monitor vendor specific OID's.

FR-MFR-MIB file content

Object view of FR-MFR-MIB:

Scalar Object
mfrBundleMaxNumBundles .1.3.6.1.2.1.10.47.1.1
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
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).
mfrBundleEntry .1.3.6.1.2.1.10.47.2.3.1
An entry in the bundle table.
mfrBundleIfIndexMappingEntry .1.3.6.1.2.1.10.47.2.4.1
Each row describes one ifIndex to mfrBundleIndex mapping.
mfrBundleLinkEntry .1.3.6.1.2.1.10.47.3.1.1
An entry in the bundle link table.
Tabular Object
mfrBundleIndex .1.3.6.1.2.1.10.47.2.3.1.1
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
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
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
The configured name of the bundle.
mfrBundleFragmentation .1.3.6.1.2.1.10.47.2.3.1.5
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.
mfrBundleMaxFragSize .1.3.6.1.2.1.10.47.2.3.1.6
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
The configured MFR Hello Timer value.
mfrBundleTimerAck .1.3.6.1.2.1.10.47.2.3.1.8
The configured MFR T_ACK value.
mfrBundleCountMaxRetry .1.3.6.1.2.1.10.47.2.3.1.9
The MFR N_MAX_RETRY value.
mfrBundleActivationClass .1.3.6.1.2.1.10.47.2.3.1.10
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).
mfrBundleThreshold .1.3.6.1.2.1.10.47.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 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
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
Controls whether the standard FRF.12 12-bit sequence number is used or the optional 24-bit sequence number.
mfrBundleMaxBundleLinks .1.3.6.1.2.1.10.47.2.3.1.14
The maximum number of bundle links supported for this bundle.
mfrBundleLinksConfigured .1.3.6.1.2.1.10.47.2.3.1.15
The number of links configured for the bundle.
mfrBundleLinksActive .1.3.6.1.2.1.10.47.2.3.1.16
The number of links that are active.
mfrBundleBandwidth .1.3.6.1.2.1.10.47.2.3.1.17
The amount of available bandwidth on the bundle
mfrBundleFarEndName .1.3.6.1.2.1.10.47.2.3.1.18
Name of the bundle received from the far end.
mfrBundleResequencingErrors .1.3.6.1.2.1.10.47.2.3.1.19
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.
mfrBundleIfIndexMappingIndex .1.3.6.1.2.1.10.47.2.4.1.2
The mfrBundleIndex of the given ifIndex.
mfrBundleLinkRowStatus .1.3.6.1.2.1.10.47.3.1.1.1
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
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
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
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
Name of bundle link received from far end.
mfrBundleLinkFarEndBundleName .1.3.6.1.2.1.10.47.3.1.1.6
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
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
Number of MFR control frames sent.
mfrBundleLinkFramesControlRx .1.3.6.1.2.1.10.47.3.1.1.9
Number of valid MFR control frames received.
mfrBundleLinkFramesControlInvalid .1.3.6.1.2.1.10.47.3.1.1.10
The number of invalid MFR control frames received.
mfrBundleLinkTimerExpiredCount .1.3.6.1.2.1.10.47.3.1.1.11
Number of times the T_HELLO or T_ACK timers expired.
mfrBundleLinkLoopbackSuspected .1.3.6.1.2.1.10.47.3.1.1.12
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
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
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.
Table
mfrBundleTable .1.3.6.1.2.1.10.47.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 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
mfrBundleIfIndexMappingTable .1.3.6.1.2.1.10.47.2.4
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.
mfrBundleLinkTable .1.3.6.1.2.1.10.47.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 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
Trap
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.
Object Identifier
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
mfrMibBundleObjects .1.3.6.1.2.1.10.47.2
mfrMibBundleLinkObjects .1.3.6.1.2.1.10.47.3
mfrMibTraps .1.3.6.1.2.1.10.47.4
mfrMibConformance .1.3.6.1.2.1.10.47.5
mfrMibTrapsPrefix .1.3.6.1.2.1.10.47.4.0
mfrMibGroups .1.3.6.1.2.1.10.47.5.1
mfrMibCompliances .1.3.6.1.2.1.10.47.5.2
Group
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).