CISCO-IETF-BFD-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-BFD-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoIetfBfdMIB 1.3.6.1.4.1.9.10.137
This document contains the Management information base for Bidirectional Forwarding Detection(BFD) Protocol as defined in draft-ietf-bfd-base-06.txt. BFD is a protocol intended to detect faults in the bidirectional path between two forwarding engines, including interfaces, data link(s), and to the extent possible the forwarding engines themselves, with potentially very low latency. It operates independently of media, data protocols, and routing protocols. This MIB module is based on the Internet Draft draft-ietf-bfd-mib-03.txt and draft-ietf-bfd-mib-04.txt
         ciscoBfdNotifications 1.3.6.1.4.1.9.10.137.0
             ciscoBfdSessUp 1.3.6.1.4.1.9.10.137.0.1
This notification is generated when the ciscoBfdSessState object for one or more contiguous entries in ciscoBfdSessTable are about to enter the up(4) state from some other state. The included values of ciscoBfdSessDiag MUST both be set equal to this new state (i.e: up(4)). The two instances of ciscoBfdSessDiag in this notification indicate the range of indexes that are affected. Note that all the indexes of the two ends of the range can be derived from the instance identifiers of these two objects. For the cases where a contiguous range of sessions have transitioned into the up(4) state at roughly the same time, the device SHOULD issue a single notification for each range of contiguous indexes in an effort to minimize the emission of a large number of notifications. If a notification has to be issued for just a single ciscoBfdSessEntry, then the instance identifier (and values) of the two ciscoBfdSessDiag objects MUST be the identical.
             ciscoBfdSessDown 1.3.6.1.4.1.9.10.137.0.2
This notification is generated when the ciscoBfdSessState object for one or more contiguous entries in ciscoBfdSessTable are about to enter the down(2) or adminDown(1) states from some other state. The included values of ciscoBfdSessDiag MUST both be set equal to this new state (i.e: down(2) or adminDown(1)). The two instances of ciscoBfdSessDiag in this notification indicate the range of indexes that are affected. Note that all the indexes of the two ends of the range can be derived from the instance identifiers of these two objects. For cases where a contiguous range of sessions have transitioned into the down(2) or adminDown(1) states at roughly the same time, the device SHOULD issue a single notification for each range of contiguous indexes in an effort to minimize the emission of a large number of notifications. If a notification has to be issued for just a single ciscoBfdSessEntry, then the instance identifier (and values) of the two ciscoBfdSessDiag objects MUST be the identical.
         ciscoBfdObjects 1.3.6.1.4.1.9.10.137.1
             ciscoBfdScalarObjects 1.3.6.1.4.1.9.10.137.1.1
                 ciscoBfdAdminStatus 1.3.6.1.4.1.9.10.137.1.1.1 integer read-write
The global administrative status of BFD in this router. The value 'enabled' denotes that the BFD Process is active on at least one interface; 'disabled' disables it on all interfaces. Enumeration: 'disabled': 2, 'enabled': 1.
                 ciscoBfdVersionNumber 1.3.6.1.4.1.9.10.137.1.1.3 unsigned32 read-only
The current version number of the BFD protocol.
                 ciscoBfdSessNotificationsEnable 1.3.6.1.4.1.9.10.137.1.1.4 truthvalue read-write
If this object is set to true(1), then it enables the emission of ciscoBfdSessUp and ciscoBfdSessDown notifications; otherwise these notifications are not emitted.
             ciscoBfdSessTable 1.3.6.1.4.1.9.10.137.1.2 no-access
The BFD Session Table describes the BFD sessions.
                 ciscoBfdSessEntry 1.3.6.1.4.1.9.10.137.1.2.1 no-access
The BFD Session Entry describes BFD session.
                     ciscoBfdSessIndex 1.3.6.1.4.1.9.10.137.1.2.1.1 ciscobfdsessindextc no-access
This object contains an index used to represent a unique BFD session on this device.
                     ciscoBfdSessApplicationId 1.3.6.1.4.1.9.10.137.1.2.1.2 unsigned32 read-only
This object contains an index used to indicate a local application which owns or maintains this BFD session. For instance, the MPLS VPN process may maintain a subset of the total number of BFD sessions. This application ID provides a convenient way to segregate sessions by the applications which maintain them.
                     ciscoBfdSessDiscriminator 1.3.6.1.4.1.9.10.137.1.2.1.3 unsigned32 read-only
This object specifies the local discriminator for this BFD session, used to uniquely identify it.
                     ciscoBfdSessRemoteDiscr 1.3.6.1.4.1.9.10.137.1.2.1.4 unsigned32 read-only
