interface trunk bfd

Configure BFD (Bidirectional Forwarding Detection)

bfd Specification

Parameter Value
Type Configuration Resource
Element Name bfd
Element URI /axapi/v3/interface/trunk/{ifnum}/bfd
Element Attributes bfd_attributes
Partition Visibility shared
Schema bfd schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/interface/trunk/{ifnum}/bfd

bfd attributes

Get Object

GET

/axapi/v3/interface/trunk/{ifnum}/bfd

bfd attributes

Modify Object

POST

/axapi/v3/interface/trunk/{ifnum}/bfd

bfd attributes

Replace Object

PUT

/axapi/v3/interface/trunk/{ifnum}/bfd

bfd attributes

Delete Object

DELETE

/axapi/v3/interface/trunk/{ifnum}/bfd

bfd attributes

bfd attributes

authentication

Description: authentication is a JSON Block. Please see below for authentication

Type: Object

demand

Description Demand mode

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

echo

Description Enable BFD Echo

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

interval-cfg

Description: interval-cfg is a JSON Block. Please see below for interval-cfg

Type: Object

per-member-port

Description: per-member-port is a JSON Block. Please see below for per-member-port

Type: Object

Reference Object: /axapi/v3/interface/trunk/{ifnum}/bfd/per-member-port

uuid

Description uuid of the object

Type: string

Maximum Length: 64 characters

Maximum Length: 1 characters

per-member-port

Specification Value
Type object

ipv6-local

Description IPv6 local-address

Type: string

Format: ipv6-address

ipv6-nbr

Description IPv6 neighbor-address

Type: string

Format: ipv6-address

local-address

Description IPv4 local-address

Type: string

Format: ipv4-address

neighbor-address

Description IPv4 neighbor address

Type: string

Format: ipv4-address

uuid

Description uuid of the object

Type: string

Maximum Length: 64 characters

Maximum Length: 1 characters

interval-cfg

Specification Value
Type object

interval

Description Transmit interval between BFD packets (Milliseconds)

Type: number

Range: 48-1000

min-rx

Description Minimum receive interval capability (Milliseconds)

Type: number

Range: 48-1000

multiplier

Description Multiplier value used to compute holddown (value used to multiply the interval)

Type: number

Range: 3-50

authentication

Specification Value
Type object

encrypted

Description Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)

key-id

Description Key ID

Type: number

Range: 0-255

method

Description ‘md5’: Keyed MD5; ‘meticulous-md5’: Meticulous Keyed MD5; ‘meticulous-sha1’: Meticulous Keyed SHA1; ‘sha1’: Keyed SHA1; ‘simple’: Simple Password;

Type: string

Supported Values: md5, meticulous-md5, meticulous-sha1, sha1, simple

password

Description Key String

Type: string

Format: password

Maximum Length: 16 characters

Maximum Length: 1 characters