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> ip pim neighbor-filter <acl>

Enables filtering of neighbors on an interface.

set interfaces interface ip pim neighbor-filter acl
delete interfaces interface ip pim neighbor-filter acl
show interfaces interface ip pim neighbor-filter
interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip pim.
acl
A standard IP access list number. The number ranges from 1 to 99. An ACL is a type of routing policy; see Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating one.

Configuration mode


interfaces interface {
    ip {
        pim {
            neighbor-filter acl
        }
    }
}

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

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

Use the delete form of this command to disable filtering of neighbors on an interface based on the specified ACL.

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