ospfPmEntSpfThrottle
DC-OSPF-MIB ·
.1.2.826.0.1.1578918.5.62.1.1.1.1.79
Object
Set this flag to 'true' to enable SPF throttling instead
of using calc_max_delay.
SPF throttling is an incremental back-off algorithm that
can delay SPF calculations during periods of network
instability.
For the first topology change event that triggers an SPF
calculation (that is, when the 'hold timer' is not
running), the SPF calculation is delayed by
ospfPmEntSpfStartTime.
After this the 'hold timer' is started with duration
ospfPmEntSpfHoldTime.
If another topology change event occurs while the 'hold
timer' is running then the following takes place.
- The SPF calculation is delayed until the current 'hold
timer' expires.
- The duration of the 'hold timer' is doubled, up to a
maximum time of ospfPmEntSpfMaxWait.
If no topology change events occur while the 'hold timer'
is running then, on expiry, the 'hold timer' interval is
reset to its initial value.
The value of this field may be changed at any time. If
necessary an existing running timer will be cancelled.
Context
- MIB
- DC-OSPF-MIB
- OID
.1.2.826.0.1.1578918.5.62.1.1.1.1.79- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ospfPmEntEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DC-OSPF-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-OSPF-MIB::ospfPmEntSpfThrottle'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-OSPF-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-OSPF-MIB::ospfPmEntSpfThrottle.<ospfPmEntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-OSPF-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-OSPF-MIB::ospfPmEntSpfThrottle'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of