home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces <interface> ipv6 pim neighbor-filter <acl6>

Enables filtering of neighbors on an interface.

set interfaces interface ipv6 pim neighbor-filter acl6
delete interfaces interface ipv6 pim neighbor-filter acl6
show interfaces interface ipv6 pim neighbor-filter
interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 pim.
acl6
An IPv6 access list name. An access control list is a type of routing policy; see Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating them.

Configuration mode


interfaces interface {
    ipv6 {
        pim {
            neighbor-filter acl6
        }
    }
}

Use this command to enable filtering of neighbors on an interface based on an access list. PIM terminates its adjacency with existing neighbors filtered by the access list, and does not establish adjacency with potential neighbors filtered by the access list.

Use the set form of this command to enable filtering of neighbors on an interface based on the specified access list.

Use the delete form of this command to disable filtering of neighbors on an interfaces based on the specified access list.

Use the show form of this command to display the neighbor filter configuration.