网络协议:BFD
文章目录
- BFD
- RFC 7419
- 开源软件
- omni switch
- vpp
- keepalived
- openswitch
BFD
自从我接手一个网络项目,从2018年开始做BFD,一直到2026年,还没有完成,现在看项目计划BFD的开发都要拖到2028年了。一个主要的原因是需求没有这么强烈,原来的网络检测方法以及够用,满足需求。
RFC 7419
Bidirectional Forwarding Detection (BFD) requires that messages be transmitted at regular intervals and provides a way to negotiate the interval used by BFD peers.
This document defines the set of Common Interval values to be: 3.3 msec, 10 msec, 20 msec, 50 msec, 100 msec, and 1 sec.
开源软件
https://github.com/dyninc/OpenBFDD/wiki/Overview-of-OpenBFDD
omni switch
http://www.uchoiceinfo.com/product/OS6900.pdf
双向转发检测(BFD)
vpp
https://docs.fd.io/vpp/18.01/bfd_doc.html
