onyx_igmp_vlan – Configures IGMP Vlan parameters¶
New in version 2.8.
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:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Anas Badaha (@anasbadaha)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.