.. _cisco.iosxr.iosxr_lldp_interfaces_module:
*********************************
cisco.iosxr.iosxr_lldp_interfaces
*********************************
**Resource module to configure LLDP interfaces.**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module manages Link Layer Discovery Protocol (LLDP) attributes of interfaces on IOS-XR devices.
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
config
list
/ elements=dictionary
|
|
A dictionary of LLDP interfaces options.
|
|
destination
dictionary
|
|
Specifies LLDP destination configuration on the interface.
|
|
|
mac_address
string
|
Choices:
- ieee-nearest-bridge
- ieee-nearest-non-tmpr-bridge
|
Specifies the LLDP destination mac address on the interface.
|
|
name
string
|
|
Name/Identifier of the interface or Ether-Bundle.
|
|
receive
boolean
|
|
Enable/disable LLDP RX on an interface.
|
|
transmit
boolean
|
|
Enable/disable LLDP TX on an interface.
|
running_config
string
|
|
This option is used only with state parsed.
The value of this option should be the output received from the IOS-XR device by executing the command show running-config int.
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
- parsed
- rendered
- gathered
|
The state of the configuration after module completion.
|