Skip to main content

BFD

Location in GUI: Devices » Device Management » Device » Routing » BFD

Diagram

Classes

devices (fmc.domains.devices)

NameTypeConstraintMandatoryDefault Value
bfdsList[bfds]No

bfds (fmc.domains.devices.devices)

NameTypeConstraintMandatoryDefault Value
interface_logical_nameStringRegex: ^[a-zA-Z0-9_.+ -]{1,64}$Yes
hop_typeChoiceSINGLE_HOP, MULTI_HOPYes
slow_timerIntegermin: 1000, max: 30000No
bfd_templateStringYes
source_host_objectStringNo
destination_host_objectStringNo

Examples

Prerequisites:

fmc:
domains:
- name: Global
devices:
devices:
- name: MyDeviceName1
host: 10.62.158.201
registration_key: cisco123
access_policy: MyAccessPolicyName1
deploy: true
licenses:
- ESSENTIALS
performance_tier: FTDv5

BFD:

fmc:
domains:
- name: Global
devices:
devices:
- name: MyDeviceName1
bfds:
- bfd_template: MyBFDTemplateName1
hop_type: SINGLE_HOP
interface_logical_name: Outside
slow_timer: 1000
- bfd_template: MyBFDTemplateName1
hop_type: SINGLE_HOP
interface_logical_name: VLAN_100
slow_timer: 1000