1.Hello Interval/Dead Interval

1修改Hello Interval

Router(config-if)#ip ospf hello-interval <1-65535>

注意:

修改Hello Interval时,Dead Interval会随之以4倍关系改变

2修改Dead Interval

Router(config-if)#ip ospf dead-interval <1-65535>

注意:

在修改了Dead Interval之后再修改Hello Interval,此时Dead Interval将不会自动变化

3OSPF快速Hello包特性

Router(config-if)#ip ospf dead-interval minimal hello-multiplier <3-20>

注意:

此时Dead Interval将被置为1s

 

2.Wait Timer

是一个取值始终与Dead Interval相同的计时器,OSPF接口在Wait Timer超时之前如果没有收到Hello消息,则将接口角色直接置为DR

 

3.PollInterval

默认取值120s,用于NBMA网络中,向与当前设备处于Down状态的邻居间隔每间隔一个PollInterval发送Hello消息

 

4.Retransmit Interval

默认取值5s,针对DD以及LSA这些需要显性或隐性确认的消息,如果没有收到确认消息,则每隔一个重传时间重传消息

修改命令

Router(config-if)#ip ospf retransmit-interval <1-65535>

 

5.Transmit Delay

默认取值1s,是发送LSA时Age的累加值,也就是老化时间,此参数对于低速链路更为重要,用于控制刷新频率

修改命令:

Router(config-if)#ip ospf transmit-delay <1-65535>

 

6.LSA Refresh Time

LSDB中某个LSA存在30 min后,就会将该LSA泛洪一次,并将LSA的序号增加1,老化时间重置为0

 

7.Max Age Time

默认取值60 min,如果在该时间内LSA未被刷新,则将从LSDB中删除