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

Enables source-specific multicast mapping globally.

set protocols igmp ssm-map
delete protocols igmp ssm-map
show protocols ip igmp

SSM mapping is disabled.

Configuration mode


protocols {
    igmp {
        ssm-map
    }
}

Use this command to globally enable source-specific multicast (SSM) mapping for groups in a configured SSM range. The range is configured globally using protocols igmp ssm-map static access-list <acl> source <source>.

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

Use the set form of this command to enable SSM mapping.

Use the delete form of this command to restore the default behavior for SSM mapping.

Use the show form of this command to show SSM mapping configuration.