Skip to content

Latest commit

 

History

History
203 lines (171 loc) · 7.08 KB

cisco.nxos.nxos_pim_rp_address_module.rst

File metadata and controls

203 lines (171 loc) · 7.08 KB

cisco.nxos.nxos_pim_rp_address

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.
Parameter Choices/Defaults Comments
bidir
boolean
    Choices:
  • no
  • yes
Group range is treated in PIM bidirectional mode.
group_list
string
Group range for static RP. Valid values are multicast addresses.
prefix_list
string
Prefix list policy for static RP. Valid values are prefix-list policy names.
route_map
string
Route map policy for static RP. Valid values are route-map policy names.
rp_address
string / required
Configures a Protocol Independent Multicast (PIM) static rendezvous point (RP) address. Valid values are unicast addresses.
state
string
    Choices:
  • present ←
  • absent
Specify desired state of the resource.

Note

- 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']


Authors

  • Gabriele Gerbino (@GGabriele)