BFDProperties

BFDProperties
BFDProperties

BFD information

JSON Example
{
    "active": false,
    "bfd_encap": "string",
    "diagnostic": "string",
    "forwarding": false,
    "remote_diagnostic": "string",
    "remote_state": "string",
    "state": "string"
}
boolean
active
Optional

True if tunnel is active in a gateway HA setup

string
bfd_encap
Optional

The encapsulation type of BFD. GENEVE - BFD with GENEVE encapsulation NONE - BFD with no encapsulation UNKNOWN_ENCAP - BFD with unknown encapsulation

Possible values are : GENEVE, NONE, UNKNOWN_ENCAP,
string
diagnostic
Optional

A short message indicating what the BFD session thinks is wrong in case of a problem

boolean
forwarding
Optional

True if the BFD session believes this interface may be used to forward traffic

string
remote_diagnostic
Optional

A short message indicating what the remote interface's BFD session thinks is wrong in case of a problem

string
remote_state
Optional

State of the remote interface's BFD session

Possible values are : UNKNOWN_STATE, ADMIN_DOWN, DOWN, INIT, UP,
string
state
Optional

State of the BFD session

Possible values are : UNKNOWN_STATE, ADMIN_DOWN, DOWN, INIT, UP,