BFD-STD-MIB

File: BFD-STD-MIB.mib (52161 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB INET-ADDRESS-MIB DIFFSERV-MIB
BFD-TC-STD-MIB IANA-BFD-TC-STD-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
mib-2 Integer32 Unsigned32
Counter32 Counter64 TruthValue
RowStatus StorageType TimeStamp
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndexOrZero InetAddress InetAddressType
InetPortNumber IndexIntegerNextFree BfdSessIndexTC
BfdIntervalTC BfdMultiplierTC BfdCtrlDestPortNumberTC
BfdCtrlSourcePortNumberTC IANAbfdDiagTC IANAbfdSessTypeTC
IANAbfdSessOperModeTC IANAbfdSessStateTC IANAbfdSessAuthenticationTypeTC
IANAbfdSessAuthenticationKeyTC

Defined Types

BfdSessEntry  
SEQUENCE    
  bfdSessIndex BfdSessIndexTC
  bfdSessVersionNumber Unsigned32
  bfdSessType IANAbfdSessTypeTC
  bfdSessDiscriminator Unsigned32
  bfdSessRemoteDiscr Unsigned32
  bfdSessDestinationUdpPort BfdCtrlDestPortNumberTC
  bfdSessSourceUdpPort BfdCtrlSourcePortNumberTC
  bfdSessEchoSourceUdpPort InetPortNumber
  bfdSessAdminStatus INTEGER
  bfdSessOperStatus INTEGER
  bfdSessState IANAbfdSessStateTC
  bfdSessRemoteHeardFlag TruthValue
  bfdSessDiag IANAbfdDiagTC
  bfdSessOperMode IANAbfdSessOperModeTC
  bfdSessDemandModeDesiredFlag TruthValue
  bfdSessControlPlaneIndepFlag TruthValue
  bfdSessMultipointFlag TruthValue
  bfdSessInterface InterfaceIndexOrZero
  bfdSessSrcAddrType InetAddressType
  bfdSessSrcAddr InetAddress
  bfdSessDstAddrType InetAddressType
  bfdSessDstAddr InetAddress
  bfdSessGTSM TruthValue
  bfdSessGTSMTTL Unsigned32
  bfdSessDesiredMinTxInterval BfdIntervalTC
  bfdSessReqMinRxInterval BfdIntervalTC
  bfdSessReqMinEchoRxInterval BfdIntervalTC
  bfdSessDetectMult BfdMultiplierTC
  bfdSessNegotiatedInterval BfdIntervalTC
  bfdSessNegotiatedEchoInterval BfdIntervalTC
  bfdSessNegotiatedDetectMult BfdMultiplierTC
  bfdSessAuthPresFlag TruthValue
  bfdSessAuthenticationType IANAbfdSessAuthenticationTypeTC
  bfdSessAuthenticationKeyID Integer32
  bfdSessAuthenticationKey IANAbfdSessAuthenticationKeyTC
  bfdSessStorageType StorageType
  bfdSessRowStatus RowStatus

BfdSessPerfEntry  
SEQUENCE    
  bfdSessPerfCtrlPktIn Counter32
  bfdSessPerfCtrlPktOut Counter32
  bfdSessPerfCtrlPktDrop Counter32
  bfdSessPerfCtrlPktDropLastTime TimeStamp
  bfdSessPerfEchoPktIn Counter32
  bfdSessPerfEchoPktOut Counter32
  bfdSessPerfEchoPktDrop Counter32
  bfdSessPerfEchoPktDropLastTime TimeStamp
  bfdSessUpTime TimeStamp
  bfdSessPerfLastSessDownTime TimeStamp
  bfdSessPerfLastCommLostDiag IANAbfdDiagTC
  bfdSessPerfSessUpCount Counter32
  bfdSessPerfDiscTime TimeStamp
  bfdSessPerfCtrlPktInHC Counter64
  bfdSessPerfCtrlPktOutHC Counter64
  bfdSessPerfCtrlPktDropHC Counter64
  bfdSessPerfEchoPktInHC Counter64
  bfdSessPerfEchoPktOutHC Counter64
  bfdSessPerfEchoPktDropHC Counter64

BfdSessDiscMapEntry  
SEQUENCE    
  bfdSessDiscMapIndex BfdSessIndexTC

BfdSessIpMapEntry  
SEQUENCE    
  bfdSessIpMapIndex BfdSessIndexTC

Defined Values

bfdMIB 1.3.6.1.2.1.222
Bidirectional Forwarding Management Information Base. Copyright (c) 2014 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).
MODULE-IDENTITY    

