ipv6 ospfv3 hello-interval

Syntax

ipv6 ospfv3 hello-interval <SECONDS>

no ipv6 ospfv3 hello-interval

Description

Sets the time interval between OSPFv3 hello packets for the OSPFv3 interface.

The no form of this command sets the time interval between OSPFv3 hello packets to the default for the OSPFv3 interface of 10 seconds.

Command context

config-if

config-if-vlan

Parameters

<SECONDS>

Specifies the time interval between hello packets, in seconds. Range: 1 to 65535. Default: 10.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Setting OSPFv3 hello interval on the interface:

switch(config)# interface vlan 1
switch(config-if-vlan)# ipv6 ospfv3 hello-interval 30

Setting OSPFv3 hello interval to default on the interface:

switch(config)# interface vlan 1
switch(config-if-vlan)# no ipv6 ospfv3 hello-interval