BFD Feature
Specify the BFD app-route multiplier and poll interval and specify the hello and BFD multiplier for each transport.
Diagram
Classes
system_profiles (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bfd | Class | [bfd] | No |
bfd (sdwan.feature_profiles.system_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | No | |
description | String | No | ||
colors | List | [colors] | No | |
default_dscp | Integer | min: 0 , max: 63 | No | |
default_dscp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
multiplier | Integer | min: 1 , max: 6 | No | |
multiplier_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
poll_interval | Integer | min: 1 , max: 4294967295 | No | |
poll_interval_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
colors (sdwan.feature_profiles.system_profiles.bfd)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
color | Choice | default , mpls , metro-ethernet , biz-internet , public-internet , lte , 3g , red , green , blue , gold , silver , bronze , custom1 , custom2 , custom3 , private1 , private2 , private3 , private4 , private5 , private6 | No | |
color_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
default_dscp | Integer | min: 0 , max: 63 | No | |
default_dscp_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
hello_interval | Integer | min: 100 , max: 300000 | No | |
hello_interval_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
multiplier | Integer | min: 1 , max: 60 | No | |
multiplier_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No | |
path_mtu_discovery | Boolean | true , false | No | |
path_mtu_discovery_variable | String | Regex: ^[./\[\]a-zA-Z0-9_-]{1,64}$ | No |
Examples
sdwan:
feature_profiles:
system_profiles:
- name: system
bfd:
name: bfd
description: basic bfd
multiplier: 5
poll_interval: 12000
colors:
- color: custom1
default_dscp: 14
- color_variable: second_internet_tloc
hello_interval: 5000