bfdNotifications 1.3.6.1.2.1.222.0
OBJECT IDENTIFIER    

bfdObjects 1.3.6.1.2.1.222.1
OBJECT IDENTIFIER    

bfdConformance 1.3.6.1.2.1.222.2
OBJECT IDENTIFIER    

bfdScalarObjects 1.3.6.1.2.1.222.1.1
OBJECT IDENTIFIER    

bfdAdminStatus 1.3.6.1.2.1.222.1.1.1
The desired global administrative status of the BFD system in this device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), adminDown(3), down(4)  

bfdOperStatus 1.3.6.1.2.1.222.1.1.2
Indicates the actual operational status of the BFD system in this device. When this value is down(2), all entries in the bfdSessTable MUST have their bfdSessOperStatus as down(2) as well. When this value is adminDown(3), all entries in the bfdSessTable MUST have their bfdSessOperStatus as adminDown(3) as well.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), adminDown(3)  

bfdNotificationsEnable 1.3.6.1.2.1.222.1.1.3
If this object is set to true(1), then it enables the emission of bfdSessUp and bfdSessDown notifications; otherwise, these notifications are not emitted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bfdSessIndexNext 1.3.6.1.2.1.222.1.1.4
This object contains an unused value for bfdSessIndex that can be used when creating entries in the table. A zero indicates that no entries are available, but it MUST NOT be used as a valid index.
Status: current Access: read-only
OBJECT-TYPE    
  IndexIntegerNextFree 0..4294967295  

bfdSessTable 1.3.6.1.2.1.222.1.2
The BFD Session Table describes the BFD sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BfdSessEntry

bfdSessEntry 1.3.6.1.2.1.222.1.2.1
The BFD Session Entry describes the BFD session.
Status: current Access: not-accessible
OBJECT-TYPE    
  BfdSessEntry  

bfdSessIndex 1.3.6.1.2.1.222.1.2.1.1
This object contains an index used to represent a unique BFD session on this device. Managers should obtain new values for row creation in this table by reading bfdSessIndexNext.
Status: current Access: not-accessible
OBJECT-TYPE    
  BfdSessIndexTC  

bfdSessVersionNumber 1.3.6.1.2.1.222.1.2.1.2
The version number of the BFD protocol that this session is running in. Write access is available for this object to provide the ability to set the desired version for this BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..7  

bfdSessType 1.3.6.1.2.1.222.1.2.1.3
This object specifies the type of this BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  IANAbfdSessTypeTC  

bfdSessDiscriminator 1.3.6.1.2.1.222.1.2.1.4
This object specifies the local discriminator for this BFD session, which is used to uniquely identify it.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..4294967295  

bfdSessRemoteDiscr 1.3.6.1.2.1.222.1.2.1.5
This object specifies the session discriminator chosen by the remote system for this BFD session. The value may be zero(0) if the remote discriminator is not yet known or if the session is in the down or adminDown(1) state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0 | 1..4294967295  

bfdSessDestinationUdpPort 1.3.6.1.2.1.222.1.2.1.6
This object specifies the destination UDP port number used for this BFD session's Control packets. The value may be zero(0) if the session is in adminDown(1) state.
Status: current Access: read-create
OBJECT-TYPE    
  BfdCtrlDestPortNumberTC  

bfdSessSourceUdpPort 1.3.6.1.2.1.222.1.2.1.7
This object specifies the source UDP port number used for this BFD session's Control packets. The value may be zero(0) if the session is in adminDown(1) state. Upon creation of a new BFD session via this MIB, the value of zero(0) specified would permit the implementation to choose its own source port number.
Status: current Access: read-create
OBJECT-TYPE    
  BfdCtrlSourcePortNumberTC  

bfdSessEchoSourceUdpPort 1.3.6.1.2.1.222.1.2.1.8
This object specifies the source UDP port number used for this BFD session's Echo packets. The value may be zero(0) if the session is not running in the Echo mode, or the session is in adminDown(1) state. Upon creation of a new BFD session via this MIB, the value of zero(0) would permit the implementation to choose its own source port number.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