This object specifies the session discriminator chosen by the remote system for this BFD session.
                     ciscoBfdSessUdpPort 1.3.6.1.4.1.9.10.137.1.2.1.5 inetportnumber read-only
The destination UDP Port for BFD. The default value is the well-known value for this port. BFD State failing(5) is only applicable if this BFD session is running version 0
                     ciscoBfdSessState 1.3.6.1.4.1.9.10.137.1.2.1.6 integer read-only
The perceived state of the BFD session. Enumeration: 'adminDown': 1, 'down': 2, 'init': 3, 'failing': 5, 'up': 4.
                     ciscoBfdSessRemoteHeardFlag 1.3.6.1.4.1.9.10.137.1.2.1.7 truthvalue read-only
This object specifies status of BFD packet reception from the remote system. Specifically, it is set to true(1) if the local system is actively receiving BFD packets from the remote system, and is set to false(0) if the local system has not received BFD packets recently (within the detection time) or if the local system is attempting to tear down the BFD session.
                     ciscoBfdSessDiag 1.3.6.1.4.1.9.10.137.1.2.1.8 ciscobfddiag read-only
A diagnostic code specifying the local system's reason for the last transition of the session from up(1) to some other state.
                     ciscoBfdSessOperMode 1.3.6.1.4.1.9.10.137.1.2.1.9 integer read-only
This object specifies current operating mode that BFD session is operating in. Enumeration: 'demandModeWOEchoFunction': 4, 'demandModeWEchoFunction': 3, 'asynchModeWOEchoFun': 2, 'asyncModeWEchoFun': 1.
                     ciscoBfdSessDemandModeDesiredFlag 1.3.6.1.4.1.9.10.137.1.2.1.10 truthvalue read-only
This object indicates that the local system's desire to use Demand mode. Specifically, it is set to true(1) if the local system wishes to use Demand mode or false(0) if not
                     ciscoBfdSessEchoFuncModeDesiredFlag 1.3.6.1.4.1.9.10.137.1.2.1.11 truthvalue read-only
This object indicates that the local system's desire to use Echo mode. Specifically, it is set to true(1) if the local system wishes to use Echo mode or false(0) if not
                     ciscoBfdSessControlPlanIndepFlag 1.3.6.1.4.1.9.10.137.1.2.1.12 truthvalue read-only
This object indicates that the local system's ability to continue to function through a disruption of the control plane. Specifically, it is set to true(1) if the local system BFD implementation is independent of the control plane. Otherwise, the value is set to false(0)
                     ciscoBfdSessAddrType 1.3.6.1.4.1.9.10.137.1.2.1.13 inetaddresstype read-only
This object specifies IP address type of the neighboring IP address which is being monitored with this BFD session. Only values unknown(0), ipv4(1) or ipv6(2) have to be supported. A value of unknown(0) is allowed only when the outgoing interface is of type point-to-point, or when the BFD session is not associated with a specific interface. If any other unsupported values are attempted in a set operation, the agent MUST return an inconsistentValue error.
                     ciscoBfdSessAddr 1.3.6.1.4.1.9.10.137.1.2.1.14 inetaddress read-only
This object specifies the neighboring IP address which is being monitored with this BFD session. It can also be used to enabled BFD on a specific interface. The value is set to zero when BFD session is not associated with a specific interface.
                     ciscoBfdSessDesiredMinTxInterval 1.3.6.1.4.1.9.10.137.1.2.1.15 ciscobfdinterval read-only
This object specifies the minimum interval, in microseconds, that the local system would like to use when transmitting BFD Control packets.
                     ciscoBfdSessReqMinRxInterval 1.3.6.1.4.1.9.10.137.1.2.1.16 ciscobfdinterval read-only
This object specifies the minimum interval, in microseconds, between received BFD Control packets the local system is capable of supporting.
                     ciscoBfdSessReqMinEchoRxInterval 1.3.6.1.4.1.9.10.137.1.2.1.17 ciscobfdinterval read-only
This object specifies the minimum interval, in microseconds, between received BFD Echo packets that this system is capable of supporting.
                     ciscoBfdSessDetectMult 1.3.6.1.4.1.9.10.137.1.2.1.18 unsigned32 read-only
This object specifies the Detect time multiplier.
                     ciscoBfdSessStorType 1.3.6.1.4.1.9.10.137.1.2.1.19 storagetype read-only
