networking_bfd_enable

Enable a BFD session
post/v1/system/networking/bfd-enable

Request Body

Information about a bidirectional forwarding detection (BFD) session.

Object
detection_threshold

The negotiated Control packet transmission interval, multiplied by this variable, will be the Detection Time for this session (as seen by the remote system)

local

Address the Oxide switch will listen on for BFD traffic. If None then the unspecified address (0.0.0.0 or ::) is used.

mode

Select either single-hop (RFC 5881) or multi-hop (RFC 5883)

single_hopmulti_hop

BFD connection mode.

remote

Address of the remote peer to establish a BFD session with.

required_rx

The minimum interval, in microseconds, between received BFD Control packets that this system requires

switch

The switch to enable this session on. Must be switch0 or switch1.

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.

Responses