ipv6 ospfv3 retransmit-interval

Syntax

ipv6 ospfv3 retransmit-interval <SECONDS>

no ipv6 ospfv3 retransmit-interval

Description

Sets the time between retransmitting lost link state advertisements for the OSPFv3 interface.

The no form of this command sets the time between retransmitting lost link state advertisements to the default 5 seconds.

Command context

config-if-vlan

Parameters

<SECONDS>

Specifies the time interval for the retransmit interval, in seconds. Range: 1 to 3600. Default: 5

Authority

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

Examples

Setting OSPFv3 retransmit interval on the interface:

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

Setting OSPFv3 retransmit interval to the default on the interface:

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