Command Reference Guide
3Com Router 5000 Family and Router 6000 Family pim neighbor-policy ● 115
Command Reference
pim neighbor-policy
Purpose Use the pim neighbor-policy command to configure a router to filter the PIM
neighbor of the current interface.
Use the undo pim neighbor-policy command to cancel the filtering.
Syntax pim neighbor-policy acl-number
undo pim neighbor-policy
Parameters acl-number
Number of basic ACL. Valid values 2000 to 2999.
Example Configure 10.10.1.2 rather than 10.10.1.1 as the PIM neighbor of Ethernet1/0/0.
[3Com-Ethernet1/0/0] pim neighbor-policy 2001
[3Com-Ethernet1/0/0] quit
[3Com] acl number 2001
[3Com-acl-basic-2001] rule permit source 10.10.1.2 0
[3Com-acl-basic-2001] rule deny source 10.10.1.1 0
View This command can be used in the following views:
■ Interface view
Description Only the router which is permitted by ACL can act as PIM neighbor of the current
interface, while other routers cannot.
If this command is configured repeatedly, the new configuration will overwrite the
previous one.