339
Parameters
interval
: Join/prune timeout time in seconds, with an effective range of 1 to 65,535.
Description
Use
pim ipv6 holdtime join-prune
to configure the join/prune timeout time on the interface.
Use
undo pim ipv6 holdtime join-prune
to restore the default.
By default, the join/prune timeout time is 210 seconds.
Related commands:
holdtime assert
,
holdtime join-prune
, and
pim ipv6 holdtime assert
.
Examples
# Set the join/prune timeout time to 280 seconds on VLAN-interface 100.
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] pim ipv6 holdtime join-prune 280
pim ipv6 neighbor-policy
Syntax
pim ipv6 neighbor-policy
acl6-number
undo pim ipv6 neighbor-policy
View
Interface view
Default level
2: System level
Parameters
acl6-number
: Basic IPv6 ACL number, in the range of 2000 to 2999. When the IPv6 ACL is defined, the
source
keyword in the
rule
command specifies a legal source address range for hello messages.
Description
Use
pim ipv6 neighbor-policy
to configure a legal source address range for hello messages to guard
against hello message spoofing.
Use
undo pim ipv6 neighbor-policy
to restore the default.
By default, no source address range for hello messages is configured. That is, all the received hello
messages are considered legal.
Examples
# Configure a legal source address range for hello messages on VLAN-interface 100 so that only the
devices on the FE80:101::101/64 subnet can become PIM neighbors of this switch.
<Sysname> system-view
[Sysname] acl ipv6 number 2000
[Sysname-acl6-basic-2000] rule permit source fe80:101::101 64
[Sysname-acl6-basic-2000] quit
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] pim ipv6 neighbor-policy 2000