bfdSessAdminStatus 1.3.6.1.2.1.222.1.2.1.9
Denotes the desired operational status of the BFD session. A transition to enabled(1) will start the BFD state machine for the session. The state machine will have an initial state of down(2). A transition to disabled(2) will stop the BFD state machine for the session. The state machine may first transition to adminDown(1) prior to stopping. A transition to adminDown(3) will cause the BFD state machine to transition to adminDown(1) and will cause the session to remain in this state. A transition to down(4) will cause the BFD state machine to transition to down(2) and will cause the session to remain in this state. Care should be used in providing write access to this object without adequate authentication.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), adminDown(3), down(4)  

bfdSessOperStatus 1.3.6.1.2.1.222.1.2.1.10
Denotes the actual operational status of the BFD session. If the value of bfdOperStatus is down(2), this value MUST eventually be down(2) as well. If the value of bfdOperStatus is adminDown(3), this value MUST eventually be adminDown(3) as well.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), adminDown(3)  

bfdSessState 1.3.6.1.2.1.222.1.2.1.11
Configured BFD session state.
Status: current Access: read-only
OBJECT-TYPE    
  IANAbfdSessStateTC  

bfdSessRemoteHeardFlag 1.3.6.1.2.1.222.1.2.1.12
This object specifies the 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(2) 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.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

bfdSessDiag 1.3.6.1.2.1.222.1.2.1.13
A diagnostic code specifying the local system's reason for the last transition of the session from up(4) to some other state.
Status: current Access: read-only
OBJECT-TYPE    
  IANAbfdDiagTC  

bfdSessOperMode 1.3.6.1.2.1.222.1.2.1.14
This object specifies the operational mode of this BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  IANAbfdSessOperModeTC  

bfdSessDemandModeDesiredFlag 1.3.6.1.2.1.222.1.2.1.15
This object indicates 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(2) if not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bfdSessControlPlaneIndepFlag 1.3.6.1.2.1.222.1.2.1.16
This object indicates 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(2).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bfdSessMultipointFlag 1.3.6.1.2.1.222.1.2.1.17
This object indicates the Multipoint (M) bit for this session. It is set to true(1) if the Multipoint (M) bit is set to 1. Otherwise, the value is set to false(2).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bfdSessInterface 1.3.6.1.2.1.222.1.2.1.18
This object contains an interface index used to indicate the interface that this BFD session is running on. This value can be zero if there is no interface associated with this BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

bfdSessSrcAddrType 1.3.6.1.2.1.222.1.2.1.19
This object specifies the IP address type of the source IP address of this BFD session. The value of unknown(0) is allowed only when the session is singleHop(1) and the source IP address of this BFD session is derived from the outgoing interface, 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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

bfdSessSrcAddr 1.3.6.1.2.1.222.1.2.1.20
This object specifies the source IP address of this BFD session. The format of this object is controlled by the bfdSessSrcAddrType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

bfdSessDstAddrType 1.3.6.1.2.1.222.1.2.1.21
This object specifies the IP address type of the neighboring IP address that is being monitored with this BFD session. The value of unknown(0) is allowed only when the session is singleHop(1) and 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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

bfdSessDstAddr 1.3.6.1.2.1.222.1.2.1.22
This object specifies the neighboring IP address that is being monitored with this BFD session. The format of this object is controlled by the bfdSessDstAddrType object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

bfdSessGTSM 1.3.6.1.2.1.222.1.2.1.23
Setting the value of this object to false(2) will disable GTSM protection of the BFD session. GTSM MUST be enabled on a singleHop(1) session if no authentication is in use.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bfdSessGTSMTTL 1.3.6.1.2.1.222.1.2.1.24
This object is valid only when bfdSessGTSM protection is enabled on the system. This object indicates the minimum allowed Time to Live (TTL) for received BFD Control packets. For a singleHop(1) session, if GTSM protection is enabled, this object SHOULD be set to the maximum TTL value allowed for a single hop. By default, GTSM is enabled and the TTL value is 255. For a multihop session, updating of the maximum TTL value allowed is likely required.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..255  

