ipv6 ospfv3 transit-delay

Syntax

ipv6 ospfv3 transit-delay <seconds>

no ipv6 ospfv3 transit-delay

Description

Sets the time delay in Link state transmission for the OSPFv3 interface.

The no form of this command sets the transit delay in Link state transmission to the default of 1 second.

Command context

config-if

Parameters

<seconds>

Specifies the time delay for the transit delay, in seconds. Default: 1 second. Range: 1-3600.

Authority

Administrators

Examples

Setting OSPFv3 transit delay on the interface

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# ipv6 ospfv3 transit-delay 30

Setting OSPFv3 transit delay to default on the interface

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# no ipv6 ospfv3 transit-delay