alliedtelesis.awplus.awplus_ipv6_ospf (1.2.2) — module

Manages IPv6 OSPF configuration.

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

Authors: Isaac Daly (@dalyIsaac)

preview | supported by network

Install collection

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


Add to requirements.yml

  collections:
    - name: alliedtelesis.awplus
      version: 1.2.2

Description

Manages IPv6 OSPF configurations on AlliedWare Plus switches.

Inputs

    
router:
    description:
    - This configures the router to use OSPF.
    required: true
    suboptions:
      process_id:
        description:
        - A positive integer in the range 1 to 65535 used to define a routing process.
      state:
        choices:
        - present
        - absent
        description:
        - C(state=absent) is used to terminate and delete a specific OSPF routing process.

Outputs

commands:
  description: The list of commands to send to the device
  returned: always
  sample:
  - router ipv6 ospf
  type: list