C613-50100-01 REV C Command Reference for x930 Series 1805
AlliedWare Plus™ Operating System - Version 5.4.6-1.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 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.