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
Parameters
<SECONDS>
Specifies the time interval for the retransmit interval, in seconds. Default: 5 seconds. Range: 1-3600.
Authority
Administrators
Examples
Setting OSPFv3 retransmit interval on the interface:
switch(config)# interface 1/1/1 switch(config-if)# ipv6 ospfv3 retransmit-interval 30
Setting OSPFv3 retransmit interval to the default on the interface:
switch(config)# interface 1/1/1 switch(config-if)# no ipv6 ospfv3 retransmit-interval