alliedtelesis.awplus.awplus_static_lag_interfaces (1.0.0) — module

Manage Static Link Aggregation on AlliedWare Plus devices.

| "added in version" 2.9 of alliedtelesis.awplus"

Authors: Cheng Yi Kok (@cyk19), Isaac Daly (@dalyIsaac)

preview | supported by network

Install collection

Install with ansible-galaxy collection install alliedtelesis.awplus:==1.0.0


Add to requirements.yml

  collections:
    - name: alliedtelesis.awplus
      version: 1.0.0

Description

This module manages properties of Static Link Aggregation Group on AlliedWare Plus devices.

Inputs

    
state:
    choices:
    - merged
    - replaced
    - overridden
    - deleted
    default: merged
    description:
    - The state of the configuratiion after module completion
    type: str

config:
    description: A list of link aggregation group configurations.
    elements: dict
    suboptions:
      members:
        description:
        - Interface options for the link aggregation group.
        suboptions:
          member:
            description:
            - Interface member of the link aggregation group.
            type: str
          member_filters:
            default: false
            description:
            - Allow QoS and ACL settings to be configured on aggregator's individual member
              ports
            type: bool
        type: list
      name:
        description:
        - ID of Ethernet Channel of interfaces.
        - Refer to vendor documentation for valid port values.
        required: true
        type: str
    type: list

Outputs

after:
  description: The resulting configuration model invocation.
  returned: when changed
  sample: "The configuration returned will always be in the same format\n of the parameters\
    \ above.\n"
before:
  description: The configuration prior to the model invocation.
  returned: always
  sample: "The configuration returned will always be in the same format\n of the parameters\
    \ above.\n"
commands:
  description: The set of commands pushed to the remote device.
  returned: always
  sample:
  - command 1
  - command 2
  - command 3
  type: list