ansible.builtin.nxos_pim_rp_address (v2.6.0) — module

Manages configuration of an PIM static RP address instance.

| "added in version" 2.2 of ansible.builtin"

Authors: Gabriele Gerbino (@GGabriele)

preview | supported by network

Install Ansible via pip

Install with pip install ansible==2.6.0

Description

Manages configuration of an Protocol Independent Multicast (PIM) static rendezvous point (RP) address instance.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- nxos_pim_rp_address:
    rp_address: "10.1.1.20"
    state: present

Inputs

    
bidir:
    description:
    - Group range is treated in PIM bidirectional mode.
    type: bool

state:
    choices:
    - present
    - absent
    - default
    default: present
    description:
    - Specify desired state of the resource.
    required: true

route_map:
    description:
    - Route map policy for static RP. Valid values are route-map policy names.

group_list:
    description:
    - Group range for static RP. Valid values are multicast addresses.

rp_address:
    description:
    - Configures a Protocol Independent Multicast (PIM) static rendezvous point (RP) address.
      Valid values are unicast addresses.
    required: true

prefix_list:
    description:
    - Prefix list policy for static RP. Valid values are prefix-list policy names.

Outputs

commands:
  description: commands sent to the device
  returned: always
  sample:
  - router bgp 65535
  - vrf test
  - router-id 1.1.1.1
  type: list