Added in version 1.0
Manage lacp system priority, system mac on Comware 7 devices
parameter | required | default | choices | comments |
---|---|---|---|---|
priorityID | no | lacp priority,default is 32768 | ||
sysmac | no | lacp system mac address | ||
state | yes | present |
|
Desired state for the interface configuration |
port | no | 830 | NETCONF port number | |
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 | ||
look_for_keys | no | False | Whether searching for discoverable private key files in ~/.ssh/ |
# lacp config - comware_lacp: priorityID:8 sysmac:2-2-2 username: "{{ username }}" password: "{{ password }}" hostname: "{{ inventory_hostname }}" state: present