BFD
Location in GUI: Devices » Device Management » Device » Routing » BFD
Diagram
Section titled “Diagram”Classes
Section titled “Classes”vrfs (fmc.domains.devices.devices)
Section titled “vrfs (fmc.domains.devices.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bfds | List | [bfds] | No |
bfds (fmc.domains.devices.devices.vrfs)
Section titled “bfds (fmc.domains.devices.devices.vrfs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| interface_logical_name | String | Regex: ^[a-zA-Z0-9_.+ -]{1,64}$ | No | |
| hop_type | Choice | SINGLE_HOP, MULTI_HOP | Yes | |
| slow_timer | Integer | min: 1000, max: 30000 | No | |
| bfd_template | String | Yes | ||
| source_host_object | String | No | ||
| destination_host_object | String | No |
Examples
Section titled “Examples”Prerequisites:
fmc: domains: - name: Global policies: access_control_policies: - name: MyAccessPolicyName2 default_action: BLOCK devices: devices: - name: MyDeviceName1 host: 10.1.120.203 access_control_policy: MyAccessPolicyName2 registration_key: cisco123 deploy: true licenses: - ESSENTIALS - IPS performance_tier: FTDv5 vrfs: - name: Global physical_interfaces: - name: GigabitEthernet0/0 logical_name: INSIDE ipv4_static_address: 10.20.30.1 ipv4_static_netmask: 24 security_zone: MySecurityZoneName1 objects: security_zones: - name: MySecurityZoneName1 bfd_templates: - name: MyBFDTemplateName1 hop_type: SINGLE_HOP echo: true interval_type: "MILLISECONDS" minimum_transmit: 100 multiplier: 3 minimum_receive: 300BFD:
fmc: domains: - name: Global devices: devices: - name: MyDeviceName1 vrfs: - name: Global bfds: - bfd_template: MyBFDTemplateName1 hop_type: SINGLE_HOP interface_logical_name: INSIDE slow_timer: 1000