分类: 系统运维
2011-10-20 10:59:49
默认情况下,在多个RIP更新包的发送过程中各个包之间是不插入延时时。如果更新包是从高性能路由器发送到低性能路由器上,你可能要在RIP多个更新包发送过程中要插入包间延时。具体的配置步骤如表7-9所示。
表7-9 RIP路由更新包发送延迟配置步骤
|
|
|
|
|
|
|
terminal
|
|
|
type number
(config)# interface Ethernet 3/0 |
|
|
(config-if)# exit |
|
|
(config-if)# router rip |
RIP路由协议,进入路由器配置模式。 |
|
milliseconds
(config-router)# output-delay 8 |
RIP更新包配置包间延时。 |
|
(config-router)# end |
|
以上配置步骤中的“output-delay delay”路由器配置模式命令用来改变RIP更新包发送的延时设置,参数用来设置在一个多包RIP更新中,两个包发送间的时间间隔(以毫秒为单位),取值范围为8~50毫秒,默认值为0。要删除原来所做的延时设置,则可用“no output-delay”路由器配置模式命令。
当你有一个高端路由器向低端路由发送数据时,建议在高端路由器上配置这个命令,以防止路由信息的丢失。
以下示例是设置包间发送间隔为10这秒。
The following example sets the interpacket delay to 10 milliseconds:
router rip
output-delay 10