15-High Availability

HomeSupportRoutersSR6602-I[IE] SeriesReference GuidesMIB CompanionH3C SR6602-I[IE] AI-Powered ICT Converged Gateways MIB Reference(V9)-R9141-6W10015-High Availability
02-HH3C-BFD-STD-MIB
Title Size Download
02-HH3C-BFD-STD-MIB 77.31 KB

HH3C-BFD-STD-MIB

About this MIB

Upper layer protocols implement fast fault detection through the link layer. The fault detection time varies by link type, and failures might not be detected sometimes. POS has the fastest detection speed of approximately 50 milliseconds, which is used to measure fault detection time for other protocols.

BFD provides a general-purpose, standard, medium- and protocol-independent fast failure detection mechanism. BFD can uniformly and quickly detect the failures of the bidirectional forwarding paths between two devices for upper-layer protocols such as routing protocols and MPLS. BFD can provide detection measured in milliseconds, which is close to the detection time implemented by POS.

This document describes the following variables required to implement BFD:

·     hh3cBfdGlobalObjects includes hh3cBfdVersionNumber (version number), hh3cBfdSysInitMode (session initialization mode), hh3cBfdSessNotificationsEnable (SNMP notifications switch), and hh3cBfdSessNumberLimit (session limit).

·     hh3cBfdIfTable describes BFD interface information.

·     hh3cBfdSessTable describes BFD session information.

·     hh3cBfdSessStatTable describes BFD session statistics information.

·     hh3cBfdSessPerfTable describes BFD session performance information.

·     In hh3cBfdNotifications, hh3cBfdSessStateChange describes session state changes (from up to another state, or from another state to up), and hh3cBfdSessAuthFail describes authentication failure information.

HH3C-BFD-STD-MIB is based on draft-ietf-bfd-base-04.txt. This MIB is used for network management protocols in the Internet communities. It describes the objects used to configure or monitor bidirectional forwarding on devices supporting BFD.

MIB file name

hh3c-bfd-std.mib

Root object

iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).hh3cCommon(2).hh3cBfdMIB(72)

Scalar objects

hh3cBfdSessNotificationsEnable(1.3.6.1.4.1.25506.2.72.1.1.3)

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cBfdSessNotificationsEnable(1.3.6.1.4.1.25506.2.72.1.1.3)

read-write

TruthValue

true(1), false(2)

Whether SNMP notifications is enabled.

As per the MIB.

 

Tabular objects

hh3cBfdIfTable

About this table

This table contains information about the interface enabled with BFD.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table index is hh3cBfdIfIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cBfdIfIndex(1.3.6.1.4.1.25506.2.72.1.2.1.1)

accessible-for-notify

InterfaceIndex

Integer32(1..2147483647)

Index of the interface enabled with BFD.

As per the MIB.

hh3cBfdIfDesiredMinTxInterval(1.3.6.1.4.1.25506.2.72.1.2.1.2)

read-write

BfdInterval

Unsigned32(1..4294967295)

Minimum interval for transmitting BFD control packets.

Supports only the read operation.

hh3cBfdIfDesiredMinRxInterval(1.3.6.1.4.1.25506.2.72.1.2.1.3)

read-write

BfdInterval

Unsigned32(1..4294967295)

Minimum interval for receiving BFD control packets.

Supports only the read operation.

hh3cBfdIfDetectMult(1.3.6.1.4.1.25506.2.72.1.2.1.4)

read-write

Unsigned32

Standard MIB values.

Detection time multiplier for control packet mode.

Supports only the read operation.

hh3cBfdIfAuthType(1.3.6.1.4.1.25506.2.72.1.2.1.5)

read-only

INTEGER

none(1), simple(2), md5(3), mmd5(4), sha1(5), msha1(6). The default value is none.

BFD authentication mode for BFD control packets.

As per the MIB.

 

hh3cBfdSessTable

About this table

This table contains BFD session information.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table index is hh3cBfdSessIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cBfdSessIndex (1.3.6.1.4.1.25506.2.72.1.3.1.1)

accessible-for-notify

BfdSessIndexTC

