WO2009094921A1 - Method for multicast forwarding and multicast router - Google Patents

Method for multicast forwarding and multicast router Download PDF

Info

Publication number
WO2009094921A1
WO2009094921A1 PCT/CN2009/070133 CN2009070133W WO2009094921A1 WO 2009094921 A1 WO2009094921 A1 WO 2009094921A1 CN 2009070133 W CN2009070133 W CN 2009070133W WO 2009094921 A1 WO2009094921 A1 WO 2009094921A1
Authority
WO
WIPO (PCT)
Prior art keywords
multicast
multicast group
protocol
unit
join request
Prior art date
Application number
PCT/CN2009/070133
Other languages
French (fr)
Chinese (zh)
Inventor
Lin Xia
Qinfeng Gu
Yong Chen
Original Assignee
Huawei Technologies Co., Ltd.
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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2009094921A1 publication Critical patent/WO2009094921A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/1836Arrangements for providing special services to substations for broadcast or conference, e.g. multicast with heterogeneous network architecture
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/20Support for services
    • H04L49/201Multicast operation; Broadcast operation

Definitions

  • the present invention relates to the field of network technologies, and in particular, to a multicast forwarding method and a multicast router.
  • Multicast is an important Internet Protocol (IP) technology.
  • IP Internet Protocol
  • the multicast sender ie, the multicast source
  • the multicast routing protocol ie, the multicast routing protocol.
  • Tree routing is established for multicast packets, and the transmitted information begins to be copied and distributed at the forks as far as possible.
  • a multicast source which is used to send multicast packets to the network
  • a multicast router which is used to forward multicast packets
  • a receiver which is used to receive multicast packets.
  • the protocol used is the Internet Group Management Protocol (IMB) or the Multicast Listener Discovery (MLD) protocol, where the Internet Group Management Protocol is applied to Internet Protocol Version 4 (IPV4).
  • IPV4 Internet Protocol Version 4
  • IPV6 Internet Protocol Version 6
  • the above two protocols define the control mechanism for the user to join the specified group;
  • the Internet Group Management Protocol is the host-to-router signaling mechanism used by the Internet Protocol Multicast on the end network, and is divided into two functional parts: the host side and the router side.
  • the receiver host reports the group membership to the shared network, and all routers in the same network segment that have enabled the Internet Group Management Protocol/Multicast Listening Discovery Protocol function elect the querier, and the querier periodically sends the querier to the shared network.
  • the group member queries the message, and the receiver host responds after receiving the query message to report the group membership, and the querier refreshes the existence information of the group member according to the received response.
  • All recipient hosts participating in the multicast transmission must implement the Internet Group Management Protocol/Multicast Listener Discovery Protocol.
  • a host participating in the Internet Protocol multicast transmission can join or leave the multicast group at any time, anywhere, and with the total number of members without restrictions. Routers that support multicast do not need or can save the membership of all hosts. It only knows whether there is a receiver of a multicast group, that is, a group member, on the network segment connected to each interface through the Internet Group Management Protocol. Each host only needs to save which multicast groups it has joined.
  • IPTV Internet Protocol Television
  • VPN virtual private Network
  • the multicast data is transmitted through the public network, and the Internet Protocol address of the set-top box is placed in a Layer 3 Virtual Private Network (L3VPN).
  • L3VPN Layer 3 Virtual Private Network
  • the multicast data needs to be transmitted on the public network, so the multicast source needs to be located on the public network, and in practical applications, the multicast source and the receiver They may all be located in a virtual private network, and these virtual private networks are all connected by the same multicast router.
  • multicast cannot be implemented in the above manner, so that the multicast source located in the virtual private network is not fully utilized, and the multicast source is not fully utilized.
  • the resource utilization of the system is not fully utilized.
  • the embodiment of the present invention provides a multicast forwarding method and a multicast router.
  • the technical solution provided by the embodiment of the present invention can be used to make a multicast source that is in a different network protocol network with the host.
  • the present invention provides a multicast forwarding method, which is applied to multicast between different internet protocol networks, including:
  • the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast group corresponding to the multicast source located in the second internet protocol network. Sending the first multicast group join request;
  • the present invention also provides a computer program product, comprising: computer program code, when the computer program code is executed by a computer, the computer program code can cause the computer to perform a multicast forwarding method Any one step.
  • the present invention also provides a computer readable storage medium, the computer storing computer program code, when the computer program code is executed by a computer, the computer program code can cause the computer to perform a multicast forwarding method Any one step.
  • the invention also provides a multicast router, comprising:
  • a request receiving unit configured to receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast source located in the second internet protocol network. Sending the first multicast group join request when the corresponding multicast group is used;
  • a proxy unit configured to: after the request receiving unit receives the first multicast group join request, proxy the host to join the multicast group;
  • a data receiving unit configured to receive data of the multicast group from the second internet protocol network
  • a data sending unit configured to send data of the multicast group to the host.
  • the multicast protocol proxy unit can implement the multicast protocol proxy function in the multicast router, so that the host located in the internet protocol network can join the multicast.
  • the source is located in a multicast group of another internet protocol network.
  • the above-mentioned internet protocol network may be a virtual private network, so that the multicast source located in another internet protocol network is utilized, the utilization of system resources is improved, and multicast can be enabled. The scope of application is wider.
  • FIG. 1 is a flowchart of an embodiment of a multicast forwarding method according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of internal functions of a multicast router according to an embodiment of the present invention.
  • FIG. 3 is a structural diagram of an embodiment of a multicast router according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of an embodiment of a multicast forwarding method according to an embodiment of the present invention, including: 101. Receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, The foregoing host sends the first multicast group join request when requesting to join the multicast group corresponding to the multicast source located in the second internet protocol network;
  • the first internet protocol network may be a virtual private network, or may be a network where other hosts that need to join the multicast group are located, such as a public internet protocol network, a private internet protocol network, etc.; the first multicast group join request may include joining Information of the multicast group, information of the host requesting to join the multicast group, etc. 102.
  • the proxy host joins the multicast group;
  • the step of the proxy host joining the multicast group may specifically include four steps a, b, c, and d. a.
  • the first multicast protocol unit processes the first multicast group join request.
  • the first multicast protocol unit is allocated for the first internet protocol network.
  • the broadcast protocol unit may be specifically configured according to an interface on the multicast router. Generally, one interface corresponds to one internet protocol network, but it does not exclude that multiple interfaces correspond to the same internet protocol network, or one interface corresponds to multiple different interfaces.
  • the first multicast protocol unit corresponding to the interface is triggered to process the first multicast group join request;
  • the process of processing the first multicast group join request by the first multicast protocol unit may include: adding the host that sends the first multicast group join request to the first member list maintained by the multicast group; and receiving the first multicast group The interface that joins the request joins the first multicast forwarding table established for the above multicast group.
  • the host is added to the existing first member list. If the first member list does not exist, the first member list is created, and the host is added to the newly created first member list. . If the first multicast forwarding table already exists, the interface is directly added to the existing first multicast forwarding table. If the first multicast forwarding table does not exist, the first multicast forwarding table is created, and the interface is added. New first multicast forwarding table.
  • the multicast group join request needs to be sent to the multicast source; It is indicated that the host has joined the multicast group in the first Internet Protocol network, and the multicast data of the multicast group is sent to the first Internet Protocol network. Therefore, the multicast group join request is not sent to the multicast source at this time.
  • the first multicast protocol proxy unit sends a second multicast group join request to the second multicast protocol unit by using a preset manner, where the first multicast protocol proxy unit corresponds to the first multicast protocol unit, and the second group
  • the multicast group join request is corresponding to the first multicast group join request, and the second multicast group protocol unit is allocated for the second internet protocol network where the multicast source of the multicast group is located.
  • the second internet protocol network may also be a virtual private network, or may be other types of internet protocol networks where the multicast source is located, such as a public internet protocol network, a private internet protocol network, etc., and the type of the second internet protocol network may be the same.
  • the types of an internet protocol network are the same or different.
  • the preset mode may be a virtual interface mode, or other manners, such as a data channel, that can connect the first multicast protocol proxy unit and the second multicast protocol unit. If the virtual interface is used, the first multicast protocol proxy unit is bound to one end of the virtual interface, that is, the first Internet Protocol network where the host is located, and the other end is bound to the second multicast protocol. The unit, that is, the second internet protocol network where the multicast source is located. At this time, the virtual interface functions as a multicast protocol proxy in the first internet protocol network, and functions as a multicast protocol in the second internet protocol network.
  • the information about the host that the second multicast group joins the request to join the multicast group is the information of the virtual interface in the first multicast protocol proxy unit, which may be a globally unique internet protocol network address in the multicast router. , logo, etc.
  • the second multicast group join request corresponds to the first multicast group join request.
  • the second multicast group join request and the first multicast group join request are both requested to join the same multicast group, but the host is different.
  • the host to which the multicast group joins the request is the host located in the first Internet Protocol network, and the host to which the second multicast group joins the request is the first multicast protocol proxy unit.
  • the address of the requested host is the address of the end of the virtual interface that is connected to the first multicast protocol proxy unit.
  • the second multicast protocol unit processes the second multicast group join request.
  • the specific process of the second multicast protocol unit processing the second multicast group join request is similar to the process of the first multicast protocol unit processing the first multicast group join request, which may include: sending the second multicast group to join the request
  • the first multicast protocol proxy unit joins the second member list maintained for the multicast group; the virtual interface that receives the second multicast group join request is added to the second multicast forwarding table established by the multicast group.
  • the first multicast protocol proxy unit is directly added to the existing second member list; if the second member list does not exist, the second member list is newly created, and the first multicast is The protocol agent unit joins the newly created second member list. If the second multicast forwarding table is already stored Add the virtual interface to the existing second multicast forwarding table. If the second multicast forwarding table does not exist, create a second multicast forwarding table and add the virtual interface to the newly created second multicast forwarding table. .
  • the second member list does not exist, or exists, but the entry is empty, it means that the protocol proxy unit does not join the multicast group.
  • the multicast group join request needs to be sent in the direction of the multicast source; otherwise, the description is The protocol proxy unit has been added to the multicast group.
  • the multicast data of the multicast group is sent to the multicast router. Therefore, the multicast group join request is not sent to the multicast source.
  • the second multicast protocol proxy unit sends a third multicast group join request to the second internet protocol network, where the second multicast protocol proxy unit corresponds to the second multicast protocol unit, and the third multicast group join request The second multicast group join request corresponds.
  • the host information of the request that the third multicast group joins the request to join the multicast group is the information of the multicast router, which may be the global unique network address, identifier, and the like of the multicast router.
  • the third multicast group join request corresponds to the second multicast group join request, that is, the third multicast group join request and the second multicast group join request are both requested to join the same multicast group, but the host is different, the third group
  • the host to which the broadcast group joins the request is the second multicast protocol proxy unit.
  • the multicast data of the multicast group from the second internet protocol network may be received by the second multicast protocol unit.
  • the specific sending process may be as follows: the multicast data is sent to the virtual interface according to the second multicast forwarding table; the second multicast forwarding table stores the virtual hosts corresponding to the virtual interfaces, and thus the host can join the multicast group.
  • the virtual data is sent to the virtual interface according to the record of the second multicast forwarding table; the first multicast protocol unit receives the multicast data from the virtual interface; and receives the first multicast group according to the first multicast forwarding table.
  • the interface that joins the request sends the multicast data to the host; because the first multicast forwarding table stores which hosts in the network corresponding to the interface are added to the multicast group, it can be determined according to the record of the first multicast forwarding table. Which interfaces the multicast data is sent to.
  • a multicast protocol proxy function can be implemented in the multicast router, so that the host located in the Internet Protocol network can join the multicast group whose multicast source is located in another Internet Protocol network.
  • the foregoing Internet Protocol network can be The virtual private network enables the use of multicast sources located in another Internet Protocol network, improves the utilization of system resources, and can make the application of multicast wider.
  • the first internet protocol network in the embodiment of the present invention is a network where the host is located, and thus the number of the first internet protocol network may be multiple, and the corresponding first multicast protocol unit and multicast protocol proxy unit. There may be more than one, and the first multicast protocol unit and the multicast protocol proxy unit corresponding to each first internet protocol network may be separately operated, and the multicast forwarding between the first internet protocol networks does not mutually influences.
  • VPN-A For Virtual Private Network A (VPN-A):
  • Virtual interface 1/virtual interface 2/virtual interface 3 is an ordinary Layer 3 interface configured with an Internet Protocol address.
  • the Internet Protocol address is Internet Protocol Address 1-1/Internet Protocol Address 2-1/Internet Protocol Address 3-1, Internet Group Management Protocol is enabled, Internet Group Management Protocol join request can be received, and Internet Group Management Protocol can be processed. Request, maintain Internet group management agreement membership, etc.
  • Virtual interface 1/virtual interface 2/virtual interface 3 is the uplink interface corresponding to the Internet Group Management Protocol proxy.
  • the addresses configured on the virtual interface are respectively Internet Protocol Address 1-2/Internet Protocol Address 2-2/Internet Protocol Address 3-2, respectively, and Virtual Private Network B/Virtual Private Network C/Virtual Private Network D corresponds to, wherein, Internet Protocol Address 1-1/Internet Protocol Address 1-2, Internet Protocol Address 2-1/Internet Protocol Address 2-2, Internet Protocol Address 3-1/Internet Protocol Address 3-2 may belong to The same network segment.
  • Interface 1 / Interface 2 / Interface 3 are different interfaces belonging to different virtual private networks, respectively, enabling the Internet Group Management Protocol, receiving Internet Group Management Protocol join requests from different virtual private network users, processing Internet Group Management Protocol join requests, and maintaining the Internet. Group management agreement membership, etc.
  • the multicast router may further include the following functional units: a multicast protocol unit, that is, a multicast routing protocol unit such as an independent multicast protocol; and a virtual interface management unit, which provides functions for creating, managing, and the like of an Internet group management protocol proxy virtual interface.
  • the Multicast Forwarding Information Base (MFIB) management unit manages the multicast forwarding entries so that the multicast data can be correctly copied from the inbound interface to the outgoing interface and forwarded. The multicast data is forwarded according to the forwarding entry in the multicast forwarding entry. Take the virtual private network A and the virtual private network B as an example to describe the process:
  • a special virtual interface is built as a virtual private network multicast proxy interface; this virtual interface is bound to the virtual private network A where the multicast source is located, and the virtual private network B where the host is located.
  • the virtual interface is configured as a virtual private network B.
  • the Internet Group Management Protocol proxy uplink interface enables the Internet Group Management Protocol function of this virtual interface in Virtual Private Network A.
  • the Internet Group Management Protocol proxy function in Virtual Private Network b can be enabled by the following command:
  • the virtual interface can be created by the above command.
  • the interface enabled with the Internet Group Management Protocol receives the first multicast group join request from the user, and is set to the multicast group G (the first multicast group when the Internet Group Management Protocol version 3 is selected) Adding a request will have a source address), then:
  • the Internet Group Management Protocol unit of the virtual private network B processes the first multicast group join request to maintain the membership group relationship; the Internet Group Management Protocol unit of the virtual private network B notifies the Internet group of the virtual private network B by the first multicast group join request
  • the management protocol proxy unit causes the Internet Group Management Protocol proxy unit of the virtual private network B to proxy the first multicast group join request, and sends the second multicast group join request corresponding to the first multicast group join request from the virtual interface 1 to
  • the Internet Group Management Protocol unit of the virtual private network A wherein the source address of the multicast request is modified to the Internet Protocol address 1-2, that is, the Internet Protocol address to which the virtual private network B belongs on the virtual interface 1;
  • the group management protocol unit notifies the multicast forwarding entry unit of the virtual private network B, and adds the interface that receives the request to the first multicast forwarding. Publish, specifically can be added to the outbound interface list in the first multicast forwarding table.
  • the Internet Group Management Protocol unit in the virtual private network A After the Internet Group Management Protocol unit in the virtual private network A receives the second multicast group join request on the virtual interface 1, the Internet Group Management Protocol unit of the virtual private network A processes the second multicast group join request, and maintains the member group. Notifying the Internet Group Management Protocol proxy unit of the virtual private network A, causing the Internet Group Management Protocol proxy unit of the virtual private network A to proxy the second multicast group access request, and sending a third multicast group join request to the upstream router, thereby Obtaining the multicast data. At the same time, the multicast forwarding entry of the virtual private network A is notified, and the virtual interface 1 that receives the request is added to the second multicast forwarding table, and the interface can be added to the outbound interface list in the second multicast forwarding table. .
  • the Internet group management protocol unit of the virtual private network A receives the multicast data, and then according to the second multicast forwarding table of the multicast forwarding entry of the virtual private network A, The virtual interface 1 sends the multicast data.
  • the Internet Group Management Protocol unit of the virtual private network B receives the first multicast forwarding table according to the multicast forwarding entry of the virtual private network B. Copy the multicast data packet to interface 1.
  • Figure 3 is a diagram showing the structure of a multicast router according to an embodiment of the present invention, including:
  • the request receiving unit 301 is configured to receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast source located in the second internet protocol network.
  • the first multicast group join request is sent when the corresponding multicast group is used;
  • the proxy unit 302 is configured to: after the request receiving unit 301 receives the first multicast group join request, the proxy host joins the multicast group;
  • the proxy unit 302 mainly includes: a first multicast protocol unit, configured to process a first multicast group join request after the request receiving unit receives the first multicast group join request; a proxy unit, configured to send, after the first multicast protocol unit receives the first multicast group join request, a second multicast group join request corresponding to the first multicast group join request by using a preset manner; the second multicast protocol a unit, configured to receive a second multicast group join request, and process a second multicast group join request; the second multicast protocol proxy unit sends, after the second multicast protocol unit receives the second multicast group join request, The second multicast group join request corresponds to the third multicast group join request.
  • the multicast router may further include: a virtual interface allocation unit, configured to allocate a virtual interface to the first multicast protocol proxy unit and the second multicast protocol unit in advance.
  • the data receiving unit 303 is configured to receive data of a multicast group from the second internet protocol network, where the second multicast protocol unit receives the multicast data of the multicast group from the second internet protocol network after the data receiving unit 303 receives The multicast data is sent to the virtual interface according to the second multicast forwarding table.
  • the data sending unit 304 is configured to send data of the multicast group to the host.
  • the first multicast protocol unit After receiving the multicast data from the virtual interface, the first multicast protocol unit sends the multicast data to the interface that receives the first multicast group join request according to the first multicast forwarding trigger data sending unit 304.
  • a multicast protocol proxy function can be implemented in the multicast router, so that the host located in the Internet Protocol network can join the multicast group whose multicast source is located in another Internet Protocol network.
  • the foregoing Internet Protocol network can be The virtual private network enables the use of multicast sources located in another Internet Protocol network, improves the utilization of system resources, and can make the application of multicast wider.
  • the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast group corresponding to the multicast source located in the second internet protocol network. Sending the first multicast group join request;
  • the above-mentioned storage medium may be a read only memory, a magnetic disk or an optical disk or the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A method for multicast forwarding which is used in the multicast among different internet protocol networks is disclosed. The method includes the following steps: receiving the first multicast group joining request from the first internet protocol network which the host is located in; the first multicast group joining request is sent by the host when it requests to join the multicast group which is corresponding to the multicast source located in the second internet protocol network; joining the multicast group by the way of acting as the agent of the host; receiving the multicast data of the multicast group from the second internet protocol network and sending the multicast data of the multicast group to the host. The corresponding computer program product, computer readable storage medium and multicast router are also disclosed. The multicast source can be used, wherein the multicast source and the host are located in different internet protocol networks.

