cisco.nxos.nxos_pim_rp_address (7.0.0) — module

Manages configuration of an PIM static RP address instance.

| "added in version" 1.0.0 of cisco.nxos"

Authors: Gabriele Gerbino (@GGabriele)

Install collection

Install with ansible-galaxy collection install cisco.nxos:==7.0.0


Add to requirements.yml

  collections:
    - name: cisco.nxos
      version: 7.0.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.
- cisco.nxos.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: present
    description:
    - Specify desired state of the resource.
    type: str

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

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

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

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

Outputs

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