ifTableXtndReliability
WAN-MIB ·
.1.3.6.1.4.1.6889.2.1.6.2.2.1.1.29
Object
column
SNMPv2-SMIGauge32
Expoential Average of the Reliability of an interface
calculated for the interval specified in
ifTableXtndLoadInterval.
Reliability is expressed a a number in the range 1 to
255.
255 = Fully Reliable interface.
1 = Interface is extremly un reliable.
The exponentail average smooths peaks while correctly
showing current trends.
RateSample is calculated every 5 seconds as follows:
If (OperStatus is down and Admin status is Up)
RateSample =1
else
RateSample = 255
new_ifTableXtndReliability =
(old_ifTableXtndReliability - RateSample)
*exp( -5/LoadInterval) + RateSample
Context
- MIB
- WAN-MIB
- OID
.1.3.6.1.4.1.6889.2.1.6.2.2.1.1.29- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ifTableXtndEntry
Syntax
SNMPv2-SMIGauge32
Values & Constraints
No enumerated values or constraints recorded.