alliedtelesis.awplus.awplus_rip (1.2.2) — module

Manage the rip router attributes on AlliedWare Plus devices

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

Authors: Jeremy Toth (@jtsource), 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

This module provides declarative management of rip router attributes on awplus devices. It provides an option to configure host system parameters or remove those parameters from the device active configuration.

Inputs

    
state:
    choices:
    - present
    - absent
    default: present
    description:
    - State of the configuration values in the device's current active configuration.    When
      set to I(present), the values should be configured in the device active configuration
      and when set to I(absent) the values should not be in the device active configuration

network:
    description:
    - Used to specify networks or VLANs, to which rip routing information will be sent
      and received.

passive_interface:
    description:
    - Command for blocking RIP broadcasts on the interface.

Outputs

commands:
  description: Show the command sent.
  returned: always
  sample:
  - router rip
  - no network 1.3.3.4
  - network 195.46.3.4
  type: list