This variable indicates the storage type for this object. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     ciscoBfdSessRowStatus 1.3.6.1.4.1.9.10.137.1.2.1.20 rowstatus read-only
This variable is used to create, modify, and/or delete a row in this table. When a row in this table has a row in the active(1) state, no objects in this row can be modified except the ciscoBfdSessRowStatus and ciscoBfdSessStorageType.
                     ciscoBfdSessAuthPresFlag 1.3.6.1.4.1.9.10.137.1.2.1.21 truthvalue read-only
This object indicates that the local system's desire to use Authentication. Specifically, it is set to true(1) if the local system wishes the session to be authenticated or false(0) if not
                     ciscoBfdSessAuthenticationType 1.3.6.1.4.1.9.10.137.1.2.1.22 integer read-only
The Authentication Type used for this BFD session. This field is valid only when the Authentication Present bit is set Enumeration: 'meticulousKeyedMD5': 3, 'keyedMD5': 2, 'simplePassword': 1, 'keyedSHA1': 4, 'meticulousKeyedSHA1': 5.
                     ciscoBfdSessVersionNumber 1.3.6.1.4.1.9.10.137.1.2.1.23 unsigned32 read-only
The version number of the BFD protocol that this session is running in.
                     ciscoBfdSessType 1.3.6.1.4.1.9.10.137.1.2.1.24 integer read-only
The type of this BFD session. Enumeration: 'singleHop': 1, 'multiHop': 2.
                     ciscoBfdSessInterface 1.3.6.1.4.1.9.10.137.1.2.1.25 interfaceindex read-only
This object contains an interface index used to indicate the interface which this BFD session is running on.
             ciscoBfdSessPerfTable 1.3.6.1.4.1.9.10.137.1.3 no-access
This table specifies BFD Session performance counters.
                 ciscoBfdSessPerfEntry 1.3.6.1.4.1.9.10.137.1.3.1 no-access
An entry in this table is created by a BFD-enabled node for every BFD Session. ciscoBfdCounterDiscontinuityTime is used to indicate potential discontinuity for all counter objects in this table.
                     ciscoBfdSessPerfPktIn 1.3.6.1.4.1.9.10.137.1.3.1.1 counter32 read-only
The total number of BFD messages received for this BFD session.
                     ciscoBfdSessPerfPktOut 1.3.6.1.4.1.9.10.137.1.3.1.2 counter32 read-only
The total number of BFD messages sent for this BFD session.
                     ciscoBfdSessUpTime 1.3.6.1.4.1.9.10.137.1.3.1.3 timestamp read-only
The value of sysUpTime on the most recent occasion at which the session came up. If no such up event exists this object contains a zero value.
                     ciscoBfdSessPerfLastSessDownTime 1.3.6.1.4.1.9.10.137.1.3.1.4 timestamp read-only
The value of sysUpTime on the most recent occasion at which the last time communication was lost with the neighbor. If no such down event exist this object contains a zero value.
                     ciscoBfdSessPerfLastCommLostDiag 1.3.6.1.4.1.9.10.137.1.3.1.5 ciscobfddiag read-only
The BFD diag code for the last time communication was lost with the neighbor. If no such down event exists this object contains a zero value.
                     ciscoBfdSessPerfSessUpCount 1.3.6.1.4.1.9.10.137.1.3.1.6 counter32 read-only
The number of times this session has gone into the Up state since the router last rebooted.
                     ciscoBfdSessPerfDiscTime 1.3.6.1.4.1.9.10.137.1.3.1.7 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of the session counters suffered a discontinuity. The relevant counters are the specific instances associated with this BFD session of any Counter32 object contained in the ciscoBfdSessPerfTable. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                     ciscoBfdSessPerfPktInHC 1.3.6.1.4.1.9.10.137.1.3.1.8 counter64 read-only
This value represents the total number of BFD messages received for this BFD session. It MUST be equal to the least significant 32 bits of ciscoBfdSessPerfPktIn if ciscoBfdSessPerfPktInHC is supported according to the rules spelled out in RFC2863.
                     ciscoBfdSessPerfPktOutHC 1.3.6.1.4.1.9.10.137.1.3.1.9 counter64 read-only
This value represents the total number of total number of BFD messages transmitted for this BFD session. It MUST be equal to the least significant 32 bits of ciscoBfdSessPerfPktIn if ciscoBfdSessPerfPktOutHC is supported according to the rules spelled out in RFC2863.
             ciscoBfdSessMapTable 1.3.6.1.4.1.9.10.137.1.4 no-access
The BFD Session Mapping Table maps the complex indexing of the BFD sessions to the flat CiscoBfdSessIndexTC used in the ciscoBfdSessTable.
                 ciscoBfdSessMapEntry 1.3.6.1.4.1.9.10.137.1.4.1 no-access
