You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
junos_linkagg - Manage link aggregation groups on Juniper JUNOS network devices¶
Specifies whether or not the configuration is active or deactivated
aggregate
no
List of link aggregation definitions.
description
no
Description of Interface.
device_count
no
Number of aggregated ethernet devices that can be configured. Acceptable integer value is between 1 and 128.
members
yes
List of members interfaces of the link aggregation group. The value can be single interface or list of interfaces.
min_links
no
Minimum members that should be up before bringing up the link aggregation group.
mode
no
on
off
active
passive
Mode of the link aggregation group. A value of on will enable LACP in passive mode. active configures the link to actively information about the state of the link, or it can be configured in passive mode ie. send link state information only when received them from another link. A value of off will disable LACP.
-name:configure link aggregationjunos_linkagg:name:ae11members:-ge-0/0/5-ge-0/0/6-ge-0/0/7lacp:activedevice_count:4state:present-name:delete link aggregationjunos_linkagg:name:ae11members:-ge-0/0/5-ge-0/0/6-ge-0/0/7lacp:activedevice_count:4state:delete-name:deactivate link aggregationjunos_linkagg:name:ae11members:-ge-0/0/5-ge-0/0/6-ge-0/0/7lacp:activedevice_count:4state:presentactive:False-name:Activate link aggregationjunos_linkagg:name:ae11members:-ge-0/0/5-ge-0/0/6-ge-0/0/7lacp:activedevice_count:4state:presentactive:True-name:Disable link aggregationjunos_linkagg:name:ae11state:down-name:Enable link aggregationjunos_linkagg:name:ae11state:up
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>