Service Manual
ipv6 pim neighbor-filter
Prevent the system from forming a PIM adjacency with a neighboring system.
Syntax
ipv6 pim neighbor-filter {access-list}
Parameters
access-list Enter the name of a standard access list. Maximum 16 characters.
Defaults none
Command Modes CONFIGURATION
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
Usage Information Do not enter this command before creating the access-list.
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
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
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
PIM-Sparse Mode (PIM-SM) 963