New in version 2.8.
Parameter | Choices/Defaults | Comments |
---|---|---|
state
-
|
|
State of the LLDP configuration. If value is present lldp will be enabled else if it is absent it will be disabled.
|
- name: Enable LLDP service
cnos_lldp:
state: present
- name: Disable LLDP service
cnos_lldp:
state: absent
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
commands
list
|
always, except for the platforms that use Netconf transport to manage the device. |
The list of configuration mode commands to send to the device
Sample:
['lldp timer 1024', 'lldp trap-interval 330']
|
Hint
If you notice any issues in this documentation you can edit this document to improve it.