Skip to main content

BFD Teamplate Object

Location in GUI: Objects » Object Management » BFD Template

Diagram

Classes

objects (fmc.domains)

NameTypeConstraintMandatoryDefault Value
bfd_templatesList[bfd_templates]No

bfd_templates (fmc.domains.objects)

NameTypeConstraintMandatoryDefault Value
nameStringmatches: ^[A-Za-z0-9-_\.]+$Yes
hop_typeChoiceSINGLE_HOP, MULTI_HOPYes
echoBooleantrue, falseNo
interval_timeChoiceMILLISECONDS, MICROSECONDS, NONENo
min_transmitIntegermin: 50, max: 999000No
tx_rx_multiplierIntegermin: 3, max: 50No
min_receiveIntegermin: 50, max: 999000No
authentication_passwordStringmin: 1, max: 24No
authentication_key_idIntegermin: 0, max: 255No
authentication_typeChoiceMD5, METICULOUSMD5, METICULOUSSHA1, SHA1, NONENo

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