Reference Guide

PIM-Sparse Mode (PIM-SM) | 1123
ipv6 pim join-filter
e
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.
Syntax
ipv6 pim join-filter access-list
Parameters
Defaults
None
Command Modes
INTERFACE
Command
History
Example
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
ipv6 pim query-interval
e
Change the frequency of IPv6 PIM Router-Query messages.
Syntax
ipv6 pim query-interval seconds
To return to the default value, enter no ipv6 pim query-interval seconds command.
Parameters
Defaults
30 seconds
Command Modes
INTERFACE
Command
History
ipv6 pim neighbor-filter
e
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 an extended access list.
in
Enter this keyword to apply the access list to inbound traffic.
out
Enter this keyword to apply the access list to outbound traffic.
Version 8.3.1.0 Introduced
seconds
Enter a number as the number of seconds between router query messages.
Default: 30 seconds
Range: 0 to 65535
Version 7.4.1.0 Introduced
access-list
Enter the name of a standard access list. Maximum 16 characters.