The BFD Session Entry describes BFD session that is mapped to this index.
                     ciscoBfdSessMapBfdIndex 1.3.6.1.4.1.9.10.137.1.4.1.1 ciscobfdsessindextc read-only
This object indicates the CiscoBfdSessIndexTC referred to by the indices of this row. In essence, a mapping is provided between these indices and the ciscoBfdSessTable.
             ciscoBfdSessDiscMapTable 1.3.6.1.4.1.9.10.137.1.5 no-access
The BFD Session Discriminator Mapping Table maps a local discriminator value to associated BFD sessions' CiscoBfdSessIndexTC used in the ciscoBfdSessTable.
                 ciscoBfdSessDiscMapEntry 1.3.6.1.4.1.9.10.137.1.5.1 no-access
Each row contains a mapping between a local discriminator value to an entry in ciscoBfdSessTable.
                     ciscoBfdSessDiscMapIndex 1.3.6.1.4.1.9.10.137.1.5.1.1 ciscobfdsessindextc read-only
This object indicates the CiscoBfdSessIndexTC referred to by the index of this row. In essence, a mapping is provided between this index and the ciscoBfdSessTable.
             ciscoBfdSessIpMapTable 1.3.6.1.4.1.9.10.137.1.6 no-access
The BFD Session IP Mapping Table maps given ciscoBfdSessInterface, ciscoBfdSessAddrType, and ciscoBbfdSessAddr to an associated BFD sessions' CiscoBfdSessIndexTC used in the ciscoBfdSessTable. This table SHOULD contains those BFD sessions are of IP type: singleHop(1) and multiHop(2).
                 ciscoBfdSessIpMapEntry 1.3.6.1.4.1.9.10.137.1.6.1 no-access
Each row contains a mapping between ciscoBfdSessInterface, ciscoBfdSessAddrType and ciscoBfdSessAddr values to an entry in ciscoBfdSessTable.
                     ciscoBfdSessIpMapIndex 1.3.6.1.4.1.9.10.137.1.6.1.1 ciscobfdsessindextc read-only
This object indicates the CiscoBfdSessIndexTC referred to by the indices of this row. In essence, a mapping is provided between these indices and an entry in ciscoBfdSessTable.
         ciscoBfdConformance 1.3.6.1.4.1.9.10.137.3
             ciscoBfdGroups 1.3.6.1.4.1.9.10.137.3.1
                 ciscoBfdSessionGroup 1.3.6.1.4.1.9.10.137.3.1.1
Collection of objects needed for BFD sessions.
                 ciscoBfdSessionPerfGroup 1.3.6.1.4.1.9.10.137.3.1.2
Collection of objects needed to monitor the performance of BFD sessions.
                 ciscoBfdSessionPerfHCGroup 1.3.6.1.4.1.9.10.137.3.1.3
Collection of objects needed to monitor the performance of BFD sessions for which the values of ciscoBfdSessPerfPktIn, ciscoBfdSessPerfPktOut wrap around too quickly.
                 ciscoBfdNotificationGroup 1.3.6.1.4.1.9.10.137.3.1.4
Set of notifications implemented in this module.
                 ciscoBfdSession0304Group 1.3.6.1.4.1.9.10.137.3.1.5
Collection of objects needed for BFD sessions for both draft-ietf-bfd-mib-03.txt and draft-ietf-bfd-mib-04.txt.
                 ciscoBfdSession03Group 1.3.6.1.4.1.9.10.137.3.1.6
Collection of objects needed for BFD sessions to support draft-ietf-bfd-mib-03.txt.
                 ciscoBfdSession04Group 1.3.6.1.4.1.9.10.137.3.1.7
Collection of objects needed for BFD sessions to support draft-ietf-bfd-mib-04.txt.
             ciscoBfdCompliances 1.3.6.1.4.1.9.10.137.3.2
                 ciscoBfdModuleFullCompliance 1.3.6.1.4.1.9.10.137.3.2.1
Compliance statement for agents that provide full support for CISCO-IETF-BFD-MIB of draft-ietf-bfd-mib-03.txt. Such devices can then be monitored and also be configured using this MIB module. This compliance statement is superceded by ciscoBfdModuleFullComplianceRev2.
                 ciscoBfdModuleFullComplianceRev2 1.3.6.1.4.1.9.10.137.3.2.2
Compliance statement for agents that provide full support for CISCO-IETF-BFD-MIB of draft-ietf-bfd-mib-04.txt. Such devices can then be monitored and also be configured using this MIB module.