bfdSessDesiredMinTxInterval 1.3.6.1.2.1.222.1.2.1.25
This object specifies the minimum interval, in microseconds, that the local system would like to use when transmitting BFD Control packets. The value of zero(0) is reserved in this case and should not be used.
Status: current Access: read-create
OBJECT-TYPE    
  BfdIntervalTC  

bfdSessReqMinRxInterval 1.3.6.1.2.1.222.1.2.1.26
This object specifies the minimum interval, in microseconds, between received BFD Control packets the local system is capable of supporting. The value of zero(0) can be specified when the transmitting system does not want the remote system to send any periodic BFD Control packets.
Status: current Access: read-create
OBJECT-TYPE    
  BfdIntervalTC  

bfdSessReqMinEchoRxInterval 1.3.6.1.2.1.222.1.2.1.27
This object specifies the minimum interval, in microseconds, between received BFD Echo packets that this system is capable of supporting. The value must be zero(0) if this is a multihop BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  BfdIntervalTC  

bfdSessDetectMult 1.3.6.1.2.1.222.1.2.1.28
This object specifies the Detect time multiplier.
Status: current Access: read-create
OBJECT-TYPE    
  BfdMultiplierTC  

bfdSessNegotiatedInterval 1.3.6.1.2.1.222.1.2.1.29
This object specifies the negotiated interval, in microseconds, that the local system is transmitting BFD Control packets.
Status: current Access: read-only
OBJECT-TYPE    
  BfdIntervalTC  

bfdSessNegotiatedEchoInterval 1.3.6.1.2.1.222.1.2.1.30
This object specifies the negotiated interval, in microseconds, that the local system is transmitting BFD Echo packets. The value is expected to be zero if the sessions are not running in Echo mode.
Status: current Access: read-only
OBJECT-TYPE    
  BfdIntervalTC  

bfdSessNegotiatedDetectMult 1.3.6.1.2.1.222.1.2.1.31
This object specifies the Detect time multiplier.
Status: current Access: read-only
OBJECT-TYPE    
  BfdMultiplierTC  

bfdSessAuthPresFlag 1.3.6.1.2.1.222.1.2.1.32
This object indicates 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(2) if not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bfdSessAuthenticationType 1.3.6.1.2.1.222.1.2.1.33
The authentication type used for this BFD session. This field is valid only when the Authentication Present bit is set. MAX-ACCESS to this object as well as other authentication-related objects are set to read-create in order to support management of a single key ID at a time; key rotation is not handled. Key update in practice must be done by atomic update using a set containing all affected objects in the same varBindList or otherwise risk the session dropping.
Status: current Access: read-create
OBJECT-TYPE    
  IANAbfdSessAuthenticationTypeTC  

bfdSessAuthenticationKeyID 1.3.6.1.2.1.222.1.2.1.34
The authentication key ID in use for this session. This object permits multiple keys to be active simultaneously. The value -1 indicates that no authentication key ID will be present in the optional BFD Authentication Section.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

bfdSessAuthenticationKey 1.3.6.1.2.1.222.1.2.1.35
The authentication key. When the bfdSessAuthenticationType is simplePassword(1), the value of this object is the password present in the BFD packets. When the bfdSessAuthenticationType is one of the keyed authentication types, this value is used in the computation of the key present in the BFD authentication packet.
Status: current Access: read-create
OBJECT-TYPE    
  IANAbfdSessAuthenticationKeyTC  

bfdSessStorageType 1.3.6.1.2.1.222.1.2.1.36
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.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

bfdSessRowStatus 1.3.6.1.2.1.222.1.2.1.37
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 bfdSessRowStatus and bfdSessStorageType.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bfdSessPerfTable 1.3.6.1.2.1.222.1.3
This table specifies BFD session performance counters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BfdSessPerfEntry

bfdSessPerfEntry 1.3.6.1.2.1.222.1.3.1
An entry in this table is created by a BFD-enabled node for every BFD session. bfdSessPerfDiscTime is used to indicate potential discontinuity for all counter objects in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  BfdSessPerfEntry  

