ipv6 mld-proxy ssm
To define the Source Specific Multicast (SSM) range of IP Multicast addresses, use the ipv6 mld-proxy ssm command in Global Configuration mode. To disable the SSM range, use the no form of this command.
Syntax
ipv6 mld-proxy ssm {default | range access-list}
no ipv6 mld-proxy ssm
Parameters
default—Defines the SSM range access list to FF3x::/32 (see rfc4607).
range access-list—Specifies the standard IPv6 access list name defining the SSM range.
Default Configuration
The command is disabled.
Command Mode
Global Configuration mode
User Guidelines
A new ipv6 mld-proxyssm command overrides the previous ipv6 mld-proxy ssm command.
Use the no ipv6 mld-proxy ssm command to remove all defined ranges.
Example
The following example shows how to configure SSM service for the default IPv6 address range and the IPv6 address ranges defined by access lists list1:
switchxxxxxx(config)# ipv6 access-list list1 permit FF7E:1220:2001:DB8::/64
switchxxxxxx(config)# ipv6 access-list list1 deny FF7E:1220:2001:DB1::1
switchxxxxxx(config)# ipv6 access-list list1 permit FF7E:1220:2001:DB1::/64
switchxxxxxx(config)# ipv6 pim mld-proxy range list1