Description

组播转发方法及组播路由器  Multicast forwarding method and multicast router
本申请要求于 2008 年 1 月 22 日提交中国专利局、 申请号为 200810000806.5、 发明名称为 "组播转发方法及组播路由器" 的中国专利申请 的优先权, 其全部内容通过引用结合在本申请中。  This application claims priority to Chinese Patent Application No. 200810000806.5, entitled "Multicast Forwarding Method and Multicast Router", filed on January 22, 2008, the entire contents of in.
技术领域 Technical field
本发明涉及网络技术领域, 具体涉及组播转发方法及组播路由器。  The present invention relates to the field of network technologies, and in particular, to a multicast forwarding method and a multicast router.
背景技术 Background technique
组播是一种重要的网际协议( IP: Internet Protocol )技术, 当网络中的某 些用户需求特定信息时, 组播信息发送者(即组播源)仅发送一次信息, 借助 组播路由协议为组播数据包建立树型路由,被传递的信息在尽可能远的分叉路 口才开始复制和分发。 组播中主要有三个实体: 组播源, 用于向网络发送组播 报文; 组播路由器, 用于转发组播报文; 接收者, 用于接收组播报文。  Multicast is an important Internet Protocol (IP) technology. When certain users on the network require specific information, the multicast sender (ie, the multicast source) sends the information only once, with the help of the multicast routing protocol. Tree routing is established for multicast packets, and the transmitted information begins to be copied and distributed at the forks as far as possible. There are three main entities in the multicast: a multicast source, which is used to send multicast packets to the network, a multicast router, which is used to forward multicast packets, and a receiver, which is used to receive multicast packets.
在接收者一侧 , 使用的协议是因特网组管理协议( IGMP: Internet Group Management Protocol )或组播监听发现 ( MLD: Multicast Listener Discovery ) 协议, 其中因特网组管理协议应用于网际协议版本 4 ( IPV4 ) 网络, 组播监听 发现协议应用于网际协议版本 6 ( IPV6 )网络。 上述两个协议定义了用户加入 指定组的控制机制;因特网组管理协议是网际协议组播在末端网络上使用的主 机对路由器的信令机制, 分为两个功能部分: 主机侧和路由器侧。 接收者主机 向所在的共享网络报告组成员关系,处于同一网段的所有使能了因特网组管理 协议 /组播监听发现协议功能的路由器选举出查询器, 查询器周期性地向该共 享网络发送组成员查询消息,接收者主机接收到该查询消息后进行响应以报告 组成员关系, 查询器依据接收的响应来刷新组成员的存在信息。  On the receiver side, the protocol used is the Internet Group Management Protocol (IMB) or the Multicast Listener Discovery (MLD) protocol, where the Internet Group Management Protocol is applied to Internet Protocol Version 4 (IPV4). Network, Multicast Listener Discovery Protocol is applied to the Internet Protocol Version 6 (IPV6) network. The above two protocols define the control mechanism for the user to join the specified group; the Internet Group Management Protocol is the host-to-router signaling mechanism used by the Internet Protocol Multicast on the end network, and is divided into two functional parts: the host side and the router side. The receiver host reports the group membership to the shared network, and all routers in the same network segment that have enabled the Internet Group Management Protocol/Multicast Listening Discovery Protocol function elect the querier, and the querier periodically sends the querier to the shared network. The group member queries the message, and the receiver host responds after receiving the query message to report the group membership, and the querier refreshes the existence information of the group member according to the received response.
所有参与组播传输的接收者主机必须实现因特网组管理协议 /组播监听发 现协议。 参与网际协议组播传输的主机可以在任意时间、 任意位置、 成员总数 不受限制地加入或退出组播组。支持组播的路由器不需要也不可能保存所有主 机的成员关系,它只是通过因特网组管理协议了解每个接口连接的网段上是否 存在某个组播组的接收者, 即组成员。 而各主机只需要保存自己加入了哪些组 播组。  All recipient hosts participating in the multicast transmission must implement the Internet Group Management Protocol/Multicast Listener Discovery Protocol. A host participating in the Internet Protocol multicast transmission can join or leave the multicast group at any time, anywhere, and with the total number of members without restrictions. Routers that support multicast do not need or can save the membership of all hosts. It only knows whether there is a receiver of a multicast group, that is, a group member, on the network segment connected to each interface through the Internet Group Management Protocol. Each host only needs to save which multicast groups it has joined.
在组播网络中, 使用因特网组管理协议代理( IGMP Proxy )或组播监听发 现协议代理(MLD Proxy )技术, 可以避免使用一些复杂的组播路由协议, 如 独立组播协议(PIM: Protocol Independent Multicast )等。 假设一个路由器作 为因特网组管理协议代理, 接收到用户发起的因特网组管理协议加入请求后, 特定组播组的因特网组管理协议上行口在该路由器中只有一个;当另一用户请 求加入的时候,也会发送因特网组管理协议请求给该路由器, 此时该路由器不 组播技术在很多方面得到了利用, 例如网络电视( IPTV: Internet Protocol Television ) 等。 网络电视在实际应用的时候, 需要数据平面和控制平面分开 在不同的虚拟专用网 (VPN: Virtual Private Network ) 内。 一般会选择通过公 网来传输组播数据, 而机顶盒的网际协议地址放到某个 3 层虚拟专用网 ( L3VPN: Layer 3 Virtual Private Network ) 中。 In a multicast network, use the Internet Group Management Protocol proxy (IGMP Proxy) or multicast listener The current protocol proxy (MLD Proxy) technology can avoid the use of some complex multicast routing protocols, such as the Protocol Independent Multicast (PIM). Suppose a router acts as a proxy for the Internet Group Management Protocol. After receiving a user-initiated Internet Group Management Protocol join request, the Internet Group Management Protocol uplink port of a specific multicast group has only one in the router; when another user requests to join, The Internet Group Management Protocol request is also sent to the router. At this time, the router non-multicast technology is utilized in many aspects, such as Internet Protocol Television (IPTV). When the IPTV is actually applied, the data plane and the control plane need to be separated in different virtual private networks (VPNs). Generally, the multicast data is transmitted through the public network, and the Internet Protocol address of the set-top box is placed in a Layer 3 Virtual Private Network (L3VPN).
在实现本发明的过程中,发明人发现现有技术中至少存在如下问题: 组播 数据需要在公网传输, 因而需要组播源位于公网, 而在实际应用中, 组播源和 接收者可能都位于虚拟专用网, 而这些虚拟专用网都由同一个组播路由器连 接, 此时并不能使用上述的方式实现组播, 因而使位于虚拟专用网的组播源得 不到充分利用, 降低了系统的资源利用率。  In the process of implementing the present invention, the inventors have found that at least the following problems exist in the prior art: The multicast data needs to be transmitted on the public network, so the multicast source needs to be located on the public network, and in practical applications, the multicast source and the receiver They may all be located in a virtual private network, and these virtual private networks are all connected by the same multicast router. At this time, multicast cannot be implemented in the above manner, so that the multicast source located in the virtual private network is not fully utilized, and the multicast source is not fully utilized. The resource utilization of the system.
发明内容 Summary of the invention
本发明实施例提供了组播转发方法及组播路由器,使用本发明实施例提供 的技术方案, 可以使与主机处于不同网际协议网络的组播源得到利用。  The embodiment of the present invention provides a multicast forwarding method and a multicast router. The technical solution provided by the embodiment of the present invention can be used to make a multicast source that is in a different network protocol network with the host.
本发明实施例的目的是通过以下技术方案实现的:  The purpose of the embodiment of the present invention is achieved by the following technical solutions:
本发明提供一种组播转发方法,应用于不同网际协议网络之间的组播, 包 括:  The present invention provides a multicast forwarding method, which is applied to multicast between different internet protocol networks, including:
接收第一组播组加入请求,所述第一组播组加入请求来自主机所处的第一 网际协议网络,所述主机请求加入位于第二网际协议网络的组播源所对应的组 播组时发送所述第一组播组加入请求;  Receiving a first multicast group join request, the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast group corresponding to the multicast source located in the second internet protocol network. Sending the first multicast group join request;
代理所述主机加入所述组播组;  Representing the host to join the multicast group;
接收来自所述第二网际协议网络的所述组播组的组播数据,向所述主机发 送所述组播组的组播数据。 本发明还提供一种计算机程序产品,所述计算机程序产品包括计算机程序 代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计算机程序代码 可以使得所述计算机执行组播转发方法中的任意一项步骤。 Receiving multicast data of the multicast group from the second internet protocol network, and transmitting multicast data of the multicast group to the host. The present invention also provides a computer program product, comprising: computer program code, when the computer program code is executed by a computer, the computer program code can cause the computer to perform a multicast forwarding method Any one step.
本发明还提供一种计算机可读存储介质, 所述计算机存储计算机程序代 码, 当所述计算机程序代码被一个计算机执行的时候, 所述计算机程序代码可 以使得所述计算机执行组播转发方法中的任意一项步骤。  The present invention also provides a computer readable storage medium, the computer storing computer program code, when the computer program code is executed by a computer, the computer program code can cause the computer to perform a multicast forwarding method Any one step.
本发明还提供一种组播路由器, 包括:  The invention also provides a multicast router, comprising:
请求接收单元, 用于接收第一组播组加入请求, 所述第一组播组加入请求 来自主机所处的第一网际协议网络,所述主机请求加入位于第二网际协议网络 的组播源所对应的组播组时发送所述第一组播组加入请求;  a request receiving unit, configured to receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast source located in the second internet protocol network. Sending the first multicast group join request when the corresponding multicast group is used;
代理单元, 用于在所述请求接收单元接收到所述第一组播组加入请求后, 代理所述主机加入所述组播组;  a proxy unit, configured to: after the request receiving unit receives the first multicast group join request, proxy the host to join the multicast group;
数据接收单元, 用于接收来自所述第二网际协议网络的所述组播组的数 据;  a data receiving unit, configured to receive data of the multicast group from the second internet protocol network;
数据发送单元, 用于向所述主机发送所述组播组的数据。  a data sending unit, configured to send data of the multicast group to the host.
从本发明实施例提供的以上技术方案可以看出,由于本发明本实施例可以 通过组播协议代理单元在组播路由器内部实现组播协议代理功能 ,使位于网际 协议网络的主机能够加入组播源位于另一网际协议网络的组播组,上述的网际 协议网络可以是虚拟专用网, 从而使位于另一网际协议网络的组播源得到利 用, 提高系统资源的利用率, 并且可以使组播的应用范围更广。  It can be seen from the foregoing technical solutions provided by the embodiments of the present invention that, in this embodiment, the multicast protocol proxy unit can implement the multicast protocol proxy function in the multicast router, so that the host located in the internet protocol network can join the multicast. The source is located in a multicast group of another internet protocol network. The above-mentioned internet protocol network may be a virtual private network, so that the multicast source located in another internet protocol network is utilized, the utilization of system resources is improved, and multicast can be enabled. The scope of application is wider.
附图说明 DRAWINGS
图 1为本发明实施例中组播转发方法实施例的流程图;  1 is a flowchart of an embodiment of a multicast forwarding method according to an embodiment of the present invention;
图 2为本发明实施例中组播路由器的内部功能示意图;  2 is a schematic diagram of internal functions of a multicast router according to an embodiment of the present invention;
图 3为本发明实施例中组播路由器实施例的结构图。  FIG. 3 is a structural diagram of an embodiment of a multicast router according to an embodiment of the present invention.
具体实施方式 detailed description
为使本发明的目的、 技术方案、 及优点更加清楚明白, 以下参照附图并举 实施例, 对本发明进一步详细说明。  The present invention will be further described in detail below with reference to the drawings and embodiments.
本发明实施例主要应用在组播源和主机分别位于不同的网际协议网络的 情况, 使位于不同网际协议网络的组播源和主机能够实现组播转发。 图 1描述了本发明实施例提供的组播转发方法实施例的流程, 包括: 101、 接收第一组播组加入请求, 第一组播组加入请求来自主机所处的第 一网际协议网络,上述主机在请求加入位于第二网际协议网络的组播源所对应 的组播组时发送上述第一组播组加入请求; The embodiments of the present invention are mainly applied to a case where a multicast source and a host are respectively located in different Internet Protocol networks, so that multicast sources and hosts located in different Internet Protocol networks can implement multicast forwarding. FIG. 1 is a flowchart of an embodiment of a multicast forwarding method according to an embodiment of the present invention, including: 101. Receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, The foregoing host sends the first multicast group join request when requesting to join the multicast group corresponding to the multicast source located in the second internet protocol network;
第一网际协议网络可以是虚拟专用网,也可以是其他需要加入组播组的主 机所处的网络, 如公共网际协议网络, 私有网际协议网络等; 第一组播组加入 请求可以包括要加入的组播组的信息, 请求加入组播组的主机的信息等; 102、 代理主机加入组播组;  The first internet protocol network may be a virtual private network, or may be a network where other hosts that need to join the multicast group are located, such as a public internet protocol network, a private internet protocol network, etc.; the first multicast group join request may include joining Information of the multicast group, information of the host requesting to join the multicast group, etc. 102. The proxy host joins the multicast group;
其中, 代理主机加入组播组的步骤具体可以包括 a、 b、 c和 d四个步骤。 a、 第一组播协议单元处理第一组播组加入请求; 其中, 第一组播协议单 元是为第一网际协议网络分配的。 播协议单元, 具体可以根据组播路由器上的接口来划分, 一般来说是一个接口 对应一个网际协议网络,但是并不排除多个接口对应同一个网际协议网络, 或 一个接口对应多个不同的网际协议网络等情况;某个接口接收到第一组播组加 入请求后, 会触发与该接口对应的第一组播协议单元处理第一组播组加入请 求;  The step of the proxy host joining the multicast group may specifically include four steps a, b, c, and d. a. The first multicast protocol unit processes the first multicast group join request. The first multicast protocol unit is allocated for the first internet protocol network. The broadcast protocol unit may be specifically configured according to an interface on the multicast router. Generally, one interface corresponds to one internet protocol network, but it does not exclude that multiple interfaces correspond to the same internet protocol network, or one interface corresponds to multiple different interfaces. After the first multicast group join request is received by an interface, the first multicast protocol unit corresponding to the interface is triggered to process the first multicast group join request;
第一组播协议单元处理第一组播组加入请求的过程可以包括:将发送第一 组播组加入请求的主机加入为组播组维护的第一成员列表;将接收到第一组播 组加入请求的接口加入为上述组播组建立的第一组播转发表。  The process of processing the first multicast group join request by the first multicast protocol unit may include: adding the host that sends the first multicast group join request to the first member list maintained by the multicast group; and receiving the first multicast group The interface that joins the request joins the first multicast forwarding table established for the above multicast group.
其中, 若第一成员列表已经存在, 则直接将该主机加入已经存在的第一成 员列表; 若第一成员列表不存在, 则新建第一成员列表, 并将该主机加入新建 的第一成员列表。 若第一组播转发表已经存在, 则直接将上述接口加入已经存 在的第一组播转发表; 若第一组播转发表不存在, 则新建第一组播转发表, 并 将上述接口加入新建的第一组播转发表。  If the first member list already exists, the host is added to the existing first member list. If the first member list does not exist, the first member list is created, and the host is added to the newly created first member list. . If the first multicast forwarding table already exists, the interface is directly added to the existing first multicast forwarding table. If the first multicast forwarding table does not exist, the first multicast forwarding table is created, and the interface is added. New first multicast forwarding table.
若第一成员列表不存在, 或存在但是表项为空, 则说明对应的第一网际协 议网络并没有主机加入该组播组, 此时需要向组播源发送组播组加入请求; 反 之, 则说明第一网际协议网络已经有主机加入该组播组, 该组播组的组播数据 会发送到第一网际协议网络, 因而此时不需要向组播源发送组播组加入请求。 b、 第一组播协议代理单元通过预置方式向第二组播协议单元发送第二组 播组加入请求; 其中, 第一组播协议代理单元与第一组播协议单元对应, 第二 组播组加入请求与第一组播组加入请求对应 ,第二组播组协议单元是为组播组 的组播源所处的第二网际协议网络分配的。 If the first member list does not exist, or exists, but the entry is empty, it indicates that the corresponding first Internet Protocol network does not have the host joining the multicast group. In this case, the multicast group join request needs to be sent to the multicast source; It is indicated that the host has joined the multicast group in the first Internet Protocol network, and the multicast data of the multicast group is sent to the first Internet Protocol network. Therefore, the multicast group join request is not sent to the multicast source at this time. The first multicast protocol proxy unit sends a second multicast group join request to the second multicast protocol unit by using a preset manner, where the first multicast protocol proxy unit corresponds to the first multicast protocol unit, and the second group The multicast group join request is corresponding to the first multicast group join request, and the second multicast group protocol unit is allocated for the second internet protocol network where the multicast source of the multicast group is located.
第二网际协议网络也可以是虚拟专用网,还可以是组播源所处的其它类型 的网际协议网络, 如公有网际协议网络, 私有网际协议网络等, 第二网际协议 网络的类型可以与第一网际协议网络的类型相同或不同。  The second internet protocol network may also be a virtual private network, or may be other types of internet protocol networks where the multicast source is located, such as a public internet protocol network, a private internet protocol network, etc., and the type of the second internet protocol network may be the same. The types of an internet protocol network are the same or different.
预置方式可以是虚接口的方式,也可以是其他能够连接第一组播协议代理 单元与第二组播协议单元的其他方式, 如数据通道等。 其中, 若釆用虚接口的 方式, 则会在虚接口的一端会绑定到第一组播协议代理单元, 即主机所在的第 一网际协议网络, 另一端会绑定到第二组播协议单元, 即组播源所在的第二网 际协议网络。此时虚接口在第一网际协议网络中起到组播协议代理的功能,在 第二网际协议网络中起到组播协议功能。  The preset mode may be a virtual interface mode, or other manners, such as a data channel, that can connect the first multicast protocol proxy unit and the second multicast protocol unit. If the virtual interface is used, the first multicast protocol proxy unit is bound to one end of the virtual interface, that is, the first Internet Protocol network where the host is located, and the other end is bound to the second multicast protocol. The unit, that is, the second internet protocol network where the multicast source is located. At this time, the virtual interface functions as a multicast protocol proxy in the first internet protocol network, and functions as a multicast protocol in the second internet protocol network.
其中,第二组播组加入请求的所携带的请求加入组播组的主机信息为虚接 口在第一组播协议代理单元端的信息,具体可以是在组播路由器内全局唯一的 网际协议网络地址, 标识等。  The information about the host that the second multicast group joins the request to join the multicast group is the information of the virtual interface in the first multicast protocol proxy unit, which may be a globally unique internet protocol network address in the multicast router. , logo, etc.
第二组播组加入请求与第一组播组加入请求对应主要是第二组播组加入 请求与第一组播组加入请求都是请求加入同一个组播组, 只是主机有不同, 第 一组播组加入请求的主机是位于第一网际协议网络的主机 ,第二组播组加入请 求的主机是第一组播协议代理单元,在虚接口方式连接时, 第一第二组播组加 入请求的主机的地址是虚接口与第一组播协议代理单元连接的一端的地址。  The second multicast group join request corresponds to the first multicast group join request. The second multicast group join request and the first multicast group join request are both requested to join the same multicast group, but the host is different. The host to which the multicast group joins the request is the host located in the first Internet Protocol network, and the host to which the second multicast group joins the request is the first multicast protocol proxy unit. When the virtual interface is connected, the first and second multicast groups join. The address of the requested host is the address of the end of the virtual interface that is connected to the first multicast protocol proxy unit.
c、 第二组播协议单元处理第二组播组加入请求;  c. The second multicast protocol unit processes the second multicast group join request.
第二组播协议单元处理第二组播组加入请求的具体过程与第一组播协议 单元处理第一组播组加入请求的过程类似, 具体可以包括: 将发送第二组播组 加入请求的第一组播协议代理单元加入为组播组维护的第二成员列表;将接收 到第二组播组加入请求的虚接口加入为组播组建立的第二组播转发表。  The specific process of the second multicast protocol unit processing the second multicast group join request is similar to the process of the first multicast protocol unit processing the first multicast group join request, which may include: sending the second multicast group to join the request The first multicast protocol proxy unit joins the second member list maintained for the multicast group; the virtual interface that receives the second multicast group join request is added to the second multicast forwarding table established by the multicast group.
其中, 若第二成员列表已经存在, 则直接将第一组播协议代理单元加入已 经存在的第二成员列表; 若第二成员列表不存在, 则新建第二成员列表, 并将 第一组播协议代理单元加入新建的第二成员列表。 若第二组播转发表已经存 在, 则直接将虚接口加入已经存在的第二组播转发表; 若第二组播转发表不存 在, 则新建第二组播转发表, 并将虚接口加入新建的第二组播转发表。 If the second member list already exists, the first multicast protocol proxy unit is directly added to the existing second member list; if the second member list does not exist, the second member list is newly created, and the first multicast is The protocol agent unit joins the newly created second member list. If the second multicast forwarding table is already stored Add the virtual interface to the existing second multicast forwarding table. If the second multicast forwarding table does not exist, create a second multicast forwarding table and add the virtual interface to the newly created second multicast forwarding table. .
若第二成员列表不存在, 或存在但是表项为空, 则说明并没有协议代理单 元加入该组播组, 此时需要向组播源所在的方向发送组播组加入请求; 反之, 则说明已经有协议代理单元加入该组播组,该组播组的组播数据会发送到组播 路由器, 因而此时不需要向组播源所在的方向发送组播组加入请求。  If the second member list does not exist, or exists, but the entry is empty, it means that the protocol proxy unit does not join the multicast group. In this case, the multicast group join request needs to be sent in the direction of the multicast source; otherwise, the description is The protocol proxy unit has been added to the multicast group. The multicast data of the multicast group is sent to the multicast router. Therefore, the multicast group join request is not sent to the multicast source.
d、第二组播协议代理单元向第二网际协议网络发送第三组播组加入请求; 其中, 第二组播协议代理单元与第二组播协议单元对应, 第三组播组加入请求 与第二组播组加入请求对应。  d. The second multicast protocol proxy unit sends a third multicast group join request to the second internet protocol network, where the second multicast protocol proxy unit corresponds to the second multicast protocol unit, and the third multicast group join request The second multicast group join request corresponds.
其中,第三组播组加入请求的所携带的请求加入组播组的主机信息为组播 路由器的信息, 具体可以是组播路由器的全局唯一的网际协议网络地址, 标识 等。第三组播组加入请求与第二组播组加入请求对应主要是第三组播组加入请 求与第二组播组加入请求都是请求加入同一个组播组,只是主机不同, 第三组 播组加入请求的主机是第二组播协议代理单元。  The host information of the request that the third multicast group joins the request to join the multicast group is the information of the multicast router, which may be the global unique network address, identifier, and the like of the multicast router. The third multicast group join request corresponds to the second multicast group join request, that is, the third multicast group join request and the second multicast group join request are both requested to join the same multicast group, but the host is different, the third group The host to which the broadcast group joins the request is the second multicast protocol proxy unit.
103、 接收来自第二网际协议网络的所述组播组的组播数据;  103. Receive multicast data of the multicast group from a second internet protocol network.
具体的,可以由第二组播协议单元接收来自第二网际协议网络的组播组的 组播数据。  Specifically, the multicast data of the multicast group from the second internet protocol network may be received by the second multicast protocol unit.
104、 向主机发送组播组的组播数据。  104. Send multicast data of the multicast group to the host.
具体的发送过程可以如下所述:根据第二组播转发表将组播数据向虚接口 发送; 第二组播转发表保存了哪些虚接口对应的网络中有主机加入了组播组, 因而可以根据第二组播转发表的记录将组播数据向哪些虚接口发送;第一组播 协议单元接收来自虚接口的组播数据; 根据第一组播转发表,通过接收到第一 组播组加入请求的接口将所述组播数据向主机发送;由于第一组播转发表保存 了哪些接口对应的网络中有主机加入了组播组,因而可以根据第一组播转发表 的记录确定将组播数据向哪些接口发送。  The specific sending process may be as follows: the multicast data is sent to the virtual interface according to the second multicast forwarding table; the second multicast forwarding table stores the virtual hosts corresponding to the virtual interfaces, and thus the host can join the multicast group. The virtual data is sent to the virtual interface according to the record of the second multicast forwarding table; the first multicast protocol unit receives the multicast data from the virtual interface; and receives the first multicast group according to the first multicast forwarding table. The interface that joins the request sends the multicast data to the host; because the first multicast forwarding table stores which hosts in the network corresponding to the interface are added to the multicast group, it can be determined according to the record of the first multicast forwarding table. Which interfaces the multicast data is sent to.
从上可知, 本实施例可以在组播路由器内部实现组播协议代理功能,使位 于网际协议网络的主机能够加入组播源位于另一网际协议网络的组播组,上述 的网际协议网络可以是虚拟专用网,从而使位于另一网际协议网络的组播源得 到利用, 提高系统资源的利用率, 并且可以使组播的应用范围更广。 需要说明的是, 本发明实施例所述的第一网际协议网络是主机所在的网 络, 因而第一网际协议网络的数量可以有多个,相应的第一组播协议单元和组 播协议代理单元也会有多个,并且各个第一网际协议网络对应的第一组播协议 单元和组播协议代理单元都是可以单独运行的,各个第一网际协议网络之间的 组播转发并不会互相影响。 As can be seen from the above, in this embodiment, a multicast protocol proxy function can be implemented in the multicast router, so that the host located in the Internet Protocol network can join the multicast group whose multicast source is located in another Internet Protocol network. The foregoing Internet Protocol network can be The virtual private network enables the use of multicast sources located in another Internet Protocol network, improves the utilization of system resources, and can make the application of multicast wider. It should be noted that the first internet protocol network in the embodiment of the present invention is a network where the host is located, and thus the number of the first internet protocol network may be multiple, and the corresponding first multicast protocol unit and multicast protocol proxy unit. There may be more than one, and the first multicast protocol unit and the multicast protocol proxy unit corresponding to each first internet protocol network may be separately operated, and the multicast forwarding between the first internet protocol networks does not mutually influences.
如下以组播路由器连接的网际协议网络为虚拟专用网,组播协议为因特网 组管理协议为例对本发明实施例进行描述,本发明实施例提供的一种组播路由 器的内部功能示意如图 2所示:  The following is an example of the internal function of the multicast router provided by the embodiment of the present invention. The following is an example of the internal function of the multicast router provided by the embodiment of the present invention. Shown as follows:
对虚拟专用网 A ( VPN-A ):  For Virtual Private Network A (VPN-A):
虚接口 1/虚接口 2/虚接口 3 就是普通的三层接口, 配置了网际协议地址。 殳设网际协议地址分别为 网际协议地址 1-1/网际协议地址 2-1/网际协议地址 3-1 , 启用了因特网组管理协议, 能够接收因特网组管理协议加入请求、 处理 因特网组管理协议加入请求、 维护因特网组管理协议成员关系等。 虚接口 1/虚接口 2/虚接口 3 就是对应因特网组管理协议 代理的上行接口 Virtual interface 1/virtual interface 2/virtual interface 3 is an ordinary Layer 3 interface configured with an Internet Protocol address. The Internet Protocol address is Internet Protocol Address 1-1/Internet Protocol Address 2-1/Internet Protocol Address 3-1, Internet Group Management Protocol is enabled, Internet Group Management Protocol join request can be received, and Internet Group Management Protocol can be processed. Request, maintain Internet group management agreement membership, etc. Virtual interface 1/virtual interface 2/virtual interface 3 is the uplink interface corresponding to the Internet Group Management Protocol proxy.
( Upstream Interface ), 此时虚接口上配置的地址分别为 网际协议地址 1-2/网 际协议地址 2-2/网际协议地址 3-2 ,分别与虚拟专用网 B/虚拟专用网 C/虚拟专 用网 D对应, 其中, 网际协议地址 1-1/网际协议地址 1-2、 网际协议地址 2-1/ 网际协议地址 2-2、 网际协议地址 3-1/网际协议地址 3-2可以分别属于同一个 网段。 (Upstream Interface), at this time, the addresses configured on the virtual interface are respectively Internet Protocol Address 1-2/Internet Protocol Address 2-2/Internet Protocol Address 3-2, respectively, and Virtual Private Network B/Virtual Private Network C/Virtual Private Network D corresponds to, wherein, Internet Protocol Address 1-1/Internet Protocol Address 1-2, Internet Protocol Address 2-1/Internet Protocol Address 2-2, Internet Protocol Address 3-1/Internet Protocol Address 3-2 may belong to The same network segment.
接口 1/接口 2/接口 3分别就是属于不同虚拟专用网的不同接口,启用了因 特网组管理协议,接收不同虚拟专用网用户的因特网组管理协议加入请求、处 理因特网组管理协议加入请求、 维护因特网组管理协议成员关系等。  Interface 1 / Interface 2 / Interface 3 are different interfaces belonging to different virtual private networks, respectively, enabling the Internet Group Management Protocol, receiving Internet Group Management Protocol join requests from different virtual private network users, processing Internet Group Management Protocol join requests, and maintaining the Internet. Group management agreement membership, etc.
其中, 组播路由器还可以包括如下的一些功能单元: 组播协议单元, 即独 立组播协议等组播路由协议单元; 虚接口管理单元,提供因特网组管理协议代 理虚接口的创建、 管理等功能; 组播转发表项 (MFIB: Multicast Forwarding Information Base )管理单元, 完成组播转发表项的管理, 使组播数据能够正确 的从入接口, 复制到出接口并进行转发; 组播转发单元, 根据组播转发表项中 的转发表项, 完成组播数据的转发。 以虚拟专用网 A和虚拟专用网 B为例对流程进行描述: The multicast router may further include the following functional units: a multicast protocol unit, that is, a multicast routing protocol unit such as an independent multicast protocol; and a virtual interface management unit, which provides functions for creating, managing, and the like of an Internet group management protocol proxy virtual interface. The Multicast Forwarding Information Base (MFIB) management unit manages the multicast forwarding entries so that the multicast data can be correctly copied from the inbound interface to the outgoing interface and forwarded. The multicast data is forwarded according to the forwarding entry in the multicast forwarding entry. Take the virtual private network A and the virtual private network B as an example to describe the process:
首先建特殊的虚接口作为虚拟专用网组播代理接口;此虚接口同时绑定到 组播源所在的虚拟专用网 A, 和主机所在的虚拟专用网 B; 配置此虚接口为虚 拟专用网 B的因特网组管理协议代理上行接口;使能此虚接口在虚拟专用网 A 内的因特网组管理协议功能。  First, a special virtual interface is built as a virtual private network multicast proxy interface; this virtual interface is bound to the virtual private network A where the multicast source is located, and the virtual private network B where the host is located. The virtual interface is configured as a virtual private network B. The Internet Group Management Protocol proxy uplink interface; enables the Internet Group Management Protocol function of this virtual interface in Virtual Private Network A.
具体可以通过如下命令创建虚接口:  You can create a virtual interface by using the following commands:
[R] interface igmp-proxy 1  [R] interface igmp-proxy 1
可以通过如下命令将虚接口绑定到虚拟专用网 A和虚拟专用网 B:  You can bind the virtual interface to virtual private network A and virtual private network B by the following command:
[R-igmp-proxy-1] ip address 10.0.0.1 bind vpn-a  [R-igmp-proxy-1] ip address 10.0.0.1 bind vpn-a
[R-igmp-proxy-1] ip address 10.0.0.2 bind vpn-b  [R-igmp-proxy-1] ip address 10.0.0.2 bind vpn-b
可以通过如下命令使能虚拟专用网 b中的因特网组管理协议代理功能: The Internet Group Management Protocol proxy function in Virtual Private Network b can be enabled by the following command:
[R-l] ip vpn-instance vpn-b [R-l] ip vpn-instance vpn-b
[R- 1 -vpn-instance-vpn-b] igmp proxy enable  [R- 1 -vpn-instance-vpn-b] igmp proxy enable
可以通过如下命令使能虚接口上的因特网组管理协议和因特网组管理协 议代理上行口功能:  You can enable the Internet Group Management Protocol and Internet Group Management Protocol proxy uplink function on the virtual interface by using the following commands:
[R-igmp-proxy-1] vpn-instance vpn-a igmp enable  [R-igmp-proxy-1] vpn-instance vpn-a igmp enable
[R-igmp-proxy-1] vpn-instance vpn-b igmp-proxy upsteam  [R-igmp-proxy-1] vpn-instance vpn-b igmp-proxy upsteam
通过如上命令就可以完成虚接口的创建。  The virtual interface can be created by the above command.
当虚拟专用网 B 中, 使能了因特网组管理协议的接口接收到用户的第一 组播组加入请求, 4叚设为组播组 G (因特网组管理协议版本 3时, 第一组播组 加入请求中会有源地址), 则:  In the virtual private network B, the interface enabled with the Internet Group Management Protocol receives the first multicast group join request from the user, and is set to the multicast group G (the first multicast group when the Internet Group Management Protocol version 3 is selected) Adding a request will have a source address), then:
虚拟专用网 B的因特网组管理协议 单元处理第一组播组加入请求, 维护 成员组关系; 虚拟专用网 B 的因特网组管理协议单元将第一组播组加入请求 通知虚拟专用网 B的因特网组管理协议代理单元, 使虚拟专用网 B的因特网 组管理协议代理单元代理第一组播组加入请求,将与第一组播组加入请求对应 的第二组播组加入请求从虚接口 1发送到虚拟专用网 A的因特网组管理协议 单元, 其中, 将组播请求的源地址修改为网际协议地址 1-2 , 即虚接口 1上虚 拟专用网 B所属的网际协议地址; 虚拟专用网 B的因特网组管理协议单元通 知虚拟专用网 B 的组播转发表项单元, 将接收到请求的接口加入第一组播转 发表, 具体可以加入第一组播转发表中的出接口列表。 The Internet Group Management Protocol unit of the virtual private network B processes the first multicast group join request to maintain the membership group relationship; the Internet Group Management Protocol unit of the virtual private network B notifies the Internet group of the virtual private network B by the first multicast group join request The management protocol proxy unit causes the Internet Group Management Protocol proxy unit of the virtual private network B to proxy the first multicast group join request, and sends the second multicast group join request corresponding to the first multicast group join request from the virtual interface 1 to The Internet Group Management Protocol unit of the virtual private network A, wherein the source address of the multicast request is modified to the Internet Protocol address 1-2, that is, the Internet Protocol address to which the virtual private network B belongs on the virtual interface 1; The group management protocol unit notifies the multicast forwarding entry unit of the virtual private network B, and adds the interface that receives the request to the first multicast forwarding. Publish, specifically can be added to the outbound interface list in the first multicast forwarding table.
虚拟专用网 A中的因特网组管理协议单元接收到虚接口 1上的第二组播 组加入请求后, 虚拟专用网 A的因特网组管理协议单元处理第二组播组加入 请求, 并维护成员组关系; 通知虚拟专用网 A的因特网组管理协议代理单元, 使虚拟专用网 A的因特网组管理协议代理单元代理第二组播组接入请求, 向 上游路由器发送第三组播组加入请求, 从而获取组播数据; 同时, 通知虚拟专 用网 A的组播转发表项单元, 将接收到请求的虚接口 1加入第二组播转发表, 具体可以加入第二组播转发表中的出接口列表。  After the Internet Group Management Protocol unit in the virtual private network A receives the second multicast group join request on the virtual interface 1, the Internet Group Management Protocol unit of the virtual private network A processes the second multicast group join request, and maintains the member group. Notifying the Internet Group Management Protocol proxy unit of the virtual private network A, causing the Internet Group Management Protocol proxy unit of the virtual private network A to proxy the second multicast group access request, and sending a third multicast group join request to the upstream router, thereby Obtaining the multicast data. At the same time, the multicast forwarding entry of the virtual private network A is notified, and the virtual interface 1 that receives the request is added to the second multicast forwarding table, and the interface can be added to the outbound interface list in the second multicast forwarding table. .
组播组 G对应的组播数据到达路由器后, 虚拟专用网 A的因特网组管理 协议单元收到组播数据后, 根据虚拟专用网 A的组播转发表项的第二组播转 发表, 向虚接口 1发送组播数据; 虚拟专用网 B的因特网组管理协议单元从 虚接口 1接收到组播数据报文后, 根据虚拟专用网 B的组播转发表项的第一 组播转发表, 复制组播数据报文到接口 1。  After the multicast data corresponding to the multicast group G arrives at the router, the Internet group management protocol unit of the virtual private network A receives the multicast data, and then according to the second multicast forwarding table of the multicast forwarding entry of the virtual private network A, The virtual interface 1 sends the multicast data. After receiving the multicast data packet from the virtual interface 1, the Internet Group Management Protocol unit of the virtual private network B receives the first multicast forwarding table according to the multicast forwarding entry of the virtual private network B. Copy the multicast data packet to interface 1.
图 3描述了本发明实施例提供的组播路由器的结构, 包括:  Figure 3 is a diagram showing the structure of a multicast router according to an embodiment of the present invention, including:
请求接收单元 301 , 用于接收第一组播组加入请求, 第一组播组加入请求 来自主机所处的第一网际协议网络,在该主机请求加入位于第二网际协议网络 的组播源所对应的组播组时发送第一组播组加入请求;  The request receiving unit 301 is configured to receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast source located in the second internet protocol network. The first multicast group join request is sent when the corresponding multicast group is used;
代理单元 302 , 用于在请求接收单元 301接收到第一组播组加入请求后, 代理主机加入组播组;  The proxy unit 302 is configured to: after the request receiving unit 301 receives the first multicast group join request, the proxy host joins the multicast group;
其中, 代理单元 302主要包括: 第一组播协议单元, 用于在所述请求接收 单元接收到所述第一组播组加入请求后, 处理第一组播组加入请求; 第一组播 协议代理单元, 用于在第一组播协议单元接收第一组播组加入请求后, 通过预 置方式发送与第一组播组加入请求对应的第二组播组加入请求;第二组播协议 单元, 用于接收第二组播组加入请求, 处理第二组播组加入请求; 第二组播协 议代理单元,在第二组播协议单元接收第二组播组加入请求后,发送与第二组 播组加入请求对应的第三组播组加入请求。  The proxy unit 302 mainly includes: a first multicast protocol unit, configured to process a first multicast group join request after the request receiving unit receives the first multicast group join request; a proxy unit, configured to send, after the first multicast protocol unit receives the first multicast group join request, a second multicast group join request corresponding to the first multicast group join request by using a preset manner; the second multicast protocol a unit, configured to receive a second multicast group join request, and process a second multicast group join request; the second multicast protocol proxy unit sends, after the second multicast protocol unit receives the second multicast group join request, The second multicast group join request corresponds to the third multicast group join request.
进一步,如果预置方式为虚接口方式, 本发明实施例提供的组播路由器还 可以包括: 虚接口分配单元, 用于预先为第一组播协议代理单元和第二组播协 议单元分配虚接口。 数据接收单元 303 , 用于接收来自第二网际协议网络的组播组的数据; 其中第二组播协议单元在数据接收单元 303 接收来自第二网际协议网络 的组播组的组播数据后, 根据第二组播转发表将上述组播数据向虚接口发送。 Further, if the preset mode is the virtual interface mode, the multicast router provided by the embodiment of the present invention may further include: a virtual interface allocation unit, configured to allocate a virtual interface to the first multicast protocol proxy unit and the second multicast protocol unit in advance. . The data receiving unit 303 is configured to receive data of a multicast group from the second internet protocol network, where the second multicast protocol unit receives the multicast data of the multicast group from the second internet protocol network after the data receiving unit 303 receives The multicast data is sent to the virtual interface according to the second multicast forwarding table.
数据发送单元 304 , 用于向主机发送组播组的数据。  The data sending unit 304 is configured to send data of the multicast group to the host.
第一组播协议单元在数据接收来自虚接口的组播数据后 ,根据第一组播转 发表触发数据发送单元 304 将组播数据向接收到第一组播组加入请求的接口 发送。  After receiving the multicast data from the virtual interface, the first multicast protocol unit sends the multicast data to the interface that receives the first multicast group join request according to the first multicast forwarding trigger data sending unit 304.
从上可知, 本实施例可以在组播路由器内部实现组播协议代理功能,使位 于网际协议网络的主机能够加入组播源位于另一网际协议网络的组播组,上述 的网际协议网络可以是虚拟专用网,从而使位于另一网际协议网络的组播源得 到利用, 提高系统资源的利用率, 并且可以使组播的应用范围更广。  As can be seen from the above, in this embodiment, a multicast protocol proxy function can be implemented in the multicast router, so that the host located in the Internet Protocol network can join the multicast group whose multicast source is located in another Internet Protocol network. The foregoing Internet Protocol network can be The virtual private network enables the use of multicast sources located in another Internet Protocol network, improves the utilization of system resources, and can make the application of multicast wider.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤 是可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可 读存储介质中, 该程序在执行时, 包括如下步骤:  It will be understood by those skilled in the art that all or part of the steps of implementing the foregoing embodiments may be performed by a program to instruct related hardware, and the program may be stored in a computer readable storage medium. , including the following steps:
接收第一组播组加入请求,所述第一组播组加入请求来自主机所处的第一 网际协议网络,所述主机请求加入位于第二网际协议网络的组播源所对应的组 播组时发送所述第一组播组加入请求;  Receiving a first multicast group join request, the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast group corresponding to the multicast source located in the second internet protocol network. Sending the first multicast group join request;
代理所述主机加入所述组播组;  Representing the host to join the multicast group;
接收来自所述第二网际协议网络的所述组播组的组播数据,向所述主机发 送所述组播组的组播数据。  Receiving multicast data of the multicast group from the second internet protocol network, and transmitting multicast data of the multicast group to the host.
上述提到的存储介质可以是只读存储器, 磁盘或光盘等。  The above-mentioned storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
以上对本发明实施例所提供的组播转发方法及组播路由器进行了详细介 绍, 以上实施例的说明只是用于帮助理解本发明的方法及其思想; 同时, 对于 本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均 会有改变之处, 综上所述, 本说明书内容不应理解为对本发明的限制。  The multicast forwarding method and the multicast router provided by the embodiments of the present invention are described in detail above. The description of the above embodiments is only used to help understand the method and the idea of the present invention. Meanwhile, for those skilled in the art, based on The present invention is not limited by the scope of the present invention.

