New in version 2.5.
Parameter |
Choices/Defaults |
Comments |
---|---|---|
name
required |
|
Name of the interface (port-channel) IPL should be configured on.
|
peer_address
|
|
IPL peer IP address.
|
state
|
|
IPL state.
|
vlan_interface
|
|
Name of the IPL vlan interface.
|
- 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
Common return values are documented here, the following are the fields unique to this module:
Key |
Returned |
Description |
---|---|---|
commands
list
|
always |
The list of configuration mode commands to send to the device.
Sample:
['interface port-channel 1 ipl 1', 'interface vlan 1024 ipl 1 peer-address 10.10.10.10']
|
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.