ipv6 mld ssm-map enable

Associates a prefix list with a source address, known as Source Specific Multicast (SSM) mapping.

Syntax

ipv6 mld ssm-map enable prefix_name map source IPv6 address
no ipv6 mld ssm-map enable prefix_name map source IPv6 address

Command Default

By default, SSM mapping is not enabled.

Parameters

prefix_name
Specifies the name of the prefix list to associate with an IPv6 address.
map source IPv6 address
Specifies the IPv6 address to associate with a prefix list.

Modes

VLAN or bridge domain configuration mode

Usage Guidelines

Use the no ipv6 mld ssm-map enable form of the command to disable SSM mapping on the indicated prefix and IPv6 address.

Examples

The following example maps IPv6 address 2::100 to a prefix list named prefix1.

device# configure terminal
devicee(config)# vlan 10
device(config-vlan-10)# ipv6 mld ssm-map prefix1 2::100