C613-50631-01 Rev A Command Reference for IE340 Series 1884
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SMV6 COMMANDS
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 To configure the SSM service for the IPv6 address range defined by IPv6 access list
‘IPv6-PIM-SSM-RANGE’, use the commands:
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
To use the default address range for PIM-SSM, use the commands:
awplus# configure terminal
awplus(config)# ipv6 pim ssm default
To disable PIM-SSM, use the commands:
awplus# configure terminal
awplus(config)# no ipv6 pim ssm
Parameter Description
default Use FF3x::/32 as the range for SSM.
range Specify an ACL for group range to be used for SSM.
<named-access-list> Specify a named standard access list.