Claims

权 利 要 求 Rights request
1、 一种组播转发方法, 应用于不同网际协议网络之间的组播, 其特征在 于, 包括:  A multicast forwarding method, which is applied to multicast between different internet protocol networks, and is characterized in that:
接收第一组播组加入请求,所述第一组播组加入请求来自主机所处的第一 网际协议网络,所述主机请求加入位于第二网际协议网络的组播源所对应的组 播组时发送所述第一组播组加入请求;  Receiving a first multicast group join request, the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast group corresponding to the multicast source located in the second internet protocol network. Sending the first multicast group join request;
代理所述主机加入所述组播组;  Representing the host to join the multicast group;
接收来自所述第二网际协议网络的所述组播组的组播数据,向所述主机发 送所述组播组的组播数据。  Receiving multicast data of the multicast group from the second internet protocol network, and transmitting multicast data of the multicast group to the host.
2、 如权利要求 1所述的组播转发方法, 其特征在于, 所述代理所述主机 加入所述组播组具体为:  2. The multicast forwarding method according to claim 1, wherein the proxy joining the host to the multicast group is specifically:
第一组播协议单元处理所述第一组播组加入请求,所述第一组播协议单元 为所述第一网际协议网络分配;  The first multicast protocol unit processes the first multicast group join request, and the first multicast protocol unit allocates the first internet protocol network;
与所述第一组播协议单元对应的第一组播协议代理单元通过预置方式向 第二组播协议单元发送第二组播组加入请求,所述第二组播组加入请求与所述 第一组播组加入请求对应,所述第二组播组协议单元为所述第二网际协议网络 分配;  The first multicast protocol proxy unit corresponding to the first multicast protocol unit sends a second multicast group join request to the second multicast protocol unit by using a preset manner, the second multicast group join request and the The first multicast group join request is corresponding, and the second multicast group protocol unit is allocated to the second internet protocol network;
所述第二组播协议单元处理所述第二组播组加入请求;  The second multicast protocol unit processes the second multicast group join request;
与所述第二组播协议单元对应的第二组播协议代理单元向所述第二网际 协议网络发送第三组播组加入请求,所述第三组播组加入请求与所述第二组播 组力口入请求对应。  a second multicast protocol proxy unit corresponding to the second multicast protocol unit sends a third multicast group join request to the second internet protocol network, the third multicast group join request and the second group The broadcast group force input request corresponds.
3、 如权利要求 2所述的组播转发方法, 其特征在于, 所述第一组播协议 代理单元通过预先创建的虚接口向所述第二组播协议单元发送所述第二组播 组力口入请求。  The multicast forwarding method according to claim 2, wherein the first multicast protocol proxy unit sends the second multicast group to the second multicast protocol unit by using a virtual interface created in advance Into the request.
4、 如权利要求 3所述的组播转发方法, 其特征在于, 所述第一组播协议 单元处理所述第一组播组加入请求具体为:  The multicast forwarding method according to claim 3, wherein the processing, by the first multicast protocol unit, the first multicast group join request is:
将发送所述第一组播组加入请求的主机加入为所述组播组维护的第一成 员列表;  Adding the host that sends the first multicast group join request to the first member list maintained by the multicast group;
将接收到所述第一组播组加入请求的接口加入为所述组播组建立的第一 组播转发表。 Adding the interface that receives the first multicast group join request to the first established by the multicast group Multicast forwarding table.
5、 如权利要求 4所述的组播转发方法, 其特征在于, 所述第一组播协议 代理单元通过预置方式向第二组播协议单元发送第二组播组加入请求前进一 步包括:  The multicast forwarding method according to claim 4, wherein the first multicast protocol proxy unit further includes: before sending the second multicast group join request to the second multicast protocol unit by using a preset manner:
判断将所述主机加入所述第一成员列表前所述第一成员列表中是否已有 其他主机, 如果没有其他主机, 第一组播协议代理单元通过预置方式向第二组 播协议单元发送第二组播组加入请求。  Determining whether there is another host in the first member list before adding the host to the first member list. If there is no other host, the first multicast protocol proxy unit sends the second multicast protocol unit to the second multicast protocol unit by using a preset manner. The second multicast group joins the request.
6、 如权利要求 4或 5所述的组播转发方法, 其特征在于, 所述第二组播 协议单元处理所述第二组播组加入请求具体为:  The multicast forwarding method according to claim 4 or 5, wherein the processing, by the second multicast protocol unit, the second multicast group join request is:
将发送所述第二组播组加入请求的第一组播协议代理单元加入为所述组 播组维护的第二成员列表;  Adding, by the first multicast protocol proxy unit that sends the second multicast group join request, to the second member list maintained by the multicast group;
将接收到所述第二组播组加入请求的虚接口加入为所述组播组建立的第 二组播转发表。  The virtual interface that receives the second multicast group join request is added to the second multicast forwarding table established by the multicast group.
7、 如权利要求 6所述的组播转发方法, 其特征在于, 所述第二组播协议 代理单元向第二网际协议网络发送第三组播组加入请求前进一步包括:  The multicast forwarding method according to claim 6, wherein the second multicast protocol proxy unit further includes: before transmitting the third multicast group join request to the second internet protocol network:
判断将所述第一组播协议代理单元加入所述成员列表前所述第二成员列 表中是否已有其他组播协议代理单元, 如果没有其他组播协议代理单元, 第二 组播协议代理单元向第二网际协议网络发送第三组播组加入请求。  Determining whether there is another multicast protocol proxy unit in the second member list before adding the first multicast protocol proxy unit to the member list, if there is no other multicast protocol proxy unit, the second multicast protocol proxy unit Sending a third multicast group join request to the second internet protocol network.
8、 如权利要求 6所述的组播转发方法, 其特征在于, 所述接收来自所述 第二网际协议网络的所述组播组的组播数据,向所述主机发送所述组播组的组 播数据具体为:  The multicast forwarding method according to claim 6, wherein the receiving the multicast data of the multicast group from the second internet protocol network, and sending the multicast group to the host The multicast data is specifically:
第二组播协议单元接收来自所述第二网际协议网络的所述组播组的组播 数据;  The second multicast protocol unit receives multicast data of the multicast group from the second internet protocol network;
根据所述第二组播转发表将所述组播数据向所述虚接口发送;  And sending the multicast data to the virtual interface according to the second multicast forwarding table;
所述第一组播协议单元接收来自所述虚接口的所述组播数据;  The first multicast protocol unit receives the multicast data from the virtual interface;
根据所述第一组播转发表,通过接收到所述第一组播组加入请求的所述接 口将所述组播数据向所述主机发送。  And sending, by the interface that receives the first multicast group join request, the multicast data to the host according to the first multicast forwarding table.
9、 一种计算机程序产品, 其特征在于, 所述计算机程序产品包括计算机 程序代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计算机程序 代码可以使得所述计算机执行权利要求 1至 8项中任意一项的步骤。9. A computer program product, characterized in that the computer program product comprises computer program code, when the computer program code is executed by a computer, the computer program The code may cause the computer to perform the steps of any one of claims 1 to 8.
10、 一种计算机可读存储介质, 其特征在于, 所述计算机可读存储介质存 储计算机程序代码, 当所述计算机程序代码被一个计算机执行的时候, 所述计 算机程序代码可以使得所述计算机执行权利要求 1至 8项中任意一项的步骤。 10. A computer readable storage medium, wherein the computer readable storage medium stores computer program code, and when the computer program code is executed by a computer, the computer program code can cause the computer to execute The steps of any one of claims 1 to 8.
11、 一种组播路由器, 其特征在于, 包括:  A multicast router, comprising:
请求接收单元, 用于接收第一组播组加入请求, 所述第一组播组加入请求 来自主机所处的第一网际协议网络,所述主机请求加入位于第二网际协议网络 的组播源所对应的组播组时发送所述第一组播组加入请求;  a request receiving unit, configured to receive a first multicast group join request, where the first multicast group join request is from a first internet protocol network where the host is located, and the host requests to join a multicast source located in the second internet protocol network. Sending the first multicast group join request when the corresponding multicast group is used;
代理单元, 用于在所述请求接收单元接收到所述第一组播组加入请求后, 代理所述主机加入所述组播组;  a proxy unit, configured to: after the request receiving unit receives the first multicast group join request, proxy the host to join the multicast group;
数据接收单元, 用于接收来自所述第二网际协议网络的所述组播组的数 据;  a data receiving unit, configured to receive data of the multicast group from the second internet protocol network;
数据发送单元, 用于向所述主机发送所述组播组的数据。  a data sending unit, configured to send data of the multicast group to the host.
12、 如权利要求 11所述的组播路由器, 其特征在于, 所述代理单元包括: 第一组播协议单元,用于在所述请求接收单元接收到所述第一组播组加入 请求后, 处理所述第一组播组加入请求;  The multicast router according to claim 11, wherein the proxy unit comprises: a first multicast protocol unit, configured to: after the request receiving unit receives the first multicast group join request, Processing the first multicast group join request;
第一组播协议代理单元,用于在所述第一组播协议单元处理所述第一组播 组加入请求后,通过预置方式发送与所述第一组播组加入请求对应的第二组播 组力口入请求;  a first multicast protocol proxy unit, configured to send, by using a preset manner, a second corresponding to the first multicast group join request, after the first multicast protocol unit processes the first multicast group join request Multicast group force input request;
第二组播协议单元, 用于接收所述第二组播组加入请求, 处理所述第二组 播组加入请求;  a second multicast protocol unit, configured to receive the second multicast group join request, and process the second multicast group join request;
第二组播协议代理单元,在所述第二组播协议单元接收所述第二组播组加 入请求后, 发送与所述第二组播组加入请求对应的第三组播组加入请求。  The second multicast protocol proxy unit sends a third multicast group join request corresponding to the second multicast group join request after the second multicast protocol unit receives the second multicast group join request.
13、 如权利要求 12所述的组播路由器, 其特征在于, 所述预置方式为虚 接口方式, 所述组播路由器还包括:  The multicast router according to claim 12, wherein the preset mode is a virtual interface mode, and the multicast router further includes:
虚接口分配单元,用于预先为所述第一组播协议代理单元和所述第二组播 协议单元分配虚接口。  And a virtual interface allocation unit, configured to allocate a virtual interface to the first multicast protocol proxy unit and the second multicast protocol unit in advance.
PCT/CN2009/070133 2008-01-22 2009-01-14 Method for multicast forwarding and multicast router WO2009094921A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2008100008065A CN101222425B (en) 2008-01-22 2008-01-22 Multicast forwarding method and multicast router
CN200810000806.5 2008-01-22

