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 igmp ssm-map static access-list <acl> source <source>

Globally associates a multicast source for static SSM map group.

set protocols igmp ssm-map static access-list acl source source
delete protocols igmp ssm-map static access-list acl source source
show protocols igmp ssm-map static access-list acl
acl
The name of an IPv4 access control list to be used for filtering membership groups. Supported ranges of values are:

1 to 99: IP access list number.

1300 to 1999: IP access list number in the expanded range.

Access control lists are a type of routing policy; see the Ciena Vyatta Network OS Routing Policies Configuration Guide for information on creating them.

source
The source address to associate with SSM mapping. The format is an IPv4 address in dotted quad format.

Configuration mode


protocols {
    igmp {
        ssm-map {
            static {
                access-list acl{
                source source
                }
            }
        }
    }
}

Use this command to globally define a group for static SSM mapping.

A value set at the interface level overrides the global value.

This command statically assigns source values to IGMPv1 and IGMPv2 groups to translate the sources represented with the wildcard in (*,G) entries to (S, G) entries.

Use the set form of this command to associate the specified group with SSM mapping.

Use the delete form of this command to delete the SSM mapping association.

Use the show form of this command to show SSM group association configuration.