C613-50170-01 Rev B
Command Reference for x510 Series
1410
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM
V
6 C
OMMANDS
IPV
6
PIM
SPT
-
THRESHOLD
GROUP
-
LIST
ipv6 pim spt-threshold group-list
Overview
Use this command to turn on/off the ability for the last-hop PIM-SMv6 router to
switch to SPT (shortest-path tree) for multicast group addresses as specified by the
given software IPv6 access-list.
Use the
no
variant of this command to turn off switching to the SPT.
NOTE
:
The switching to SPT happens either at the receiving of the first data packet, or
not at all; it is not rate-based.
Syntax
ipv6 pim spt-threshold group-list <
IPv6-access-list
>
no ipv6 pim spt-threshold group-list <
IPv6-access-list
>
Mode
Global Configuration
Examples
To enable the last-hop PIM-SMv6 router to switch to SPT for groups specified by
the ACL named G1, use the following commands:
awplus#
configure terminal
awplus(config)#
ipv6 forwarding
awplus(config)#
ipv6 multicast-routing
awplus(config)#
ipv6 pim spt-threshold group-list G1
awplus(config)#
ipv6 access-list standard G1 permit
2001:db8::/128
To stop the last-hop PIM-SMv6 router from being able to switch to SPT for groups
specified by the ACL named G1, use the following commands:
awplus#
configure terminal
awplus(config)#
no ipv6 pim spt-threshold group-list G1
Related
Commands
Parameter
Description
<
IPv6-access-list
>
Specify a Standard or an Extended software IPv6 access-
list name.
See the
IPv6 Software Access Control List (ACL)
chapter for supported IPv6 ACLs.