C613-50100-01 REV C Command Reference for x930 Series 1804
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
PIM-SMV6 COMMANDS
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
ipv6 pim spt-threshold
Parameter Description
<IPv6-access-list> Specify a Standard or an Extended software IPv6 access-
list name.
See the IPv6 Software Access Control List (ACL)
Commands chapter for supported IPv6 ACLs.