Manages configuration of an PIM static RP address instance.
Version added: 1.0.0
- Manages configuration of an Protocol Independent Multicast (PIM) static rendezvous point (RP) address instance.
Note
- Tested against NXOSv 7.3.(0)D1(1) on VIRL
- Unsupported for Cisco MDS
state=absent
is currently not supported on all platforms.- For information on using CLI and NX-API see the :ref:`NXOS Platform Options guide <nxos_platform_options>`
- For more information on using Ansible to manage network devices see the :ref:`Ansible Network Guide <network_guide>`
- For more information on using Ansible to manage Cisco devices see the Cisco integration page.
- cisco.nxos.nxos_pim_rp_address:
rp_address: 10.1.1.20
state: present
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
commands
list
|
always |
commands sent to the device
Sample:
['router bgp 65535', 'vrf test', 'router-id 192.0.2.1']
|
- Gabriele Gerbino (@GGabriele)