dellemc.os10.mtu_validate (1.2.4) — module

Validate the MTU value for lldp neighbors

Authors: Senthil Kumar Ganesan (@skg-net)

Install collection

Install with ansible-galaxy collection install dellemc.os10:==1.2.4


Add to requirements.yml

  collections:
    - name: dellemc.os10
      version: 1.2.4

Description

Get the wiring info using lldp output and show system network summary.

Inputs

    
show_ip_intf_brief:
    description:
    - show ip intf brief
    elements: dict
    required: true
    type: list

show_lldp_neighbors_list:
    description:
    - show lldp neighbor output
    elements: dict
    required: true
    type: list

show_system_network_summary:
    description:
    - show system network summary output
    elements: dict
    required: true
    type: list