394
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ipv6 pim rp-address
ipv6 pim rp-address
To configure an IPv6 Protocol Independent Multicast (PIM6) static route processor (RP) address for a
multicast group range, use the
ipv6 pim rp-address
command. To remove a static RP address, use the
no
form of this command.
ipv6 pim rp-address
rp-address
[
group-list
prefix
|
route-map
policy-name
] [
bidir
]
no ipv6 pim rp-address
rp-address
[
group-list
prefix
|
route-map
policy-name
] [
bidir
]
Syntax Description
Defaults
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 ipv6 multicast
command is the only
match
command that is evaluated in the route map. You
can specify the group prefix to filter messages with the
match ipv6
multicast
command.
This command requires the Enterprise Services license.
Examples
This example shows how to configure a PIM6 static RP address for a group range:
switch(config)#
ipv6 pim rp-address 2001:0db8:0:abcd::1 group-list ff1e:abcd:def1::0/96
This example shows how to remove a static RP address:
switch(config)#
no ipv6 pim rp-address 2001:0db8:0:abcd::1
rp-address
IPv6 address of the router, which is the RP for the group range.
group-list
prefix
(Optional) Specifies a group range for a static RP.
route-map
policy-name
Specifies the route-map policy name.
bidir
(Optional) Specifies to handle group ranges in PIM6 bidirectional (Bidir) mode.
Release
Modification
5.0(3)N1(1)
This command was introduced.
4.2(1)
Added the keyword
route-map
and argument
policy-name
.