C613-50631-01 Rev A Command Reference for IE340 Series 1865
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SMV6 COMMANDS
IPV
6 PIM HELLO-HOLDTIME
ipv6 pim hello-holdtime
Overview This command configures a hello-holdtime value. You cannot configure a
hello-holdtime value that is less than the current hello-interval.
Use the no variant of this command to return it to its default of 3.5 * the current
hello-interval.
Syntax
ipv6 pim hello-holdtime <holdtime>
no ipv6 pim hello-holdtime
Default The default hello-holdtime value is 3.5 * the current hello-interval. The default
hello-holdtime is restored using the negated form of this command.
Mode Interface Configuration for a VLAN interface.
Usage Each time the hello-interval is updated, the hello-holdtime is also updated,
according to the following rules:
If the hello-holdtime is not configured; or if the hello-holdtime is configured and
less than the current hello-interval value, it is modified to the (3.5 * hello-interval).
Otherwise, it retains the configured value.
Examples To configure a hello-holdtime of 123 seconds on vlan2, use the commands:
awplus# configure terminal
awplus(config)# ipv6 forwarding
awplus(config)# ipv6 multicast-routing
awplus(config)# interface vlan2
awplus(config-if)# ipv6 enable
awplus(config-if)# ipv6 pim hello-holdtime 123
To reset the hello-holdtime to default, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 pim hello-holdtime
Parameter Description
<holdtime> <1-65535>
The holdtime value in seconds (no fractional seconds are accepted).