Publications (1)

Publication Number Publication Date
WO2009094921A1 true WO2009094921A1 (en) 2009-08-06

Family

ID=39632009

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/070133 WO2009094921A1 (en) 2008-01-22 2009-01-14 Method for multicast forwarding and multicast router

Country Status (2)

Country Link
CN (1) CN101222425B (en)
WO (1) WO2009094921A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114785981A (en) * 2022-05-07 2022-07-22 深圳大希创新科技有限公司 Data communication method and system suitable for 5.8G-WiFi conference system

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222425B (en) * 2008-01-22 2010-07-07 华为技术有限公司 Multicast forwarding method and multicast router
CN102143239B (en) 2010-02-02 2015-01-28 华为技术有限公司 Method and device for realizing communication between different networks
CN102769568B (en) * 2012-07-19 2015-10-21 中兴通讯股份有限公司 A kind of flow forwarding method based on virtual switch cluster and system
CN102946355A (en) * 2012-09-29 2013-02-27 华为技术有限公司 Multicast group processing method, DCI router and system
CN103581027B (en) * 2013-09-06 2017-06-16 上海斐讯数据通信技术有限公司 A kind of method that optimization PIM SM Multicast Routings are set up
CN110662178B (en) * 2019-09-18 2021-07-20 厦门亿联网络技术股份有限公司 DECT network cluster system and cluster method
CN114221828A (en) * 2021-12-27 2022-03-22 上海贝锐信息科技股份有限公司 Double-interface multicast broadcast forwarding method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020021697A1 (en) * 2000-07-21 2002-02-21 Kazuaki Tsuchiya Multicast routing method and apparatus for routing multicast packet
US20060140213A1 (en) * 2004-12-23 2006-06-29 Sun-Young Hwang Tunneling method and apparatus for multicasting between IPv4 network and IPv6 network
CN1859281A (en) * 2005-10-20 2006-11-08 华为技术有限公司 Method for realizing simplified IGMP multicast surrogate
CN101005390A (en) * 2006-01-20 2007-07-25 日立通讯技术株式会社 Communication system
CN101222425A (en) * 2008-01-22 2008-07-16 华为技术有限公司 Multicast forwarding method and multicast router

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020021697A1 (en) * 2000-07-21 2002-02-21 Kazuaki Tsuchiya Multicast routing method and apparatus for routing multicast packet
US20060140213A1 (en) * 2004-12-23 2006-06-29 Sun-Young Hwang Tunneling method and apparatus for multicasting between IPv4 network and IPv6 network
CN1859281A (en) * 2005-10-20 2006-11-08 华为技术有限公司 Method for realizing simplified IGMP multicast surrogate
CN101005390A (en) * 2006-01-20 2007-07-25 日立通讯技术株式会社 Communication system
CN101222425A (en) * 2008-01-22 2008-07-16 华为技术有限公司 Multicast forwarding method and multicast router

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114785981A (en) * 2022-05-07 2022-07-22 深圳大希创新科技有限公司 Data communication method and system suitable for 5.8G-WiFi conference system
CN114785981B (en) * 2022-05-07 2024-03-15 深圳大希创新科技有限公司 Data communication method and system suitable for 5.8G-WiFi conference system

