OSPF Commands
5-98 Configuring the Internet Protocol
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Default
1
Example
ThefollowingexamplesetsOSPFpriorityto20forFastEthernetport1:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip address 172.16.16.1 255.255.255.0
XSR(config-if<F1>)#ip ospf priority 20

ip ospf retransmit-interval

Thiscommandsetstheintervalbetweenretransmissionsoflinkstateadvertisementsfor
adjacenciesthatbelongtothisinterface.
Syntax
ip ospf retransmit-interval seconds
Syntax of the “no” Form
Thenoformofthiscommandsetsthevaluetothedefault:
no ip ospf retransmit-interval
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Default
5seconds
Example
ThefollowingexamplesetstheretransmitintervalforinterfaceFastEthernet1to20:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip address 172.16.16.1 255.255.255.0
XSR(config-if<F1>)#ip ospf retransmit-interval 20
seconds Setstheretransmitperiod,rangingfrom1to3600seconds.