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 mld ssm-map static <acl6-name> source <source>

Globally associates a multicast source for static SSM map group.

set protocols mld ssm-map static acl6-name source source
delete protocols mld ssm-map static acl6-name source source
show protocols gmp ssm-map static acl6-name source
acl6-name
The name of an IPv6 access control list to be used for filtering membership groups. 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 IPv6 source address to associate with SSM mapping.

Configuration mode


protocols {
    mld {
        ssm-map {
            static acl6-name 
            {
                source-address 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 multicast group entries 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.