mellanox.onyx.onyx_bfd – Configures BFD parameters¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_bfd
.
New in version 0.2.0: of mellanox.onyx
Synopsis¶
This module provides declarative management of BFD protocol params on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configures bfd
onyx_bfd:
shutdown: yes
vrf: 5
interval_min_rx: 55
interval_multiplier: 8
interval_transmit_rate: 88
iproute_network_prefix: 1.1.1.0
iproute_mask_length: 24
iproute_next_hop: 3.2.2.2
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Sara Touqan (@sarato)