ipv6 pim neighbor-filter

Use this command to specify PIM neighbors to allow.

Syntax

ipv6 pim neighbor-filter neighbor-filter
no ipv6 pim neighbor-filter neighbor-filter

Parameters

neighbor-filter Specifies the name of a standard access-list containing a list of neighbors to allow on this IPV6 interface.

Defaults

None.

Mode

Interface configuration.

Usage

The “no” form of this command disables IPv6 PIM neighbor filtering on this interface.

Examples

This example sets the neighbor-filter to permit only 2010::100:10 and 2010::101:10 to participate in the PIM protocol on VLAN 1:

System(su-config)->ipv6 access-list standard pim6_nbr_fltr
System(su-cfg-std-acl-pim_*fltr)->permit host 2010::100:10
System(su-cfg-std-acl-pim_*fltr)->permit host 2010::101:10
System(su-cfg-std-acl-pim_*fltr)->exit
System(su-config)->interface vlan 1
System(su-config-intf-vlan.0.1)->ipv6 pim neighbor-filter pim6_nbr_fltr