.. _cisco.ios.ios_linkagg_module:
*********************
cisco.ios.ios_linkagg
*********************
**Module to configure link aggregation groups.**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
DEPRECATED
----------
:Removed in collection release after 2024-06-01
:Why: Updated modules released with more functionality.
:Alternative: ios_lag_interfaces
Synopsis
--------
- This module provides declarative management of link aggregation groups on Cisco IOS network devices.
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
aggregate
list
/ elements=dictionary
|
|
List of link aggregation definitions.
|
|
group
string
/ required
|
|
Channel-group number for the port-channel Link aggregation group. Range 1-255.
|
|
members
list
/ elements=string
|
|
List of members of the link aggregation group.
|
|
mode
string
|
Choices:
- active
- on
- passive
- auto
- desirable
|
Mode of the link aggregation group.
On mode has to be quoted as 'on' or else pyyaml will convert to True before it gets to Ansible.
|
|
state
string
|
|
State of the link aggregation group.
|
group
integer
|
|
Channel-group number for the port-channel Link aggregation group. Range 1-255.
|
members
list
/ elements=string
|
|
List of members of the link aggregation group.
|
mode
string
|
Choices:
- active
- on
- passive
- auto
- desirable
|
Mode of the link aggregation group.
On mode has to be quoted as 'on' or else pyyaml will convert to True before it gets to Ansible.
|
purge
boolean
|
|
Purge links not defined in the aggregate parameter.
|
state
string
|
Choices:
present ←
- absent
|
State of the link aggregation group.
|