rtmStaticRtBfdSupport

DC-RTM-MIB · .1.3.6.1.4.1.629.10.7.1.3.1.20

Object

column r/w RtmBfdSupport
This object indicates whether DC-RTM should use BFD to check IP
reachability to the static route's next hop.
              
DC-RTM will only attempt to use BFD if rtmEntityBfdIndex is non-zero
and the static route has rtmStaticRtAction set to 'forward'
and rtmStaticRtNextHop set to a non-null IP address.
              
This object should be set as follows.
              
-  Set to 'none' if BFD is not required for this static route.
              
-  Set to 'desired' if it is not known whether the next hop
   router supports BFD.  DC-RTM will use BFD for reachability
   checking if BFD is able to contact the next hop router.  If the
   BFD session fails, the static route will be removed from the
   forwarding table and will not be used for redistribution.
              
-  Set to 'required' if it is known that the next hop router
   supports BFD.  DC-RTM will use BFD to check reachability of the
   next hop.  If BFD is unable to contact the next hop router or if
   the BFD session fails, the static route will be removed from the
   forwarding table and will not be used for redistribution.
              
The current state of the BFD session is indicated by
rtmStaticRtBfdStatus.

Context

MIB
DC-RTM-MIB
OID
.1.3.6.1.4.1.629.10.7.1.3.1.20
Type
column
Access
readwrite
Status
current
Parent
rtmStaticRtEntry
Groups
1

Walk 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-RTM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-RTM-MIB::rtmStaticRtBfdSupport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-RTM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-RTM-MIB::rtmStaticRtBfdSupport.<rtmStaticRtFteIndex>.<rtmStaticRtDestAddrType>.<rtmStaticRtDestAddr>.<rtmStaticRtDestLen>.<rtmStaticRtNextHopType>.<rtmStaticRtNextHop>.<rtmStaticRtIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-RTM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-RTM-MIB::rtmStaticRtBfdSupport'

Syntax

Source
RtmBfdSupport
Base type
Enumeration

Values & Constraints

Type Values
1none
2desired
3required

Conformance