network bfd¶
Configure BFD (Bidirectional Forwarding Detection)
bfd Specification¶
Type Configuration Resource Element Name bfd Element URI /axapi/v3/network/bfd Element Attributes bfd_attributes Schema bfd schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/network/bfd | ||
Get Object | GET | /axapi/v3/network/bfd | ||
Modify Object | POST | /axapi/v3/network/bfd | ||
Replace Object | PUT | /axapi/v3/network/bfd | ||
Delete Object | DELETE | /axapi/v3/network/bfd |
bfd attributes¶
echo
Description Enable BFD Echo
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
enable
Description Enable BFD
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
interval-cfg¶
Specification Type object interval
Description Transmit interval between BFD packets (Milliseconds (default: 800))
Type: number
Range: 48-1000
Default: 800
min-rx
Description Minimum receive interval capability (Milliseconds (default: 800))
Type: number
Range: 48-1000
Default: 800
multiplier
Description Multiplier value used to compute holddown (value used to multiply the interval (default: 4))
Type: number
Range: 3-50
Default: 4