348
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip pim rp-address
ip pim rp-address
To configure an IPv4 Protocol Independent Multicast (PIM) static route processor (RP) address for a
multicast group range, use the ip pim rp-address command. To remove a static RP address, use the no
form of this command.
ip pim rp-address rp-address [group-list prefix | override | route-map policy-name] [bidir]
no ip pim rp-address rp-address [group-list prefix | override | route-map policy-name] [bidir]
Syntax Description
Command Default The group range is treated in ASM mode.
Command Modes Global configuration mode
VRF configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines The match ip multicast command is the only match command that is evaluated in the route map. You
can the specify group prefix to filter messages with the match ip multicast command.
Customers can use this “override” provision, if they want the static RPs always to override the dynamic
ones.
This command requires the LAN Base Services license.
Examples This example shows how to configure a PIM static RP address for a serving group range and to override
any dynamically learned (through BSR) RP addresses:
switch(config)# ip pim rp-address 1.1.1.1 group-list 225.1.0.0/16 override
rp-address IP address of a router which is the RP for a group range.
group-list
prefix
(Optional) Specifies a group range for a static RP.
override (Optional) Specifies the RP address. The RP address overrides the dynamically
learned RP addresses.
route-map
policy-name
(Optional) Specifies a route-map policy name.
bidir (Optional) Specifies to handle a group range in PIM bidirectional (Bidir) mode.
Release Modification
6.0(2)N1(1) This command was introduced.