3Com MSR 50 Network Router User Manual


  Open as PDF
of 2742
 
1494 CHAPTER 93: IPV6 PIM CONFIGURATION COMMANDS
Parameter acl6-number: Advanced IPv6 ACL number, in the range of 3000 to 3999. Only
register messages that match the permit statement of the IPv6 ACL can be
accepted by the RP.
Description Use the
register-policy command to configure an IPv6 ACL rule to filter register
messages.
Use the
undo register-policy command to remove the configured register
filtering rule.
By default, no register filtering rule is configured.
Related command: register-suppression-timeout (IPv6 PIM view).
Example # Configure a register filtering policy on the RP so that only IPv6 multicast sources
on the subnet 3:1::/64 can send IPv6 multicast data to the IPv6 multicast groups
on the subnet FF0E:13::/64.
<Sysname> system-view
[Sysname] acl ipv6 number 3000
[Sysname-acl6-adv-3000] rule permit ipv6 source 3:1:: 64 destination
ff0e:13:: 64
[Sysname-acl6-adv-3000] quit
[Sysname] pim ipv6
[Sysname-pim6] register-policy 3000
register-suppression-timeout (IPv6 PIM view)
Syntax register-suppression-timeout interval
undo register-suppression-timeout
View IPv6 PIM view
Parameter interval: Register suppression timeout in seconds, in the range of 1 to 3,600.
Description Use the
register-suppression-timeout command to configure the register
suppression timeout time.
Use the
undo register-suppression-timeout command to restore the default
setting.
By default, the register suppression timeout time is 60 seconds.
Related command: probe-interval (IPv6 PIM view) and register-policy (IPv6 PIM view).
Example # Set the register suppression timeout time to 70 seconds.
<Sysname> system-view
[Sysname] pim ipv6
[Sysname-pim6] register-suppression-timeout 70