onyx_vxlan – Configures Vxlan¶
New in version 2.8.
Synopsis¶
- This module provides declarative management of Vxlan configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: configure Vxlan
onyx_vxlan:
nve_id: 1
loopback_id: 1
bgp: yes
mlag-tunnel-ip: 100.0.0.1
vni_vlan_list:
- vlan_id: 10
vni_id: 10010
- vlan_id: 6
vni_id: 10060
arp_suppression: yes
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 (@anasb)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.