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

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

set protocols pim ssm range acl
delete protocols pim ssm range
show protocols pim ssm range
acl
An access list number used to specify the group of ranges for SSM. Supported ranges of values are:

1 to 99: IP access list number.

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 {
    pim {
        ssm {
            range acl
        }
    }
}
Use this command to enable SSM and define a range of IP multicast addresses based on an access list.
Note: The SSM destination range must be specified in the ACL source parameter .

Use the set form of this command to enable SSM and define a range of IP 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 the SSM range configuration.