BFD Teamplate Object
Location in GUI:
Objects
» Object Management
» BFD Template
Diagram
Classes
objects (fmc.domains)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bfd_templates | List | [bfd_templates] | No |
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 | |
interval_time | Choice | MILLISECONDS , MICROSECONDS , NONE | No | |
min_transmit | Integer | min: 50 , max: 999000 | No | |
tx_rx_multiplier | Integer | min: 3 , max: 50 | No | |
min_receive | Integer | min: 50 , max: 999000 | No | |
authentication_password | String | min: 1 , max: 24 | No | |
authentication_key_id | Integer | min: 0 , max: 255 | No | |
authentication_type | Choice | MD5 , METICULOUSMD5 , METICULOUSSHA1 , SHA1 , NONE | No |
Examples
fmc:
domains:
- name: Global
objects:
bfd_templates:
- name: MyBFDTemplateName1
hop_type: SINGLE_HOP
echo: true
interval_time: "MILLISECONDS"
min_transmit: 100
tx_rx_multiplier: 3
min_receive: 300