R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101

926
Parameters
acl6-number: Basic or advanced IPv6 ACL number, in the range of 2000 to 3999.
Description
Use source-policy to configure an IPv6 multicast data filter.
Use undo source-policy to remove the configured IPv6 multicast data filter.
By default, no IPv6 multicast data filter is configured.
If you specify a basic ACL, the device filters all the received IPv6 multicast packets based on the source
address, and discards packets that fail the source address match.
If you specify an advanced ACL, the device filters all the received IPv6 multicast packets based on the
source and group addresses, and discards packets that fail the match.
If this command is executed repeatedly, the last configuration takes effect.
Examples
# Configure the router to accept IPv6 multicast packets originated from 3121::1 and discard IPv6 multicast
packets originated from 3121::2.
<Sysname> system-view
[Sysname] acl ipv6 number 2000
[Sysname-acl6-basic-2000] rule permit source 3121::1 128
[Sysname-acl6-basic-2000] rule deny source 3121::2 128
[Sysname-acl6-basic-2000] quit
[Sysname] pim ipv6
[Sysname-pim6] source-policy 2000
[Sysname-pim6] quit
spt-switch-threshold (IPv6 PIM view)
Syntax
spt-switch-threshold infinity [ group-policy acl6-number [ order order-value ] ]
undo spt-switch-threshold [ group-policy acl6-number ]
View
IPv6 PIM view
Default level
2: System level
Parameters
infinity: Disables SPT switchover.
group-policy acl6-number: Specifies a basic IPv6 ACL number, in the range of 2000 to 2999. If you do
not include this option in your command, the configuration will apply on all IPv6 multicast groups.
order order-value: Specifies the order of the IPv6 ACL in the group-policy list, where order-value has an
effective range of 1 to (the largest order value in the existing group-policy list + 1), but the value range
should not include the original order value of the IPv6 ACL in the group-policy list. If you have assigned
an order-value to a certain IPv6 ACL, do not specify the same order-value for another IPv6 ACL.
Otherwise the system will give error information. If you do not specify an order-value, the order value of
the IPv6 ACL will remain the same in the group-policy list.