Also Published As

Publication number Publication date
CN101222425A (en) 2008-07-16
CN101222425B (en) 2010-07-07

Similar Documents

Publication Publication Date Title
WO2009094921A1 (en) Method for multicast forwarding and multicast router
US7593402B2 (en) Method of multicast source filtering
US9252963B2 (en) Performing multicast communication in computer networks by using overlay routing
US7577141B2 (en) Communication system
US20150222446A1 (en) Discovering IP Multicast Group Memberships in Software Defined Networks
US20100046516A1 (en) Methods and Devices for Managing Multicast Traffic
JP5653912B2 (en) Method and apparatus for multicast group management
WO2007019785A1 (en) A multicast supported virtual local area network switching system and a method thereof
JP2004242063A (en) Data generating device
JP2008079175A (en) Frame transfer system
CN102546666B (en) The method preventing IGMP from cheating and to attack and device
US20050195817A1 (en) Switching device and multicast packet processing method therefor
WO2009021464A1 (en) Method, device and system for realizing multicast service
WO2007054006A1 (en) A base station of wideband wireless access system and a method for realizing group-broadcast service
EP1959637B1 (en) Method and apparatus for session aware connectivity control
JP2012533959A (en) Effective host management protocol for multicast routers
WO2009146615A1 (en) A processing method, a system and a processor for network address translation service
CN108400939B (en) System and method for realizing accelerated multicast replication in NFV (network File System)
WO2012146139A1 (en) Message filtering method and access device
JP2017152991A (en) Information distribution device, information distribution program, communication terminal, communication processing program and information distribution system
WO2012103748A1 (en) Multicast control method, routing device and multicast system
WO2021189945A1 (en) Message processing method, apparatus, and device, storage medium and system
KR101607092B1 (en) Method for providing of streaming contents and recording medium recording program therfor
US20200021450A1 (en) Managing multicast scaling
WO2012139448A1 (en) Method and device for multicast generating forwarding table, method and device for multicast transmission

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: 09705793

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: 09705793

Country of ref document: EP

Kind code of ref document: A1