You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
net_lldp_interface - Manage LLDP interfaces configuration on network devices¶
-name:Configure LLDP on specific interfacesnet_lldp_interface:name:eth1state:present-name:Disable LLDP on specific interfacesnet_lldp_interface:name:eth1state:disabled-name:Enable LLDP on specific interfacesnet_lldp_interface:name:eth1state:enabled-name:Delete LLDP on specific interfacesnet_lldp_interface:name:eth1state:absent-name:Create aggregate of LLDP interface configurationsnet_lldp_interface:aggregate:-{ name:eth1}-{ name:eth2}state:present-name:Delete aggregate of LLDP interface configurationsnet_lldp_interface:aggregate:-{ name:eth1}-{ name:eth2}state:absent
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>