BFD Teamplate
Location in GUI: Objects » Object Management » BFD Template
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bfd_templates | List | [bfd_templates] | No |
bfd_templates (fmc.domains.objects)
Section titled “bfd_templates (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | matches: ^[A-Za-z0-9-_\.]+$ | Yes | |
| hop_type | Choice | SINGLE_HOP, MULTI_HOP | Yes | |
| echo | Boolean | true, false | No | false |
| interval_type | Choice | MILLISECONDS, MICROSECONDS, NONE | No | |
| multiplier | Integer | min: 3, max: 50 | No | |
| minimum_transmit | Integer | min: 50, max: 999000 | No | |
| minimum_receive | Integer | min: 50, max: 999000 | No | |
| authentication_type | Choice | MD5, METICULOUSMD5, METICULOUSSHA1, SHA1, NONE | No | NONE |
| authentication_password | String | min: 1, max: 24 | No | |
| authentication_password_encryption | Choice | UN_ENCRYPTED, ENCRYPTED, NONE | No | |
| authentication_key_id | Integer | min: 0, max: 255 | No |
Examples
Section titled “Examples”fmc: domains: - name: Global objects: bfd_templates: - name: MyBFDTemplateName1 hop_type: SINGLE_HOP echo: true interval_type: "MILLISECONDS" minimum_transmit: 100 multiplier: 3 minimum_receive: 300