C613-50170-01 Rev B
Command Reference for x510 Series
1411
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM
V
6 C
OMMANDS
IPV
6
PIM
SSM
ipv6 pim ssm
Overview
Use this command to define the Source Specific Multicast (SSM) range of IPv6
multicast addresses. PIM-SMv6 routers will only install (S,G) entries for multicast
groups (addresses) residing in the SSM range.
Use the
no
variant of this command to disable the SSM range.
Syntax
ipv6 pim ssm [default|range <
named-access-list
>]
no ipv6 pim ssm
Default
By default, the command is disabled.
Mode
Global Configuration
Usage
Any (*,G) or (S,G,rpt) joins received for multicast groups (addresses) within the
range, are not installed in PIM-SMv6 mroute table.
Examples
The following example shows how to configure SSM service for the IPv6 address
range defined by IPv6 access list IPv6-PIM-SSM-RANGE:
awplus#
configure terminal
awplus(config)#
ipv6 access-list standard IPv6-PIM-SSM-RANGE
permit ff3e::/32
awplus(config)#
ipv6 pim ssm range IPv6-PIM-SSM-RANGE
The following commands show how to set PIM-SSM as default:
awplus#
configure terminal
awplus(config)#
ipv6 pim ssm default
The following commands show how to disable PIM-SSM:
awplus#
configure terminal
awplus(config)#
no ipv6 pim ssm
Parameter
Description
default
Named Standard Access List. Use FF3x::/32 group range
for SSM.
range
Specify an ACL for group range to be used for SSM.
<
named-access-list
>
Specify a named standard access list.