- Learning OpenDaylight
- Reza Toghraee
- 223字
- 2021-07-09 20:08:07
Bit Indexed Explicit Replication
Project type: Main
BIER is a mechanism to provide multicast routing in an SDN network. As you may know, in a legacy network, there are multicast delivery protocols in L2 and L3, such as PIM, IGMP, DVMRP, MSDP, and so on. These protocols run in a router or switch and help the network node build a state table of multicast flows where they need to be replicated. In SDN and OpenDaylight, multicast delivery is handled by the controller. None of the transit routers and switches need to build a per flow state table, as the controller provides the function and builds a global state table for multicast flows. This simplifies the configuration state of transit switches and routers.
Multicast packets enter a BIER domain via Bit-Forwarding Ingress Router (BFIR) and leave the domain via one or more Bit-Forwarding Egress Routers (BFERs).
When the packets enter the SDN domain, the ingress BEIR router adds a BIER header to the packet. This header is a bit string, where each bit represents exactly one BFER to forward the packet to. A set of BFERs to which the multicast packet needs to be forwarded is expressed by setting the bits that correspond to the routers in the BIER header.
The following diagram explains the BIER domain:

The following diagram explains the BFER header:

- Mastering ElasticSearch
- Social Media Mining with R
- Google系統架構解密:構建安全可靠的系統
- Extending Puppet
- Learning Magento 2 Administration
- ElasticSearch Cookbook
- Django Project Blueprints
- 計算機系統的自主設計
- Windows 8實戰從入門到精通(超值版)
- Linux網絡配置與安全管理
- Windows Server 2008組網技術與實訓(第3版)
- 鴻蒙HarmonyOS手機應用開發實戰
- Zabbix監控系統之深度解析和實踐
- Docker容器技術與應用
- Java EE 8 High Performance