
350
Description
Use
ssm-policy
to configure the IPv6 SSM group range.
Use
undo ssm-policy
to restore the default.
By default, the IPv6 SSM group range is FF3x::/32, where x represents any legal scope.
You can use this command to define an address range of permitted or denied IPv6 multicast groups. If the
match succeeds, the running multicast mode is IPv6 PIM-SSM. Otherwise, the multicast mode is IPv6
PIM-SM.
Examples
# Configure the IPv6 SSM group range to be FF3E:0:8192::/96.
<Sysname> system-view
[Sysname] acl ipv6 number 2000
[Sysname-acl6-basic-2000] rule permit source ff3e:0:8192:: 96
[Sysname-acl6-basic-2000] quit
[Sysname] pim ipv6
[Sysname-pim6] ssm-policy 2000
state-refresh-hoplimit
Syntax
state-refresh-hoplimit
hoplimit-value
undo state-refresh-hoplimit
View
IPv6 PIM view
Default level
2: System level
Parameters
hoplimit-value
: Hop limit value of state refresh messages, in the range of 1 to 255.
Description
Use
state-refresh-hoplimit
to configure the hop limit value of state refresh messages.
Use
undo state-refresh-hoplimit
to restore the default.
By default, the hop limit value of state refresh messages is 255.
Related commands:
pim ipv6 state-refresh-capable
,
state-refresh-interval
, and
state-refresh-rate-limit
.
Examples
# Set the hop limit value of state refresh messages to 45.
<Sysname> system-view
[Sysname] pim ipv6
[Sysname-pim6] state-refresh-hoplimit 45