community.general.slxos_lldp (0.1.1) — module

Manage LLDP configuration on Extreme Networks SLX-OS network devices.

Authors: Matthew Stone (@bigmstone)

preview | supported by community

Install collection

Install with ansible-galaxy collection install community.general:==0.1.1


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.1

Description

This module provides declarative management of LLDP service on Extreme SLX-OS network devices.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Enable LLDP service
  slxos_lldp:
    state: present
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Disable LLDP service
  slxos_lldp:
    state: absent

Inputs

    
state:
    choices:
    - present
    - absent
    default: present
    description:
    - State of the LLDP configuration. If value is I(present) lldp will be enabled else
      if it is I(absent) it will be disabled.

Outputs

commands:
  description: The list of configuration mode commands to send to the device
  returned: always, except for the platforms that use Netconf transport to manage
    the device.
  sample:
  - lldp run
  type: list