onyx_mlag_ipl – Manage IPL (inter-peer link) on Mellanox ONYX network devices¶
New in version 2.5.
Synopsis¶
- This module provides declarative management of IPL (inter-peer link) management on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: run configure ipl
  onyx_mlag_ipl:
    name: Po1
    vlan_interface: Vlan 322
    state: present
    peer_address: 192.168.7.1
- name: run remove ipl
  onyx_mlag_ipl:
    name: Po1
    state: absent
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¶
- Samer Deeb (@samerd)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
