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 pim6 accept-register list <acl6>

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

set protocols pim6 accept-register list acl6
delete protocols pim6 accept-register list acl6
show protocols pim6 accept-register list

The RP accepts Register messages from all multicast sources.

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

protocols {
    pim6 {
        accept-register {
            list acl6
        }
    }
}

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.