mellanox.onyx.onyx_igmp_vlan – Configures IGMP Vlan parameters¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_igmp_vlan
.
Synopsis¶
This module provides declarative management of IGMP vlan configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configure igmp vlan
onyx_igmp_vlan:
state: enabled
vlan_id: 10
version:
V2
querier:
state: enabled
interval: 70
address: 10.11.121.13
mrouter:
state: disabled
name: Eth1/2
static_groups:
- multicast_ip_address: 224.5.5.8
name: Eth1/1
sources:
- 1.1.1.1
- 1.1.1.2
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Anas Badaha (@anasbadaha)