.. _vyos.vyos.vyos_lldp_global_module:
**************************
vyos.vyos.vyos_lldp_global
**************************
**LLDP global resource module**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module manages link layer discovery protocol (LLDP) attributes on VyOS devices.
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
config
dictionary
|
|
The provided link layer discovery protocol (LLDP) configuration.
|
|
address
string
|
|
This argument defines management-address.
|
|
enable
boolean
|
|
This argument is a boolean value to enable or disable LLDP.
|
|
legacy_protocols
list
/ elements=string
|
Choices:
- cdp
- edp
- fdp
- sonmp
|
List of the supported legacy protocols.
|
|
snmp
string
|
|
This argument enable the SNMP queries to LLDP database.
|
running_config
string
|
|
This option is used only with state parsed.
The value of this option should be the output received from the VyOS device by executing the command show configuration commands | grep lldp.
The state parsed reads the configuration from running_config option and transforms it into Ansible structured data as per the resource module's argspec and the value is then returned in the parsed key within the result.
|
state
string
|
Choices:
merged ←
- replaced
- deleted
- gathered
- rendered
- parsed
|
The state of the configuration after module completion.
|