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

config-if-vlan

Parameters

<seconds>

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

Authority

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

Examples

Setting OSPFv3 transit delay on the interface

switch(config)# interface vlan 1
switch(config-if-vlan)# ipv6 ospfv3 transit-delay 30

Setting OSPFv3 transit delay to default on the interface

switch(config)# interface vlan 1
switch(config-if-vlan)# no ipv6 ospfv3 transit-delay