bfdSessPerfCtrlPktIn 1.3.6.1.2.1.222.1.3.1.1
The total number of BFD control messages received for this BFD session. It MUST be equal to the least significant 32 bits of bfdSessPerfCtrlPktInHC if supported, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfCtrlPktOut 1.3.6.1.2.1.222.1.3.1.2
The total number of BFD control messages sent for this BFD session. It MUST be equal to the least significant 32 bits of bfdSessPerfCtrlPktOutHC if supported, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfCtrlPktDrop 1.3.6.1.2.1.222.1.3.1.3
The total number of BFD control messages received for this session yet dropped for being invalid. It MUST be equal to the least significant 32 bits of bfdSessPerfCtrlPktDropHC if supported, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfCtrlPktDropLastTime 1.3.6.1.2.1.222.1.3.1.4
The value of sysUpTime on the most recent occasion at which received the BFD control message for this session was dropped. If no such up event exists, this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

bfdSessPerfEchoPktIn 1.3.6.1.2.1.222.1.3.1.5
The total number of BFD Echo messages received for this BFD session. It MUST be equal to the least significant 32 bits of bfdSessPerfEchoPktInHC if supported, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfEchoPktOut 1.3.6.1.2.1.222.1.3.1.6
The total number of BFD Echo messages sent for this BFD session. It MUST be equal to the least significant 32 bits of bfdSessPerfEchoPktOutHC if supported, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfEchoPktDrop 1.3.6.1.2.1.222.1.3.1.7
The total number of BFD Echo messages received for this session yet dropped for being invalid. It MUST be equal to the least significant 32 bits of bfdSessPerfEchoPktDropHC if supported, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfEchoPktDropLastTime 1.3.6.1.2.1.222.1.3.1.8
The value of sysUpTime on the most recent occasion at which received the BFD Echo message for this session was dropped. If no such up event has been issued, this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

bfdSessUpTime 1.3.6.1.2.1.222.1.3.1.9
The value of sysUpTime on the most recent occasion at which the session came up. If no such event has been issued, this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

bfdSessPerfLastSessDownTime 1.3.6.1.2.1.222.1.3.1.10
The value of sysUpTime on the most recent occasion at which the last time communication was lost with the neighbor. If no down event has been issued, this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

bfdSessPerfLastCommLostDiag 1.3.6.1.2.1.222.1.3.1.11
The BFD diag code for the last time communication was lost with the neighbor. If such an event has not been issued, this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  IANAbfdDiagTC  

bfdSessPerfSessUpCount 1.3.6.1.2.1.222.1.3.1.12
The number of times this session has gone into the Up state since the system last rebooted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bfdSessPerfDiscTime 1.3.6.1.2.1.222.1.3.1.13
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 BfdSessPerfTable. If no such discontinuities have occurred since the last reinitialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

bfdSessPerfCtrlPktInHC 1.3.6.1.2.1.222.1.3.1.14
This value represents the total number of BFD control messages received for this BFD session. The least significant 32 bits MUST be equal to bfdSessPerfCtrlPktIn, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bfdSessPerfCtrlPktOutHC 1.3.6.1.2.1.222.1.3.1.15
This value represents the total number of BFD control messages transmitted for this BFD session. The least significant 32 bits MUST be equal to bfdSessPerfCtrlPktOut, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bfdSessPerfCtrlPktDropHC 1.3.6.1.2.1.222.1.3.1.16
This value represents the total number of BFD control messages received for this BFD session yet dropped for being invalid. The least significant 32 bits MUST be equal to bfdSessPerfCtrlPktDrop, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bfdSessPerfEchoPktInHC 1.3.6.1.2.1.222.1.3.1.17
This value represents the total number of BFD Echo messages received for this BFD session. The least significant 32 bits MUST be equal to bfdSessPerfEchoPktIn, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bfdSessPerfEchoPktOutHC 1.3.6.1.2.1.222.1.3.1.18
This value represents the total number of BFD Echo messages transmitted for this BFD session. The least significant 32 bits MUST be equal to bfdSessPerfEchoPktOut, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bfdSessPerfEchoPktDropHC 1.3.6.1.2.1.222.1.3.1.19
This value represents the total number of BFD Echo messages received for this BFD session yet dropped for being invalid. The least significant 32 bits MUST be equal to bfdSessPerfEchoPktDrop, and MUST do so with the rules spelled out in RFC 2863.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

