杨彬
摘要:随着网络化程度的越来越高,网络设备之间传输数据的复杂性也愈来愈大。数据通信的稳定性要求必然也在不断的增强,尤其在设备单点出现故障的时候,需要能够及时的检测到故障点并给予恢复,这对于用户的数据传输质量起着至关重要的作用。借助于虚拟路由协议(Virtual Route Redundancy Protoco1,VRRP)提供的负载均衡方法,不仅可以保证网络设备之间在出现单点故障时较好地实现双机热备,同时,依靠快速故障双向转发检测机制(Bidirectional Forwarding Detection, BFD)还可以使得故障检测在毫秒级的时间内完成并修复。
关键词:BFD;路由冗余;故障检测
中图分类号:TP311 文献标识码:A 文章编号:1009-3044(2018)03-0224-02
Abstract: With the increasing degree of network, the complexity of data transmission between network devices is also growing. The stability of data communications requirements must be increased. Especially, when any single device has the failure, it must be detected in time and give recovery, which plays a crucial role in the quality of the user's data transmission. Based on the Virtual Route Redundancy Protocol and Bidirectional Forwarding Detection, the network equipment can be ensured better dual redundant functions and recovered in milliseconds.
Key words: BFD;Route redundancy; Fault detection
在常规的网络部署中,所有的终端设备都使用网关与外部网络进行信息互通。但是,如果缺省网关发生故障,网络终端的所有设备将与外部网络断开通信连接。虽然配置的动态路由协议或路由发现协议可以提高系统的可靠性,但配置过程比较复杂,并且不能保证每台设备都支持配置动态路由协议。借助于虚拟路由冗余协议可以有效地实现网关设备故障时的双机热备切换。但是,单纯冗余协议的使用,在故障发现时,只能发现下连设备的故障并切换,对于上连设备无法检测,并且设备切换用时也较长,因而配合快速故障双向转发检测机制的使用,就可以很好的实现设备冗余与瞬时故障切换。
1 路由冗余概念及功能
虚拟路由冗余协议(VRRP)是一种容错协议,可以通过把几台路由设备联合组成一台虚拟的路由设备,通过配置虚拟路由器的IP 地址作为缺省网关,实现对网关的备份。……