.. _vyos.vyos.vyos_lldp_interfaces_module:
******************************
vyos.vyos.vyos_lldp_interfaces
******************************
**LLDP interfaces resource module**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module manages attributes of lldp interfaces on VyOS network devices.
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
config
list
/ elements=dictionary
|
|
A list of lldp interfaces configurations.
|
|
enable
boolean
|
|
to disable lldp on the interface.
|
|
location
dictionary
|
|
LLDP-MED location data.
|
|
|
civic_based
dictionary
|
|
Civic-based location data.
|
|
|
|
ca_info
list
/ elements=dictionary
|
|
LLDP-MED address info
|
|
|
|
|
ca_type
integer
|
|
LLDP-MED Civic Address type.
|
|
|
|
|
ca_value
string
|
|
LLDP-MED Civic Address value.
|
|
|
|
country_code
string
/ required
|
|
Country Code
|
|
|
coordinate_based
dictionary
|
|
Coordinate-based location.
|
|
|
|
altitude
integer
|
|
Altitude in meters.
|
|
|
|
datum
string
|
Choices:
- WGS84
- NAD83
- MLLW
|
Coordinate datum type.
|
|
|
|
latitude
string
/ required
|
|
Latitude.
|
|
|
|
longitude
string
/ required
|
|
Longitude.
|
|
|
elin
string
|
|
Emergency Call Service ELIN number (between 10-25 numbers).
|
|
name
string
/ required
|
|
Name of the lldp interface.
|
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
- overridden
- deleted
- rendered
- parsed
- gathered
|
The state of the configuration after module completion.
|