Added in version 1.8
Manage bfd config
parameter | required | default | choices | comments |
---|---|---|---|---|
damp_max_wait_time | no | Configure the maximum dampening timer interval | ||
damp_init_wait_time | no | Configure the initial dampening timer interval | ||
secondary | no | Configure the second dampening timer interval | ||
state | no | present |
|
Desired state for the interface configuration |
hostname | yes | IP Address or hostname of the Comware v7 device that has NETCONF enabled | ||
username | yes | Username used to login to the switch | ||
password | yes | Password used to login to the switch | ||
port | no | 830 | The Comware port used to connect to the switch | |
look_for_keys | no | False | Whether searching for discoverable private key files in ~/.ssh/ |
- name: config bfd comware_bfd: damp_max_wait_time=100 damp_init_wait_time=10 secondary=8 \ username={{ username }} password={{ password }} hostname={{ inventory_hostname }} - name: delete bfd related comware_bfd: damp_max_wait_time=100 damp_init_wait_time=10 secondary=8 state=default \ username={{ username }} password={{ password }} hostname={{ inventory_hostname }}
Note