ansible.builtin.onyx_igmp_interface (v2.9.27) — module

Configures IGMP interface parameters

| "added in version" 2.8 of ansible.builtin"

Authors: Anas Badaha (@anasb)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

This module provides declarative management of IGMP interface configuration on Mellanox ONYX network devices.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: configure igmp interface
  onyx_igmp_interface:
    state: enabled
    name: Eth1/1

Inputs

    
name:
    description:
    - interface name that we want to configure IGMP on it
    required: true

state:
    choices:
    - enabled
    - disabled
    default: enabled
    description:
    - IGMP Interface state.

Outputs

commands:
  description: The list of configuration mode commands to send to the device.
  returned: always
  sample:
  - interface ethernet 1/1 ip igmp snooping fast-leave
  type: list