WO2016197999A1 - Bier boundary node identification method and apparatus - Google Patents

Bier boundary node identification method and apparatus Download PDF

Info

Publication number
WO2016197999A1
WO2016197999A1 PCT/CN2016/086047 CN2016086047W WO2016197999A1 WO 2016197999 A1 WO2016197999 A1 WO 2016197999A1 CN 2016086047 W CN2016086047 W CN 2016086047W WO 2016197999 A1 WO2016197999 A1 WO 2016197999A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
bier
identifier
message
bit
Prior art date
Application number
PCT/CN2016/086047
Other languages
French (fr)
Chinese (zh)
Inventor
廖婷
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016197999A1 publication Critical patent/WO2016197999A1/en

Links

Images

Definitions

  • Embodiments of the present invention relate to, but are not limited to, network communication technologies, and in particular, to a BIER (Bit Indexed Explicit Replication) technology in a multicast domain, a method and apparatus for identifying a BIER boundary node.
  • BIER Bit Indexed Explicit Replication
  • IP multicast technology enables efficient data transmission from point to point in IP networks. It can effectively save network bandwidth and reduce network load, so it has a wide range of applications in real-time data transmission, multimedia conferencing, data copying, IPTV (interactive network TV), games and simulation.
  • the current multicast technology generally adopts PIM (Protocol Independent Multicast) protocol (including PIM-SM (Protocol Independent Multicast-Sparse Mode) and PIM-DM (Protocol Independent Multicast-Dense Mode)), MSDP ( Multicast Source Discovery Protocol, etc.
  • PIM Protocol Independent Multicast
  • PMDP Multicast Source Discovery Protocol
  • This kind of multicast technology faces increasing cost and operation and maintenance challenges.
  • BIER Bit Indexed Explicit Replication
  • BFR Bit-Forwarding Router
  • BFER Bit-Forwarding egress
  • the multicast data is encapsulated into the BIER domain by BFIR, and is forwarded in the BIER domain depending on the header of the BIER, and via one or Multiple BFER devices leave the BIER domain.
  • the device that receives and forwards the BIER message is called the transit BFR of the BIER message.
  • a BFR can be either a BFIR role or a BFER role, depending on the encapsulation and decapsulation messages.
  • each BFR (the intermediate forwarding node may or may not be assigned) is assigned a globally unique bit position (bit position) in the entire BIER sub-domain.
  • Each BFER will have its own bit.
  • the position is flooded in the BIER domain using the IGP (Interior Gateway Protocol) protocol. All bit positions form a bitstring.
  • the transmission and routing of data packets in the BIER domain depends on the bitstring.
  • other BFRs receive the header containing the BIER, they are forwarded based on the Bit Forwarding Table (bit forwarding table or bit index forwarding table) according to the bit string carried in the BIER header. This principle of forwarding based on the BIER bit will change the forwarding based on the construction of the multicast distribution tree to the unicast lookup and forwarding using the bit identifier, which greatly reduces the forwarding cost of the network.
  • FIG. 2 depicts the BIER forwarding process.
  • BFR1 is ingress BFR or BFIR
  • BFR5, BFR6, and BFR7 are both egress BFR or BFER.
  • the bit positions of the three BFRs are 0001, 0010, and 0100, respectively.
  • Egress BFR advertises its own in the BIER domain through the IGP protocol (such as the IS-IS (Intermediate System to Intermediate System) protocol or the OSPF (Open Shortest Path First) protocol).
  • IGP protocol such as the IS-IS (Intermediate System to Intermediate System) protocol or the OSPF (Open Shortest Path First) protocol.
  • Bit position BFR1 receives the BFR5, BFR6 and BFR7 bit position notifications, and saves this information in the local bit index forwarding table.
  • BFR1 When BFR1 receives a multicast packet and assumes that the multicast packet needs to be transmitted to BFR5 and BFR6, BFR1 calculates the value of the Bitstring of the packet as 0101 based on the mapping relationship saved in advance.
  • the packet is encapsulated as a BIER packet.
  • the Bitstring in the BIER Header is padded with 0101 and forwarded to BFR2.
  • BFR2 After receiving the packet, BFR2 searches for the entry in the previously stored bit index forwarding table. According to the entry, the packet needs to be forwarded to BFR3, and then the packet needs to be forwarded to BFR3.
  • the Bitstring is paired with the F-BM (Forwarding Bit Mask) of the matching entry to obtain 0101.
  • F-BM Forwarding Bit Mask
  • BFR2 refills the BIER message with 0101 as the Bitstring in the BIER Header, and forwards the message.
  • BFR3 finds its own bit index forwarding table after receiving the message.
  • BFR3 has 2 matching records, which respectively represent the next hop of the packet to BFR4 and BFR6.
  • BFR3 will be Bitstring.
  • the value of the operation is compared with the F-BM in the entry, and the result is 0001.
  • the value of the Bitstring and the result of the F-BM operation are 0100.
  • BFR3 forwards the BIER message from the two interfaces to BFR4 and BFR6 respectively, wherein the BIER header of BFR4 has a value of 0001, and the value of the Bitstring of the BIER Header forwarded to BFR6 is 0100.
  • the value of the bitstring is the same as the bit position that it advertises. It indicates that it is the destination of the packet and decapsulates the BIER packet.
  • the packet forwarding is forwarded to the BFR5, and the BIER packet is decapsulated by the BFR5.
  • the multicast packet is transmitted in the BIER domain, and the multicast packet is The BFR1 node of the ingress is forwarded to the receiving nodes BFR4 and BFR6 of the multicast.
  • the announcement of the multicast group capability that the BIER node joins may be advertised through the IGP flooding, but for the intermediate forwarding node, the learning of the information is unnecessary, and the access of these multicast groups is unnecessary.
  • the message only needs to be learned by the boundary node. Therefore, how to distinguish the current boundary and the intermediate node is a problem to be solved.
  • Embodiments of the present invention provide a BIER boundary node identification method and apparatus, which can distinguish between an identification boundary and an intermediate node.
  • the BIER border node constructs a message for advertising the BFR identifier of the local node bit forwarding router
  • the first identifier position preset in the message is used, and the first identifier bit is used to identify whether the node is a boundary node.
  • the BIER boundary node floods the message in the BIER domain.
  • the method further includes: when the BIER border node determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the node, The first identification position position preset in the message.
  • the first identifier bit is used to identify whether the local node is a boundary node or an intermediate forwarding node.
  • the method further includes: the BIER boundary node is configured to notify the local node BFR When the message is identified, the second identifier position preset in the message is used, and the second identifier bit is used to identify whether the node is an intermediate forwarding node.
  • the preset first identifier bit is one of the reserved fields in the BIER information subtype length value TLV.
  • the method further includes: when the BIER node that receives the message sends a BIER data packet to the BIER border node, forming a bit string bitstring of the BIER boundary node, where the BIER data packet is The bit string is carried to transmit the BIER data message to the BIER boundary node.
  • the embodiment of the present invention further provides a bit-index-based explicit copy BIER border node identifier device, which is located at a BIER border node, and the device includes:
  • the constructing module is configured to: when the message for advertising the BFR identifier of the local node forwarding router is configured, the first identifier is preset in the message, and the first identifier is used to identify whether the node is a border node. ;as well as
  • the notification module is set to flood the message in the BIER domain.
  • the device further includes a determining module configured to determine whether the node is set as a border node, or to determine whether the node has a non-BIER interface;
  • the constructing module is configured to: when the determining module determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the local node, the message is The preset first identification position is set.
  • the first identifier bit is used to identify whether the local node is a boundary node or an intermediate forwarding node.
  • the constructing module is further configured to, when constructing a message for advertising the BFR identifier of the local node, set a second identifier position preset in the message, where the second identifier bit is used to identify the local Whether the node is an intermediate forwarding node.
  • the preset first identifier bit is one of the reserved fields in the BIER information type length value TLV.
  • the embodiment of the invention further provides a computer readable storage medium, which stores a computer executable finger
  • the computer executable instructions are used to implement the above method.
  • the nodes in the BEIR domain can easily identify the boundary nodes.
  • the boundary bit string is generated according to the BFR identifier of the learned boundary node, and the boundary nodes can be generated between the boundary nodes.
  • the multicast information is mutually advertised without worrying about leaking information to the intermediate node, thereby also saving the resource processing occupation of the boundary information by the intermediate node.
  • FIG. 1 is a network diagram of a BIER technology in the related art
  • FIG. 2 is a diagram of a BIER technology forwarding process in the related art
  • Figure 4 is a flow chart of the embodiment of the present invention.
  • FIG. 5 is a package format diagram of a BIER info sub-tlv according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural view of a device according to Embodiment 2 of the present invention.
  • FIG. 7 is a package format diagram of a third embodiment of application of the present invention.
  • FIG. 8 is a block diagram of a fourth embodiment of the present invention.
  • This embodiment describes a method for explicitly replicating a BIER boundary node based on a bit index. As shown in FIG. 4, the method includes the following steps:
  • Step 401 The BIER border node sets a first identifier position preset in the message when the message for advertising the BFR identifier of the local node is configured, and the first identifier bit is used to identify whether the node is a boundary node.
  • the first identifier is used to identify whether the node is a border node, for example, the first identifier is used to identify whether the node is a boundary node or an intermediate forwarding node.
  • the method further includes: when the BIER border node determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the node, The first identification position position preset in the message.
  • step 401 further includes:
  • the BIER boundary node constructs a message for advertising the BFR identifier of the local node
  • the second identifier position preset in the message is used, and the second identifier bit is used to identify whether the local node is an intermediate forwarding node.
  • the preset first identifier bit is one bit in a reserved field in a BIER information subtype length value (TLV).
  • TLV BIER information subtype length value
  • 3 is a BIER info sub-tlv (BIER information sub-TLV) of ISIS in the related art, by using any one of the reserved bits in the reserved field, by identifying the bit position, it can identify that it is a boundary node,
  • This identifier is referred to as an E identifier in the embodiment, as shown in FIG.
  • Step 402 The BIER boundary node floods the message in the BIER domain.
  • the node in the entire BIER domain can know whether the node advertising the TLV is a boundary node.
  • all nodes can know the information of all the border nodes in the domain.
  • the corresponding message can be sent to the border node according to the set information.
  • the method further includes: when the BIER node that receives the message sends a BIER data packet to the BIER border node, forming a bit string bitstring of the BIER boundary node, where the BIER data packet is The bit string is carried to transmit the BIER data message to the BIER boundary node.
  • the BIER boundary node identification device is located at the BIER boundary node, and includes a construction module 601 and a notification module 602:
  • the constructing module 601 is configured to: when the message for advertising the BFR identifier of the local node is configured, the first identifier position preset in the message is used, and the first identifier bit is used to identify whether the node is a border node;
  • the notification module 602 is configured to flood the message in the BIER domain.
  • the device further includes a determining module, configured to determine whether the node is set as a border node, or to determine whether the node has a non-BIER interface; the constructing module is configured to determine the node in the determining module When it is set as a border node, or when it is determined that the node has a non-BIER interface, when the message for advertising the BFR identifier of the local node is constructed, the first identifier position preset in the message is set.
  • a determining module configured to determine whether the node is set as a border node, or to determine whether the node has a non-BIER interface
  • the constructing module is configured to determine the node in the determining module When it is set as a border node, or when it is determined that the node has a non-BIER interface, when the message for advertising the BFR identifier of the local node is constructed, the first identifier position preset in the message is set.
  • the constructing module 601 is further configured to, when constructing a message for advertising the BFR identifier of the local node, set a second identifier position preset in the message, where the second identifier bit is used to identify the node. Whether it is an intermediate forwarding node.
  • the device is a device corresponding to the BIER boundary node identification method, and all the implementation manners in the foregoing method embodiments are applicable to the device embodiment, and the same technical effects can be achieved.
  • each boundary node sets a preset E bit in the message when constructing a message for advertising the BFR identifier of the local node, and floods the message in the BIER domain, so that All other nodes in the BIER domain know that this node is a boundary node.
  • the BIER node determines whether the node is a boundary node according to the interface type of its interface, for example, If it is determined that the interface has a non-BIER interface, the node is considered to be a BIER boundary node, and the E bit preset in the message is set when constructing a message for advertising the BFR identifier of the local node. And flooding the message in the BIER domain, so that other nodes in the BIER domain are aware that the node is a boundary node.
  • the second identifier position preset in the message is used, and the second identifier bit is used to identify the local node as an intermediate node.
  • the second flag is referred to as a T (Transit) bit, as shown in FIG.
  • the first identifier bit and the second identifier bit are set at the same time, that is, the Reserved field includes both T and E.
  • the Reserved field includes both T and E.
  • each module/unit in the above embodiment may be implemented in the form of hardware, for example, by implementing an integrated circuit to implement its corresponding function, or may be implemented in the form of a software function module, for example, executing a program stored in the memory by a processor. / instruction to achieve its corresponding function.
  • Embodiments of the invention are not limited to any particular form of hardware and The combination of software.
  • the nodes in the BEIR domain can easily identify the boundary nodes.
  • the boundary bit string is generated according to the BFR identifier of the learned boundary node, and the boundary nodes can be generated between the boundary nodes.
  • the multicast information is mutually advertised without worrying about leaking information to the intermediate node, thereby also saving the resource processing occupation of the boundary information by the intermediate node.

Abstract

Disclosed is a Bit Indexed Explicit Replication (BIER) boundary node identification method. The method comprises: when a BIER boundary node constructs a message for advertising an identifier of a bit forwarding router (BFR) thereof, the BIER boundary node sets a first identification bit preset in the message, the first identification bit being used to identify whether the node is a boundary node; and the BIER boundary node floods the message in a BIER domain. The apparatus comprises a construction module and an advertising module.

Description

一种BIER边界节点标识方法和装置Method and device for identifying BIER boundary node 技术领域Technical field
本发明实施例涉及但不限于网络通信技术,尤其涉及组播领域的BIER(Bit Indexed Explicit Replication,基于位索引的显式复制)技术中,标识BIER边界节点的方法和装置。Embodiments of the present invention relate to, but are not limited to, network communication technologies, and in particular, to a BIER (Bit Indexed Explicit Replication) technology in a multicast domain, a method and apparatus for identifying a BIER boundary node.
背景技术Background technique
IP组播技术实现了IP网络中点到多点的高效数据传送。能够有效地节约网络带宽、降低网络负载,所以在实时数据传送、多媒体会议、数据拷贝、IPTV(交互式网络电视)、游戏和仿真等诸多方面都有广泛的应用。现在的组播技术一般采用PIM(Protocol Independent Multicast,协议无关组播)协议(包括PIM-SM(协议无关组播-稀疏模式)和PIM-DM(协议无关组播-密集模式))、MSDP(Multicast Source Discovery Protocol,组播源发现协议)等实现,这些组播协议的一个共同的特点是需要构建一种控制平面组播树,利用这种组播树将网络平面逻辑排列为树状,以实现组播转发的点到多点数据转发和环路避免等,这种以构建分发树为核心的组播路由协议的中间节点都需要维护复杂的组播转发信息的状态,随着网络的规模越来越大,组播数据流量与日俱增的情况下,这种组播技术面临越来越大的成本和运维方面的挑战。IP multicast technology enables efficient data transmission from point to point in IP networks. It can effectively save network bandwidth and reduce network load, so it has a wide range of applications in real-time data transmission, multimedia conferencing, data copying, IPTV (interactive network TV), games and simulation. The current multicast technology generally adopts PIM (Protocol Independent Multicast) protocol (including PIM-SM (Protocol Independent Multicast-Sparse Mode) and PIM-DM (Protocol Independent Multicast-Dense Mode)), MSDP ( Multicast Source Discovery Protocol, etc. A common feature of these multicast protocols is the need to construct a control plane multicast tree. The multicast tree is used to logically arrange the network planes into a tree. The point-to-multipoint data forwarding and loop avoidance of multicast forwarding, etc., the intermediate nodes of the multicast routing protocol with the distribution tree as the core need to maintain the state of complex multicast forwarding information, with the scale of the network. Increasingly large, multicast data traffic is increasing, this kind of multicast technology faces increasing cost and operation and maintenance challenges.
为此,业界提出了一种新的用于构建组播转发路径的技术,称为BIER(Bit Indexed Explicit Replication,基于位索引的显式复制)技术,该技术提出了一种新的不需要构建组播分发树的组播技术架构,如图1所示,支持BIER技术的路由器称为BFR(Bit-Forwarding Router,比特转发路由器),由BFR组成的一个组播转发域称为BFR domain,在BIER域的边缘,对用户的组播数据进行BFIR封装的设备称为BFIR(Bit-Forwarding ingress Router,比特转发入口路由器),解封装BIER数据报文的边缘BFR设备称为BFER(Bit-Forwarding egress Router,比特转发出口路由器),组播数据由BFIR封装进入BIER域,在BIER域中依赖于BIER的头部进行转发,而经由一个或 者多个BFER设备离开BIER域,BIER域中,接收并转发BIER报文的设备称为该BIER报文的transit(转发)BFR。一个BFR根据封装和解封装报文的不同可以既是BFIR角色,又可以是BFER角色。To this end, the industry has proposed a new technology for constructing multicast forwarding paths, called BIER (Bit Indexed Explicit Replication) technology, which proposes a new type of configuration that does not need to be built. The multicast technology architecture of the multicast distribution tree is as shown in Figure 1. A router that supports the BIER technology is called a BFR (Bit-Forwarding Router). A multicast forwarding domain consisting of BFRs is called a BFR domain. On the edge of the BIER domain, the device that performs BFIR encapsulation on the user's multicast data is called the BFIR (Bit-Forwarding Ingress Router). The edge BFR device that decapsulates the BIER data packet is called BFER (Bit-Forwarding egress). Router, bit forwarding egress router), the multicast data is encapsulated into the BIER domain by BFIR, and is forwarded in the BIER domain depending on the header of the BIER, and via one or Multiple BFER devices leave the BIER domain. In the BIER domain, the device that receives and forwards the BIER message is called the transit BFR of the BIER message. A BFR can be either a BFIR role or a BFER role, depending on the encapsulation and decapsulation messages.
在BIER域中,给每台BFR(中间转发节点可以分配也可以不分配)分配一个在整个BIER sub-domain(子域)中全局唯一的bit position(比特位置),每台BFER将自己的bit position使用IGP(Interior Gateway Protocol,内部网关协议)协议在BIER域中泛洪,所有的bit position组成一个bitstring(比特串),数据报文在BIER域中的传递和路由依赖于bitstring。当其他的BFR收到了包含有BIER的报文头时,根据BIER报文头中携带的bitstring,基于Bit Forwarding Table(比特转发表或称位索引转发表)进行转发。这种基于BIER bit位进行转发的原理将以前需要基于构建组播分发树的转发改为使用位标识进行单播查找转发的方式转发组播,大大减少网络的转发成本。In the BIER domain, each BFR (the intermediate forwarding node may or may not be assigned) is assigned a globally unique bit position (bit position) in the entire BIER sub-domain. Each BFER will have its own bit. The position is flooded in the BIER domain using the IGP (Interior Gateway Protocol) protocol. All bit positions form a bitstring. The transmission and routing of data packets in the BIER domain depends on the bitstring. When other BFRs receive the header containing the BIER, they are forwarded based on the Bit Forwarding Table (bit forwarding table or bit index forwarding table) according to the bit string carried in the BIER header. This principle of forwarding based on the BIER bit will change the forwarding based on the construction of the multicast distribution tree to the unicast lookup and forwarding using the bit identifier, which greatly reduces the forwarding cost of the network.
图2描述了BIER转发的过程,BFR1为ingress BFR即BFIR,BFR5、BFR6及BFR7都为egress BFR即BFER,三个BFR的bit position分别为0001,0010,0100。Egress BFR事先通过IGP协议(如IS-IS(Intermediate system to intermediate system,中间系统到中间系统)协议,或者OSPF(Open Shortest Path First,开放式最短路径优先)协议)在BIER域中通告其自身的bit position,BFR1收到了BFR5、BFR6和BFR7的bit position的通告后,在本地的位索引转发表中保存这些信息。当BFR1收到了组播报文,假定该组播报文需要传输到BFR5和BFR6,则BFR1根据事先保存的映射关系,计算得出该报文的Bitstring的值为0101,将用户的组播报文封装为BIER报文,其中BIER Header中的Bitstring填充0101并转发到BFR2,BFR2收到报文后,查找事先保存的位索引转发表中的条目,根据条目,报文需要转发到BFR3,然后将Bitstring跟该匹配的条目项的F-BM(Forwarding Bit Mask,转发比特掩码表)做与操作,得到0101,BFR2以0101作为BIER Header中的Bitstring重新填充BIER报文,并将报文转发到BFR3,BFR3收到了该报文后,查找自己的位索引转发表,BFR3有2个条匹配记录,分别代表报文下一跳转发到BFR4和BFR6,对于第一个条目,BFR3将Bitstring的值跟条目中的F-BM做与操作,得到结果为0001,第二个条目中,Bitstring的值跟F-BM做与操作的结果为0100, 则BFR3将报文分别从2个接口转发BIER报文到BFR4和BFR6,其中BFR4的BIER Header的Bitstring的值为0001,而转发到BFR6的BIER Header的Bitstring的值为0100。对于到达BFR6的报文,发现bitstring的值跟自己通告的bit position一样,表示自己为该报文的目的地,解封装BIER报文。而到达报文到达BFR4时,依次前述的转发原理,将报文转发到BFR5,由BFR5解封装BIER报文,至此,完成了组播报文在BIER域中的传输,将组播报文由入口的BFR1节点转发到组播的接收节点BFR4和BFR6。Figure 2 depicts the BIER forwarding process. BFR1 is ingress BFR or BFIR, BFR5, BFR6, and BFR7 are both egress BFR or BFER. The bit positions of the three BFRs are 0001, 0010, and 0100, respectively. Egress BFR advertises its own in the BIER domain through the IGP protocol (such as the IS-IS (Intermediate System to Intermediate System) protocol or the OSPF (Open Shortest Path First) protocol). Bit position, BFR1 receives the BFR5, BFR6 and BFR7 bit position notifications, and saves this information in the local bit index forwarding table. When BFR1 receives a multicast packet and assumes that the multicast packet needs to be transmitted to BFR5 and BFR6, BFR1 calculates the value of the Bitstring of the packet as 0101 based on the mapping relationship saved in advance. The packet is encapsulated as a BIER packet. The Bitstring in the BIER Header is padded with 0101 and forwarded to BFR2. After receiving the packet, BFR2 searches for the entry in the previously stored bit index forwarding table. According to the entry, the packet needs to be forwarded to BFR3, and then the packet needs to be forwarded to BFR3. The Bitstring is paired with the F-BM (Forwarding Bit Mask) of the matching entry to obtain 0101. BFR2 refills the BIER message with 0101 as the Bitstring in the BIER Header, and forwards the message. After BFR3, BFR3 finds its own bit index forwarding table after receiving the message. BFR3 has 2 matching records, which respectively represent the next hop of the packet to BFR4 and BFR6. For the first entry, BFR3 will be Bitstring. The value of the operation is compared with the F-BM in the entry, and the result is 0001. In the second entry, the value of the Bitstring and the result of the F-BM operation are 0100. Then, BFR3 forwards the BIER message from the two interfaces to BFR4 and BFR6 respectively, wherein the BIER header of BFR4 has a value of 0001, and the value of the Bitstring of the BIER Header forwarded to BFR6 is 0100. For the BFR6 packet, the value of the bitstring is the same as the bit position that it advertises. It indicates that it is the destination of the packet and decapsulates the BIER packet. When the arrival packet arrives at the BFR4, the packet forwarding is forwarded to the BFR5, and the BIER packet is decapsulated by the BFR5. The multicast packet is transmitted in the BIER domain, and the multicast packet is The BFR1 node of the ingress is forwarded to the receiving nodes BFR4 and BFR6 of the multicast.
在相关技术的关于BIER的技术中BIER节点加入的组播组能力的通告可以是通过IGP洪泛通告的,但对于中间转发节点,这些信息的学习是没有必要的,这些组播组的接入消息只有边界节点需要获悉,因此如何对于当前的边界和中间节点进行区分标识,是需要解决的问题。In the related art BIER technology, the announcement of the multicast group capability that the BIER node joins may be advertised through the IGP flooding, but for the intermediate forwarding node, the learning of the information is unnecessary, and the access of these multicast groups is unnecessary. The message only needs to be learned by the boundary node. Therefore, how to distinguish the current boundary and the intermediate node is a problem to be solved.
发明内容Summary of the invention
以下是对本文详细描述的主题的概述。本概述并非是为了限制权利要求的保护范围。The following is an overview of the topics detailed in this document. This Summary is not intended to limit the scope of the claims.
本发明实施例提供了一种BIER边界节点标识方法和装置,能够区分标识边界和中间节点。Embodiments of the present invention provide a BIER boundary node identification method and apparatus, which can distinguish between an identification boundary and an intermediate node.
本发明实施例提供的一种基于位索引的显式复制BIER边界节点标识方法,包括:An explicit indexing BIER boundary node identification method based on a bit index provided by an embodiment of the present invention includes:
BIER边界节点在构造用于通告本节点比特转发路由器BFR标识的消息时,将所述消息中预设的第一标识位置位,所述第一标识位用于标识本节点是否为边界节点,所述BIER边界节点在BIER域中洪泛所述消息。When the BIER border node constructs a message for advertising the BFR identifier of the local node bit forwarding router, the first identifier position preset in the message is used, and the first identifier bit is used to identify whether the node is a boundary node. The BIER boundary node floods the message in the BIER domain.
可选地,所述方法还包括,所述BIER边界节点判断本节点被设置为边界节点,或者判断本节点有非BIER接口时,则在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位。Optionally, the method further includes: when the BIER border node determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the node, The first identification position position preset in the message.
可选地,其中,所述第一标识位用于标识本节点为边界节点还是中间转发节点。Optionally, the first identifier bit is used to identify whether the local node is a boundary node or an intermediate forwarding node.
可选地,所述方法还包括:BIER边界节点在构造用于通告本节点BFR 标识的消息时,将所述消息中预设的第二标识位置位,所述第二标识位用于标识本节点是否为中间转发节点。Optionally, the method further includes: the BIER boundary node is configured to notify the local node BFR When the message is identified, the second identifier position preset in the message is used, and the second identifier bit is used to identify whether the node is an intermediate forwarding node.
可选地,其中,所述预设的第一标识位为BIER信息子类型长度值TLV中保留字段中的一个比特位。Optionally, the preset first identifier bit is one of the reserved fields in the BIER information subtype length value TLV.
可选地,所述方法还包括:收到所述消息的BIER节点在向所述BIER边界节点发送BIER数据报文时,形成所述BIER边界节点的比特串bitstring,在所述BIER数据报文中携带所述比特串,以使所述BIER数据报文发送到所述BIER边界节点。Optionally, the method further includes: when the BIER node that receives the message sends a BIER data packet to the BIER border node, forming a bit string bitstring of the BIER boundary node, where the BIER data packet is The bit string is carried to transmit the BIER data message to the BIER boundary node.
本发明实施例还提供了一种基于位索引的显式复制BIER边界节点标识装置,位于BIER边界节点,所述装置包括:The embodiment of the present invention further provides a bit-index-based explicit copy BIER border node identifier device, which is located at a BIER border node, and the device includes:
构造模块,设置为在构造用于通告本节点比特转发路由器BFR标识的消息时,将所述消息中预设的第一标识位置位,所述第一标识位用于标识本节点是否为边界节点;以及The constructing module is configured to: when the message for advertising the BFR identifier of the local node forwarding router is configured, the first identifier is preset in the message, and the first identifier is used to identify whether the node is a border node. ;as well as
通告模块,设置为在BIER域中洪泛所述消息。The notification module is set to flood the message in the BIER domain.
可选地,所述装置还包括判断模块,其设置为判断本节点是否被设置为边界节点,或者判断本节点是否有非BIER接口;Optionally, the device further includes a determining module configured to determine whether the node is set as a border node, or to determine whether the node has a non-BIER interface;
所述构造模块是设置为在所述判断模块判断本节点被设置为边界节点时,或者判断本节点有非BIER接口时,在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位。The constructing module is configured to: when the determining module determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the local node, the message is The preset first identification position is set.
可选地,其中,所述第一标识位用于标识本节点为边界节点还是中间转发节点。Optionally, the first identifier bit is used to identify whether the local node is a boundary node or an intermediate forwarding node.
可选地,其中,所述构造模块还设置为在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第二标识位置位,所述第二标识位用于标识本节点是否为中间转发节点。Optionally, the constructing module is further configured to, when constructing a message for advertising the BFR identifier of the local node, set a second identifier position preset in the message, where the second identifier bit is used to identify the local Whether the node is an intermediate forwarding node.
可选地,所述预设的第一标识位为BIER信息类型长度值TLV中保留字段中的一个比特位。Optionally, the preset first identifier bit is one of the reserved fields in the BIER information type length value TLV.
本发明实施例还提供一种计算机可读存储介质,存储有计算机可执行指 令,所述计算机可执行指令用于实现上述方法。The embodiment of the invention further provides a computer readable storage medium, which stores a computer executable finger The computer executable instructions are used to implement the above method.
采用本发明实施例所述方案,使得BEIR域中的节点容易辨知边界节点,在需要在边界节点间互相通告组播信息时,根据获知的边界节点的BFR标识生成边界bitstring,边界节点间可以相互通告组播信息而不必担心将信息泄漏到中间节点,由此也节省中间节点对边界信息的资源处理占用。With the solution in the embodiment of the present invention, the nodes in the BEIR domain can easily identify the boundary nodes. When the multicast information needs to be advertised between the boundary nodes, the boundary bit string is generated according to the BFR identifier of the learned boundary node, and the boundary nodes can be generated between the boundary nodes. The multicast information is mutually advertised without worrying about leaking information to the intermediate node, thereby also saving the resource processing occupation of the boundary information by the intermediate node.
在阅读并理解了附图和详细描述后,可以明白其他方面。Other aspects will be apparent upon reading and understanding the drawings and detailed description.
附图概述BRIEF abstract
图1是相关技术中BIER技术组网图;1 is a network diagram of a BIER technology in the related art;
图2是相关技术中BIER技术转发过程图;2 is a diagram of a BIER technology forwarding process in the related art;
图3是相关技术中BIER info sub-tlv封装格式图;3 is a BIER info sub-tlv package format diagram in the related art;
图4是本发明实施例一流程图;Figure 4 is a flow chart of the embodiment of the present invention;
图5是本发明实施例BIER info sub-tlv一种封装格式图;5 is a package format diagram of a BIER info sub-tlv according to an embodiment of the present invention;
图6是本发明实施例二装置结构示意图;6 is a schematic structural view of a device according to Embodiment 2 of the present invention;
图7是本发明应用实施例三的封装格式图;7 is a package format diagram of a third embodiment of application of the present invention;
图8是本发明应用实施例四的封装格式图。FIG. 8 is a block diagram of a fourth embodiment of the present invention.
本发明的实施方式Embodiments of the invention
下文中将结合附图对本发明实施例进行详细说明。需要说明的是,在不冲突的情况下,本申请中的实施例及实施例中的特征可以相互任意组合。The embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that, in the case of no conflict, the features in the embodiments and the embodiments in the present application may be arbitrarily combined with each other.
在附图的流程图示出的步骤可以在诸如一组计算机可执行指令的计算机系统中执行。并且,虽然在流程图中示出了逻辑顺序,但是在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤。The steps illustrated in the flowchart of the figures may be executed in a computer system such as a set of computer executable instructions. Also, although logical sequences are shown in the flowcharts, in some cases the steps shown or described may be performed in a different order than the ones described herein.
实施例一Embodiment 1
本实施例描述一种基于位索引的显式复制BIER边界节点标识方法,如图4所示,包括以下步骤: This embodiment describes a method for explicitly replicating a BIER boundary node based on a bit index. As shown in FIG. 4, the method includes the following steps:
步骤401,BIER边界节点在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位,所述第一标识位用于标识本节点是否为边界节点;Step 401: The BIER border node sets a first identifier position preset in the message when the message for advertising the BFR identifier of the local node is configured, and the first identifier bit is used to identify whether the node is a boundary node.
其中,所述第一标识位用于标识本节点是否为边界节点,例如可以是:所述第一标识位用于标识本节点为边界节点还是中间转发节点。The first identifier is used to identify whether the node is a border node, for example, the first identifier is used to identify whether the node is a boundary node or an intermediate forwarding node.
可选地,所述方法还包括,所述BIER边界节点判断本节点被设置为边界节点,或者判断本节点有非BIER接口时,则在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位。Optionally, the method further includes: when the BIER border node determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the node, The first identification position position preset in the message.
可选地,步骤401还包括:Optionally, step 401 further includes:
BIER边界节点在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第二标识位置位,所述第二标识位用于标识本节点是否为中间转发节点。When the BIER boundary node constructs a message for advertising the BFR identifier of the local node, the second identifier position preset in the message is used, and the second identifier bit is used to identify whether the local node is an intermediate forwarding node.
其中,所述预设的第一标识位为BIER信息子类型长度值(TLV)中保留字段中的一个比特位。图3为相关技术中ISIS的BIER info sub-tlv(BIER信息子TLV),利用其中的保留(Reserved)字段中的任一个bit位,通过将该bit位置位,可以标识自身是个边界节点,本实施例中将该标识称为E标识,如图5所示。The preset first identifier bit is one bit in a reserved field in a BIER information subtype length value (TLV). 3 is a BIER info sub-tlv (BIER information sub-TLV) of ISIS in the related art, by using any one of the reserved bits in the reserved field, by identifying the bit position, it can identify that it is a boundary node, This identifier is referred to as an E identifier in the embodiment, as shown in FIG.
步骤402,所述BIER边界节点在BIER域中洪泛所述消息。Step 402: The BIER boundary node floods the message in the BIER domain.
在ISIS通告sub-tlv时,整个BIER域内节点都能获知到通告该TLV的节点是不是一个边界节点。When the ISIS advertises the sub-tlv, the node in the entire BIER domain can know whether the node advertising the TLV is a boundary node.
由此在BIER域中,所有节点都可获知到域中所有边界节点的信息,在有消息只需要发布给边界节点感知时,可以根据该置位信息将相应的消息发送给边界节点。Therefore, in the BIER domain, all nodes can know the information of all the border nodes in the domain. When a message only needs to be sent to the border node for sensing, the corresponding message can be sent to the border node according to the set information.
可选地,所述方法还包括:收到所述消息的BIER节点在向所述BIER边界节点发送BIER数据报文时,形成所述BIER边界节点的比特串bitstring,在所述BIER数据报文中携带所述比特串,以使所述BIER数据报文发送到所述BIER边界节点。 Optionally, the method further includes: when the BIER node that receives the message sends a BIER data packet to the BIER border node, forming a bit string bitstring of the BIER boundary node, where the BIER data packet is The bit string is carried to transmit the BIER data message to the BIER boundary node.
实施例二Embodiment 2
如图6所示,BIER边界节点标识装置,位于BIER边界节点,包括构造模块601和通告模块602:As shown in FIG. 6, the BIER boundary node identification device is located at the BIER boundary node, and includes a construction module 601 and a notification module 602:
构造模块601,设置为在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位,所述第一标识位用于标识本节点是否为边界节点;The constructing module 601 is configured to: when the message for advertising the BFR identifier of the local node is configured, the first identifier position preset in the message is used, and the first identifier bit is used to identify whether the node is a border node;
通告模块602,设置为在BIER域中洪泛所述消息。The notification module 602 is configured to flood the message in the BIER domain.
可选地,所述装置还包括判断模块,其设置为判断本节点是否被设置为边界节点,或者判断本节点是否有非BIER接口;所述构造模块是设置为在所述判断模块判断本节点被设置为边界节点时,或者判断本节点有非BIER接口时,在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位。Optionally, the device further includes a determining module, configured to determine whether the node is set as a border node, or to determine whether the node has a non-BIER interface; the constructing module is configured to determine the node in the determining module When it is set as a border node, or when it is determined that the node has a non-BIER interface, when the message for advertising the BFR identifier of the local node is constructed, the first identifier position preset in the message is set.
可选地,所述构造模块601还设置为在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第二标识位置位,所述第二标识位用于标识本节点是否为中间转发节点。Optionally, the constructing module 601 is further configured to, when constructing a message for advertising the BFR identifier of the local node, set a second identifier position preset in the message, where the second identifier bit is used to identify the node. Whether it is an intermediate forwarding node.
需要说明的是,该装置是与上述BIER边界节点标识方法对应的装置,上述方法实施例中所有实现方式均适用于该装置的实施例中,也能达到相同的技术效果。It should be noted that the device is a device corresponding to the BIER boundary node identification method, and all the implementation manners in the foregoing method embodiments are applicable to the device embodiment, and the same technical effects can be achieved.
下面通过几个应用实施例来说明。The following is illustrated by several application examples.
应用实施例一:Application Example 1:
根据用户配置的边界节点情况,每个边界节点在构造用于通告本节点BFR标识的消息时,将所述消息中预设的E比特置位,并在BIER域中洪泛所述消息,使BIER域中的其他节点均获知本节点为边界节点。According to the boundary node condition configured by the user, each boundary node sets a preset E bit in the message when constructing a message for advertising the BFR identifier of the local node, and floods the message in the BIER domain, so that All other nodes in the BIER domain know that this node is a boundary node.
应用实施例二:Application Example 2:
BIER节点根据自身接口的接口类型判断本节点是否为边界节点,例如如 果判断本节点上有接口为非BIER的接口时,则认为本节点为BIER边界节点,则在构造用于通告本节点BFR标识的消息时,将所述消息中预设的E比特置位,并在BIER域中洪泛所述消息,使BIER域中的其他节点均获知本节点为边界节点。The BIER node determines whether the node is a boundary node according to the interface type of its interface, for example, If it is determined that the interface has a non-BIER interface, the node is considered to be a BIER boundary node, and the E bit preset in the message is set when constructing a message for advertising the BFR identifier of the local node. And flooding the message in the BIER domain, so that other nodes in the BIER domain are aware that the node is a boundary node.
应用实施例三:Application Example 3:
在本实施例中,BIER中间节点在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第二标识位置位,该第二标识位用于标识本节点为中间节点,在本例中,将该第二标识位称为T(Transit)比特,如图7所示。In this embodiment, when the BIER intermediate node constructs a message for advertising the BFR identifier of the local node, the second identifier position preset in the message is used, and the second identifier bit is used to identify the local node as an intermediate node. In this example, the second flag is referred to as a T (Transit) bit, as shown in FIG.
该标识位也可用于表明该节点是中间转发节点还是边界节点,例如用T=1表示节点为边界节点,用T=0表示节点为中间节点。The flag can also be used to indicate whether the node is an intermediate forwarding node or a boundary node. For example, T=1 indicates that the node is a boundary node, and T=0 indicates that the node is an intermediate node.
应用实施例四:Application Example 4:
在本实施例中,同时设置第一标识位和第二标识位,即Reserved字段中同时包括T和E,如图8所示,由于对于同一个节点只可能有一种属性,不可能既是边界节点又是中间节点,因此该T和E标识位还可以用于校验节点的位置设置是否正常。In this embodiment, the first identifier bit and the second identifier bit are set at the same time, that is, the Reserved field includes both T and E. As shown in FIG. 8, since there is only one attribute for the same node, it is impossible to be both a boundary node. It is also an intermediate node, so the T and E flag bits can also be used to verify that the node's location setting is normal.
本领域的普通技术人员应当理解,可以对本发明实施例的技术方案进行修改或者等同替换,而不脱离本申请技术方案的精神和范围,均应涵盖在本申请的权利要求范围当中。A person skilled in the art should understand that the technical solutions of the embodiments of the present invention may be modified or equivalent, without departing from the spirit and scope of the technical solutions of the present application, and should be included in the scope of the claims of the present application.
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序来指令相关硬件(例如处理器)完成,所述程序可以存储于计算机可读存储介质中,如只读存储器、磁盘或光盘等。可选地,上述实施例的全部或部分步骤也可以使用一个或多个集成电路来实现。相应地,上述实施例中的各模块/单元可以采用硬件的形式实现,例如通过集成电路来实现其相应功能,也可以采用软件功能模块的形式实现,例如通过处理器执行存储于存储器中的程序/指令来实现其相应功能。本发明实施例不限制于任何特定形式的硬件和 软件的结合。One of ordinary skill in the art will appreciate that all or a portion of the above steps may be performed by a program to instruct related hardware, such as a processor, which may be stored in a computer readable storage medium, such as a read only memory, disk or optical disk. Wait. Alternatively, all or part of the steps of the above embodiments may also be implemented using one or more integrated circuits. Correspondingly, each module/unit in the above embodiment may be implemented in the form of hardware, for example, by implementing an integrated circuit to implement its corresponding function, or may be implemented in the form of a software function module, for example, executing a program stored in the memory by a processor. / instruction to achieve its corresponding function. Embodiments of the invention are not limited to any particular form of hardware and The combination of software.
工业实用性Industrial applicability
采用本发明实施例所述方案,使得BEIR域中的节点容易辨知边界节点,在需要在边界节点间互相通告组播信息时,根据获知的边界节点的BFR标识生成边界bitstring,边界节点间可以相互通告组播信息而不必担心将信息泄漏到中间节点,由此也节省中间节点对边界信息的资源处理占用。 With the solution in the embodiment of the present invention, the nodes in the BEIR domain can easily identify the boundary nodes. When the multicast information needs to be advertised between the boundary nodes, the boundary bit string is generated according to the BFR identifier of the learned boundary node, and the boundary nodes can be generated between the boundary nodes. The multicast information is mutually advertised without worrying about leaking information to the intermediate node, thereby also saving the resource processing occupation of the boundary information by the intermediate node.

Claims (11)

  1. 一种基于位索引的显式复制BIER边界节点标识方法,包括:A method for explicitly copying BIER boundary node identification based on bit index, comprising:
    BIER边界节点在构造用于通告本节点比特转发路由器BFR标识的消息时,将所述消息中预设的第一标识位置位,所述第一标识位用于标识本节点是否为边界节点,所述BIER边界节点在BIER域中洪泛所述消息。When the BIER border node constructs a message for advertising the BFR identifier of the local node bit forwarding router, the first identifier position preset in the message is used, and the first identifier bit is used to identify whether the node is a boundary node. The BIER boundary node floods the message in the BIER domain.
  2. 根据权利要求1所述的方法,所述方法还包括,The method of claim 1 further comprising
    所述BIER边界节点判断本节点被设置为边界节点,或者判断本节点有非BIER接口时,则在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位。When the BIER border node determines that the node is set as a border node, or determines that the node has a non-BIER interface, when the message for advertising the BFR identifier of the node is constructed, the first identifier position preset in the message is set. Bit.
  3. 根据权利要求1所述的方法,其中,The method of claim 1 wherein
    所述第一标识位用于标识本节点为边界节点还是中间转发节点。The first identifier is used to identify whether the node is a boundary node or an intermediate forwarding node.
  4. 根据权利要求1所述的方法,所述方法还包括:The method of claim 1 further comprising:
    BIER边界节点在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第二标识位置位,所述第二标识位用于标识本节点是否为中间转发节点。When the BIER boundary node constructs a message for advertising the BFR identifier of the local node, the second identifier position preset in the message is used, and the second identifier bit is used to identify whether the local node is an intermediate forwarding node.
  5. 根据权利要求1所述的方法,其中,The method of claim 1 wherein
    所述预设的第一标识位为BIER信息子类型长度值TLV中保留字段中的一个比特位。The preset first identifier bit is one bit in a reserved field in the BIER information subtype length value TLV.
  6. 根据权利要求1所述的方法,所述方法还包括:The method of claim 1 further comprising:
    收到所述消息的BIER节点在向所述BIER边界节点发送BIER数据报文时,形成所述BIER边界节点的比特串bitstring,在所述BIER数据报文中携带所述比特串,以使所述BIER数据报文发送到所述BIER边界节点。And the BIER node that receives the message, when sending the BIER data packet to the BIER border node, forms a bit string bitstring of the BIER border node, and carries the bit string in the BIER data packet, so as to The BIER data message is sent to the BIER boundary node.
  7. 一种基于位索引的显式复制BIER边界节点标识装置,位于BIER边界节点,所述装置包括:An explicit indexing BIER boundary node identification device based on a bit index, located at a BIER boundary node, the device comprising:
    构造模块,设置为在构造用于通告本节点比特转发路由器BFR标识的消息时,将所述消息中预设的第一标识位置位,所述第一标识位用于标识本节点是否为边界节点;以及 The constructing module is configured to: when the message for advertising the BFR identifier of the local node forwarding router is configured, the first identifier is preset in the message, and the first identifier is used to identify whether the node is a border node. ;as well as
    通告模块,设置为在BIER域中洪泛所述消息。The notification module is set to flood the message in the BIER domain.
  8. 根据权利要求7所述的装置,所述装置还包括判断模块,其设置为判断本节点是否被设置为边界节点,或者判断本节点是否有非BIER接口;The apparatus according to claim 7, further comprising a judging module configured to determine whether the node is set as a border node, or to determine whether the node has a non-BIER interface;
    所述构造模块是设置为在所述判断模块判断本节点被设置为边界节点时,或者判断本节点有非BIER接口时,在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第一标识位置位。The constructing module is configured to: when the determining module determines that the node is set as a border node, or determines that the node has a non-BIER interface, when constructing a message for advertising the BFR identifier of the local node, the message is The preset first identification position is set.
  9. 根据权利要求7所述的装置,其中,The apparatus according to claim 7, wherein
    所述第一标识位用于标识本节点为边界节点还是中间转发节点。The first identifier is used to identify whether the node is a boundary node or an intermediate forwarding node.
  10. 根据权利要求7所述的装置,其中,The apparatus according to claim 7, wherein
    所述构造模块还设置为在构造用于通告本节点BFR标识的消息时,将所述消息中预设的第二标识位置位,所述第二标识位用于标识本节点是否为中间转发节点。The constructing module is further configured to: when the message for advertising the BFR identifier of the local node is configured, the second identifier position preset in the message is used, and the second identifier bit is used to identify whether the node is an intermediate forwarding node. .
  11. 根据权利要求7所述的装置,其中,The apparatus according to claim 7, wherein
    所述预设的第一标识位为BIER信息类型长度值TLV中保留字段中的一个比特位。 The preset first identifier bit is one bit in a reserved field in the BIER information type length value TLV.
PCT/CN2016/086047 2015-10-30 2016-06-16 Bier boundary node identification method and apparatus WO2016197999A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510731078.5 2015-10-30
CN201510731078.5A CN106656824A (en) 2015-10-30 2015-10-30 BIER boundary node identification method and device

Publications (1)

Publication Number Publication Date
WO2016197999A1 true WO2016197999A1 (en) 2016-12-15

Family

ID=57503030

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/086047 WO2016197999A1 (en) 2015-10-30 2016-06-16 Bier boundary node identification method and apparatus

Country Status (2)

Country Link
CN (1) CN106656824A (en)
WO (1) WO2016197999A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021103821A1 (en) * 2019-11-25 2021-06-03 华为技术有限公司 Method and apparatus for processing forwarding entry
EP3972206A4 (en) * 2019-07-26 2022-07-27 Huawei Technologies Co., Ltd. Method, network device and system for processing bier packet
US11431650B2 (en) * 2017-09-28 2022-08-30 Nokia Technologies Oy Multicast based on bit indexed explicit replication
KR102667200B1 (en) 2019-11-25 2024-05-17 후아웨이 테크놀러지 컴퍼니 리미티드 Forwarding entry processing method and device

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109257275B (en) * 2017-07-13 2021-03-02 中国电信股份有限公司 Method and system for forwarding multicast data
CN109729012B (en) * 2018-12-24 2021-08-24 新华三技术有限公司 Unicast message transmission method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101155135A (en) * 2006-09-28 2008-04-02 华为技术有限公司 Method and device for flooding autonomous system border router ability information
US20140241372A1 (en) * 2013-02-25 2014-08-28 Futurewei Technologies, Inc. Constructing A Topology-Transparent Zone
CN104811387A (en) * 2014-01-24 2015-07-29 思科技术公司 Equal Cost Multi-path With Bit Indexed Explicit Replication

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9853822B2 (en) * 2013-09-17 2017-12-26 Cisco Technology, Inc. Bit indexed explicit replication
US10003494B2 (en) * 2013-09-17 2018-06-19 Cisco Technology, Inc. Per-prefix LFA FRR with bit indexed explicit replication

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101155135A (en) * 2006-09-28 2008-04-02 华为技术有限公司 Method and device for flooding autonomous system border router ability information
US20140241372A1 (en) * 2013-02-25 2014-08-28 Futurewei Technologies, Inc. Constructing A Topology-Transparent Zone
CN104811387A (en) * 2014-01-24 2015-07-29 思科技术公司 Equal Cost Multi-path With Bit Indexed Explicit Replication

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11431650B2 (en) * 2017-09-28 2022-08-30 Nokia Technologies Oy Multicast based on bit indexed explicit replication
EP3972206A4 (en) * 2019-07-26 2022-07-27 Huawei Technologies Co., Ltd. Method, network device and system for processing bier packet
WO2021103821A1 (en) * 2019-11-25 2021-06-03 华为技术有限公司 Method and apparatus for processing forwarding entry
KR102667200B1 (en) 2019-11-25 2024-05-17 후아웨이 테크놀러지 컴퍼니 리미티드 Forwarding entry processing method and device

Also Published As

Publication number Publication date
CN106656824A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
WO2021063232A1 (en) Method, apparatus and system for establishing bier forwarding table entry
CN107204867B (en) Information transmission method, device and system
US11206148B2 (en) Bit indexed explicit replication
US10476793B2 (en) Multicast flow overlay using registration over a reliable transport
WO2016198016A2 (en) Method, device and system for transmitting bier control information
US9832031B2 (en) Bit index explicit replication forwarding using replication cache
WO2018228490A1 (en) Multicast domain crossing method, device and system and computer readable storage medium
WO2016197999A1 (en) Bier boundary node identification method and apparatus
WO2016177087A1 (en) Bier packet transmission method and device
WO2018006671A1 (en) Message sending method and apparatus, network architecture, and computer storage medium
CN111614556B (en) BIER-based two-way forwarding detection session creation method and related equipment
WO2016115987A1 (en) Method and apparatus for multicast forwarding
CN106603407B (en) Multicast address transmission method and device
US9712334B2 (en) Efficient multicast topology construction in a routed network
CN109729012B (en) Unicast message transmission method and device
US10187293B2 (en) Apparatus and method for multicast data packet forwarding
US9306758B2 (en) Dynamic adjustment of MLDP tunnel and PIM binding
US10855576B2 (en) Information transmission method and device
WO2016188502A1 (en) Method and device for providing notification of traffic engineering information in bier network
US20140241351A1 (en) Dynamic determination of the root node of an mldp tunnel
WO2013139159A1 (en) Method for forwarding packet in network and provider edge device
WO2018014767A1 (en) Information determination method and device, and storage medium
US9503272B2 (en) Fast convergence with multicast source mobility
US20200106628A1 (en) Bit forwarding router identifier signaling using protocol independent multicast attribute
WO2018040941A1 (en) Metadata transmission method and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16806897

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16806897

Country of ref document: EP

Kind code of ref document: A1