BFD Switch Policy
Location in GUI: Fabric » Access Policies » Policies » Switch » BFD
Diagram
Section titled “Diagram”Classes
Section titled “Classes”switch_policies (apic.access_policies)
Section titled “switch_policies (apic.access_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| bfd_ipv4_policies | List | [bfd_ipv4_policies] | No | |
| bfd_ipv6_policies | List | [bfd_ipv6_policies] | No |
bfd_ipv4_policies (apic.access_policies.switch_policies)
Section titled “bfd_ipv4_policies (apic.access_policies.switch_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_transmit_interval | Integer | min: 50, max: 999 | No | 50 |
| min_receive_interval | Integer | min: 50, max: 999 | No | 50 |
| slow_timer_interval | Integer | min: 1000, max: 30000 | No | 2000 |
| startup_timer_interval | Integer | min: 0, max: 60 | No | |
| echo_receive_interval | Integer | min: 0, max: 999 | No | 50 |
| echo_frame_source_address | IP | No | 0.0.0.0 |
Examples
Section titled “Examples”apic: access_policies: switch_policies: bfd_ipv4_policies: - name: BFD-IPV4-POLICY description: BFD IPv4 Policy detection_multiplier: 5 min_transmit_interval: 100 min_receive_interval: 50 slow_timer_interval: 3000 startup_timer_interval: 10 echo_receive_interval: 50 bfd_ipv6_policies: - name: BFD-IPV6-POLICY description: BFD IPv6 Policy detection_multiplier: 5 min_transmit_interval: 100 min_receive_interval: 50 slow_timer_interval: 3000 startup_timer_interval: 10 echo_receive_interval: 50