Unsigned32(0..4294967295)

Session index that uniquely identifies a session.

As per the MIB.

 hh3cBfdSessIfIndex (1.3.6.1.4.1.25506.2.72.1.3.1.2)

read-only

InterfaceIndexOrZero

Integer32 (0..2147483647)

Index of the interface where the BFD session resides.

As per the MIB.

hh3cBfdSessAppSupportId(1.3.6.1.4.1.25506.2.72.1.3.1.3)

read-only

Hh3cAlarmStatus

BITS

{

none(0), ospf(1), isis(2), bgp(3), mpls(4)

}

Upper-layer protocols supported by the BFD session.

As per the MIB.

hh3cBfdSessLocalDiscr(1.3.6.1.4.1.25506.2.72.1.3.1.4)

read-only

Unsigned32

Standard MIB values.

Local discriminator of the BFD session, which is a unique non-zero value.

As per the MIB.

hh3cBfdSessRemoteDiscr(1.3.6.1.4.1.25506.2.72.1.3.1.5)

read-only

Unsigned32

Standard MIB values.

Remote discriminator of the BFD session. The initial value is 0.

As per the MIB.

hh3cBfdSessDstPort(1.3.6.1.4.1.25506.2.72.1.3.1.6)

read-only

InetPortNumber

Standard MIB values.

The default value is 3784.

UDP port number of the BFD session.

As per the MIB.

hh3cBfdSessOperMode(1.3.6.1.4.1.25506.2.72.1.3.1.7)

read-only

INTEGER

asynchModeWOEchoFun(1),              demandModeWOEchoFunction(2),            asyncModeWEchoFun(3),            demandModeWEchoFunction(4). The default value is asynchModeWOEchoFun.

BFD session mode.

As per the MIB.

hh3cBfdSessAddrType(1.3.6.1.4.1.25506.2.72.1.3.1.8)

read-only

InetAddressType

INTEGER{

unknown(0),

ipv4(1),

ipv6(2),

dns(16)

}

IP address type of the interface where the BFD session resides.

As per the MIB.

hh3cBfdSessLocalAddr(1.3.6.1.4.1.25506.2.72.1.3.1.9)

read-only

InetAddress

OCTET STRING (0..255)

IP address of the interface where the BFD session resides.

As per the MIB.

hh3cBfdSessRemoteAddr(1.3.6.1.4.1.25506.2.72.1.3.1.10)

read-only

InetAddress

OCTET STRING (0..255)

IP address of the interface that receives BFD packets.

As per the MIB.

hh3cBfdSessLocalDiag(1.3.6.1.4.1.25506.2.72.1.3.1.11)

read-only

BfdDiag

noDiagnostic(1),                      controlDetectionTimeExpired(2),                       echoFunctionFailed(3),                      neighborSignaledSessionDown(4),                       forwardingPlaneReset(5),                     pathDown(6),                       concatenatedPathDown(7),                       administrativelyDown(8),                    reverseConcatenatedPathDown(9).

The default value is noDiagnostic.

Diagnosis code that indicates the most recent BFD session state change reason.

As per the MIB.

hh3cBfdSessState(1.3.6.1.4.1.25506.2.72.1.3.1.12)

read-only

INTEGER

adminDown(0),              down(1),                       init(2),                            up(3),

The default value is DOWN.

Current state of the BFD session.

As per the MIB.

hh3cBfdSessControlPlanIndepFlag(1.3.6.1.4.1.25506.2.72.1.3.1.13)

read-only

TruthValue

true(1), false(2).

The default value is false.

Whether the BFD session can operate independently of the control plane.

As per the MIB.

hh3cBfdSessAuthFlag(1.3.6.1.4.1.25506.2.72.1.3.1.14)

read-only

TruthValue

true(1), false(2).

The default value is false.

Flag that indicates whether the BFD session requires authentication.

As per the MIB.

hh3cBfdSessDemandModeFlag(1.3.6.1.4.1.25506.2.72.1.3.1.15)

read-only

TruthValue

true(1),

false(2)

The default value is false.

Whether the BFD session supports the Demand mode.

As per the MIB.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网