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
Parameters
<SECONDS>
Specifies the time interval between hello packets, in seconds. Default: 10 seconds. Range: 1-65535.
Authority
Administrators
Examples
Setting OSPFv3 hello interval on the interface:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# ipv6 ospfv3 hello-interval 30
Setting OSPFv3 hello interval to default on the interface:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# no ipv6 ospfv3 hello-interval