bfdSessDiscMapTable 1.3.6.1.2.1.222.1.4
The BFD Session Discriminator Mapping Table maps a local discriminator value to the associated BFD session's bfdSessIndex found in the bfdSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BfdSessDiscMapEntry

bfdSessDiscMapEntry 1.3.6.1.2.1.222.1.4.1
The BFD Session Discriminator Mapping Entry specifies a mapping between a local discriminator and a BFD session.
Status: current Access: not-accessible
OBJECT-TYPE    
  BfdSessDiscMapEntry  

bfdSessDiscMapIndex 1.3.6.1.2.1.222.1.4.1.1
This object specifies a mapping between a local discriminator and a BFD session in the BfdSessTable.
Status: current Access: read-only
OBJECT-TYPE    
  BfdSessIndexTC  

bfdSessIpMapTable 1.3.6.1.2.1.222.1.5
The BFD Session IP Mapping Table maps given bfdSessInterface, bfdSessSrcAddrType, bfdSessSrcAddr, bfdSessDstAddrType, and bfdSessDstAddr to an associated BFD session found in the bfdSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BfdSessIpMapEntry

bfdSessIpMapEntry 1.3.6.1.2.1.222.1.5.1
The BFD Session IP Map Entry contains a mapping from the IP information for a session to the session in the bfdSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BfdSessIpMapEntry  

bfdSessIpMapIndex 1.3.6.1.2.1.222.1.5.1.1
This object specifies the BfdSessIndexTC referred to by the indexes of this row. In essence, a mapping is provided between these indexes and the BfdSessTable.
Status: current Access: read-only
OBJECT-TYPE    
  BfdSessIndexTC  

bfdSessUp 1.3.6.1.2.1.222.0.1
This notification is generated when the bfdSessState object for one or more contiguous entries in bfdSessTable are about to enter the up(4) state from some other state. The included values of bfdSessDiag MUST both be set equal to this new state (i.e., up(4)). The two instances of bfdSessDiag 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 bfdSessEntry, then the instance identifier (and values) of the two bfdSessDiag objects MUST be identical.
Status: current Access: read-only
NOTIFICATION-TYPE    

bfdSessDown 1.3.6.1.2.1.222.0.2
This notification is generated when the bfdSessState object for one or more contiguous entries in bfdSessTable are about to enter the down(2) or adminDown(1) states from some other state. The included values of bfdSessDiag MUST both be set equal to this new state (i.e., down(2) or adminDown(1)). The two instances of bfdSessDiag 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 bfdSessEntry, then the instance identifier (and values) of the two bfdSessDiag objects MUST be identical.
Status: current Access: read-only
NOTIFICATION-TYPE    

bfdGroups 1.3.6.1.2.1.222.2.1
OBJECT IDENTIFIER    

bfdCompliances 1.3.6.1.2.1.222.2.2
OBJECT IDENTIFIER    

bfdModuleFullCompliance 1.3.6.1.2.1.222.2.2.1
Compliance statement for agents that provide full support for the BFD-MIB module. Such devices can then be monitored and also be configured using this MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

bfdModuleReadOnlyCompliance 1.3.6.1.2.1.222.2.2.2
Compliance requirement for implementations that only provide read-only support for BFD-MIB. Such devices can then be monitored but cannot be configured using this MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

bfdSessionGroup 1.3.6.1.2.1.222.2.1.1
Collection of objects needed for BFD sessions.
Status: current Access: read-only
OBJECT-GROUP    

bfdSessionReadOnlyGroup 1.3.6.1.2.1.222.2.1.2
Collection of read-only objects needed for BFD sessions.
Status: current Access: read-only
OBJECT-GROUP    

bfdSessionPerfGroup 1.3.6.1.2.1.222.2.1.3
Collection of objects needed to monitor the performance of BFD sessions.
Status: current Access: read-only
OBJECT-GROUP    

bfdSessionPerfHCGroup 1.3.6.1.2.1.222.2.1.4
Collection of objects needed to monitor the performance of BFD sessions for which the values of bfdSessPerfPktIn and bfdSessPerfPktOut wrap around too quickly.
Status: current Access: read-only
OBJECT-GROUP    

bfdNotificationGroup 1.3.6.1.2.1.222.2.1.5
Set of notifications implemented in this module.
Status: current Access: read-only
NOTIFICATION-GROUP