BFDがRFCに登録
あー、なんか知らない間にBFD(Bidirectional Forwarding Detection) がRFC化されてた。
Ioshints: BFD has reached RFC status
Bidirectional Forwarding Detection (BFD) protocol has finally been published as a series of RFCs.
BFDの標準化もずいぶん長いこと検討されていた気がします。
- When, where and how should BFD be used (RFC 5882). This one is mandatory; it gives you a good overview of what BFD can and cannot do as well as where and how to use it.
- BFD: the protocol (RFC 5880). The protocol description. Not as boring as some other protocol descriptions are. If you want to understand how the Echofunction works, make sure you read this one.
- BFD for single-hop IPv4 and IPv6 (RFC 5881). The dirty details of using BFD for single-hop IPv4 and IPv6 failure detection.
- Multihop BFD (RFC 5883). Extensions to RFC 5881 needed to support BFD in multihop scenarios (IBGP sessions, multihop EBGP sessions, OSPF virtual links).
- BFD for MPLS LSP (RFC 5884). This one allows you to test PE-to-PE forwarding path. Ideal for very quick rerouting around data-plane failures in MPLS VPN networks (not implemented in IOS yet).
- BFD for pseudowires (RFC 5885). Allows you to test data-plane consistency of pseudowires established across your MPLS network.
そういえば、BFDについての解説ってやってなかったなぁ。
機会があれば書いてみようかな。