Home/Catalog/FRF16-MFR-MIB-EXP

FRF16-MFR-MIB-EXP

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.
Main OID:
mfrMib.1.3.6.1.3.555
54
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

54 total
Object Name
mfrMibThis 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
.1.3.6.1.3.555
mfrMibObjects
OBJECT IDENTIFIER
.1.3.6.1.3.555.1
mfrMibScalarObjects
OBJECT IDENTIFIER
.1.3.6.1.3.555.1.1
bundleMaxNumBundlesThis object is used to inform the manager of the maximum number of bundles supported by this device.ro
Integer32
.1.3.6.1.3.555.1.1.1
bundleNextIndexThis 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).rw
TestAndIncr (SNMPv2-TC)
.1.3.6.1.3.555.1.1.2
mfrMibBundleObjects
OBJECT IDENTIFIER
.1.3.6.1.3.555.1.2
bundleTableThe 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.
SEQUENCE OF BundleEntry
.1.3.6.1.3.555.1.2.3
bundleEntryAn entry in the bundle table.
BundleEntry
.1.3.6.1.3.555.1.2.3.1
bundleIndexThe 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.
Integer32
.1.3.6.1.3.555.1.2.3.1.1
bundleIfIndexThe 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.ro
InterfaceIndex (IF-MIB)
.1.3.6.1.3.555.1.2.3.1.2
bundleRowStatusThe bundleRowStatus object allows create, change, and delete operations on bundle entries.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.3.555.1.2.3.1.3
bundleNearEndNameThe configured name of the bundle.rw
SnmpAdminString
.1.3.6.1.3.555.1.2.3.1.4
bundleFragmentationControls whether the bundle performs/accepts fragmentation and re-assembly.rw
Enumeration
.1.3.6.1.3.555.1.2.3.1.5
bundleMaxFragSizeThe maximum fragment size supported. Note that this is only valid if bundleFragmentation is set to enable(1). Otherwise, it should be reported as -1.rw
Integer32
.1.3.6.1.3.555.1.2.3.1.6
bundleTimerHelloThe configured MFR Hello Timer value (in seconds). The default value is 10.rw
INTEGER
.1.3.6.1.3.555.1.2.3.1.7
bundleTimerAckThe configured MFR T_ACK value (in seconds). The default value is 4.rw
INTEGER
.1.3.6.1.3.555.1.2.3.1.8
bundleCountMaxRetryThe MFR N_MAX_RETRY value. The default value is 2.rw
INTEGER
.1.3.6.1.3.555.1.2.3.1.9
bundleActivationClassControls the conditions under which the bundle is activated.rw
Enumeration
.1.3.6.1.3.555.1.2.3.1.10
bundleThresholdSpecifies 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.rw
Integer32
.1.3.6.1.3.555.1.2.3.1.11
bundleMaxDiffDelayThe maximum delay difference between the bundle links. The unit of measure is milliseconds.rw
Integer32
.1.3.6.1.3.555.1.2.3.1.12
bundleSeqNumSizeControls whether the standard FRF.12 12-bit sequence number is used or the optional 24-bit sequence number.rw
Enumeration
.1.3.6.1.3.555.1.2.3.1.13
bundleFarEndNameName of the bundle received from the far end.ro
SnmpAdminString
.1.3.6.1.3.555.1.2.3.1.15
bundleResequencingErrorsA 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.ro
Counter32
.1.3.6.1.3.555.1.2.3.1.16
bundleIfIndexMappingTableA 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.
SEQUENCE OF BundleIfIndexMappingEntry
.1.3.6.1.3.555.1.2.4
bundleIfIndexMappingEntryEach row describes one ifIndex to bundleIndex mapping.
BundleIfIndexMappingEntry
.1.3.6.1.3.555.1.2.4.1
bundleIfIndexMappingIndexThe bundleIndex of the given ifIndex.ro
InterfaceIndex (IF-MIB)
.1.3.6.1.3.555.1.2.4.1.2
mfrMibBundleLinkObjects
OBJECT IDENTIFIER
.1.3.6.1.3.555.1.3
bundleLinkTableThe 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.
SEQUENCE OF BundleLinkEntry
.1.3.6.1.3.555.1.3.1
bundleLinkEntryAn entry in the bundle link table.
BundleLinkEntry
.1.3.6.1.3.555.1.3.1.1
bundleLinkRowStatusThe bundleLinkRowStatus object allows create, change, and delete operations on bundleLink entries.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.3.555.1.3.1.1.1
bundleLinkConfigBundleIndexThe 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.rw
Integer32
.1.3.6.1.3.555.1.3.1.1.2
bundleLinkNearEndNameThe configured bundle link name that is sent to the far end.rw
SnmpAdminString
.1.3.6.1.3.555.1.3.1.1.3
bundleLinkStateCurrent bundle link state as defined by the MFR protocol described in Annex A of FRF.16.ro
BundleLinkState
.1.3.6.1.3.555.1.3.1.1.4
bundleLinkFarEndNameName of bundle link received from far end.ro
SnmpAdminString
.1.3.6.1.3.555.1.3.1.1.5
bundleLinkFarEndBundleNameName of far end bundle for this link received from far end.ro
SnmpAdminString
.1.3.6.1.3.555.1.3.1.1.6
bundleLinkDelayCurrent round-trip delay for this bundle link.ro
Integer32
.1.3.6.1.3.555.1.3.1.1.7
bundleLinkFramesControlTxNumber of MFR control frames sent.ro
Counter32
.1.3.6.1.3.555.1.3.1.1.8
bundleLinkFramesControlRxNumber of valid MFR control frames received.ro
Counter32
.1.3.6.1.3.555.1.3.1.1.9
bundleLinkFramesControlInvalidThe number of invalid MFR control frames received.ro
Counter32
.1.3.6.1.3.555.1.3.1.1.10
bundleLinkTimerExpiredCountNumber of times the T_HELLO or T_ACK timers expired.ro
Counter32
.1.3.6.1.3.555.1.3.1.1.11
bundleLinkLoopbackSuspectedThe number of times a loopback has been suspected (based upon the use of magic numbers).ro
Counter32
.1.3.6.1.3.555.1.3.1.1.12
bundleLinkUnexpectedSequenceThe 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.ro
Counter32
.1.3.6.1.3.555.1.3.1.1.13
bundleLinkMismatchThe number of times that the unit has detected a mismatch between the near end and far end bundles.ro
Counter32
.1.3.6.1.3.555.1.3.1.1.14
mfrMibTraps
OBJECT IDENTIFIER
.1.3.6.1.3.555.2
mfrMibTrapsPrefix
OBJECT IDENTIFIER
.1.3.6.1.3.555.2.0
mfrMibTrapBundleLinkMismatchThis 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.
NOTIFICATION-TYPE
.1.3.6.1.3.555.2.0.1
mfrMibConformance
OBJECT IDENTIFIER
.1.3.6.1.3.555.3
mfrMibGroups
OBJECT IDENTIFIER
.1.3.6.1.3.555.3.1
mfrMibBundleGroupGroup of objects describing bundles.
Unknown
.1.3.6.1.3.555.3.1.1
mfrMibBundleLinkGroupGroup of objects describing bundle links.
Unknown
.1.3.6.1.3.555.3.1.2
mfrMibTrapGroupGroup of objects describing notifications (traps).
Unknown
.1.3.6.1.3.555.3.1.3
mfrMibCompliances
OBJECT IDENTIFIER
.1.3.6.1.3.555.3.2
mfrMibComplianceThe 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.
Unknown
.1.3.6.1.3.555.3.2.1
FRF16-MFR-MIB-EXP - SNMP MIB Reference | MIBs Explorer