Command Reference OSPFv2 Commands
The following example configures the priority offastethernet 0/1 as 0.
Switch(config)#interface fastethernet 0/1
Ruijie(config-if-FastEthernet 0/1)# ipospfpriority0
Configures the network type of the interface.
2.34 ip ospf retransmit-interval
Use this command to define the interval for sending the link state update (LSU) packet on the
interface in interface configuration mode. Use the no form of this command to restore the default
setting.
ip ospf retransmit-interval seconds
ip ospf retransmit-interval
Interval for sending the LSU packets in seconds. The range is from 1
to 65535. This interval must be greater than the round trip delay of
packets between two neighbors.
Interface configuration mode
After the device sends an LSU packet, the LSU packet stays in the transmission buffer queue. If no
confirmation from the neighbor is obtained in the interval defined with the ip ospf retransmit-interval
command, the LSU will be sent once again.
In serial lines or virtual links, the retransmission interval shall be slightly larger. The LSU packet
retransmission interval of virtual links is defined with the area virtual-link command followed with the
keyword retransmit-interval.
The following example configures the LSU packet retransmission interval on fastEthernet 0/1 as 10
seconds.
Ruijie(config)# interface fastEthernet 0/1
Ruijie(config-if-FastEthernet 0/1)# ip ospf retransmit-interval 10