C613-50631-01 Rev A Command Reference for IE340 Series 1866
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SMV6 COMMANDS
IPV
6 PIM HELLO-INTERVAL
ipv6 pim hello-interval
Overview This command configures a hello-interval value for PIM-SMv6.
Use the no variant of this command to reset the hello-interval for PIM-SMv6 to the
default.
Syntax
ipv6 pim hello-interval <interval>
no ipv6 pim hello-interval
Default The default hello-interval value is 30 seconds. The default is restored using the
negated form of this command.
Mode Interface Configuration for a VLAN interface.
Usage When the hello-interval is configured, and the hello-holdtime is not configured, or
when the configured hello-holdtime value is less than the new hello-interval value;
the holdtime value is modified to the (3.5 * hello-interval). Otherwise, the
hello-holdtime value is the configured value.
Example To set the hello-interval to 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-interval 123
To set the hello-interval to the default on vlan2, use the commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 pim hello-interval
Parameter Description
<interval> <1-65535> The value in seconds (no fractional seconds accepted).