Administrator Guide

Table Of Contents
ipv6 pim register-filter
Configure the source DR so that it does not send register packets to the RP for the specified sources and groups.
Syntax
ipv6 pim register-filter access-list
Parameters
access-list Enter the name of the extended ACL that contains the sources and groups to filter.
Defaults none
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, refer to the relevant Dell
Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version Description
9.7(0.0) Introduced on the S6000-ON.
9.5(0.0) Introduced on the Z9500.
8.3.19.0 Introduced on the S4820T.
8.3.12.0 Introduced on the S4810.
8.3.1.0 Introduced on the S6000.
Example
Dell(conf)#ipv6 pim register-filter REG-FIL_ACL
Dell(conf)#ipv6 access-list REG-FIL_ACL
Dell(conf-ipv6-acl)#deny ipv6 165:87:34::10/128 ff0e::225:1:2:0/112
Dell(conf-ipv6-acl)#permit ipv6 any any
Dell(conf-ipv6-acl)#exit
ipv6 pim rp-address
Configure a static PIM rendezvous point (RP) address for a group. First-hop routers use this address to send register packets
on behalf of the source multicast host.
Syntax
ipv6 pim rp-address address group-address group-address mask override
To remove an RP address, use the no ipv6 pim re-address address group-address mask
override command.
Parameters
address
Enter the IPv6 RP address in the x:x:x:x::x format.
NOTE: The :: notation specifies successive hexadecimal fields of zero.
group-address
group-address
mask
Enter the keywords group-address then the group address in the x:x:x:x::x
format and then the mask in /nn format to assign that group address to the RP.
NOTE: The :: notation specifies successive hexadecimal fields of zero.
override Enter the keyword override to override the BSR updates with static RP. The
override takes effect immediately during enable/disable.
NOTE: This option is applicable to multicast group range.
Defaults none
Command Modes CONFIGURATION
Command
History
This guide is platform-specific. For command information about other platforms, refer to the relevant Dell
Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
PIM-Sparse Mode (PIM-SM) 967