interface ethernet bfd¶
Configure BFD (Bidirectional Forwarding Detection)
bfd Specification¶
Parameter Value Type Configuration Resource Element Name bfd Element URI /axapi/v3/interface/ethernet/{ifnum}/bfd Element Attributes bfd_attributes Partition Visibility shared Schema bfd schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/ethernet/{ifnum}/bfd | ||
Get Object | GET | /axapi/v3/interface/ethernet/{ifnum}/bfd | ||
Modify Object | POST | /axapi/v3/interface/ethernet/{ifnum}/bfd | ||
Replace Object | PUT | /axapi/v3/interface/ethernet/{ifnum}/bfd | ||
Delete Object | DELETE | /axapi/v3/interface/ethernet/{ifnum}/bfd |
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
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
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
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