bfdSessLastDownDiag
DC-BFD-STUB-MIB ·
.1.2.826.0.1.1578918.5.3.25.1.2.1.40
Object
column BfdDiag
This object specifies the reason code for the last session down event.
Context
- MIB
- DC-BFD-STUB-MIB
- OID
.1.2.826.0.1.1578918.5.3.25.1.2.1.40- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bfdSessionEntry
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-BFD-STUB-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BFD-STUB-MIB::bfdSessLastDownDiag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-BFD-STUB-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BFD-STUB-MIB::bfdSessLastDownDiag.<bfdEntityIndex>.<bfdSessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-BFD-STUB-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-BFD-STUB-MIB::bfdSessLastDownDiag'
Values & Constraints
Type Values
0 | noDiagnostic |
1 | controlDetectionTimeExpired |
2 | echoFunctionFailed |
3 | neighborSignaledSessionDown |
4 | forwardingPlaneReset |
5 | pathDown |
6 | concatenatedPathDown |
7 | administrativelyDown |
8 | reverseConcatenatedPathDown |
16 | misconnectivity |
255 | noContact |