BfdDiagnosticCode

class ydk.models.openconfig.openconfig_bfd.BfdDiagnosticCode

BfdDiagnosticCode (Enum Class)

Diagnostic codes defined by BFD. These typically indicate the

reason for a change of session state.

NO_DIAGNOSTIC = 0

No diagnostic code was specified, or the session has not

changed state.

DETECTION_TIMEOUT = 1

The control detection time expired: no BFD packet was

received within the required period.

ECHO_FAILED = 2

The BFD echo function failed - echo packets have not been

received for the required period of time.

FORWARDING_RESET = 3

The forwarding plane in the local system was reset - such

that the remote system cannot rely on the forwarding state of

the device specifying this error code.

PATH_DOWN = 4

Signalling outside of BFD specified that the path underlying

this session has failed.

CONCATENATED_PATH_DOWN = 5

When a BFD session runs over a series of path segments, this

error code indicates that a subsequent path segment (i.e.,

one in the transmit path between the source and destination

of the session) has failed.

ADMIN_DOWN = 6

The BFD session has been administratively disabled by the

peer.

REVERSE_CONCATENATED_PATH_DOWN = 7

In the case that a BFD session is running over a series of

path segments, this error code indicates that a path segment

on the reverse path (i.e., in the transmit direction from the

destination to the source of the session) has failed.