Reference Guide

612 | Multicast Features
www.dell.com | support.dell.com
Prevent an IPv6 Neighbor from Forming an Adjacency
Prevent an IPv6 Source from Registering with the RP
Prevent an IPv6 PIM Router from Processing an IPv6 Join
Task Command Syntax Command Mode
Prevent a router from participating in PIM. ipv6 pim neighbor-filter access-list CONFIGURATION
FTOS(conf)#ipv6 pim neighbor-filter NEIGH_ACL
FTOS(conf)#ipv6 access-list NEIGH_ACL
FTOS(conf-ipv6-acl)#show config
!
ipv6 access-list NEIGH_ACL
seq 5 deny ipv6 host fe80::201:e8ff:fe0a:5ad any
seq 10 permit ipv6 any any
FTOS(conf-ipv6-acl)#
Task Command Syntax Command Mode
Configured on the source DR, prevent the
source DR from sending register packets to the
RP for specific sources and groups.
ipv6 pim register-filter access-list CONFIGURATION
FTOS(conf)#ipv6 pim register-filter REG-FIL_ACL
FTOS(conf)#ipv6 access-list REG-FIL_ACL
FTOS(conf-ipv6-acl)#deny ipv6 165:87:34::10/128 ff0e::225:1:2:0/112
FTOS(conf-ipv6-acl)#permit ipv6 any any
FTOS(conf-ipv6-acl)#exit
Task Command Syntax Command Mode
Permit or deny PIM Join/Prune messages on an
interface using an access list. This command
prevents the PIM-SM router from creating state
based on multicast source and/or group.
ipv6 pim join-filteraccess-list [in | out] INTERFACE
FTOS(conf)#ipv6 access-list JOIN-FIL_ACL
FTOS(conf-ipv6-acl)#permit ipv6 165:87:34::0/112 ff0e::225:1:2:0/112
FTOS(conf-ipv6-acl)#permit ipv6 any ff0e::230:1:2:0/112
FTOS(conf-ipv6-acl)#permit ipv6 165:87:32::0/112 any
FTOS(conf-ipv6-acl)#exit
FTOS(conf)#interface gigabitethernet 0/84
FTOS(conf-if-gi-0/84)#ipv6 pim join-filter JOIN-FIL_ACL in
FTOS(conf-if-gi-0/84)#ipv6 pim join-filter JOIN-FIL_ACL out