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.

interfaces <interface> ipv6 mld static-group <group> source <source>

Specifies static multicast group membership on an interface.

set interfaces interface ipv6 mld static-group group source source
delete interfaces interface ipv6 mld static-group group source source
show interfaces interface ipv6 mld static-group group source
interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
group
The IPv6 multicast address of the group the router is being made a member of.
source
The static source of multicast packets. Supported values are:

x:x:x:x:x:x:x:x: The IPv6 address of a multicast source.

ssm-map : Use Source Specific Multicast (SSM) mapping to determine the multicast source associated with this group.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            static-group group 
            {
                source source
            }
        }
    }
}

Use this command to add MLD group or source records to a specific interface.

When the router is statically configured to be a member of a group, packets to the group are fast-switched out the interface ensuring all upstream routers maintain routing information for the group.

When the ssm-map keyword is used, the router uses Source Specific Multicast (SSM) mapping to determine the multicast source associated with this group. The resulting (S, G) channels are statically forwarded.

Use the set form of this command to specify static multicast group membership on an interface.

Use the delete form of this command to remove multicast group membership on the interface.

Use the show form of this command to static group membership configuration.