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 ssm range <acl6>

Enables Source Specific Multicast (SSM) and defines a range of IPv6 multicast addresses based on an access list.

set protocols pim6 ssm range acl6
delete protocols pim6 ssm range
show protocols pim6 ssm range
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 {
        ssm {
            range acl6
        }
    }
}

Use this command to enable SSM and define a range of IPv6 multicast addresses based on an access list.

Use the set form of this command to enable SSM and define a range of IPv6 multicast addresses based on an access list.

Use the delete form of this command to disable SSM.

Use the show form of this command to display SSM range configuration.