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.

protocols pim accept-register list <acl>

Allows the Rendezvous Point (RP) to accept Register messages only from multicast sources identified in a given access list.

set protocols pim accept-register list acl
delete protocols pim accept-register list acl
show protocols pim accept-register list

The RP accepts Register messages from all multicast sources.

acl
The number of an access list. The number ranges as follows:

100 to 199: Extended IP access list number.

2000 to 2699: Extended IP access list number in the expanded range.

Configuration mode


protocols {
    pim {
        accept-register {
            list acl
        }
    }
}

Use this command to configure the RP router to filter multicast sources identified by the specified access list. The RP accepts Register messages sent only by the sources specified in the access list. By default, the RP accepts Register messages from all multicast sources.

Use the set form of this command to enable the RP to accept Register messages only from multicast sources identified in a given access list.

Use the delete form of this command to restore the default behavior of Register handling.

Use the show form of this command to display accept-register list configuration.