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.
Specifies whether or not the configuration is active or deactivated
name
no
Name of the interface LLDP should be configured on.
state
no
present
present
absent
enabled
disabled
Value of present ensures given LLDP configured on given interfaces and is enabled, for value of absent LLDP configuration on given interfaces deleted. Value enabled ensures LLDP protocol is enabled on given interfaces and for value of disabled it ensures LLDP is disabled on given interfaces.
-name:Configure LLDP on specific interfacesjunos_lldp_interface:name:ge-0/0/5state:present-name:Disable LLDP on specific interfacesjunos_lldp_interface:name:ge-0/0/5state:disabled-name:Enable LLDP on specific interfacesjunos_lldp_interface:name:ge-0/0/5state:enabled-name:Delete LLDP configuration on specific interfacesjunos_lldp_interface:name:ge-0/0/5state:present-name:Deactivate LLDP on specific interfacesjunos_lldp_interface:name:ge-0/0/5state:presentactive:False-name:Activate LLDP on specific interfacesjunos_lldp_interface:name:ge-0/0/5state:presentactive:True
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>