BFD Multihop Node Policy
Location in GUI: Tenants » XXX » Policies » Protocol » BFD Multihop » Node Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bfd_multihop_node_policies | List | [bfd_multihop_node_policies] | No |
bfd_multihop_node_policies (apic.tenants.policies)
Section titled “bfd_multihop_node_policies (apic.tenants.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| detection_multiplier | Integer | min: 1, max: 50 | No | 3 |
| min_rx_interval | Integer | min: 250, max: 999 | No | 250 |
| min_tx_interval | Integer | min: 250, max: 999 | No | 250 |
Examples
Section titled “Examples”Simple example:
apic: tenants: - name: ABC policies: bfd_multihop_node_policies: - name: BFD_MHOP_POL description: BFD multihop node policy detection_multiplier: 5 min_rx_interval: 300 min_tx_interval: 300