JP2011182272A - Multicast relay system, multicast relay apparatus and method for recovering relay control information of multicast relay apparatus - Google Patents

Multicast relay system, multicast relay apparatus and method for recovering relay control information of multicast relay apparatus Download PDF

Info

Publication number
JP2011182272A
JP2011182272A JP2010046035A JP2010046035A JP2011182272A JP 2011182272 A JP2011182272 A JP 2011182272A JP 2010046035 A JP2010046035 A JP 2010046035A JP 2010046035 A JP2010046035 A JP 2010046035A JP 2011182272 A JP2011182272 A JP 2011182272A
Authority
JP
Japan
Prior art keywords
multicast
relay
information
relay device
copy
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2010046035A
Other languages
Japanese (ja)
Other versions
JP5325142B2 (en
Inventor
Keisuke Kadowaki
圭介 門脇
Hidehiro Fukushima
英洋 福島
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alaxala Networks Corp
Original Assignee
Alaxala Networks Corp
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 Alaxala Networks Corp filed Critical Alaxala Networks Corp
Priority to JP2010046035A priority Critical patent/JP5325142B2/en
Publication of JP2011182272A publication Critical patent/JP2011182272A/en
Application granted granted Critical
Publication of JP5325142B2 publication Critical patent/JP5325142B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology for promptly recovering relay control information of a multicast relay apparatus. <P>SOLUTION: A multicast relay system is equipped with: a first multicast relay apparatus; and a second multicast relay apparatus connected to the first multicast relay apparatus. The first multicast relay apparatus is equipped with: a relay processing section for performing relay processing of a multicast packet based on relay control information; a transmission section for transmitting duplicate creation information to the second multicast relay apparatus; a distribution request section for requesting the distribution of a duplicate of the relay control information to the second multicast relay apparatus; and a setting section for setting relay control information based on the duplicate of the relay control information. The second multicast relay apparatus is equipped with: a duplicate creation section for creating a duplicate of relay control information based on the duplicate creation information; and a distribution section for distributing the duplicate of the relay control information to the first multicast relay apparatus. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、マルチキャスト中継システム、マルチキャスト中継装置及びマルチキャスト中継装置の中継制御情報を復旧させる方法に関するものである。   The present invention relates to a multicast relay system, a multicast relay device, and a method for restoring relay control information of the multicast relay device.

マルチキャストとは、インターネットにおいて、マルチキャストの受信者を収容するルータが、受信者が接続されている複数の回線へパケットを複製して出力することにより、送信された1つのパケットを同時に複数の受信者へ送信する技術である。マルチキャストでは、パケットの送信者が各受信者にそれぞれ個別にパケットを送信する場合に比べて、少ない量のパケットで複数の受信者にパケットを送ることが可能である。したがって、マルチキャストは、特にストリーミングやビデオ会議に代表される大容量トラフィックを必要とするリアルタイムマルチメディア通信に適している。代表的なマルチキャストルーティングプロトコルとしては、PIM−SM(Protocol Independent Multicast Sparse-Mode: 非特許文献1参照)や、PIM−SSM(Protocol Independent Multicast - Source Specific Multicast: 非特許文献1参照)が知られている。   Multicast is a router that accommodates multicast recipients on the Internet. The router copies and outputs the packets to multiple lines to which the recipients are connected. Technology to send to. In multicast, it is possible to send a packet to a plurality of recipients with a smaller amount of packets than when a packet sender sends a packet to each recipient individually. Therefore, multicast is particularly suitable for real-time multimedia communication that requires large-capacity traffic represented by streaming and video conferencing. As typical multicast routing protocols, PIM-SM (Protocol Independent Multicast Sparse-Mode: see Non-Patent Document 1) and PIM-SSM (Protocol Independent Multicast-Source Specific Multicast: see Non-Patent Document 1) are known. Yes.

マルチキャストは一般的に、IPアドレスが付与されたインタフェース単位で中継処理が行われる。IPアドレスが付与されたインタフェースが複数の回線を収容したVLAN(Virtual LAN)であった場合、VLANに属する全ての回線に対してパケットを複製して中継処理を行うため、受信要求を行っていない回線に対してもパケットを中継してしまう。すなわち、VLANに属する複数の回線のうち、1つでもパケットの受信要求を行ってしまうと、VLANに属する他の全ての回線に対してパケットを複製し中継してしまう。このとき、受信要求を行っていない回線に中継されるパケットは不要なパケットであり、通信帯域が無駄に使用されてしまう。   In general, a multicast process is performed for each interface to which an IP address is assigned. If the interface to which the IP address is assigned is a VLAN (Virtual LAN) that accommodates multiple lines, the packet is copied to all the lines belonging to the VLAN and relay processing is performed, so no reception request is made Packets are also relayed to the line. That is, if even one of the plurality of lines belonging to the VLAN makes a packet reception request, the packet is copied and relayed to all other lines belonging to the VLAN. At this time, the packet relayed to the line for which no reception request has been made is an unnecessary packet, and the communication band is wasted.

マルチキャストパケットを効率よく中継する技術として、IGMP/MLDスヌーピング技術(IGMP/MLD snooping: 非特許文献2参照)が知られている。IGMP/MLDスヌーピングでは、VLANに属する回線から受信した受信要求の中身をスヌープ(解析)し、受信した回線情報を取得する。取得した回線情報とマルチキャストグループアドレスを元にマルチキャストパケットの中継を制御することで、受信要求を行った回線にのみマルチキャストパケットを中継する。これにより、受信要求を行った回線以外へのマルチキャスト通信は抑制され、効率よくマルチキャスト中継を行うことができる。   As a technique for efficiently relaying multicast packets, an IGMP / MLD snooping technique (IGMP / MLD snooping: see Non-Patent Document 2) is known. In IGMP / MLD snooping, the contents of a reception request received from a line belonging to a VLAN are snooped (analyzed), and the received line information is acquired. By controlling the relay of the multicast packet based on the acquired line information and the multicast group address, the multicast packet is relayed only to the line for which the reception request is made. As a result, multicast communication to a line other than the line that has requested reception is suppressed, and multicast relay can be performed efficiently.

IGMP/MLDスヌーピングでは、マルチキャスト受信者からの受信要求(IGMP/MLD加入要求メッセージ)に基づいて中継制御情報を作成する。一般的に、ネットワーク内に設定されたIGMP/MLD問い合わせメッセージ送信装置(IGMP/MLDクエリア)は、IGMP/MLD問い合わせメッセージを周期的に送信し、各VLANに接続されているマルチキャスト受信者がこのIGMP/MLD問い合わせメッセージに対してIGMP/MLD加入要求メッセージを応答する。各マルチキャスト受信者がIGMP/MLD加入要求メッセージを応答することで、各VLANに接続されているマルチキャスト受信者の加入状況を把握することができる。このIGMP/MLD問い合わせメッセージは、ネットワークごとに任意の周期時間を設定することも可能だが、一般的に125秒周期で送信される。   In IGMP / MLD snooping, relay control information is created based on a reception request (IGMP / MLD subscription request message) from a multicast receiver. Generally, an IGMP / MLD inquiry message transmission device (IGMP / MLD querier) set in the network periodically transmits an IGMP / MLD inquiry message, and a multicast receiver connected to each VLAN receives this IGMP. An IGMP / MLD subscription request message is responded to the / MLD inquiry message. Each multicast receiver responds to the IGMP / MLD subscription request message, so that the subscription status of the multicast receiver connected to each VLAN can be grasped. The IGMP / MLD inquiry message can be set to an arbitrary cycle time for each network, but is generally transmitted at a cycle of 125 seconds.

IGMP/MLDスヌーピングを実装しているマルチキャスト中継装置において、障害が発生し、再起動等により復旧した場合、IGMP/MLDスヌーピングの中継制御情報も全て初期化される。復旧直後の中継制御情報が初期化された状態では、マルチキャスト受信者が存在しない状態と同じ状態であるため、受信したマルチキャストパケットはどこにも中継されない。このとき、障害復旧時にマルチキャスト受信者が存在していたとしても、マルチキャスト受信者の存在を把握できないので中継停止状態になる。障害復旧後、IGMP/MLDクエリアからIGMP/MLD問い合わせメッセージが送信され、マルチキャスト受信者がIGMP/MLD加入要求メッセージを応答することで、マルチキャスト受信者を認識し、再度中継制御情報が作成されてマルチキャスト通信が再開する。   When a failure occurs in a multicast relay apparatus that implements IGMP / MLD snooping and is restored by restarting or the like, all relay control information of IGMP / MLD snooping is also initialized. In the state in which the relay control information immediately after the recovery is initialized, the state is the same as the state in which no multicast receiver exists, and thus the received multicast packet is not relayed anywhere. At this time, even if the multicast receiver exists at the time of failure recovery, the presence of the multicast receiver cannot be grasped, and the relay is stopped. After recovery from the failure, an IGMP / MLD inquiry message is sent from the IGMP / MLD querier, and the multicast receiver recognizes the multicast receiver by responding to the IGMP / MLD join request message. Communication resumes.

上述したように、IGMP/MLDクエリアからは、IGMP/MLD問い合わせメッセージが125秒周期で送信されるため、障害から復旧しても最大125秒間はマルチキャスト通信が停止する可能性がある。また、IGMP/MLD問い合わせメッセージはVLAN内にフラッディングされ、各回線に接続している全てのマルチキャスト受信者からのIGMP/MLD加入要求メッセージを受信するため、多数のマルチキャスト受信者が接続されている場合、IGMP/MLD加入要求メッセージが集中し、通信帯域が圧迫されるという問題も発生する。また、多数のIGMP/MLD加入要求メッセージを受信して中継制御情報作成処理を行うため、全ての中継制御情報を作成し、全マルチキャスト受信者の中継が再開するまでには、さらに時間を要することが考えられる。   As described above, since an IGMP / MLD inquiry message is transmitted from the IGMP / MLD querier at a cycle of 125 seconds, multicast communication may be stopped for a maximum of 125 seconds even after recovery from a failure. In addition, when an IGMP / MLD inquiry message is flooded in the VLAN and receives an IGMP / MLD subscription request message from all multicast receivers connected to each line, a large number of multicast receivers are connected. However, the IGMP / MLD subscription request messages are concentrated and the communication band is compressed. In addition, since a large number of IGMP / MLD subscription request messages are received and relay control information creation processing is performed, it takes more time to create all relay control information and resume relaying of all multicast receivers. Can be considered.

障害復旧時に、迅速に中継制御情報を作成する方法として、IGMPスヌーピング機能を有する装置がIGMPクエリア機能を有する場合(非特許文献3参照)、IGMPスヌーピング機能の初期起動と同時に、IGMP/MLD問い合わせメッセージを送信する手法が挙げられる。また、類似した技術として、他プロトコルの障害によってIGMP/MLDスヌーピングの中継制御情報が消去された場合、即座にIGMP/MLD問い合わせメッセージを送信することで、中継制御情報を再製する技術が知られている(非特許文献1参照)。   When a device having an IGMP snooping function has an IGMP querier function (see Non-Patent Document 3) as a method for quickly creating relay control information at the time of failure recovery, an IGMP / MLD inquiry message simultaneously with the initial activation of the IGMP snooping function The method of transmitting is mentioned. Further, as a similar technique, when IGMP / MLD snooping relay control information is erased due to a failure of another protocol, a technique is known in which relay control information is reproduced by immediately transmitting an IGMP / MLD inquiry message. (See Non-Patent Document 1).

このIGMP/MLD問い合わせメッセージを早期に配信して、通信を回復する方法の場合、IGMP/MLDクエリアからのIGMP/MLD問い合わせメッセージの送信を待たずに自装置よりIGMP/MLD問い合わせメッセージを送信するため、比較的早くIGMP/MLD加入要求メッセージを受信することができる。しかし、IGMP/MLD加入要求メッセージは、一般的に、集中受信を避けるために、間隔を開けて応答される(最大応答時間10秒。応答時間は無作為に決定)。そのため、最大10秒後にIGMP/MLD加入要求メッセージが応答される可能性があり、最大10秒間はマルチキャスト通信が停止する可能性がある。さらに、IGMP/MLD問い合わせメッセージがVLAN内にフラッディングされるため、膨大なIGMP/MLD加入要求メッセージが応答される可能性があり、膨大なIGMP/MLD加入要求メッセージの受信処理が生じる可能性がある。したがって、中継制御情報の作成処理の遅延及び集中受信による通信帯域の圧迫については改善されない。   In the case of a method of recovering communication by distributing the IGMP / MLD inquiry message at an early stage, to transmit the IGMP / MLD inquiry message from the own apparatus without waiting for the transmission of the IGMP / MLD inquiry message from the IGMP / MLD querier. The IGMP / MLD subscription request message can be received relatively quickly. However, IGMP / MLD subscription request messages are typically responded at intervals to avoid centralized reception (maximum response time of 10 seconds, response time determined randomly). Therefore, there is a possibility that the IGMP / MLD subscription request message is replied after a maximum of 10 seconds, and the multicast communication may be stopped for a maximum of 10 seconds. Furthermore, since the IGMP / MLD inquiry message is flooded in the VLAN, there is a possibility that a huge IGMP / MLD subscription request message will be replied, and a reception process of a huge IGMP / MLD subscription request message may occur. . Therefore, the delay of the relay control information creation process and the compression of the communication band due to centralized reception are not improved.

以上説明したように、IGMP/MLDスヌーピングを使用してマルチキャスト通信を行っているマルチキャスト中継装置において、当該マルチキャスト中継装置に障害が発生し復旧した場合、最大125秒間はマルチキャスト通信が停止してしまう。さらに、IGMP/MLDクエリアからIGMP/MLD問い合わせメッセージが送信されたとしても、マルチキャスト受信者が多数の場合は、IGMP/MLD加入要求メッセージの受信処理及び中継制御情報の生成処理に時間が掛かってしまうため、マルチキャスト通信の再開が遅延してしまう。また、IGMP/MLD問い合わせメッセージに対する応答によるIGMP/MLD加入要求メッセージの集中受信で生じる通信帯域の圧迫も軽視できない。   As described above, in a multicast relay device performing multicast communication using IGMP / MLD snooping, when a failure occurs in the multicast relay device and the multicast relay device is recovered, multicast communication stops for a maximum of 125 seconds. Furthermore, even if an IGMP / MLD inquiry message is transmitted from the IGMP / MLD querier, if there are a large number of multicast receivers, it takes time to receive the IGMP / MLD subscription request message and generate the relay control information. Therefore, restart of multicast communication is delayed. Further, it is not possible to neglect the compression of the communication band caused by centralized reception of IGMP / MLD subscription request messages in response to IGMP / MLD inquiry messages.

上述したように、復旧時に早期にIGMP/MLD問い合わせメッセージの送信を行ったとしても、比較的早くマルチキャスト通信は再開するが、IGMP/MLD加入要求メッセージの集中受信は解消されず、迅速な中継制御情報の再製とはならない。また、IGMP/MLD加入要求メッセージの集中受信による通信帯域の圧迫も改善されない。   As described above, even if the IGMP / MLD inquiry message is transmitted early at the time of recovery, the multicast communication is resumed relatively quickly, but the centralized reception of the IGMP / MLD subscription request message is not eliminated, and the rapid relay control is performed. It is not a reproduction of information. In addition, compression of the communication band due to centralized reception of IGMP / MLD subscription request messages is not improved.

特開2007−324688号公報JP 2007-324688 A

IETF, ”Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised) ”, RFC4601IETF, “Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol Specification (Revised)”, RFC4601 IETF, ”Considerations for Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Snooping Switches”, RFC4541IETF, “Considerations for Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Snooping Switches”, RFC4541 AX3600S ソフトウェアマニュアル Ver. 11.1 コンフィグレーションガイド Vol.1 23.3.4 IGMPクエリア機能AX3600S Software Manual Ver. 11.1 Configuration Guide Vol.1 23.3.4 IGMP Querier Function

本発明は、上述した従来の課題を解決するためになされたものであり、マルチキャスト中継装置の中継制御情報を迅速に復旧することのできる技術を提供することを目的とする。   The present invention has been made to solve the above-described conventional problems, and an object of the present invention is to provide a technique capable of quickly recovering relay control information of a multicast relay apparatus.

本発明は、上述の課題の少なくとも一部を解決するために、以下の形態または適用例を取ることが可能である。   In order to solve at least a part of the problems described above, the present invention can take the following forms or application examples.

[適用例1]
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なう第1のマルチキャスト中継装置と、前記第1のマルチキャスト中継装置に接続された第2のマルチキャスト中継装置とを備えるマルチキャスト中継システムであって、
前記第1のマルチキャスト中継装置は、
前記マルチキャストパケットの受信者が接続された回線の情報を含む中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記中継制御情報の複製を作成するために用いられる情報である複製作成用情報を前記第2のマルチキャスト中継装置に送信する送信部と、
前記第2のマルチキャスト中継装置に対して前記中継制御情報の複製の配信を所定のタイミングで要求する配信要求部と、
前記第2のマルチキャスト中継装置から配信される前記中継制御情報の複製に基づいて前記中継制御情報を設定する設定部と
を備え、
前記第2のマルチキャスト中継装置は、
前記第1のマルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記中継制御情報の複製を作成する複製作成部と、
前記第1のマルチキャスト中継装置からの要求に応じて、前記中継制御情報の複製を前記第1のマルチキャスト中継装置に配信する配信部と
を備える
マルチキャスト中継システム。
[Application Example 1]
A first multicast relay device that relays a multicast packet to a line connected to a recipient of the multicast packet in a logically independent network, and a second multicast relay device that is connected to the first multicast relay device A multicast relay system comprising:
The first multicast relay device is:
A relay processing unit that performs relay processing of the multicast packet based on relay control information including information of a line to which a recipient of the multicast packet is connected;
A transmission unit that transmits information for creating a copy, which is information used to create a copy of the relay control information, to the second multicast relay device;
A distribution request unit that requests distribution of a copy of the relay control information to the second multicast relay apparatus at a predetermined timing;
A setting unit configured to set the relay control information based on a copy of the relay control information distributed from the second multicast relay device,
The second multicast relay device is
A copy creation unit for creating a copy of the relay control information based on the copy creation information transmitted from the first multicast relay device;
A multicast relay system comprising: a distribution unit that distributes a copy of the relay control information to the first multicast relay device in response to a request from the first multicast relay device.

適用例1によれば、第1のマルチキャスト中継装置の設定部が、第2のマルチキャスト中継装置から配信される中継制御情報の複製に基づいて、中継制御情報を設定するので、問い合わせメッセージをVLAN内にフラッディングさせることなく、中継制御情報を迅速に復旧させることができる。しかも、問い合わせメッセージをVLAN内にフラッディングさせて、全マルチキャスト受信者からの加入要求メッセージの応答を受信する方式ではないため、膨大な加入要求メッセージを集中して受信することによる通信帯域の圧迫及び中継制御情報のエントリ作成処理の遅延も低減することができる。   According to the application example 1, the setting unit of the first multicast relay device sets the relay control information based on the copy of the relay control information distributed from the second multicast relay device. The relay control information can be quickly restored without flooding. Moreover, since the inquiry message is flooded in the VLAN and the response of the subscription request message from all the multicast receivers is not received, the communication band is compressed and relayed by receiving a large number of subscription request messages in a concentrated manner. Control information entry creation processing delay can also be reduced.

[適用例2]
適用例1に記載のマルチキャスト中継システムであって、さらに、
前記第1のマルチキャスト中継装置を複数備え、
前記第2のマルチキャスト中継装置は、前記複数のマルチキャスト中継装置に接続され、
前記第2のマルチキャスト中継装置の前記複製作成部は、前記接続された複数の第1のマルチキャスト中継装置の各々から送信される前記複製作成用情報に基づいて、前記それぞれの第1のマルチキャスト中継装置のための前記中継制御情報の複製を作成し、
前記第2のマルチキャスト中継装置の前記配信部は、前記それぞれの第1のマルチキャスト中継装置からの要求に応じて、前記それぞれの中継制御情報の複製を前記それぞれの第1のマルチキャスト中継装置に配信する、マルチキャスト中継システム。
[Application Example 2]
The multicast relay system according to application example 1, further comprising:
A plurality of the first multicast relay devices;
The second multicast relay device is connected to the plurality of multicast relay devices;
The copy creating unit of the second multicast relay device is configured to use the first multicast relay device based on the copy creation information transmitted from each of the plurality of connected first multicast relay devices. A copy of the relay control information for
The distribution unit of the second multicast relay apparatus distributes a copy of the relay control information to the first multicast relay apparatus in response to a request from the first multicast relay apparatus. Multicast relay system.

適用例2によれば、第2のマルチキャスト中継装置が、複数の第1のマルチキャスト中継装置の中継制御情報の複製を作成するので、複数の第1のマルチキャスト中継装置の中継制御情報を迅速に復旧させることができる。   According to Application Example 2, since the second multicast relay device creates a copy of the relay control information of the plurality of first multicast relay devices, the relay control information of the plurality of first multicast relay devices can be quickly recovered. Can be made.

[適用例3]
適用例1または2に記載のマルチキャスト中継システムであって、さらに、
前記第2のマルチキャスト中継装置に接続された第3のマルチキャスト中継装置を備え、
前記第2のマルチキャスト中継装置は、さらに、
前記マルチキャストパケットの受信者が接続された回線の情報を含む第2の中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記第2の中継制御情報の複製を作成するために用いられる情報である第2の複製作成用情報を前記第3のマルチキャスト中継装置に送信する送信部と、
前記第3のマルチキャスト中継装置に対して前記第2の中継制御情報の複製の配信を所定のタイミングで要求する配信要求部と、
前記第3のマルチキャスト中継装置から配信される前記第2の中継制御情報の複製に基づいて前記第2の中継制御情報を設定する設定部と
を備え、
前記第3のマルチキャスト中継装置は、
前記第2のマルチキャスト中継装置から送信される前記第2の複製作成用情報に基づいて前記第2の中継制御情報の複製を作成する複製作成部と、
前記第2のマルチキャスト中継装置からの要求に応じて、前記第2の中継制御情報の複製を前記第2のマルチキャスト中継装置に配信する配信部と
を備える
マルチキャスト中継システム。
[Application Example 3]
The multicast relay system according to Application Example 1 or 2, further comprising:
A third multicast relay device connected to the second multicast relay device;
The second multicast relay device further includes:
A relay processing unit that performs relay processing of the multicast packet based on second relay control information including information of a line to which a receiver of the multicast packet is connected;
A transmitter for transmitting second copy creation information, which is information used for creating a copy of the second relay control information, to the third multicast relay device;
A distribution requesting unit that requests distribution of a copy of the second relay control information to the third multicast relay device at a predetermined timing;
A setting unit configured to set the second relay control information based on a copy of the second relay control information distributed from the third multicast relay device;
The third multicast relay device is
A copy creation unit for creating a copy of the second relay control information based on the second copy creation information transmitted from the second multicast relay device;
A multicast relay system comprising: a distribution unit that distributes a copy of the second relay control information to the second multicast relay device in response to a request from the second multicast relay device.

適用例3によれば、第2のマルチキャスト中継装置の複製作成部が作成する中継制御情報の複製によって第1のマルチキャスト中継装置の中継制御情報を迅速に復旧させることができるとともに、第3のマルチキャスト中継装置の複製作成部が作成する中継制御情報の複製によって第2のマルチキャスト中継装置の中継制御情報を迅速に復旧させることができる。   According to the third application example, the relay control information of the first multicast relay device can be quickly restored by duplicating the relay control information created by the replica creation unit of the second multicast relay device, and the third multicast The relay control information of the second multicast relay device can be quickly restored by duplicating the relay control information created by the replica creation unit of the relay device.

[適用例4]
適用例1ないし3のいずれか一項に記載のマルチキャスト中継システムであって、
前記送信部は、前記複製作成用情報を、前記マルチキャスト受信者から送信される加入要求メッセージ又は離脱要求メッセージに追加して送信する、マルチキャスト中継システム。
[Application Example 4]
The multicast relay system according to any one of Application Examples 1 to 3,
The multicast relay system, wherein the transmission unit transmits the copy creation information in addition to a join request message or a withdrawal request message transmitted from the multicast receiver.

適用例4によれば、複製作成用情報を送信するためのパケットを増加させることなく、中継制御情報の複製を作成することができる。また、中継制御情報は、加入要求メッセージ又は離脱要求メッセージによって更新されるため、中継制御情報の複製の更新を、中継制御情報の更新と同期させることもできる。   According to the application example 4, it is possible to create a copy of the relay control information without increasing the number of packets for transmitting the copy creation information. Further, since the relay control information is updated by the join request message or the withdrawal request message, the update of the copy of the relay control information can be synchronized with the update of the relay control information.

[適用例5]
適用例1ないし4のいずれか一項に記載のマルチキャスト中継システムであって、
前記配信要求部は、前記配信の要求として、前記第2のマルチキャスト中継装置に対して問い合わせメッセージを送信し、
前記配信部は、前記問い合わせメッセージに応じて、前記中継制御情報の複製を加入要求メッセージに追加して配信する、マルチキャスト中継システム。
[Application Example 5]
The multicast relay system according to any one of Application Examples 1 to 4,
The distribution request unit transmits an inquiry message to the second multicast relay device as the distribution request,
In response to the inquiry message, the distribution unit adds a copy of the relay control information to a subscription request message and distributes it.

適用例5によれば、既存の形式のパケットを利用するので、既存のパケットの処理手順の一部を利用することができる。   According to the application example 5, since the packet in the existing format is used, a part of the processing procedure of the existing packet can be used.

[適用例6]
適用例1ないし5のいずれか一項に記載のマルチキャスト中継装置であって、
前記配信部が配信する前記中継制御情報の複製には、複数の回線情報が含まれている、マルチキャスト中継システム。
[Application Example 6]
The multicast relay device according to any one of Application Examples 1 to 5,
A multicast relay system, wherein the relay control information distributed by the distribution unit includes a plurality of pieces of line information.

適用例6によれば、複数の回線情報が中継制御情報に含まれる場合であっても、少ないパケットの送信で迅速に中継制御情報を復旧させることができる。   According to the application example 6, even when a plurality of pieces of line information are included in the relay control information, the relay control information can be quickly recovered by transmitting a small number of packets.

[適用例7]
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なう第1のマルチキャスト中継装置と、前記第1のマルチキャスト中継装置に接続された第2のマルチキャスト中継装置とを備えるマルチキャスト中継システムであって、
前記第1のマルチキャスト中継装置は、
前記マルチキャストパケットの受信者が接続された回線の情報を含む第1の中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記第1の中継制御情報の複製を作成するために用いられる情報である複製作成用情報を前記第2のマルチキャスト中継装置に送信する送信部と
を備え、
前記第2のマルチキャスト中継装置は、
前記第1のマルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記第1の中継制御情報の複製を作成する複製作成部と、
前記第2のマルチキャスト中継装置が待機状態から運用状態に遷移したことを検出する運用状態検出部と、
前記運用状態検出部が前記第2のマルチキャスト中継装置が待機状態から運用状態に遷移したことを検出すると、前記第1の中継制御情報の複製に基づいて、前記第2のマルチキャスト中継装置における第2の中継制御情報を設定する設定部と、
前記第2の中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と
を備える
マルチキャスト中継システム。
[Application Example 7]
A first multicast relay device that relays a multicast packet to a line connected to a recipient of the multicast packet in a logically independent network, and a second multicast relay device that is connected to the first multicast relay device A multicast relay system comprising:
The first multicast relay device is:
A relay processing unit that performs relay processing of the multicast packet based on first relay control information including information of a line to which a receiver of the multicast packet is connected;
A transmission unit that transmits information for creating a copy, which is information used to create a copy of the first relay control information, to the second multicast relay device;
The second multicast relay device is
A copy creation unit for creating a copy of the first relay control information based on the copy creation information transmitted from the first multicast relay device;
An operational state detector that detects that the second multicast relay device has transitioned from a standby state to an operational state;
When the operation state detection unit detects that the second multicast relay device has transitioned from the standby state to the operation state, the second multicast relay device in the second multicast relay device is based on the copy of the first relay control information. A setting unit for setting the relay control information of
A multicast processing system, comprising: a relay processing unit that performs relay processing of the multicast packet based on the second relay control information.

適用例7によれば、第2のマルチキャスト中継装置が待機状態から運用状態に遷移した場合に、第2のマルチキャスト中継装置の設定部が、第1の中継制御情報の複製に基づいて、第2の中継制御情報を設定するので、第2のマルチキャスト中継装置が第1のマルチキャスト中継装置の中継制御情報を引き継いで、迅速にマルチキャスト中継を復旧させることができる。   According to Application Example 7, when the second multicast relay device transitions from the standby state to the operational state, the setting unit of the second multicast relay device performs the second operation based on the copy of the first relay control information. Therefore, the second multicast relay device can take over the relay control information of the first multicast relay device and quickly restore the multicast relay.

[適用例8]
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なうためにマルチキャスト中継装置が備える情報であって、マルチキャストパケットの受信者が接続された回線の情報を含む中継制御情報を復旧させる方法であって、
前記マルチキャスト中継装置が、前記中継制御情報の複製を作成するために用いられる情報である複製作成用情報を外部のマルチキャスト中継装置に送信する工程と、
前記外部のマルチキャスト中継装置が、前記マルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記中継制御情報の複製を作成する工程と、
前記マルチキャスト中継装置が、前記外部のマルチキャスト中継装置に対して前記中継制御情報の複製の配信を所定のタイミングで要求する工程と、
前記外部のマルチキャスト中継装置が、前記マルチキャスト中継装置からの要求に応じて、前記中継制御情報の複製を前記マルチキャスト中継装置に配信する工程と、
前記マルチキャスト中継装置が、前記外部のマルチキャスト中継装置から配信される前記中継制御情報の複製に基づいて前記中継制御情報を設定する工程と
を備える
復旧方法。
[Application Example 8]
Information provided in a multicast relay device for relaying a multicast packet to a line to which a multicast packet receiver is connected in a logically independent network, the information about the line to which the multicast packet receiver is connected. A method for restoring relay control information including:
The multicast relay device transmitting copy creation information, which is information used to create a copy of the relay control information, to an external multicast relay device;
The external multicast relay device creating a copy of the relay control information based on the copy creation information transmitted from the multicast relay device;
The multicast relay device requesting the external multicast relay device to distribute the copy of the relay control information at a predetermined timing;
The external multicast relay device delivering a copy of the relay control information to the multicast relay device in response to a request from the multicast relay device;
The multicast relay device includes a step of setting the relay control information based on a copy of the relay control information distributed from the external multicast relay device.

適用例8によれば、第1のマルチキャスト中継装置の設定部が、第2のマルチキャスト中継装置から配信される中継制御情報の複製に基づいて、中継制御情報を設定するので、問い合わせメッセージをVLAN内にフラッディングさせることなく、中継制御情報を迅速に復旧させることができる。   According to the application example 8, the setting unit of the first multicast relay apparatus sets the relay control information based on the copy of the relay control information distributed from the second multicast relay apparatus. The relay control information can be quickly restored without flooding.

[適用例9]
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なうマルチキャスト中継装置であって、
前記マルチキャストパケットの受信者が接続された回線の情報を含む中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記中継制御情報の複製を作成するために用いられる情報である複製作成用情報を、前記マルチキャスト中継装置に接続された外部のマルチキャスト中継装置に送信する送信部と、
前記外部のマルチキャスト中継装置に対して前記中継制御情報の複製の配信を所定のタイミングで要求する配信要求部と、
前記外部のマルチキャスト中継装置から配信される前記中継制御情報の複製に基づいて前記中継制御情報を設定する設定部と
を備える
マルチキャスト中継装置。
[Application Example 9]
A multicast relay device that relays a multicast packet to a line to which a receiver of the multicast packet is connected in a logically independent network,
A relay processing unit that performs relay processing of the multicast packet based on relay control information including information of a line to which a recipient of the multicast packet is connected;
A transmission unit for transmitting information for creating a copy, which is information used for creating a copy of the relay control information, to an external multicast relay device connected to the multicast relay device;
A distribution request unit that requests distribution of a copy of the relay control information at a predetermined timing to the external multicast relay device;
A multicast relay device comprising: a setting unit configured to set the relay control information based on a copy of the relay control information distributed from the external multicast relay device.

適用例9によれば、外部のマルチキャスト中継装置から配信される中継制御情報の複製に基づいて中継制御情報を設定するので、中継制御情報を迅速に復旧させることができる。   According to the application example 9, since the relay control information is set based on the copy of the relay control information distributed from the external multicast relay device, the relay control information can be quickly recovered.

[適用例10]
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なう外部のマルチキャスト中継装置に接続されるマルチキャスト中継装置であって、
前記外部のマルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記中継制御情報の複製を作成する複製作成部と、
前記外部のマルチキャスト中継装置からの要求に応じて、前記中継制御情報の複製を前記外部のマルチキャスト中継装置に配信する配信部と
を備える
マルチキャスト中継装置。
[Application Example 10]
A multicast relay device connected to an external multicast relay device that relays a multicast packet to a line connected to a receiver of the multicast packet in a logically independent network,
A copy creation unit for creating a copy of the relay control information based on the copy creation information transmitted from the external multicast relay device;
A multicast relay apparatus comprising: a distribution unit that distributes a copy of the relay control information to the external multicast relay apparatus in response to a request from the external multicast relay apparatus.

適用例10によれば、外部のマルチキャスト中継装置からの要求に応じて、中継制御情報の複製を外部のマルチキャスト中継装置に配信するので、外部のマルチキャスト中継装置の中継制御情報を迅速に復旧させることができる。   According to Application Example 10, a copy of the relay control information is distributed to the external multicast relay device in response to a request from the external multicast relay device, so that the relay control information of the external multicast relay device can be quickly restored. Can do.

なお、本発明は、種々の態様で実現することが可能である。例えば、中継制御情報を復旧させる方法および装置、それらの方法または装置の機能を実現するための集積回路、コンピュータプログラム、そのコンピュータプログラムを記録した記録媒体等の形態で実現することができる。   Note that the present invention can be realized in various modes. For example, the present invention can be realized in the form of a method and apparatus for restoring relay control information, an integrated circuit for realizing the functions of the method or apparatus, a computer program, a recording medium on which the computer program is recorded, and the like.

本発明の一実施例としてのネットワークシステムの構成を示す説明図である。It is explanatory drawing which shows the structure of the network system as one Example of this invention. マルチキャスト中継装置1000が障害から復旧した場合に障害発生前のマルチキャスト中継制御表を復旧させるための処理を示す説明図である。It is explanatory drawing which shows the process for recovering the multicast relay control table before failure occurrence, when the multicast relay apparatus 1000 is recovered from failure. マルチキャスト中継装置1000の内部構成を示す説明図である。2 is an explanatory diagram showing an internal configuration of a multicast relay apparatus 1000. FIG. マルチキャスト中継装置1000に設定された各種情報及びテーブルの内容を示す説明図である。It is explanatory drawing which shows the content of the various information set in the multicast relay apparatus 1000, and a table. マルチキャストルータ2000の内部構成を示す説明図である。2 is an explanatory diagram showing an internal configuration of a multicast router 2000. FIG. マルチキャストルータ2000に設定された各種情報及びテーブルの内容を示す説明図である。6 is an explanatory diagram showing various information set in a multicast router 2000 and the contents of a table. FIG. マルチキャスト中継装置1000がIGMP加入要求メッセージを受信した場合における処理を示すフローチャートである。It is a flowchart which shows a process in case the multicast relay apparatus 1000 receives an IGMP joining request message. マルチキャスト中継装置1000がIGMP離脱要求メッセージを受信した場合における処理を示すフローチャートである。It is a flowchart which shows a process in case the multicast relay apparatus 1000 receives an IGMP leaving request message. マルチキャスト中継装置1000がマルチキャスト受信者40からIGMP加入要求メッセージを受信した場合における処理の流れを示す説明図である。FIG. 10 is an explanatory diagram showing a processing flow when the multicast relay apparatus 1000 receives an IGMP join request message from a multicast receiver 40. エントリ管理表T1131が更新される様子を示す説明図である。It is explanatory drawing which shows a mode that the entry management table T1131 is updated. マルチキャスト中継装置1000がマルチキャスト受信者30からIGMP加入要求メッセージを受信した場合における処理の流れを示す説明図である。6 is an explanatory diagram showing a flow of processing when a multicast relay apparatus 1000 receives an IGMP join request message from a multicast receiver 30. FIG. マルチキャスト中継装置1000がマルチキャスト受信者30からIGMP離脱要求メッセージを受信した場合における処理の流れを示す説明図である。FIG. 10 is an explanatory diagram showing a processing flow when the multicast relay apparatus 1000 receives an IGMP leave request message from a multicast receiver 30. マルチキャスト中継装置1000がマルチキャスト受信者40からIGMP離脱要求メッセージを受信した場合における処理の流れを示す説明図である。6 is an explanatory diagram showing a flow of processing when the multicast relay apparatus 1000 receives an IGMP leave request message from a multicast receiver 40. FIG. マルチキャスト中継装置1000における制御パケットの中継処理を示すフローチャートである。10 is a flowchart showing control packet relay processing in the multicast relay apparatus 1000. 付加情報が追加されたIGMP加入要求/離脱要求メッセージのフォーマットを示す説明図である。It is explanatory drawing which shows the format of the IGMP joining request / leaving request message to which additional information is added. マルチキャスト中継装置1000におけるIGMP加入要求メッセージの中継処理の流れを示す説明図である。6 is an explanatory diagram showing a flow of relay processing of an IGMP join request message in the multicast relay device 1000. FIG. マルチキャスト中継装置1000におけるIGMP離脱要求メッセージの中継処理の流れを示す説明図である。6 is an explanatory diagram showing a flow of relay processing of an IGMP leave request message in the multicast relay device 1000. FIG. マルチキャスト中継装置1000におけるIGMP問い合わせメッセージの中継処理の流れを示す説明図である。6 is an explanatory diagram showing a flow of relay processing of an IGMP inquiry message in the multicast relay device 1000. FIG. マルチキャストルータ2000がIGMP加入要求メッセージを受信した場合における複製エントリ表T2430の更新処理を示すフローチャートである。20 is a flowchart showing an update process of a replication entry table T2430 when the multicast router 2000 receives an IGMP join request message. マルチキャストルータ2000がIGMP離脱要求メッセージを受信した場合における複製エントリ表T2430の更新処理を示すフローチャートである。18 is a flowchart showing an update process of a replication entry table T2430 when the multicast router 2000 receives an IGMP leave request message. マルチキャストルータ2000がIGMP加入要求メッセージを受信した場合における複製エントリ表T2430の更新処理の流れを示す説明図である。It is explanatory drawing which shows the flow of the update process of the replication entry table | surface T2430 when the multicast router 2000 receives an IGMP joining request message. マルチキャスト中継装置1000に障害が発生する前におけるマルチキャスト通信の状況を示す説明図及びマルチキャスト中継装置1000に障害が発生する前におけるエントリ管理表T1131の状態を示す説明図である。FIG. 6 is an explanatory diagram showing a state of multicast communication before a failure occurs in the multicast relay apparatus 1000 and an explanatory diagram showing a state of the entry management table T1131 before the failure occurs in the multicast relay apparatus 1000. マルチキャスト中継装置1000が障害から復旧した直後におけるマルチキャスト通信の状況を示す説明図及びマルチキャスト中継装置1000が障害から復旧した直後におけるエントリ管理表T1131の状態を示す説明図である。It is explanatory drawing which shows the condition of the multicast communication immediately after the multicast relay apparatus 1000 is recovered | restored from a failure, and explanatory drawing which shows the state of the entry management table T1131 immediately after the multicast relay apparatus 1000 is recovered from a failure. マルチキャスト中継装置1000が障害から復旧した場合における複製エントリの配信を要求する処理を示すフローチャートである。10 is a flowchart showing processing for requesting distribution of a replication entry when the multicast relay apparatus 1000 recovers from a failure. マルチキャストルータ2000における複製エントリの配信処理を示すフローチャートである。10 is a flowchart showing a replication entry distribution process in the multicast router 2000. マルチキャストルータ2000から配信されたIGMP加入要求メッセージをマルチキャスト中継装置1000が受信し障害発生前のエントリ管理表T1131を再製する処理を示すフローチャートである。10 is a flowchart showing a process of receiving an IGMP join request message distributed from a multicast router 2000 and recreating the entry management table T1131 before the occurrence of a failure by the multicast relay apparatus 1000. マルチキャスト中継装置1000が障害から復旧した場合における複製エントリの配信を要求する処理の流れを示す説明図である。FIG. 10 is an explanatory diagram showing a flow of processing for requesting distribution of a duplicate entry when the multicast relay apparatus 1000 recovers from a failure. マルチキャストルータ2000における複製エントリの配信処理の流れを示す説明図である。FIG. 10 is an explanatory diagram showing a flow of replication entry distribution processing in the multicast router 2000; マルチキャストルータ2000から配信されたIGMP加入要求メッセージをマルチキャスト中継装置1000が受信し障害発生前のエントリ管理表T1131を再製する処理の流れを示す説明図である。FIG. 10 is an explanatory diagram showing a flow of processing in which the multicast relay apparatus 1000 receives an IGMP join request message distributed from the multicast router 2000 and recreates the entry management table T1131 before the failure occurs. エントリの再製後の様子を示す説明図である。It is explanatory drawing which shows the mode after the reproduction of an entry. 比較例におけるマルチキャスト中継装置1000のエントリ管理表の復旧方法を示す説明図である。It is explanatory drawing which shows the restoration method of the entry management table of the multicast relay apparatus 1000 in a comparative example. 第2実施例におけるネットワーク構成を示す説明図である。It is explanatory drawing which shows the network structure in 2nd Example. マルチキャスト中継装置1000の各種情報及びVLAN管理表T1111の内容を示す説明図である。It is explanatory drawing which shows the various information of the multicast relay apparatus 1000, and the content of VLAN management table T1111. マルチキャスト中継装置3000の各種情報及びVLAN管理表T3111の内容を示す説明図である。FIG. 11 is an explanatory diagram showing various information of a multicast relay device 3000 and the contents of a VLAN management table T3111. マルチキャストルータ2000の各種情報及び各種テーブルの内容を示す説明図である。6 is an explanatory diagram showing various information of a multicast router 2000 and the contents of various tables. FIG. VLAN101に属するマルチキャスト受信者20がマルチキャストグループG1に対するIGMP加入要求メッセージを送信し、VLAN102に属するマルチキャスト受信者50がマルチキャストグループG2に対するIGMP加入要求メッセージを送信した場合における複製エントリ表T2430の生成処理を示す説明図及びマルチキャスト受信者20,50から送信されたIGMP加入要求メッセージに基づいて更新された複製エントリ表T2430を示す説明図である。A process of generating a duplicate entry table T2430 when the multicast receiver 20 belonging to the VLAN 101 transmits an IGMP join request message for the multicast group G1 and the multicast receiver 50 belonging to the VLAN 102 transmits an IGMP join request message for the multicast group G2 is shown. It is explanatory drawing and duplicate drawing table T2430 updated based on the IGMP joining request message transmitted from the multicast receivers 20 and 50. 第3実施例におけるネットワーク構成を示す説明図である。It is explanatory drawing which shows the network structure in 3rd Example. 第3実施例におけるマルチキャスト中継装置1000の内部構成を示す説明図である。It is explanatory drawing which shows the internal structure of the multicast relay apparatus 1000 in 3rd Example. マルチキャスト中継装置3000の各種情報及びVLAN管理表T3111の内容を示す説明図である。FIG. 11 is an explanatory diagram showing various information of a multicast relay device 3000 and the contents of a VLAN management table T3111. マルチキャスト中継装置1000の各種情報及び各種テーブルの内容を示す説明図である。It is explanatory drawing which shows the content of the various information of a multicast relay apparatus 1000, and various tables. マルチキャストルータ2000の複製エントリ生成情報D2120及び複製エントリ管理表T2410の内容を示す説明図である。It is explanatory drawing which shows the content of the replication entry production | generation information D2120 of the multicast router 2000, and the replication entry management table T2410. 第3実施例のネットワーク構成における制御パケットの流れを示す説明図である。It is explanatory drawing which shows the flow of the control packet in the network structure of 3rd Example. 付加情報が追加されたIGMP加入要求メッセージを示す説明図である。It is explanatory drawing which shows the IGMP subscription request message to which additional information was added. 複製エントリ表を示す説明図である。It is explanatory drawing which shows a replication entry table. マルチキャスト中継装置3000によって付加情報が追加されたIGMP加入要求メッセージをマルチキャスト中継装置1000が受信した場合におけるの処理の流れを示す説明図である。FIG. 10 is an explanatory diagram showing a processing flow when the multicast relay apparatus 1000 receives an IGMP join request message to which additional information is added by the multicast relay apparatus 3000. 第4実施例における冗長構成を採用したネットワーク構成を示す説明図である。It is explanatory drawing which shows the network structure which employ | adopted the redundant structure in 4th Example. 運用状態のマルチキャスト中継装置4000Aに障害が発生した場合の状態を示す説明図である。It is explanatory drawing which shows a state when a failure generate | occur | produces in the multicast relay apparatus 4000A of an operation state. 運用状態のマルチキャスト中継装置4000Aの複製エントリ表を待機状態のマルチキャスト中継装置4000B内に生成する様子を示す説明図である。It is explanatory drawing which shows a mode that the replication entry table of the multicast relay apparatus 4000A of an operation state is produced | generated in the multicast relay apparatus 4000B of a standby state. マルチキャスト中継装置4000Aの内部構成を示す説明図である。It is explanatory drawing which shows the internal structure of multicast relay apparatus 4000A. マルチキャスト中継装置4000Aにおける各種情報及び各種テーブルの内容を示す説明図である。It is explanatory drawing which shows the content of the various information in the multicast relay apparatus 4000A, and various tables. マルチキャスト中継装置4000Bにおける各種情報及び各種テーブルの内容を示す説明図である。It is explanatory drawing which shows the content of the various information in the multicast relay apparatus 4000B, and various tables. 運用状態であるマルチキャスト中継装置4000AがIGMP加入要求メッセージを受信した場合における処理の流れを示す説明図である。It is explanatory drawing which shows the flow of a process when the multicast relay apparatus 4000A which is an operation state receives an IGMP joining request message. 付加情報が追加されたIGMP加入要求メッセージを待機状態であるマルチキャスト中継装置4000Bが受信した場合における処理の流れを示す説明図である。It is explanatory drawing which shows the flow of a process when the multicast relay apparatus 4000B in a standby state receives the IGMP joining request message to which additional information is added. マルチキャスト中継装置4000Aに障害が発生しマルチキャスト中継装置4000Bが運用状態になった場合における処理の流れを示す説明図である。It is explanatory drawing which shows the flow of a process when a failure generate | occur | produces in the multicast relay apparatus 4000A, and the multicast relay apparatus 4000B will be in an operation state. マルチキャスト中継装置4000Bが待機状態から運用状態に遷移した場合における運用状態判定部4500の処理の流れを示すフローチャートである。18 is a flowchart showing a processing flow of an operation state determination unit 4500 when the multicast relay device 4000B transitions from a standby state to an operation state. マルチキャスト中継装置4000Bが運用状態判定部から運用状態遷移通知を受信してからIGMP加入要求メッセージを送信するまでの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process after multicast relay apparatus 4000B receives an operation state transition notification from an operation state determination part until it transmits an IGMP joining request message.

次に、本発明の実施の形態を実施例に基づいて以下の順序で説明する。
A.第1実施例:
A1.ネットワークシステムの概要:
A2.各装置の構成:
A3.マルチキャスト中継装置1000におけるエントリ管理表T1131の更新処理:
A4.マルチキャスト中継装置1000におけるIGMP制御パケットの中継処理:
A5.マルチキャストルータ2000における複製エントリ表T2430の更新処理:
A6.障害発生前の状態:
A7.障害から復旧した直後の状態:
A8.復旧方法:
A9.比較例におけるエントリ管理表の復旧方法:
B.第2実施例:
C.第3実施例:
D.第4実施例:
E.変形例:
Next, embodiments of the present invention will be described in the following order based on examples.
A. First embodiment:
A1. Network system overview:
A2. Configuration of each device:
A3. Update processing of entry management table T1131 in multicast relay apparatus 1000:
A4. Relay process of IGMP control packet in multicast relay apparatus 1000:
A5. Updating the replication entry table T2430 in the multicast router 2000:
A6. State before failure:
A7. Status immediately after recovery from failure:
A8. Recovery method:
A9. How to restore the entry management table in the comparative example:
B. Second embodiment:
C. Third embodiment:
D. Fourth embodiment:
E. Variations:

A.第1実施例:
A1.ネットワークシステムの概要:
図1は、本発明の一実施例としてのネットワークシステムの構成を示す説明図である。この図1では、一般的なマルチキャスト通信及びIGMPスヌーピング機能について説明する。本実施例のネットワークシステムは、IGMPスヌーピング機能を実装したマルチキャスト中継装置1000と、マルチキャスト送信者10を収容したマルチキャストルータ2000とを含んでいる。IGMPスヌーピング機能とは、マルチキャスト受信者を判別して、受信要求を行ったマルチキャスト受信者のみにマルチキャスト通信を行う機能である。このため、IGMPスヌーピング機能は、一般的に、複数のマルチキャスト受信者が接続されているマルチキャスト中継装置1000において使用される機能である。
A. First embodiment:
A1. Network system overview:
FIG. 1 is an explanatory diagram showing the configuration of a network system as an embodiment of the present invention. In FIG. 1, a general multicast communication and IGMP snooping function will be described. The network system according to the present embodiment includes a multicast relay device 1000 that implements an IGMP snooping function, and a multicast router 2000 that accommodates the multicast sender 10. The IGMP snooping function is a function that determines a multicast receiver and performs multicast communication only to the multicast receiver that has made a reception request. For this reason, the IGMP snooping function is generally a function used in the multicast relay apparatus 1000 to which a plurality of multicast receivers are connected.

マルチキャストルータ2000には、ポート2001を介して、マルチキャスト送信者10が接続されている。マルチキャスト送信者10は、マルチキャストルータ2000に対して、マルチキャストパケットを配信している(矢印F100)。マルチキャストルータ2000は、マルチキャストプロトコルを使用することによって、マルチキャスト送信者10を収容するVLAN100と、マルチキャスト受信者20,30,40を収容するVLAN101との間においてマルチキャスト通信を行うことが可能である。   A multicast sender 10 is connected to the multicast router 2000 via a port 2001. The multicast sender 10 distributes multicast packets to the multicast router 2000 (arrow F100). The multicast router 2000 can perform multicast communication between the VLAN 100 that accommodates the multicast sender 10 and the VLAN 101 that accommodates the multicast receivers 20, 30, and 40 by using the multicast protocol.

なお、一般的に、マルチキャストルータがIGMPクエリアを兼ねることが多い。したがって、本実施例におけるIGMPクエリアは、マルチキャストルータ2000とする。また、一般的に、IGMPスヌーピング機能では、マルチキャストルータと接続されるポートがマルチキャストルータポートとして定義される。したがって、本実施例におけるマルチキャストルータポートは、ポート1001とする。   In general, a multicast router often serves as an IGMP querier. Therefore, the IGMP querier in this embodiment is assumed to be a multicast router 2000. In general, in the IGMP snooping function, a port connected to a multicast router is defined as a multicast router port. Therefore, the multicast router port in this embodiment is assumed to be port 1001.

マルチキャスト中継装置1000におけるIGMPスヌーピング機能は、下流のマルチキャスト受信者20,30,40のマルチキャストグループへの参加状況を、上流のマルチキャストルータ2000に通知するために、マルチキャスト受信者20,30,40から送信される加入要求(IGMP加入要求メッセージ)及び離脱要求(IGMP離脱要求メッセージ)をマルチキャストルータポート1001に中継する。   The IGMP snooping function in the multicast relay apparatus 1000 is transmitted from the multicast receivers 20, 30, 40 to notify the upstream multicast router 2000 of the participation status of the downstream multicast receivers 20, 30, 40 in the multicast group. Relay request (IGMP join request message) and leave request (IGMP leave request message) to the multicast router port 1001.

マルチキャストルータ2000は、マルチキャスト受信者20,30,40から送信されるIGMP加入要求/離脱要求メッセージを受信することにより、下流のマルチキャスト受信者20,30,40を認識し、上流からのマルチキャスト通信を制御することができる。具体的には、例えば、マルチキャスト受信者20,30,40からIGMP加入要求メッセージが送信されていない場合は、マルチキャスト送信者10がマルチキャストパケットを配信し続けている場合(矢印F100)であっても、当該マルチキャストパケットの受信者が存在しないため、当該マルチキャストパケットはどこにも中継されない。   The multicast router 2000 receives the IGMP join request / leave request message transmitted from the multicast receivers 20, 30, and 40, thereby recognizing the downstream multicast receivers 20, 30, and 40, and performs multicast communication from the upstream. Can be controlled. Specifically, for example, when an IGMP join request message is not transmitted from the multicast receivers 20, 30, and 40, even when the multicast sender 10 continues to distribute multicast packets (arrow F100). Since there is no recipient of the multicast packet, the multicast packet is not relayed anywhere.

マルチキャスト受信者40がマルチキャスト送信者10から配信されるマルチキャストパケットを受信したい場合には、マルチキャスト受信者40は、加入を希望するマルチキャストグループアドレスを含んだIGMP加入要求メッセージを送信する(矢印F200)。IGMP加入要求メッセージを受信したマルチキャスト中継装置1000は、IGMPスヌーピング機能によってIGMP加入要求メッセージを解析し、当該マルチキャストグループアドレスと、当該IGMP加入要求メッセージを受信したポートに関する情報である受信ポート情報を取得する。マルチキャスト中継装置1000は、取得したマルチキャストグループアドレスと受信ポート情報とに基づいて、マルチキャストパケットの中継先を定めるマルチキャストパケット中継制御表を設定する。このマルチキャストパケット中継制御表は、図示しないメモリに格納されている。以下に説明する他のテーブルについても同様である。   When the multicast receiver 40 wants to receive a multicast packet distributed from the multicast sender 10, the multicast receiver 40 transmits an IGMP join request message including a multicast group address desired to join (arrow F200). The multicast relay apparatus 1000 that has received the IGMP join request message analyzes the IGMP join request message using the IGMP snooping function, and acquires the multicast group address and reception port information that is information regarding the port that has received the IGMP join request message. . The multicast relay apparatus 1000 sets a multicast packet relay control table that determines a relay destination of the multicast packet based on the acquired multicast group address and reception port information. This multicast packet relay control table is stored in a memory (not shown). The same applies to the other tables described below.

また、マルチキャスト中継装置1000は、受信したIGMP加入要求メッセージを、マルチキャストルータポート1001を介してマルチキャストルータ2000に中継する(矢印F201)。マルチキャストルータ2000は、中継されたIGMP加入要求メッセージを受信すると、VLAN100とVLAN101との間でマルチキャスト中継を行う。すなわち、マルチキャストルータ2000は、VLAN100のマルチキャスト送信者10から送信されるマルチキャストパケットをVLAN101に中継する。VLAN101に中継されたマルチキャストパケットは、マルチキャスト中継装置1000に設定されたマルチキャストパケット中継制御表に基づいて、マルチキャスト受信者40のみに中継される(矢印F101)。   The multicast relay apparatus 1000 relays the received IGMP join request message to the multicast router 2000 via the multicast router port 1001 (arrow F201). When receiving the relayed IGMP join request message, the multicast router 2000 performs multicast relay between the VLAN 100 and the VLAN 101. That is, the multicast router 2000 relays the multicast packet transmitted from the multicast sender 10 of the VLAN 100 to the VLAN 101. The multicast packet relayed to the VLAN 101 is relayed only to the multicast receiver 40 based on the multicast packet relay control table set in the multicast relay device 1000 (arrow F101).

なお、本実施例ではマルチキャストルータ2000がIGMPクエリアであるため、マルチキャストルータ2000は、一般的に125秒周期で、IGMP問い合わせメッセージを送信する。マルチキャスト中継装置1000は、IGMP問い合わせメッセージを受信すると、当該IGMP問い合わせメッセージを、VLAN内にフラッディングする。   In this embodiment, since the multicast router 2000 is an IGMP querier, the multicast router 2000 generally transmits an IGMP inquiry message at a period of 125 seconds. When receiving the IGMP inquiry message, the multicast relay apparatus 1000 floods the IGMP inquiry message in the VLAN.

各マルチキャスト受信者は、IGMP問い合わせメッセージを受信すると、加入しているマルチキャストグループに対してIGMP加入要求メッセージを送信する。IGMPクエリアであるマルチキャストルータ2000が周期的にIGMP問い合わせメッセージを配信し、各マルチキャスト受信者が応答することで、マルチキャストルータ2000は、マルチキャスト受信者のグループ参加状況を監視することが出来る。   Each multicast receiver, when receiving the IGMP inquiry message, transmits an IGMP join request message to the subscribed multicast group. The multicast router 2000, which is an IGMP querier, periodically delivers an IGMP inquiry message and each multicast receiver responds, so that the multicast router 2000 can monitor the group participation status of the multicast receiver.

図2は、マルチキャスト中継装置1000が障害から復旧した場合に、障害発生前のマルチキャスト中継制御表を復旧させるための処理を示す説明図である。マルチキャスト中継装置1000に障害が発生し、その後に復旧すると、マルチキャスト中継制御表は、初期化された状態となる。本実施例では、マルチキャスト中継装置1000は、マルチキャスト中継制御表を迅速に復旧させるために、マルチキャスト中継制御表の複製を、隣接する装置(本実施例ではマルチキャストルータ2000)に作成しておく。そして、マルチキャスト中継装置1000は、障害から復旧すると、マルチキャストルータ2000に作成されたマルチキャスト中継制御表の複製に基づいて、自身のマルチキャスト中継制御表を復旧させる。   FIG. 2 is an explanatory diagram showing processing for recovering the multicast relay control table before the failure when the multicast relay device 1000 recovers from the failure. When a failure occurs in the multicast relay apparatus 1000 and then recovered, the multicast relay control table is initialized. In this embodiment, the multicast relay apparatus 1000 creates a copy of the multicast relay control table in an adjacent apparatus (multicast router 2000 in this embodiment) in order to quickly restore the multicast relay control table. When the multicast relay apparatus 1000 recovers from the failure, the multicast relay apparatus 1000 recovers its own multicast relay control table based on a copy of the multicast relay control table created in the multicast router 2000.

具体的には、マルチキャスト中継装置1000は、各マルチキャスト受信者から送信されたIGMP加入要求/離脱要求メッセージ(矢印F215、矢印F216、矢印F217)に、マルチキャスト中継制御表の複製を生成するために用いられる情報(以下では、「付加情報」ともいう)を追加する。マルチキャスト中継装置1000は、IGMPスヌーピング処理に従い、付加情報が追加されたIGMP加入要求/離脱要求メッセージを、マルチキャストルータポート1001を介してマルチキャストルータ2000に中継する。   Specifically, the multicast relay apparatus 1000 is used to generate a copy of the multicast relay control table in the IGMP join request / leave request message (arrow F215, arrow F216, arrow F217) transmitted from each multicast receiver. Information (hereinafter, also referred to as “additional information”) is added. The multicast relay apparatus 1000 relays the IGMP join request / leave request message to which the additional information is added to the multicast router 2000 via the multicast router port 1001 according to the IGMP snooping process.

マルチキャストルータ2000は、付加情報が追加されたIGMP加入要求/離脱要求メッセージに基づいて、マルチキャスト中継装置1000のマルチキャストパケット中継制御表の複製である複製エントリ表T2430を作成する。なお、本明細書において「複製」とは、複製対象物の完全な複製だけでなく、複製対象物を元の状態に復元することができる情報を含むものも意味する。   The multicast router 2000 creates a duplicate entry table T2430 that is a duplicate of the multicast packet relay control table of the multicast relay apparatus 1000 based on the IGMP join request / leave request message to which the additional information is added. In this specification, “replication” means not only a complete replication of a replication target but also information including information that can restore the replication target to its original state.

マルチキャスト中継装置1000に障害が発生し、その後に障害から復旧すると、マルチキャスト中継装置1000におけるマルチキャスト中継制御表のエントリが初期化される。そこで、マルチキャスト中継装置1000は、障害から復旧した後に、マルチキャストルータ2000に対して、複製エントリ表T2430のエントリを要求する(矢印F218)。   When a failure occurs in the multicast relay device 1000 and then recovers from the failure, the multicast relay control table entry in the multicast relay device 1000 is initialized. Therefore, after the multicast relay apparatus 1000 recovers from the failure, it requests the multicast router 2000 for an entry in the replication entry table T2430 (arrow F218).

マルチキャストルータ2000は、マルチキャスト中継装置1000からの要求に対して、複製エントリ表T2430のエントリを速やかに応答する(矢印F219)。マルチキャスト中継装置1000は、応答された複製エントリ表T2430のエントリに基づいて、障害発生前のマルチキャストパケット中継制御表のエントリを再製する。   The multicast router 2000 promptly responds to the entry from the replication entry table T2430 in response to the request from the multicast relay apparatus 1000 (arrow F219). The multicast relay apparatus 1000 reproduces the entry in the multicast packet relay control table before the occurrence of the failure based on the entry of the response to the duplicate entry table T2430.

このようにすれば、障害発生前のマルチキャストパケット中継制御表のエントリを速やかに再製することができ、マルチキャスト通信を速やかに再開することができる。また、後述する比較例と比べて、マルチキャスト中継装置1000に応答されるIGMP加入要求メッセージも最小限に抑えることができるため、通信帯域の圧迫も軽減することができる。   In this way, entries in the multicast packet relay control table before the occurrence of a failure can be quickly recreated, and multicast communication can be resumed promptly. In addition, compared to a comparative example described later, since the IGMP join request message responding to the multicast relay apparatus 1000 can be suppressed to a minimum, the communication bandwidth can be reduced.

また、マルチキャストパケット中継制御表は、加入要求メッセージ又は離脱要求メッセージによって更新されるため、付加情報を加入要求メッセージ又は離脱要求メッセージに追加して中継すれば、マルチキャストパケット中継制御表の複製である複製エントリ表T2430の更新を、マルチキャストパケット中継制御表の更新と同期させることができる。以下では、各装置の構成及び動作の詳細について説明する。   Further, since the multicast packet relay control table is updated by the join request message or the leave request message, if the additional information is added to the join request message or the leave request message and relayed, a copy that is a duplicate of the multicast packet relay control table The update of the entry table T2430 can be synchronized with the update of the multicast packet relay control table. Below, the structure and operation | movement detail of each apparatus are demonstrated.

A2.各装置の構成:
図3は、マルチキャスト中継装置1000の内部構成を示す説明図である。マルチキャスト中継装置1000は、装置構成定義部1200と、IGMPスヌーピング処理部1100と、マルチキャストパケット中継処理部1300と、4つのポート1001,1002,1003,1004とを備えている。なお、マルチキャスト中継装置1000は、図示しないCPUや、ROM、RAM等を備えており、RAMに展開されたプログラムをCPUが読み込んで実行することにより、内部に示された機能を実行することができる。以下に説明する他の装置においても同様である。
A2. Configuration of each device:
FIG. 3 is an explanatory diagram showing the internal configuration of the multicast relay apparatus 1000. The multicast relay apparatus 1000 includes a device configuration definition unit 1200, an IGMP snooping processing unit 1100, a multicast packet relay processing unit 1300, and four ports 1001, 1002, 1003, and 1004. The multicast relay apparatus 1000 includes a CPU (not shown), a ROM, a RAM, and the like, and the CPU can read and execute a program expanded in the RAM, thereby executing the functions indicated therein. . The same applies to other devices described below.

装置構成定義部1200は、VLAN情報D1210と、IGMPスヌーピング情報D1220とを格納している。装置構成定義部1200に格納されたVLAN情報D1210及びIGMPスヌーピング情報D1220は、外部から設定することが可能である。   The device configuration definition unit 1200 stores VLAN information D1210 and IGMP snooping information D1220. The VLAN information D1210 and the IGMP snooping information D1220 stored in the device configuration definition unit 1200 can be set from the outside.

VLAN情報D1210には、マルチキャスト中継装置1000に設定されているVLANの名称であるVLAN名称と、当該VLANに設定されているIPアドレスと、当該VLANに属するポート情報とが含まれる。なお、VLAN名称は、VLANを識別するためのものであるため、VLAN番号等のように、VLANが識別できるものであればよい。   The VLAN information D1210 includes a VLAN name that is a VLAN name set in the multicast relay apparatus 1000, an IP address set in the VLAN, and port information belonging to the VLAN. Since the VLAN name is for identifying the VLAN, it may be anything that can identify the VLAN, such as a VLAN number.

IGMPスヌーピング情報D1220には、IGMPスヌーピング機能が使用されるVLANのVLAN名称と、マルチキャストルータポート情報と、複製エントリ表の作成対象(以下では、「複製エントリ対象」ともいう)のVLANであるか否かを判定するための複製エントリ情報とが含まれる。   The IGMP snooping information D1220 includes a VLAN name of the VLAN in which the IGMP snooping function is used, multicast router port information, and a VLAN for which a replication entry table is created (hereinafter also referred to as a “duplication entry target”). And duplicate entry information for determining whether or not.

IGMPスヌーピング処理部1100は、IGMPスヌーピング機能を実現するための処理部であり、VLAN管理部1110と、制御パケット送受信処理部1120と、IGMPスヌーピングエントリ生成部1130とを備えている。制御パケット送受信処理部1120の内部には、マルチキャストルータ2000に中継されるIGMP加入要求/離脱要求メッセージに付加情報を追加する付加情報処理部が設けられている。エントリ生成部1130は、IGMPスヌーピング機能を実現するためのエントリ管理表T1131(中継制御情報)を生成する。   The IGMP snooping processing unit 1100 is a processing unit for realizing the IGMP snooping function, and includes a VLAN management unit 1110, a control packet transmission / reception processing unit 1120, and an IGMP snooping entry generation unit 1130. Inside the control packet transmission / reception processing unit 1120 is provided an additional information processing unit for adding additional information to the IGMP join request / leaving request message relayed to the multicast router 2000. The entry generation unit 1130 generates an entry management table T1131 (relay control information) for realizing the IGMP snooping function.

マルチキャストパケット中継処理部1300は、マルチキャストパケットの中継処理及びIGMP制御パケット(IGMP加入要求/離脱要求メッセージ)の受信処理を行う。マルチキャストパケット中継処理部1300は、VLAN登録票T1310と、マルチキャストパケット中継制御表T1320とを備えている。   The multicast packet relay processing unit 1300 performs multicast packet relay processing and IGMP control packet (IGMP join request / leave request message) reception processing. The multicast packet relay processing unit 1300 includes a VLAN registration slip T1310 and a multicast packet relay control table T1320.

装置構成定義部1200に対してVLAN情報D1210及びIGMPスヌーピング情報D1220が外部から設定されると、IGMPスヌーピング処理部1100は、装置構成定義部1200からVLAN情報D1210及びIGMPスヌーピング情報D1220を取得し(矢印F300,矢印F301)、VLAN管理部1110内のVLAN管理表T1111に登録する。   When the VLAN information D1210 and the IGMP snooping information D1220 are externally set for the device configuration definition unit 1200, the IGMP snooping processing unit 1100 acquires the VLAN information D1210 and the IGMP snooping information D1220 from the device configuration definition unit 1200 (arrows) F300, arrow F301), and is registered in the VLAN management table T1111 in the VLAN management unit 1110.

VLAN情報D1210及びIGMPスヌーピング情報D1220がVLAN管理表T1111に登録されると、IGMPスヌーピング処理部1100は、マルチキャストパケット中継処理部1300に対して、VLAN管理表T1111の内容を通知し、マルチキャストパケット中継処理部1300内のVLAN登録表T1310に登録する(矢印F302)。すなわち、VLAN登録票T1310の内容は、VLAN管理表T1111の内容と同じである。   When the VLAN information D1210 and the IGMP snooping information D1220 are registered in the VLAN management table T1111, the IGMP snooping processing unit 1100 notifies the multicast packet relay processing unit 1300 of the contents of the VLAN management table T1111 and performs multicast packet relay processing. Registered in the VLAN registration table T1310 in the unit 1300 (arrow F302). That is, the contents of the VLAN registration slip T1310 are the same as the contents of the VLAN management table T1111.

マルチキャストパケット中継処理部1300は、VLAN登録表T1310に登録されているVLANから、IGMP制御パケット(IGMP加入要求/離脱要求/問い合わせメッセージ)を受信すると、当該IGMP制御パケットを、IGMPスヌーピング処理部1100内の制御パケット送受信処理部1120に通知する。   When the multicast packet relay processing unit 1300 receives an IGMP control packet (IGMP join request / leaving request / inquiry message) from the VLAN registered in the VLAN registration table T1310, the multicast packet relay processing unit 1300 stores the IGMP control packet in the IGMP snooping processing unit 1100. The control packet transmission / reception processing unit 1120 is notified.

なお、装置構成定義部1200のIGMPスヌーピング情報D1220が更新され、VLAN管理表T1111にIGMPスヌーピング機能を使用するVLANが新たに追加された場合は、IGMPスヌーピング処理部1100は、マルチキャストパケット中継処理部1300に対して、当該追加されたVLANを通知し、マルチキャストパケット中継処理部1300内のVLAN登録表T1310に登録する(矢印F302)。   When the IGMP snooping information D1220 of the device configuration definition unit 1200 is updated and a VLAN that uses the IGMP snooping function is newly added to the VLAN management table T1111, the IGMP snooping processing unit 1100 includes the multicast packet relay processing unit 1300. Is notified of the added VLAN and registered in the VLAN registration table T1310 in the multicast packet relay processing unit 1300 (arrow F302).

この場合にも、マルチキャストパケット中継処理部1300は、当該追加されたVLANからIGMP制御パケットを受信すると、当該IGMP制御パケットをIGMPスヌーピング処理部1100内の制御パケット送受信処理部1120に通知する。IGMPスヌーピング処理部1100における処理については後述する。   Also in this case, when receiving the IGMP control packet from the added VLAN, the multicast packet relay processing unit 1300 notifies the control packet transmission / reception processing unit 1120 in the IGMP snooping processing unit 1100 of the IGMP control packet. The processing in the IGMP snooping processing unit 1100 will be described later.

図4は、マルチキャスト中継装置1000に設定された各種情報及びテーブルの内容を示す説明図である。図4(A)は、VLAN情報D1210の一例を示す説明図である。VLAN情報D1210には、マルチキャスト中継装置1000に設定されているVLANに関する情報が設定される。このVLAN情報D1210には、VLAN名称と、IPアドレスと、ポート情報とが含まれる。この図4(A)に示した例では、VLAN情報D1210のVLAN名称フィールド1211には「VLAN101」が設定され、IPアドレスフィールド1212にはVLAN101に設定されたアドレスである「IP_addr1」が設定され、ポート情報フィールド1213にはVLAN101に属するポートである「1001,1002,1003,1004」が設定されている。   FIG. 4 is an explanatory diagram showing various information set in the multicast relay apparatus 1000 and the contents of the table. FIG. 4A is an explanatory diagram showing an example of the VLAN information D1210. In the VLAN information D1210, information related to the VLAN set in the multicast relay apparatus 1000 is set. The VLAN information D1210 includes a VLAN name, an IP address, and port information. In the example shown in FIG. 4A, “VLAN101” is set in the VLAN name field 1211 of the VLAN information D1210, “IP_addr1” that is the address set in the VLAN 101 is set in the IP address field 1212, In the port information field 1213, “1001, 1002, 1003, 1004” which are ports belonging to the VLAN 101 are set.

図4(B)は、IGMPスヌーピング情報D1220の一例を示す説明図である。IGMPスヌーピング情報D1220には、IGMPスヌーピングを使用するVLANの情報が設定される。このIGMPスヌーピング情報D1220には、VLAN名称と、マルチキャストルータポートと、複製エントリ情報とが含まれる。この図4(B)に示した例では、VLAN名称フィールド1221には「VLAN101」が設定され、マルチキャストルータポートフィールド1222にはマルチキャストルータ2000が接続されているポートである「1001」が設定され、複製エントリ情報フィールド1223には、複製エントリ対象であることを示す「YES」が設定されている。   FIG. 4B is an explanatory diagram showing an example of IGMP snooping information D1220. In the IGMP snooping information D1220, information on a VLAN that uses IGMP snooping is set. The IGMP snooping information D1220 includes a VLAN name, a multicast router port, and copy entry information. In the example shown in FIG. 4B, “VLAN101” is set in the VLAN name field 1221, and “1001” that is the port to which the multicast router 2000 is connected is set in the multicast router port field 1222. In the duplicate entry information field 1223, “YES” indicating that it is a duplicate entry target is set.

図4(C)は、VLAN管理表T1111の一例を示す説明図である。VLAN管理表T1111は、VLAN情報D1210及びIGMPスヌーピング情報D1220に基づいて作成される。この図4(C)に示した例では、VLAN名称フィールド1112には「VLAN101」が設定され、IPアドレスフィールド1113には「IP_addr1」が設定され、ポート情報フィールド1114には「1001,1002,1003,1004」が設定され、マルチキャストルータポートフィールド1115には「1001」が設定され、複製エントリ情報フィールド1223には、「YES」が設定されている。   FIG. 4C is an explanatory diagram showing an example of the VLAN management table T1111. The VLAN management table T1111 is created based on the VLAN information D1210 and the IGMP snooping information D1220. In the example shown in FIG. 4C, “VLAN101” is set in the VLAN name field 1112, “IP_addr1” is set in the IP address field 1113, and “1001, 1002, 1003” are set in the port information field 1114. , 1004 ”,“ 1001 ”is set in the multicast router port field 1115, and“ YES ”is set in the duplicate entry information field 1223.

図4(D)は、エントリ管理表T1131の一例を示す説明図である。エントリ管理表T1131には、VLAN名称と、マルチキャストグループアドレスと、ポート情報とが含まれている。この図4(D)に示した例では、VLAN名称フィールド11311には「VLAN101」が設定され、マルチキャストグループアドレスフィールド11312には「G1」が設定され、ポート情報フィールド11313には「1004」が設定されている。この場合には、マルチキャストパケット中継処理部1300は、マルチキャストグループアドレス「G1」宛てのマルチキャストパケットを、ポート1004に接続されているマルチキャスト受信者40にのみ中継する。   FIG. 4D is an explanatory diagram showing an example of the entry management table T1131. The entry management table T1131 includes a VLAN name, a multicast group address, and port information. In the example shown in FIG. 4D, “VLAN101” is set in the VLAN name field 11311, “G1” is set in the multicast group address field 11312, and “1004” is set in the port information field 11313. Has been. In this case, the multicast packet relay processing unit 1300 relays the multicast packet addressed to the multicast group address “G1” only to the multicast receiver 40 connected to the port 1004.

図5は、マルチキャストルータ2000の内部構成を示す説明図である。マルチキャストルータ2000は、装置構成定義部2100と、マルチキャストプロトコル処理部2200と、マルチキャストパケット中継処理部2300と、複製エントリ処理部2400とを備えている。   FIG. 5 is an explanatory diagram showing the internal configuration of the multicast router 2000. The multicast router 2000 includes an apparatus configuration definition unit 2100, a multicast protocol processing unit 2200, a multicast packet relay processing unit 2300, and a duplicate entry processing unit 2400.

装置構成定義部2100は、マルチキャスト情報D2110と、複製エントリ生成情報D2120とを格納している。装置構成定義部2100に格納されたマルチキャスト情報D2110及び複製エントリ生成情報D2120は、外部から設定することが可能である。   The device configuration definition unit 2100 stores multicast information D2110 and duplicate entry generation information D2120. The multicast information D2110 and the duplicate entry creation information D2120 stored in the device configuration definition unit 2100 can be set from the outside.

複製エントリ生成情報D2120には、複製エントリ表T2430を生成する対象となるVLANのVLAN名称と、複製エントリ対象であるマルチキャスト中継装置のVLANに設定されたIPアドレスと、複製エントリ対象であるマルチキャスト中継装置が接続されているポート情報とが含まれる。   The duplicate entry creation information D2120 includes the VLAN name of the VLAN for which the duplicate entry table T2430 is to be created, the IP address set in the VLAN of the multicast relay device that is the duplicate entry target, and the multicast relay device that is the duplicate entry target. And port information to which is connected.

マルチキャストプロトコル処理部2200は、装置構成定義部2100に格納されているマルチキャスト情報D2110から、マルチキャストを使用するVLAN情報を取得し、当該VLAN情報をマルチキャストパケット中継処理部2300内のVLAN登録表T2310に登録する。これにより、マルチキャストパケット中継処理部2300は、当該VLANからIGMP制御パケットを受信すると、当該IGMP制御パケットを、マルチキャストプロトコル処理部2200に通知する。   The multicast protocol processing unit 2200 acquires VLAN information using multicast from the multicast information D2110 stored in the device configuration definition unit 2100, and registers the VLAN information in the VLAN registration table T2310 in the multicast packet relay processing unit 2300. To do. Thus, when receiving the IGMP control packet from the VLAN, the multicast packet relay processing unit 2300 notifies the multicast protocol processing unit 2200 of the IGMP control packet.

複製エントリ処理部2400は、複製エントリ管理表T2410と、制御パケット送受信処理部2420と、複製エントリ表T2430とを備えている。複製エントリ処理部2400は、装置構成定義部2100から複製エントリ生成情報D2120を取得し、複製エントリ管理表T2410に登録する(矢印F316)。したがって、複製エントリ管理表T2410の内容は、複製エントリ生成情報D2120の内容と同じである。   The duplicate entry processing unit 2400 includes a duplicate entry management table T2410, a control packet transmission / reception processing unit 2420, and a duplicate entry table T2430. The replication entry processing unit 2400 acquires the replication entry generation information D2120 from the device configuration definition unit 2100 and registers it in the replication entry management table T2410 (arrow F316). Therefore, the contents of the duplicate entry management table T2410 are the same as the contents of the duplicate entry generation information D2120.

複製エントリ処理部2400は、複製エントリ生成情報D2120から、複製エントリ対象のVLANを取得すると、取得したVLANをマルチキャストパケット中継処理部2300内のVLAN登録表T2310に登録する(矢印F317)。   When the replication entry processing unit 2400 acquires the VLAN to be replicated entry from the replication entry generation information D2120, the replication entry processing unit 2400 registers the acquired VLAN in the VLAN registration table T2310 in the multicast packet relay processing unit 2300 (arrow F317).

マルチキャストパケット中継処理部2300は、VLAN登録表T2310に登録されているVLANから、IGMP加入要求/離脱要求メッセージを受信すると、複製エントリ処理部2400に通知する。IGMP加入要求/離脱要求メッセージを受信した場合における複製エントリ処理部2400の処理については、後述する。   When the multicast packet relay processing unit 2300 receives the IGMP join request / leave request message from the VLAN registered in the VLAN registration table T2310, it notifies the duplicate entry processing unit 2400. The process of the duplicate entry processing unit 2400 when the IGMP join request / leave request message is received will be described later.

マルチキャストパケット中継処理部2300は、ポート2002からIGMP加入要求メッセージを受信すると、当該IGMP加入要求メッセージを、マルチキャストプロトコル処理部2200に通知する(矢印F201)。   When receiving the IGMP join request message from the port 2002, the multicast packet relay processing unit 2300 notifies the multicast protocol processing unit 2200 of the IGMP join request message (arrow F201).

マルチキャストプロトコル処理部2200は、IGMP加入要求メッセージの通知を受けると、マルチキャスト経路計算を行う。マルチキャストプロトコル処理部2200は、算出したマルチキャスト経路をマルチキャストパケット中継制御表T2320に登録する。これにより、マルチキャストパケット中継処理部2300は、マルチキャストパケットをVLAN100からVLAN101に中継することができる(矢印F101)。ここでのマルチキャスト経路の作成処理については説明を省略する。   When receiving the notification of the IGMP join request message, the multicast protocol processing unit 2200 performs multicast route calculation. The multicast protocol processing unit 2200 registers the calculated multicast route in the multicast packet relay control table T2320. Thereby, the multicast packet relay processing unit 2300 can relay the multicast packet from the VLAN 100 to the VLAN 101 (arrow F101). A description of the multicast route creation processing here is omitted.

以上の処理により、マルチキャスト送信者10から配信されたマルチキャストパケットは、マルチキャストルータ2000及びマルチキャスト中継装置1000に中継され、マルチキャスト中継装置1000のマルチキャストパケット中継制御表1320に登録されたIGMPスヌーピングエントリによって、IGMP加入要求メッセージを送信したマルチキャスト受信者のみに中継されることとなる。   Through the above processing, the multicast packet distributed from the multicast sender 10 is relayed to the multicast router 2000 and the multicast relay apparatus 1000, and the IGMP snooping entry registered in the multicast packet relay control table 1320 of the multicast relay apparatus 1000 uses the IGMP packet. It will be relayed only to the multicast receiver that sent the join request message.

図6は、マルチキャストルータ2000に設定された各種情報及びテーブルの内容を示す説明図である。図6(A)は、複製エントリ生成情報D2120の一例を示す説明図である。この図6に示した例では、複製エントリ生成情報D2120のVLAN名称フィールド2121には複製エントリ対象のVLANである「VLAN101」が設定され、IPアドレスフィールド2122には複製エントリ対象のマルチキャスト中継装置1000のVLAN101に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド2123には複製エントリ対象のマルチキャスト中継装置1000が接続されているポートである「2002」が設定されている。   FIG. 6 is an explanatory diagram showing various information set in the multicast router 2000 and the contents of the table. FIG. 6A is an explanatory diagram showing an example of the duplicate entry generation information D2120. In the example shown in FIG. 6, “VLAN101”, which is the VLAN targeted for replication entry, is set in the VLAN name field 2121 of the replication entry generation information D2120, and the multicast relay device 1000 of the replication entry target in the IP address field 2122. “IP_addr1” that is an IP address set in the VLAN 101 is set, and “2002” that is a port to which the multicast relay apparatus 1000 that is a replication entry target is connected is set in the port information field 2123.

図6(B)は、複製エントリ管理表T2410の一例を示す説明図である。複製エントリ管理表T2410の内容は、上述した複製エントリ生成情報D2120と同じ内容である。   FIG. 6B is an explanatory diagram showing an example of the duplicate entry management table T2410. The contents of the duplicate entry management table T2410 are the same as the contents of the duplicate entry generation information D2120 described above.

図6(C)は、複製エントリ表T2430の一例を示す説明図である。この図6(C)に示した例では、VLAN名称フィールド2431には「VLAN101」が設定され、IPアドレスフィールド2432にはマルチキャスト中継装置1000のVLAN101に設定されたIPアドレスである「IP_addr1」が設定されている。マルチキャストグループアドレスフィールド2433には受信者40が加入したマルチキャストグループのマルチキャストグループアドレスである「G1」が設定され、ポート情報フィールド2434にはIGMP加入要求メッセージの付加情報から取得されたマルチキャスト中継装置1000のポートである「1004」が設定されている。なお、複製エントリ表T2430の作成方法及び利用方法については後述する。   FIG. 6C is an explanatory diagram showing an example of the replication entry table T2430. In the example shown in FIG. 6C, “VLAN101” is set in the VLAN name field 2431, and “IP_addr1” that is the IP address set in the VLAN 101 of the multicast relay apparatus 1000 is set in the IP address field 2432. Has been. In the multicast group address field 2433, “G1” which is the multicast group address of the multicast group to which the receiver 40 has joined is set, and in the port information field 2434, the multicast relay device 1000 acquired from the additional information of the IGMP join request message. The port “1004” is set. A method for creating and using the duplicate entry table T2430 will be described later.

後述するように、マルチキャスト中継装置1000は、付加情報が追加されたIGMP加入要求/離脱要求メッセージを、マルチキャストルータポートに中継する。したがって、マルチキャストルータ2000は、マルチキャスト中継装置1000の中継制御情報(エントリ管理表T1131の内容)と同じ内容の中継制御情報(複製エントリ表T2430の内容)を作成することができる。   As will be described later, the multicast relay apparatus 1000 relays the IGMP join request / leave request message to which the additional information is added to the multicast router port. Therefore, the multicast router 2000 can create relay control information (contents of the duplicate entry table T2430) having the same content as the relay control information (contents of the entry management table T1131) of the multicast relay device 1000.

A3.マルチキャスト中継装置1000におけるエントリ管理表T1131の更新処理:
マルチキャスト中継装置1000は、IGMP制御パケットのうち、IGMP加入要求メッセージ又はIGMP離脱要求メッセージを受信すると、エントリ管理表T1131の更新処理(中継制御情報の更新処理)を行なう。以下では、エントリ管理表T1131の更新処理について説明する。
A3. Update processing of entry management table T1131 in multicast relay apparatus 1000:
When the multicast relay apparatus 1000 receives an IGMP join request message or an IGMP leave request message in the IGMP control packet, the multicast relay apparatus 1000 performs an update process of the entry management table T1131 (relay control information update process). Hereinafter, update processing of the entry management table T1131 will be described.

図7は、マルチキャスト中継装置1000がIGMP加入要求メッセージを受信した場合における処理を示すフローチャートである。マルチキャスト中継装置1000がマルチキャスト受信者からIGMP加入要求メッセージを受信すると(ステップS6100)、制御パケット送受信処理部1120は、当該IGMP加入要求メッセージを解析し、マルチキャストグループアドレス及び受信ポートを取得する(ステップS6101)。取得されたマルチキャストグループアドレス及び受信ポートは、エントリ生成部1130に通知される。   FIG. 7 is a flowchart illustrating processing when the multicast relay apparatus 1000 receives an IGMP join request message. When the multicast relay apparatus 1000 receives an IGMP join request message from a multicast receiver (step S6100), the control packet transmission / reception processing unit 1120 analyzes the IGMP join request message and acquires a multicast group address and a reception port (step S6101). ). The acquired multicast group address and reception port are notified to the entry generation unit 1130.

エントリ生成部1130は、取得されたマルチキャストグループアドレスをキーとしてエントリ管理表T1131を検索し(ステップS6102)、当該マルチキャストグループアドレスに一致するエントリが存在するか否かを判定する(ステップS6103)。   The entry generation unit 1130 searches the entry management table T1131 using the acquired multicast group address as a key (step S6102), and determines whether there is an entry that matches the multicast group address (step S6103).

エントリ生成部1130は、取得されたマルチキャストグループアドレスに一致するエントリが存在した場合(ステップS6103:Yes)は、取得されたポートが当該エントリに既に登録済みか否かを判定する。(ステップS6105)。   If there is an entry that matches the acquired multicast group address (step S6103: Yes), the entry generation unit 1130 determines whether the acquired port has already been registered in the entry. (Step S6105).

当該ポートが既に登録済みであった場合(ステップS6105:Yes)は、エントリ生成部1130は、処理を終了する(ステップS6108)。当該ポートが登録済みでない場合は、エントリ生成部1130は、当該ポートを、当該エントリのポート情報フィールド11313に追加する(ステップS6106)。   If the port has already been registered (step S6105: Yes), the entry generation unit 1130 ends the process (step S6108). If the port is not registered, the entry generation unit 1130 adds the port to the port information field 11313 of the entry (step S6106).

一方、取得されたマルチキャストグループアドレスに一致するエントリが存在しなかった場合(ステップS6103:No)は、エントリ生成部1130は、取得されたマルチキャストグループのエントリをエントリ管理表T1131に新規作成し(ステップS6104)、取得されたポートをエントリ管理表1131のポート情報フィールド11313に登録する(ステップS6106)。   On the other hand, when there is no entry that matches the acquired multicast group address (step S6103: No), the entry generation unit 1130 newly creates an entry of the acquired multicast group in the entry management table T1131 (step S6103). In step S6104, the acquired port is registered in the port information field 11313 of the entry management table 1131 (step S6106).

以上のようにしてエントリ管理表T1131が更新されると、エントリ生成部1130は、更新されたエントリを、マルチキャストパケット中継処理部1300に通知する(ステップS6107)。   When the entry management table T1131 is updated as described above, the entry generation unit 1130 notifies the multicast packet relay processing unit 1300 of the updated entry (step S6107).

図8は、マルチキャスト中継装置1000がIGMP離脱要求メッセージを受信した場合における処理を示すフローチャートである。マルチキャスト中継装置1000がマルチキャスト受信者からIGMP離脱要求メッセージを受信すると(ステップS6200)、制御パケット送受信処理部1120は、当該IGMP離脱要求メッセージを解析し、マルチキャストグループアドレス及び受信ポートを取得する(ステップS6201)。   FIG. 8 is a flowchart showing processing when the multicast relay apparatus 1000 receives an IGMP leave request message. When the multicast relay apparatus 1000 receives an IGMP leave request message from a multicast receiver (step S6200), the control packet transmission / reception processing unit 1120 analyzes the IGMP leave request message and acquires a multicast group address and a reception port (step S6201). ).

エントリ生成部1130は、取得されたマルチキャストグループアドレスをキーとしてエントリ管理表T1131を検索し(ステップS6202)、当該されたマルチキャストグループアドレスに一致するエントリが存在するか否かを判定する(ステップS6203)。   The entry generation unit 1130 searches the entry management table T1131 using the acquired multicast group address as a key (step S6202), and determines whether there is an entry that matches the multicast group address (step S6203). .

取得されたマルチキャストグループアドレスに一致するエントリが存在しなかった場合(ステップS6203:No)は、エントリ生成部1130は、処理を終了する(ステップS6204)。一方、取得されたマルチキャストグループアドレスに一致するエントリが存在した場合(ステップS6203:Yes)は、エントリ生成部1130は、取得されたポートが登録されているか否かを判定する(ステップS6205)。当該ポートが登録されていなかった場合(ステップS6205:No)は、エントリ生成部1130は、処理を終了する(ステップS6206)。   If there is no entry that matches the acquired multicast group address (step S6203: No), the entry generation unit 1130 ends the process (step S6204). On the other hand, when there is an entry that matches the acquired multicast group address (step S6203: Yes), the entry generation unit 1130 determines whether or not the acquired port is registered (step S6205). If the port is not registered (step S6205: NO), the entry generating unit 1130 ends the process (step S6206).

一方、当該ポートが登録されていた場合(ステップS6205:Yes)は、エントリ生成部1130は、当該ポートが最後のポートか否かを判定する(ステップS6207)。当該ポートが最後のポートの場合(ステップS6207:Yes)は、エントリ管理表T1131から当該マルチキャストグループアドレスのエントリ自体を削除する(ステップS6208)。当該ポートが最後のポートでなかった場合(ステップS6207:No)は、当該エントリのポート情報フィールド11313から、当該ポートを削除する(ステップS6209)。   On the other hand, when the port is registered (step S6205: Yes), the entry generation unit 1130 determines whether the port is the last port (step S6207). When the port is the last port (step S6207: Yes), the entry itself of the multicast group address is deleted from the entry management table T1131 (step S6208). If the port is not the last port (step S6207: No), the port is deleted from the port information field 11313 of the entry (step S6209).

以上のようにしてエントリ管理表1131が更新されると、エントリ生成部1130は、更新されたエントリをマルチキャストパケット中継処理部1300に通知する(ステップS6210)。   When the entry management table 1131 is updated as described above, the entry generation unit 1130 notifies the updated entry to the multicast packet relay processing unit 1300 (step S6210).

以上説明したマルチキャスト中継装置1000におけるIGMP加入要求/離脱要求メッセージの受信処理について、具体例を挙げて説明する。   The reception processing of the IGMP join request / leave request message in the multicast relay apparatus 1000 described above will be described with a specific example.

図9は、マルチキャスト中継装置1000がマルチキャスト受信者40からIGMP加入要求メッセージを受信した場合における処理の流れを示す説明図である。このとき、マルチキャスト受信者40が加入を要求するマルチキャストグループのマルチキャストグループアドレスは、「G1」とする。   FIG. 9 is an explanatory diagram showing a flow of processing when the multicast relay apparatus 1000 receives an IGMP join request message from the multicast receiver 40. At this time, the multicast group address of the multicast group that the multicast receiver 40 requests to join is “G1”.

マルチキャスト受信者40がIGMP加入要求メッセージを送信すると、マルチキャスト中継装置1000は、マルチキャスト受信者40が接続されているポート1004から当該IGMP加入要求メッセージを受信する(矢印F200)。マルチキャストパケット中継処理部1300のVLAN登録票T1310にはVLAN101が登録されているため、VLAN101から受信されたIGMP加入要求メッセージは、IGMPスヌーピング処理部1100内の制御パケット送受信処理部1120に通知される(矢印F200)。   When the multicast receiver 40 transmits the IGMP join request message, the multicast relay apparatus 1000 receives the IGMP join request message from the port 1004 to which the multicast receiver 40 is connected (arrow F200). Since the VLAN 101 is registered in the VLAN registration slip T1310 of the multicast packet relay processing unit 1300, the IGMP join request message received from the VLAN 101 is notified to the control packet transmission / reception processing unit 1120 in the IGMP snooping processing unit 1100 ( Arrow F200).

制御パケット送受信処理部1120は、通知されたIGMP加入要求メッセージを解析し、マルチキャストグループアドレスと受信ポートを取得する。制御パケット送受信処理部1120は、取得したマルチキャストグループアドレスと、取得した受信ポートと、当該IGMP加入要求メッセージを受信したVLANのVLAN名称を、エントリ生成部1130に通知する(矢印F303)。   The control packet transmission / reception processing unit 1120 analyzes the notified IGMP join request message and acquires a multicast group address and a reception port. The control packet transmission / reception processing unit 1120 notifies the entry generation unit 1130 of the acquired multicast group address, the acquired reception port, and the VLAN name of the VLAN that received the IGMP join request message (arrow F303).

エントリ生成部1130は、通知されたマルチキャストグループアドレスと、受信ポートと、VLAN名称を、エントリ管理表T1131に登録する。エントリ生成部1130は、エントリ管理表T1131に登録されたVLAN名称と、マルチキャストグループアドレスと、受信ポートをマルチキャストパケット中継処理部1300に通知し(矢印F304)、通知した内容をマルチキャストパケット中継制御表T1320に登録する。   The entry generation unit 1130 registers the notified multicast group address, reception port, and VLAN name in the entry management table T1131. The entry generating unit 1130 notifies the multicast packet relay processing unit 1300 of the VLAN name, the multicast group address, and the reception port registered in the entry management table T1131 (arrow F304), and the notified content is the multicast packet relay control table T1320. Register with.

以上の処理により、マルチキャストパケット中継処理部1300は、マルチキャストパケット中継制御表T1320に登録されたVLANからマルチキャストパケットを受信すると、登録されたマルチキャストグループアドレスに一致するマルチキャストパケットを、マルチキャストパケット中継制御表T1320の当該エントリに登録されたポートのみに中継する(矢印F101)。   Through the above processing, when the multicast packet relay processing unit 1300 receives a multicast packet from the VLAN registered in the multicast packet relay control table T1320, the multicast packet relay control table T1320 selects a multicast packet that matches the registered multicast group address. Relay to only the port registered in the entry (arrow F101).

図10は、エントリ管理表T1131が更新される様子を示す説明図である。図10(A)は、マルチキャスト受信者40が接続されているポート1004から、IGMP加入要求メッセージを受信した場合におけるエントリ管理表T1131を示している。図10(A)に示すように、エントリ管理表T1131のVLAN名称フィールド11311には「VLAN101」が登録されており、マルチキャストグループアドレスフィールド11312には「G1」が登録されており、ポート情報フィールド11313にはマルチキャスト受信者40が接続されているポートである「1004」が登録されている。   FIG. 10 is an explanatory diagram showing how the entry management table T1131 is updated. FIG. 10A shows the entry management table T1131 when an IGMP join request message is received from the port 1004 to which the multicast receiver 40 is connected. As shown in FIG. 10A, “VLAN101” is registered in the VLAN name field 11311 of the entry management table T1131, “G1” is registered in the multicast group address field 11312, and the port information field 11313 is registered. Is registered with “1004”, which is a port to which the multicast receiver 40 is connected.

図10(B)〜図10(D)は、マルチキャスト中継装置1000がIGMP加入要求メッセージ又はIGMP離脱要求メッセージをさらに受信した場合におけるエントリ管理表T1131を示している。詳細については後述する。   FIGS. 10B to 10D show the entry management table T1131 when the multicast relay apparatus 1000 further receives an IGMP join request message or an IGMP leave request message. Details will be described later.

次に、マルチキャスト中継装置1000が、同じマルチキャストグループアドレス「G1」に対するIGMP加入要求メッセージを別のポートから受信した場合の処理について説明する。   Next, processing when multicast relay apparatus 1000 receives an IGMP join request message for the same multicast group address “G1” from another port will be described.

図11は、マルチキャスト中継装置1000がマルチキャスト受信者30からIGMP加入要求メッセージを受信した場合における処理の流れを示す説明図である。マルチキャスト中継装置1000は、マルチキャスト受信者30が接続されているポート1003からIGMP加入要求メッセージを受信すると、上述した場合と同様に、受信したIGMP加入要求メッセージに基づいて、エントリ管理表T1131の更新を行う。   FIG. 11 is an explanatory diagram showing the flow of processing when the multicast relay apparatus 1000 receives an IGMP join request message from the multicast receiver 30. When receiving the IGMP join request message from the port 1003 to which the multicast receiver 30 is connected, the multicast relay apparatus 1000 updates the entry management table T1131 based on the received IGMP join request message as described above. Do.

具体的には、制御パケット送受信処理部1120は、受信したIGMP加入要求メッセージを解析し、マルチキャストグループアドレスと、受信ポートを取得する(矢印F202)。制御パケット送受信処理部1120は、取得したマルチキャストグループアドレスと、取得した受信ポート番号と、当該IGMP加入要求メッセージを受信したVLANのVLAN名称を、エントリ生成部1130に通知する(矢印F305)。   Specifically, the control packet transmission / reception processing unit 1120 analyzes the received IGMP join request message, and acquires a multicast group address and a reception port (arrow F202). The control packet transmission / reception processing unit 1120 notifies the entry generation unit 1130 of the acquired multicast group address, the acquired reception port number, and the VLAN name of the VLAN that received the IGMP join request message (arrow F305).

エントリ生成部1130は、取得したマルチキャストグループアドレスをキーとしてエントリ管理表T1131を検索し、同じマルチキャストグループアドレスが当該VLANにおいて登録されているか判定する。この図11に示す例では、既にポート1004からのIGMP加入要求メッセージを受信した場合において当該マルチキャストグループアドレスがエントリ管理表T1131に登録されているので、エントリ生成部1130は、取得された受信ポートである「1003」を当該マルチキャストグループアドレスにおけるポート情報フィールド11313に追加する。   The entry generation unit 1130 searches the entry management table T1131 using the acquired multicast group address as a key, and determines whether the same multicast group address is registered in the VLAN. In the example shown in FIG. 11, since the multicast group address is registered in the entry management table T1131 when the IGMP join request message from the port 1004 has already been received, the entry generation unit 1130 uses the acquired reception port. A certain “1003” is added to the port information field 11313 in the multicast group address.

エントリ生成部1130は、更新されたエントリ管理表T1131のエントリを、マルチキャストパケット中継処理部1300に通知し、マルチキャストパケット中継制御表1320に登録する(矢印F306)。   The entry generation unit 1130 notifies the multicast packet relay processing unit 1300 of the updated entry management table T1131 entry and registers it in the multicast packet relay control table 1320 (arrow F306).

以上のようにしてエントリ管理表T1131が更新されると、当該マルチキャストグループ宛のマルチキャストパケットは、ポート1003,1004に中継されることになる(矢印F101)。更新されたエントリ管理表T1131を図10(B)に示す。ポート情報フィールド11313には、取得した受信ポートである「1003」が追加されている。   When the entry management table T1131 is updated as described above, the multicast packet addressed to the multicast group is relayed to the ports 1003 and 1004 (arrow F101). The updated entry management table T1131 is shown in FIG. In the port information field 11313, “1003” which is the acquired reception port is added.

次に、マルチキャスト中継装置1000がマルチキャスト受信者からIGMP離脱要求メッセージを受信した場合におけるエントリ管理表1131の更新処理について説明する。   Next, update processing of the entry management table 1131 when the multicast relay apparatus 1000 receives an IGMP leave request message from a multicast receiver will be described.

図12は、マルチキャスト中継装置1000がマルチキャスト受信者30からIGMP離脱要求メッセージを受信した場合における処理の流れを示す説明図である。マルチキャスト中継装置1000がIGMP離脱要求メッセージを受信する前の状態では、ポート1003,1004にマルチキャスト受信者30,40が存在するので、マルチキャストパケットは、ポート1003,1004に中継される。   FIG. 12 is an explanatory diagram showing the flow of processing when the multicast relay apparatus 1000 receives an IGMP leave request message from the multicast receiver 30. In the state before the multicast relay apparatus 1000 receives the IGMP leave request message, the multicast receivers 30 and 40 exist at the ports 1003 and 1004, so the multicast packet is relayed to the ports 1003 and 1004.

マルチキャスト中継装置1000は、マルチキャスト受信者30が接続されているポート1003からIGMP離脱要求メッセージを受信すると、IGMP加入要求メッセージを受信した場合と同様に、当該IGMP離脱要求メッセージを、制御パケット送受信処理部1120に通知する(矢印F203)。   When receiving the IGMP leave request message from the port 1003 to which the multicast receiver 30 is connected, the multicast relay apparatus 1000 sends the IGMP leave request message to the control packet transmission / reception processing unit as in the case of receiving the IGMP join request message. 1120 is notified (arrow F203).

制御パケット送受信処理部1120は、受信したIGMP離脱要求メッセージを解析し、マルチキャストグループアドレスと、受信ポートと、VLAN名称とを取得する。制御パケット送受信処理部1120は、取得したマルチキャストグループアドレスと、取得した受信ポートと、取得したVLAN名称をエントリ生成部1130に通知する(矢印F307)。   The control packet transmission / reception processing unit 1120 analyzes the received IGMP leave request message, and acquires a multicast group address, a reception port, and a VLAN name. The control packet transmission / reception processing unit 1120 notifies the entry generation unit 1130 of the acquired multicast group address, the acquired reception port, and the acquired VLAN name (arrow F307).

エントリ生成部1130は、エントリ管理表T1131を検索し、受信したVLANのエントリにおいて当該マルチキャストグループアドレスが登録済みか否かを判定し、登録済みの場合は、当該エントリのポート情報フィールドから、取得した受信ポートを削除する。そして、エントリ生成部1130は、更新されたエントリ管理表T1131のエントリを、マルチキャストパケット中継処理部1300に通知し、マルチキャストパケット中継制御表1320に登録する(矢印F308)。   The entry generation unit 1130 searches the entry management table T1131, and determines whether or not the multicast group address has been registered in the received VLAN entry. If it has been registered, it is obtained from the port information field of the entry. Delete the receiving port. Then, the entry generation unit 1130 notifies the updated entry management table T1131 entry to the multicast packet relay processing unit 1300 and registers it in the multicast packet relay control table 1320 (arrow F308).

以上の処理により、当該マルチキャストグループ宛のマルチキャストパケットは、ポート1004のみに中継されることになる(矢印F101)。更新されたエントリ管理表T1131を図10(C)に示す。ポート情報フィールド11313には、取得された受信ポートである「1003」が削除され、「1004」のみになっている。   Through the above processing, the multicast packet addressed to the multicast group is relayed only to the port 1004 (arrow F101). The updated entry management table T1131 is shown in FIG. In the port information field 11313, the acquired reception port “1003” is deleted, and only “1004” is obtained.

次に、最後のマルチキャスト受信者からIGMP離脱要求メッセージを受信した場合の処理について説明する。   Next, processing when an IGMP leave request message is received from the last multicast receiver will be described.

図13は、マルチキャスト中継装置1000がマルチキャスト受信者40からIGMP離脱要求メッセージを受信した場合における処理の流れを示す説明図である。IGMP離脱要求メッセージを受信する前の状態では、ポート1004にマルチキャスト受信者40が存在するので、マルチキャストパケットは、ポート1004に中継される。   FIG. 13 is an explanatory diagram showing a flow of processing when the multicast relay apparatus 1000 receives an IGMP leave request message from the multicast receiver 40. In a state before receiving the IGMP leave request message, since the multicast receiver 40 exists at the port 1004, the multicast packet is relayed to the port 1004.

マルチキャスト中継装置1000は、マルチキャスト受信者40が接続されているポート1004からIGMP離脱要求メッセージを受信すると、上述した場合と同様に、当該IGMP離脱要求メッセージを、制御パケット送受信処理部1120に通知する(矢印F204)。   When receiving the IGMP leave request message from the port 1004 to which the multicast receiver 40 is connected, the multicast relay apparatus 1000 notifies the control packet transmission / reception processing unit 1120 of the IGMP leave request message as described above ( Arrow F204).

制御パケット送受信処理部1120は、受信したIGMP離脱要求メッセージを解析し、マルチキャストグループアドレスと、受信ポートと、VLAN名称とを取得する。制御パケット送受信処理部1120は、取得したマルチキャストグループアドレスと、取得した受信ポート番号と、取得したVLAN名称をエントリ生成部1130に通知する(矢印F309)。   The control packet transmission / reception processing unit 1120 analyzes the received IGMP leave request message, and acquires a multicast group address, a reception port, and a VLAN name. The control packet transmission / reception processing unit 1120 notifies the entry generation unit 1130 of the acquired multicast group address, the acquired reception port number, and the acquired VLAN name (arrow F309).

エントリ生成部1130は、エントリ管理表T1131を検索し、受信したVLANにおいて当該マルチキャストグループアドレスが登録済みか否かを判定する。登録済みの場合であり、かつ、当該ポートが最後のポートである場合は、エントリごと削除する。そして、エントリ生成部1130は、削除されたエントリを、マルチキャストパケット中継処理部1300に通知し、マルチキャストパケット中継制御表T1320からも当該エントリを削除する(矢印F310)。   The entry generation unit 1130 searches the entry management table T1131, and determines whether or not the multicast group address has been registered in the received VLAN. If it is registered and the port is the last port, the entry is deleted. Then, the entry generation unit 1130 notifies the multicast packet relay processing unit 1300 of the deleted entry, and deletes the entry from the multicast packet relay control table T1320 (arrow F310).

以上の処理により、当該マルチキャストグループ宛のマルチキャストパケットは、マルチキャストパケット中継制御表T1320に登録されていないので、どこにも中継されない(矢印F101)。更新されたエントリ管理表T1131を図10(D)に示す。マルチキャスト受信者がいなくなったので、エントリ自体が削除されている。   Through the above processing, the multicast packet addressed to the multicast group is not registered in the multicast packet relay control table T1320, and therefore is not relayed anywhere (arrow F101). The updated entry management table T1131 is shown in FIG. Since there are no more multicast recipients, the entry itself has been deleted.

A4.マルチキャスト中継装置1000におけるIGMP制御パケットの中継処理:
マルチキャスト中継装置1000は、IGMP加入要求/離脱要求メッセージを受信すると、上述したエントリ管理表T1131の更新処理を行うとともに、当該IGMP加入要求/離脱要求メッセージに付加情報を追加して、マルチキャストルータ2000に中継する。また、マルチキャスト中継装置1000は、IGMP問い合わせメッセージを受信すると、VLAN内のポートに対して当該問い合わせメッセージを中継(フラッディング)する。以下では、マルチキャスト中継装置1000におけるIGMP制御パケットの中継処理について説明する。
A4. Relay process of IGMP control packet in multicast relay apparatus 1000:
When the multicast relay apparatus 1000 receives the IGMP join request / leave request message, the multicast relay apparatus 1000 updates the entry management table T1131 and adds additional information to the IGMP join request / leave request message to the multicast router 2000. Relay. Further, when receiving the IGMP inquiry message, the multicast relay apparatus 1000 relays (floods) the inquiry message to the port in the VLAN. Below, the relay process of the IGMP control packet in the multicast relay apparatus 1000 is demonstrated.

図14は、マルチキャスト中継装置1000における制御パケットの中継処理を示すフローチャートである。マルチキャストパケット中継処理部1300は、IGMP制御パケットをVLAN内のポートから受信すると(ステップS6300)、当該IGMP制御パケットに含まれる「種別」を参照し(ステップS6301)、パケットの種別を判定する(ステップS6302)。   FIG. 14 is a flowchart showing control packet relay processing in the multicast relay apparatus 1000. When receiving the IGMP control packet from the port in the VLAN (step S6300), the multicast packet relay processing unit 1300 refers to the “type” included in the IGMP control packet (step S6301) and determines the type of the packet (step S6301). S6302).

受信した制御パケット種別がIGMP問い合わせメッセージであった場合は(ステップS6302:Yes)、制御パケット送受信処理部1120は、当該IGMP問い合わせメッセージを受信したVLANをVLAN管理表T1111から検索し、受信ポートを除くVLAN内の全ポート番号を取得する(ステップS6304)。制御パケット送受信処理部1120は、取得したポート番号に該当するポートに対して、IGMP問い合わせメッセージを中継する(ステップS6305)。   If the received control packet type is an IGMP inquiry message (step S6302: Yes), the control packet transmission / reception processing unit 1120 searches the VLAN management table T1111 for the VLAN that has received the IGMP inquiry message, and excludes the reception port. All port numbers in the VLAN are acquired (step S6304). The control packet transmission / reception processor 1120 relays the IGMP inquiry message to the port corresponding to the acquired port number (step S6305).

一方、受信した制御パケットの種別がIGMP加入要求メッセージまたはIGMP離脱要求メッセージであった場合は(ステップS6302:No)、制御パケット送受信処理部1120は、VLAN管理表T1111を参照し(ステップS6306)、当該IGMP加入要求メッセージまたはIGMP離脱要求メッセージを受信したVLANが複製エントリ対象か否かを判定する(ステップS6307)。   On the other hand, when the type of the received control packet is an IGMP join request message or an IGMP leave request message (step S6302: No), the control packet transmission / reception processing unit 1120 refers to the VLAN management table T1111 (step S6306), It is determined whether or not the VLAN that has received the IGMP join request message or the IGMP leave request message is a replication entry target (step S6307).

当該VLANが複製エントリ対象であった場合(ステップS6307:Yes)は、制御パケット送受信処理部1120は、当該制御パケットがIGMP加入要求メッセージであるか否かを判定する(ステップS6308)。当該制御パケットがIGMP加入要求メッセージである場合(ステップS6308:Yes)は、制御パケット送受信処理部1120は、IGMP加入要求メッセージの付加情報に含まれるVLAN_IPアドレスが、受信VLANのIPアドレスと一致するか否かを判定する(ステップS6309)。なお、付加情報のVLAN_IPアドレスについては、後述する。   If the VLAN is a replication entry target (step S6307: Yes), the control packet transmission / reception processing unit 1120 determines whether the control packet is an IGMP join request message (step S6308). When the control packet is an IGMP join request message (step S6308: Yes), the control packet transmission / reception processing unit 1120 determines whether the VLAN_IP address included in the additional information of the IGMP join request message matches the IP address of the reception VLAN. It is determined whether or not (step S6309). The VLAN_IP address of the additional information will be described later.

IPアドレスが一致した場合(ステップS6309:Yes)は、後述する障害復旧時にマルチキャストルータ2000から配信されたパケットであり、本マルチキャスト中継装置でのみ有効なIGMP加入要求メッセージであるため、当該IGMP加入要求メッセーじをどこにも中継せずに、処理を終了する(ステップS6310)。   If the IP addresses match (step S6309: Yes), the packet is distributed from the multicast router 2000 at the time of failure recovery, which will be described later, and is an IGMP join request message valid only in this multicast relay device. The process ends without relaying the message anywhere (step S6310).

一方、IPアドレスが一致しないIGMP加入要求メッセージの場合(ステップS6309:No)、またはIGMP離脱要求メッセージの場合(ステップS6308:No)は、制御パケット送受信処理部1120は、当該パケットを解析し、受信ポート番号を取得する(ステップS6311)。付加情報処理部1121は、取得した受信ポート及び当該VLANのIPアドレスを、付加情報として、当該パケットに設定する(ステップS6312)。   On the other hand, when the IGMP join request message does not match the IP address (step S6309: No) or the IGMP leave request message (step S6308: No), the control packet transmission / reception processing unit 1120 analyzes and receives the packet. A port number is acquired (step S6311). The additional information processing unit 1121 sets the acquired reception port and the IP address of the VLAN as additional information in the packet (step S6312).

一方、当該VLANが複製エントリ対象で無い場合(ステップS6307:No)は、付加情報処理部1121は、当該パケットに付加情報を設定しない。そして、制御パケット送受信処理部1120は、当該IGMP加入要求メッセージまたはIGMP離脱要求メッセージを受信したVLANをVLAN管理表1111から検索し、当該VLAN内のマルチキャストルータポート番号を取得する(ステップS6303)。制御パケット送受信処理部1120は、マルチキャストルータポート1001に対して、当該IGMP加入要求メッセージまたはIGMP離脱要求メッセージを送信する(ステップS6305)。   On the other hand, when the VLAN is not a replication entry target (step S6307: No), the additional information processing unit 1121 does not set additional information in the packet. Then, the control packet transmission / reception processing unit 1120 searches the VLAN management table 1111 for the VLAN that has received the IGMP join request message or the IGMP leave request message, and acquires the multicast router port number in the VLAN (step S6303). The control packet transmission / reception processing unit 1120 transmits the IGMP join request message or the IGMP leave request message to the multicast router port 1001 (step S6305).

図15は、付加情報が追加されたIGMP加入要求/離脱要求メッセージのフォーマットを示す説明図である。付加情報処理部1121は、付加情報として、通常のIGMP加入要求/離脱要求メッセージのヘッダに、VLAN_IPアドレスと、ポート数と、ポート番号とを追加する。付加情報処理部1121は、VLAN_IPアドレスエリアには複製エントリ対象のVLANに設定されたIPアドレスを設定し、ポート数及びポート番号エリアには、当該マルチキャストグループに加入しているポート情報を設定する。ポート数が複数の場合は、ポート数エリアに当該ポート数を設定し、当該ポートの数だけポート番号を繰り返して設定することができる。なお、「Type」は、IGMP制御パケットの「種別」を表している。   FIG. 15 is an explanatory diagram showing a format of an IGMP join request / leave request message to which additional information is added. The additional information processing unit 1121 adds the VLAN_IP address, the number of ports, and the port number to the header of a normal IGMP join request / leave request message as additional information. The additional information processing unit 1121 sets the IP address set for the replication entry target VLAN in the VLAN_IP address area, and sets the port information subscribing to the multicast group in the port number and port number areas. When there are a plurality of ports, the number of ports can be set in the port number area, and the port number can be set repeatedly by the number of the ports. Note that “Type” represents the “type” of the IGMP control packet.

図16は、マルチキャスト中継装置1000におけるIGMP加入要求メッセージの中継処理の流れを示す説明図である。マルチキャストパケット中継処理部1300は、ポート1004からIGMP加入要求メッセージを受信すると、当該IGMP加入要求メッセージを制御パケット送受信処理部1120に通知する(矢印F217)。制御パケット送受信処理部1120は、当該IGMP加入要求メッセージを受信したVLANをVLAN管理表1111から検索し、当該VLANのマルチキャストルータポート番号を取得するとともに、VLAN管理表T1111に含まれる複製エントリ情報D1116を検索して、当該IGMP加入要求メッセージを受信したVLANが複製エントリ対象となっているか否かを判定する(矢印F315)。   FIG. 16 is an explanatory diagram showing the flow of the relay process of the IGMP join request message in the multicast relay apparatus 1000. When receiving the IGMP join request message from the port 1004, the multicast packet relay processing unit 1300 notifies the control packet transmission / reception processing unit 1120 of the IGMP join request message (arrow F217). The control packet transmission / reception processing unit 1120 searches the VLAN management table 1111 for the VLAN that has received the IGMP join request message, acquires the multicast router port number of the VLAN, and stores the duplicate entry information D1116 included in the VLAN management table T1111. A search is performed to determine whether the VLAN that has received the IGMP join request message is a copy entry target (arrow F315).

当該VLANが複製エントリの対象になっている場合には、制御パケット送受信処理部1120内の付加情報処理部1121は、マルチキャスト中継装置1000の当該VLANのIPアドレスである「IP_addr1」及びマルチキャスト中継装置1000における受信ポートである「1004」を当該IGMP加入要求メッセージに付加する。制御パケット送受信処理部1120は、付加情報が追加されたIGMP加入要求メッセージを、取得されたマルチキャストルータポート1001宛に中継する(矢印F220)。   When the VLAN is the target of the replication entry, the additional information processing unit 1121 in the control packet transmission / reception processing unit 1120 displays “IP_addr1” that is the IP address of the VLAN of the multicast relay device 1000 and the multicast relay device 1000. Is added to the IGMP join request message. The control packet transmission / reception processing unit 1120 relays the IGMP join request message to which the additional information is added to the acquired multicast router port 1001 (arrow F220).

なお、本実施例では、複製エントリ対象の装置(マルチキャスト中継装置1000)を判別するために、当該装置のVLANに設定されているIPアドレスを付加しているが、複製エントリ対象の装置を判別できるのであれば、当該装置のVLANに設定されているIPアドレスに限らず、VLAN名称等であってもよい。   In this embodiment, the IP address set in the VLAN of the relevant device is added to discriminate the replication entry target device (multicast relay device 1000), but the replication entry target device can be discriminated. In this case, it is not limited to the IP address set in the VLAN of the device, but may be a VLAN name or the like.

図17は、マルチキャスト中継装置1000におけるIGMP離脱要求メッセージの中継処理の流れを示す説明図である。マルチキャストパケット中継処理部1300は、ポート1003からIGMP離脱要求メッセージ受信すると、IGMP加入要求メッセージを受信した場合と同様に、当該IGMP離脱要求メッセージを制御パケット送受信処理部1120に通知する(矢印F203)。制御パケット送受信処理部1120は、当該IGMP加入要求メッセージを受信したVLANをVLAN管理表1111から検索し、当該VLANのマルチキャストルータポート番号を取得するとともに、VLAN管理表T1111に含まれる複製エントリ情報D1116を検索して、当該IGMP離脱要求メッセージを受信したVLANが複製エントリ対象となっているか否かを判定する(矢印F312)。   FIG. 17 is an explanatory diagram showing the flow of the relay process of the IGMP leave request message in the multicast relay apparatus 1000. When receiving the IGMP leave request message from the port 1003, the multicast packet relay processing unit 1300 notifies the control packet transmission / reception processing unit 1120 of the IGMP leave request message in the same manner as when receiving the IGMP join request message (arrow F203). The control packet transmission / reception processing unit 1120 searches the VLAN management table 1111 for the VLAN that has received the IGMP join request message, acquires the multicast router port number of the VLAN, and stores the duplicate entry information D1116 included in the VLAN management table T1111. A search is performed to determine whether the VLAN that has received the IGMP leave request message is a duplicate entry target (arrow F312).

当該VLANが複製エントリの対象になっている場合には、制御パケット送受信処理部1120内の付加情報処理部1121は、マルチキャスト中継装置1000の当該VLANのIPアドレスである「IP_addr1」及びマルチキャスト中継装置1000における受信ポートである「1003」を当該IGMP離脱要求メッセージに付加する。制御パケット送受信処理部1120は、付加情報が追加されたIGMP離脱要求メッセージを、取得されたマルチキャストルータポート1001宛に中継する(矢印F206)。   When the VLAN is the target of the replication entry, the additional information processing unit 1121 in the control packet transmission / reception processing unit 1120 displays “IP_addr1” that is the IP address of the VLAN of the multicast relay device 1000 and the multicast relay device 1000. Is added to the IGMP leave request message. The control packet transmission / reception processing unit 1120 relays the IGMP leave request message to which the additional information is added to the acquired multicast router port 1001 (arrow F206).

図18は、マルチキャスト中継装置1000におけるIGMP問い合わせメッセージの中継処理の流れを示す説明図である。前述したように、本実施例のマルチキャストルータ2000は、IGMPクエリアである。このため、マルチキャストルータ2000は、IGMP離脱要求メッセージを受信すると、当該マルチキャストグループに対して、IGMP問い合わせメッセージを送信する。マルチキャストパケット中継処理部1300は、マルチキャストルータ2000から受信したIGMP問い合わせメッセージを、IGMP加入要求/離脱要求メッセージと同様に、制御パケット送受信処理部1120に通知する(矢印F207)。   FIG. 18 is an explanatory diagram showing the flow of the relay process of the IGMP inquiry message in the multicast relay apparatus 1000. As described above, the multicast router 2000 of this embodiment is an IGMP querier. For this reason, when receiving the IGMP leave request message, the multicast router 2000 transmits an IGMP inquiry message to the multicast group. The multicast packet relay processing unit 1300 notifies the control packet transmission / reception processing unit 1120 of the IGMP inquiry message received from the multicast router 2000, similarly to the IGMP join request / leaving request message (arrow F207).

制御パケット送受信処理部1120は、IGMP問い合わせメッセージを受信したVLANをVLAN管理表1111から検索し、VLAN内の当該IGMP問い合わせメッセージを受信したポート以外の全ポート番号を取得する(矢印F313)。そして、制御パケット送受信処理部1120は、取得されたポートに対して、IGMP問い合わせメッセージを中継(フラッディング)する(矢印F208)。   The control packet transmission / reception processing unit 1120 searches the VLAN management table 1111 for the VLAN that has received the IGMP inquiry message, and acquires all port numbers in the VLAN other than the port that has received the IGMP inquiry message (arrow F313). Then, the control packet transmission / reception processing unit 1120 relays (floods) the IGMP inquiry message to the acquired port (arrow F208).

このとき、マルチキャスト中継装置1000の当該VLAN内のポート1004に、当該マルチキャストグループに属するマルチキャスト受信者が存在する場合は、マルチキャスト受信者40からIGMP加入要求メッセージが応答される(矢印F209)。マルチキャスト受信者40から応答されたIGMP加入要求メッセージは、上記と同様の方法により、マルチキャストルータポート1001に中継される。これにより、マルチキャストルータ2000は、マルチキャスト受信者がまだ存在していることを認識できるので、上流からのマルチキャスト中継を停止しない。   At this time, if a multicast receiver belonging to the multicast group exists at the port 1004 in the VLAN of the multicast relay apparatus 1000, an IGMP join request message is returned from the multicast receiver 40 (arrow F209). The IGMP join request message returned from the multicast receiver 40 is relayed to the multicast router port 1001 by the same method as described above. Thereby, since the multicast router 2000 can recognize that the multicast receiver still exists, the multicast relay from the upstream is not stopped.

一方、マルチキャスト中継装置1000のVLAN内のポートに、当該マルチキャストグループに属するマルチキャスト受信者が存在しない場合は、IGMP加入要求メッセージがいずれのマルチキャスト受信者からも応答されないので、マルチキャストルータ2000は、マルチキャスト受信者が存在しないと判定し、上流からのマルチキャスト中継を停止する。   On the other hand, when there is no multicast receiver belonging to the multicast group at the port in the VLAN of the multicast relay apparatus 1000, since the IGMP join request message is not responded by any multicast receiver, the multicast router 2000 receives the multicast reception. It is determined that there is no user, and multicast relay from the upstream is stopped.

A5.マルチキャストルータ2000における複製エントリ表T2430の更新処理:
上述したように、マルチキャスト中継装置1000は、加入要求/離脱要求メッセージに付加情報を追加して、当該加入要求/離脱要求メッセージをマルチキャストルータ2000に対して中継する。マルチキャストルータ2000は、付加情報が追加された加入要求/離脱要求メッセージに基づいて、複製エントリ表T2430の更新処理を行う。以下では、マルチキャストルータ2000における複製エントリ表T2430の更新処理について説明する。
A5. Updating the replication entry table T2430 in the multicast router 2000:
As described above, the multicast relay apparatus 1000 adds additional information to the join request / leave request message and relays the join request / leave request message to the multicast router 2000. The multicast router 2000 updates the copy entry table T2430 based on the join request / leave request message to which the additional information is added. Hereinafter, update processing of the replication entry table T2430 in the multicast router 2000 will be described.

図19は、マルチキャストルータ2000がIGMP加入要求メッセージを受信した場合における、複製エントリ表T2430の更新処理を示すフローチャートである。マルチキャストルータ2000内のマルチキャストパケット中継処理部2300がVLAN内のポートからIGMP加入要求メッセージを受信すると(ステップS6400)、当該IGMP加入要求メッセージは、制御パケット送受信処理部2420に通知される。制御パケット送受信処理部2420は、複製エントリ管理表T2410を検索し、受信したVLANが複製エントリ対象か否かを判定する(ステップS6401)。   FIG. 19 is a flowchart showing the update process of the duplicate entry table T2430 when the multicast router 2000 receives the IGMP join request message. When the multicast packet relay processing unit 2300 in the multicast router 2000 receives the IGMP join request message from the port in the VLAN (step S6400), the IGMP join request message is notified to the control packet transmission / reception processing unit 2420. The control packet transmission / reception processing unit 2420 searches the replication entry management table T2410 and determines whether or not the received VLAN is a replication entry target (step S6401).

検索した結果、複製エントリ対象でない場合(ステップS6402:No)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6403)。一方、複製エントリ対象であった場合(ステップS6402:Yes)は、制御パケット送受信処理部2420は、当該IGMP加入要求メッセージを解析し、マルチキャストグループアドレス及び付加情報に含まれる複製対象装置(本実施例ではマルチキャスト中継装置1000)のポート番号を取得する(ステップS6404)。   As a result of the search, if it is not a duplicate entry target (step S6402: No), the control packet transmission / reception processing unit 2420 ends the process (step S6403). On the other hand, if it is a replication entry target (step S6402: Yes), the control packet transmission / reception processing unit 2420 analyzes the IGMP join request message and copies the replication target device (this embodiment) included in the multicast group address and additional information. Then, the port number of the multicast relay apparatus 1000) is acquired (step S6404).

制御パケット送受信処理部2420は、取得したマルチキャストグループアドレス及び受信したVLANの情報をキーとして複製エントリ表T2430を検索し、当該マルチキャストグループアドレスが複製エントリ表T2430に登録済みか否かを判定する(ステップS6405)。   The control packet transmission / reception processing unit 2420 searches the replication entry table T2430 using the acquired multicast group address and received VLAN information as keys, and determines whether or not the multicast group address has been registered in the replication entry table T2430 (step S2430). S6405).

検索した結果、当該マルチキャストグループアドレスが複製エントリ表T2430に登録されていなかった場合(ステップS6406:No)は、制御パケット送受信処理部2420は、当該マルチキャストグループアドレスのエントリを複製エントリ表T2430に新規作成し(ステップS6407)、付加情報から取得されたポート番号を当該エントリのポート情報フィールドに追加する(ステップS6410)。   If the multicast group address is not registered in the duplicate entry table T2430 as a result of the search (step S6406: No), the control packet transmission / reception processing unit 2420 newly creates an entry for the multicast group address in the duplicate entry table T2430. (Step S6407), the port number acquired from the additional information is added to the port information field of the entry (Step S6410).

一方、当該マルチキャストグループアドレスが複製エントリ表T2430に登録済みの場合(ステップS6406:Yes)は、制御パケット送受信処理部2420は、複製エントリ表T2430の当該マルチキャストグループアドレスに対応するポート情報フィールドに、IGMP加入要求メッセージの付加情報から取得したポートが登録されているか否かを判定する(ステップS6408)。   On the other hand, if the multicast group address has already been registered in the replication entry table T2430 (step S6406: Yes), the control packet transmission / reception processing unit 2420 displays the IGMP information in the port information field corresponding to the multicast group address in the replication entry table T2430. It is determined whether the port acquired from the additional information of the subscription request message is registered (step S6408).

確認した結果、登録済みの場合(ステップS6409:Yes)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6411)。未登録の場合(ステップS6409:No)は、制御パケット送受信処理部2420は、複製エントリ表T2430の当該マルチキャストグループのポート情報フィールドに、IGMP加入要求メッセージの付加情報から取得したポート番号を追加する(ステップS6410)。   As a result of the confirmation, if registered (step S6409: Yes), the control packet transmission / reception processing unit 2420 ends the process (step S6411). If not registered (step S6409: No), the control packet transmission / reception processing unit 2420 adds the port number acquired from the additional information of the IGMP join request message to the port information field of the multicast group in the duplicate entry table T2430 ( Step S6410).

図20は、マルチキャストルータ2000がIGMP離脱要求メッセージを受信した場合における、複製エントリ表T2430の更新処理を示すフローチャートである。マルチキャストルータ2000内のマルチキャストパケット中継処理部2300がVLAN内のポートからIGMP離脱要求メッセージを受信すると(ステップS6500)、当該IGMP離脱要求メッセージは、制御パケット送受信処理部2420に通知される。制御パケット送受信処理部2420は、複製エントリ管理表2410を検索し、受信したVLANが複製エントリ対象か否かを判定する(ステップS6501)。   FIG. 20 is a flowchart showing the update process of the duplicate entry table T2430 when the multicast router 2000 receives the IGMP leave request message. When the multicast packet relay processing unit 2300 in the multicast router 2000 receives an IGMP leave request message from a port in the VLAN (step S6500), the IGMP leave request message is notified to the control packet transmission / reception processing unit 2420. The control packet transmission / reception processing unit 2420 searches the replication entry management table 2410 and determines whether or not the received VLAN is a replication entry target (step S6501).

検索した結果、複製エントリ対象でない場合(ステップS6502:No)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6503)。一方、複製エントリ対象であった場合(ステップS6502:Yes)は、制御パケット送受信処理部2420は、当該IGMP離脱要求メッセージを解析し、マルチキャストグループアドレス及び付加情報に含まれる複製対象装置(本実施例ではマルチキャスト中継装置1000)のポート番号を取得する(ステップS6504)。   As a result of the search, if it is not a duplicate entry target (step S6502: No), the control packet transmission / reception processing unit 2420 ends the process (step S6503). On the other hand, if it is a replication entry target (step S6502: Yes), the control packet transmission / reception processing unit 2420 analyzes the IGMP leave request message and copies the replication target device (this embodiment) included in the multicast group address and additional information. Then, the port number of the multicast relay apparatus 1000) is acquired (step S6504).

制御パケット送受信処理部2420は、取得したマルチキャストグループアドレス及び受信したVLANの情報をキーとして複製エントリ表T2430を検索し、当該マルチキャストグループアドレスが複製エントリ表T2430に登録済みか否かを判定する(ステップS6505)。   The control packet transmission / reception processing unit 2420 searches the replication entry table T2430 using the acquired multicast group address and received VLAN information as keys, and determines whether or not the multicast group address has been registered in the replication entry table T2430 (step S2430). S6505).

検索した結果、当該マルチキャストグループアドレスが複製エントリ表T2430に登録されていなかった場合(ステップS6506:No)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6507)。   As a result of the search, if the multicast group address is not registered in the replication entry table T2430 (step S6506: No), the control packet transmission / reception processing unit 2420 ends the process (step S6507).

一方、当該マルチキャストグループアドレスが複製エントリ表T2430に登録済みの場合(ステップS6506:Yes)は、制御パケット送受信処理部2420は、複製エントリ表T2430の当該マルチキャストグループアドレスに対応するポート情報フィールドに、IGMP離脱要求メッセージの付加情報から取得されたポート番号が登録されているか否かを判定する(ステップS6508)。   On the other hand, when the multicast group address has already been registered in the replication entry table T2430 (step S6506: Yes), the control packet transmission / reception processing unit 2420 displays the IGMP information in the port information field corresponding to the multicast group address in the replication entry table T2430. It is determined whether the port number acquired from the additional information of the withdrawal request message is registered (step S6508).

判定した結果、当該ポート番号が登録されていない場合(ステップS6509:No)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6510)。一方、当該ポート番号が登録済みの場合(ステップS6509:Yes)は、制御パケット送受信処理部2420は、当該ポートが最後のポートか否かを判定する。   If it is determined that the port number is not registered (step S6509: NO), the control packet transmission / reception processing unit 2420 ends the process (step S6510). On the other hand, if the port number has been registered (step S6509: Yes), the control packet transmission / reception processing unit 2420 determines whether the port is the last port.

当該ポートが最後のポートの場合(ステップS6511:Yes)は、複製エントリ表T2430から当該エントリ自体を削除する(ステップS6513)。当該ポートが最後のポートでない場合(ステップS6511:No)は、当該エントリのポート情報フィールドから当該ポートを削除する(ステップS6512)。   If the port is the last port (step S6511: Yes), the entry itself is deleted from the duplicate entry table T2430 (step S6513). If the port is not the last port (step S6511: No), the port is deleted from the port information field of the entry (step S6512).

図21は、マルチキャストルータ2000がIGMP加入要求メッセージを受信した場合における、複製エントリ表T2430の更新処理の流れを示す説明図である。上述したように、マルチキャストパケット中継処理部2300は、VLAN登録表T2310に登録されているVLANから、IGMP加入要求メッセージを受信すると、当該IGMP加入要求メッセージを複製エントリ処理部2400に通知する(矢印F220)。   FIG. 21 is an explanatory diagram showing a flow of update processing of the replication entry table T2430 when the multicast router 2000 receives the IGMP join request message. As described above, when receiving the IGMP join request message from the VLAN registered in the VLAN registration table T2310, the multicast packet relay processing unit 2300 notifies the duplicate entry processing unit 2400 of the IGMP join request message (arrow F220). ).

複製エントリ処理部2400内の制御パケット送受信処理部2420は、通知されたIGMP加入要求メッセージを解析し、付加情報に含まれるVLAN_IPアドレスを取得する。制御パケット送受信処理部2420は、受信したVLAN及び取得したVLAN_IPアドレスが複製エントリ管理表T2410に登録されている否かを判定する(矢印F318)。   The control packet transmission / reception processing unit 2420 in the replication entry processing unit 2400 analyzes the notified IGMP join request message and acquires the VLAN_IP address included in the additional information. The control packet transmission / reception processing unit 2420 determines whether or not the received VLAN and the acquired VLAN_IP address are registered in the replication entry management table T2410 (arrow F318).

受信したVLAN及び取得したVLAN_IPアドレスが登録されていると判定した場合には、制御パケット送受信処理部2420は、IGMP加入要求メッセージを受信したVLAN名称と、当該VLANのIPアドレスと、通知されたIGMP加入要求メッセージから取得したマルチキャストグループアドレスと、付加情報に含まれるポート情報とを複製エントリ表T2430に登録する(矢印F319)。   When it is determined that the received VLAN and the acquired VLAN_IP address are registered, the control packet transmission / reception processing unit 2420 transmits the VLAN name that received the IGMP join request message, the IP address of the VLAN, and the notified IGMP. The multicast group address acquired from the join request message and the port information included in the additional information are registered in the replication entry table T2430 (arrow F319).

A6.障害発生前の状態:
図22(A)は、マルチキャスト中継装置1000に障害が発生する前におけるマルチキャスト通信の状況を示す説明図である。図22(B)は、マルチキャスト中継装置1000に障害が発生する前におけるエントリ管理表T1131の状態を示す説明図である。
A6. State before failure:
FIG. 22A is an explanatory diagram illustrating a situation of multicast communication before a failure occurs in the multicast relay apparatus 1000. FIG. 22B is an explanatory diagram showing a state of the entry management table T1131 before a failure occurs in the multicast relay apparatus 1000.

マルチキャスト中継装置1000のVLAN101には、4つのポートが接続されており、ポート1002,1003,1004にはそれぞれマルチキャスト受信者20,30,40が接続されている。図22(B)に示すエントリ管理表T1131では、マルチキャスト受信者20はマルチキャストグループG1,G3,G4に加入しており、マルチキャスト受信者30はマルチキャストグループG2,G3に加入しており、マルチキャスト受信者40はマルチキャストグループG2,G4に加入している。   Four ports are connected to the VLAN 101 of the multicast relay apparatus 1000, and multicast receivers 20, 30, and 40 are connected to the ports 1002, 1003, and 1004, respectively. In the entry management table T1131 shown in FIG. 22B, the multicast receiver 20 has joined the multicast groups G1, G3, G4, and the multicast receiver 30 has joined the multicast groups G2, G3. 40 subscribes to multicast groups G2 and G4.

マルチキャスト中継装置1000は、エントリ管理表T1131と同じ内容であるマルチキャストパケット中継制御表T1320に従って中継処理を行うため、マルチキャスト送信者10から送信されるマルチキャストパケットは、エントリ管理表T1131のポート情報フィールドに登録されているポートにのみ中継される。   Since the multicast relay apparatus 1000 performs relay processing according to the multicast packet relay control table T1320 having the same contents as the entry management table T1131, the multicast packet transmitted from the multicast sender 10 is registered in the port information field of the entry management table T1131. It is relayed only to the ports that are connected.

すなわち、マルチキャストグループG1のマルチキャストパケットはポート1002に中継され(矢印F102)、マルチキャストグループG2のマルチキャストパケットはポート1003,1004に中継され(矢印F103)、マルチキャストグループG3のマルチキャストパケットはポート1002,1003に中継され(矢印F104)、マルチキャストグループG4のマルチキャストパケットはポート1002,1004に中継される(矢印F105)。   That is, the multicast packet of multicast group G1 is relayed to port 1002 (arrow F102), the multicast packet of multicast group G2 is relayed to ports 1003 and 1004 (arrow F103), and the multicast packet of multicast group G3 is relayed to ports 1002 and 1003. Relayed (arrow F104), the multicast packet of multicast group G4 is relayed to ports 1002 and 1004 (arrow F105).

A7.障害から復旧した直後の状態:
図23(A)は、マルチキャスト中継装置1000が障害から復旧した直後におけるマルチキャスト通信の状況を示す説明図である。図23(B)は、マルチキャスト中継装置1000が障害から復旧した直後におけるエントリ管理表T1131の状態を示す説明図である。
A7. Status immediately after recovery from failure:
FIG. 23A is an explanatory diagram showing the state of multicast communication immediately after the multicast relay apparatus 1000 recovers from a failure. FIG. 23B is an explanatory diagram showing the state of the entry management table T1131 immediately after the multicast relay apparatus 1000 recovers from the failure.

マルチキャスト中継装置1000が障害から復旧した直後では、エントリ管理表T1131は初期化されており、エントリ管理表T1131のエントリは何も登録されていない。マルチキャスト中継装置1000のマルチキャストパケット中継制御表T1320は、上述したとおり、エントリ管理表T1131と同じ状態であり、IGMPスヌーピングエントリが存在しない。したがって、当該VLANで受信された全てのマルチキャストパケットは、どのポートにも中継されない(矢印F102,矢印F103,矢印F104,矢印F105)。   Immediately after the multicast relay apparatus 1000 recovers from the failure, the entry management table T1131 is initialized, and no entry is registered in the entry management table T1131. As described above, the multicast packet relay control table T1320 of the multicast relay apparatus 1000 is in the same state as the entry management table T1131, and no IGMP snooping entry exists. Accordingly, all multicast packets received by the VLAN are not relayed to any port (arrow F102, arrow F103, arrow F104, arrow F105).

A8.復旧方法:
図24は、マルチキャスト中継装置1000が障害から復旧した場合における複製エントリの配信を要求する処理を示すフローチャートである。IGMPスヌーピング処理部1100は、障害から復旧すると、装置構成定義部1200から、VLAN情報D1210及びIGMPスヌーピング情報D1220を取得する(ステップS6600)。
A8. Recovery method:
FIG. 24 is a flowchart showing processing for requesting distribution of a duplicate entry when the multicast relay apparatus 1000 recovers from a failure. When the IGMP snooping processing unit 1100 recovers from the failure, the IGMP snooping processing unit 1100 acquires the VLAN information D1210 and the IGMP snooping information D1220 from the device configuration definition unit 1200 (step S6600).

制御パケット送受信処理部1120は、取得されたIGMPスヌーピング情報D1220に含まれる複製エントリ情報D1116を参照し、複製エントリ対象のVLANが存在するか否かを判定する(ステップS6601)。複製エントリ対象のVLANが存在しなかった場合(ステップS6602:No)は、制御パケット送受信処理部1120は、処理を終了する(ステップS6603)。   The control packet transmission / reception processing unit 1120 refers to the duplicate entry information D1116 included in the acquired IGMP snooping information D1220, and determines whether or not a duplicate entry target VLAN exists (step S6601). If there is no replication entry target VLAN (step S6602: No), the control packet transmission / reception processing unit 1120 ends the process (step S6603).

一方、複製エントリ対象のVLANが存在する場合(ステップS6602:Yes)は、制御パケット送受信処理部1120は、VLAN管理表T1111から、当該VLANに設定されているIPアドレス及びマルチキャストルータポートを取得し、制御パケット送受信処理部1120に通知する(ステップS6604)。   On the other hand, if there is a VLAN for replication entry (step S6602: Yes), the control packet transmission / reception processing unit 1120 acquires the IP address and multicast router port set for the VLAN from the VLAN management table T1111. The control packet transmission / reception processing unit 1120 is notified (step S6604).

制御パケット送受信処理部1120は、取得したIPアドレスをソースアドレスに設定したIGMP問い合わせメッセージを生成し、当該IGMP問い合わせメッセージを、取得したマルチキャストルータポート1001に送信する(ステップS6605)。   The control packet transmission / reception processing unit 1120 generates an IGMP inquiry message in which the acquired IP address is set as a source address, and transmits the IGMP inquiry message to the acquired multicast router port 1001 (step S6605).

図25は、マルチキャストルータ2000における複製エントリの配信処理を示すフローチャートである。マルチキャストルータ2000内のマルチキャストパケット中継処理部2300は、マルチキャスト中継装置1000から送信されたIGMP問い合わせメッセージをVLAN内のポートから受信する(ステップS6700)。制御パケット送受信処理部2420は、当該IGMP問い合わせメッセージに含まれるソースアドレスからIPアドレスを取得し、複製エントリ管理表T2410に登録済みか否かを判定する(ステップS6701)。   FIG. 25 is a flowchart showing the replication entry distribution processing in the multicast router 2000. The multicast packet relay processing unit 2300 in the multicast router 2000 receives the IGMP inquiry message transmitted from the multicast relay apparatus 1000 from the port in the VLAN (step S6700). The control packet transmission / reception processing unit 2420 acquires an IP address from the source address included in the IGMP inquiry message, and determines whether or not it has been registered in the replication entry management table T2410 (step S6701).

判定の結果、未登録の場合(ステップS6702:No)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6703)。一方、登録済みの場合(ステップS6702:Yes)は、制御パケット送受信処理部2420は、複製エントリ管理表T2410からポート情報を取得する(ステップS6704)。   As a result of the determination, if it is not registered (step S6702: No), the control packet transmission / reception processing unit 2420 ends the process (step S6703). On the other hand, if registered (step S6702: Yes), the control packet transmission / reception processing unit 2420 acquires port information from the duplicate entry management table T2410 (step S6704).

制御パケット送受信処理部2420は、複製エントリ表T2430を検索し、取得したIPアドレスに該当するエントリが複製エントリ表T2430に存在するか否かを判定する(ステップS6705)。検索した結果、取得したIPアドレスに該当するエントリが存在しない場合(ステップS6706:No)は、制御パケット送受信処理部2420は、処理を終了する(ステップS6707)。   The control packet transmission / reception processing unit 2420 searches the replication entry table T2430 and determines whether or not an entry corresponding to the acquired IP address exists in the replication entry table T2430 (step S6705). As a result of the search, if there is no entry corresponding to the acquired IP address (step S6706: No), the control packet transmission / reception processing unit 2420 ends the process (step S6707).

一方、取得したIPアドレスに該当するエントリが存在する場合(ステップS6706:Yes)は、制御パケット送受信処理部2420は、IGMP加入要求メッセージを生成し、付加情報として、当該エントリに登録されているVLANのIPアドレス及びポート情報を追加する(ステップS6708)。制御パケット送受信処理部2420は、生成したIGMP加入要求メッセージを、複製エントリ管理表T2410から取得したポート宛に送信する(ステップS6709)。なお、ここで生成されるIGMP加入要求メッセージのフォーマットは、図15に示されたフォーマットと同様である。   On the other hand, if there is an entry corresponding to the acquired IP address (step S6706: Yes), the control packet transmission / reception processing unit 2420 generates an IGMP join request message and uses the VLAN registered in the entry as additional information. IP address and port information are added (step S6708). The control packet transmission / reception processing unit 2420 transmits the generated IGMP join request message to the port acquired from the duplicate entry management table T2410 (step S6709). The format of the IGMP subscription request message generated here is the same as the format shown in FIG.

図26は、マルチキャストルータ2000から配信されたIGMP加入要求メッセージをマルチキャスト中継装置1000が受信し、障害発生前のエントリ管理表T1131を再製する処理を示すフローチャートである。マルチキャストパケット中継処理部1300がマルチキャストルータ2000からIGMP加入要求メッセージを受信すると(ステップS6100)、当該IGMP加入要求メッセージは、制御パケット送受信処理部1120に通知される。   FIG. 26 is a flowchart showing a process in which the multicast relay apparatus 1000 receives the IGMP join request message distributed from the multicast router 2000 and recreates the entry management table T1131 before the failure occurs. When the multicast packet relay processing unit 1300 receives the IGMP join request message from the multicast router 2000 (step S6100), the IGMP packet request message is notified to the control packet transmission / reception processing unit 1120.

制御パケット送受信処理部1120は、VLAN管理表T1111を参照し、当該VLANが複製エントリ対象か否かを判定する(ステップS6109)。   The control packet transmission / reception processing unit 1120 refers to the VLAN management table T1111 and determines whether the VLAN is a replication entry target (step S6109).

判定の結果、複製エントリ対象であった場合(ステップS6110:Yes)は、制御パケット送受信処理部1120は、当該IGMP加入要求メッセージの付加情報に含まれるVLAN_IPアドレスと当該VLANのアドレスが一致するか否かを判定する(ステップS6111)。   As a result of the determination, if it is a duplicate entry target (step S6110: Yes), the control packet transmission / reception processing unit 1120 determines whether the VLAN_IP address included in the additional information of the IGMP join request message matches the VLAN address. Is determined (step S6111).

IPアドレスが一致しない場合(ステップS6111:No)は、複製エントリの配信要求に対する応答ではないので、制御パケット送受信処理部1120は、マルチキャスト受信者からIGMP加入要求メッセージを受信した場合における処理と同じ処理(ステップS6101以降の処理)に移行する。このステップS6101以降の処理については、図7に示された同一の番号が付されたステップと同一の処理であるため、説明を省略する。   If the IP addresses do not match (step S6111: No), it is not a response to the distribution request for the duplicate entry, and therefore the control packet transmission / reception processing unit 1120 is the same as the processing when receiving the IGMP join request message from the multicast receiver. The process proceeds to (step S6101 and subsequent processes). The processing after step S6101 is the same processing as the step with the same number shown in FIG.

一方、IPアドレスが一致した場合(ステップS6111:Yes)は、制御パケット送受信処理部1120は、当該IGMP加入要求メッセージが複製エントリの配信要求に対する応答であると判断し、当該IGMP加入要求メッセージの付加情報から、障害発生前のマルチキャストグループアドレス及びポート情報を取得する(ステップS6112)。取得された障害発生前のマルチキャストグループアドレス及びポート情報は、エントリ生成部1130に通知される。   On the other hand, if the IP addresses match (step S6111: YES), the control packet transmission / reception processing unit 1120 determines that the IGMP subscription request message is a response to the replication entry distribution request, and adds the IGMP subscription request message. From the information, the multicast group address and port information before the occurrence of the failure are acquired (step S6112). The acquired multicast group address and port information before the occurrence of the failure are notified to the entry generation unit 1130.

エントリ生成部1130は、取得した障害発生前のマルチキャストグループアドレス及びポート情報に基づいて、ステップS6102以降の処理を行い、エントリ管理表T1131の更新処理を行う。   Based on the acquired multicast group address and port information before the failure occurrence, the entry generation unit 1130 performs the processing from step S6102 and updates the entry management table T1131.

図27は、マルチキャスト中継装置1000が障害から復旧した場合における複製エントリの配信を要求する処理の流れを示す説明図である。障害からの復旧直後では、エントリ管理表T1131やマルチキャストパケット中継制御表T1320のエントリは初期化されており、何も登録されていない状態となる。したがって、マルチキャストパケット中継処理部1300は、ポート1001から受信したマルチキャストパケットをどこにも中継しない(矢印F107)。   FIG. 27 is an explanatory diagram showing a flow of processing for requesting distribution of a duplicate entry when the multicast relay apparatus 1000 recovers from a failure. Immediately after recovery from the failure, the entries in the entry management table T1131 and the multicast packet relay control table T1320 are initialized, and nothing is registered. Therefore, multicast packet relay processing unit 1300 does not relay the multicast packet received from port 1001 anywhere (arrow F107).

IGMPスヌーピング処理部1100は、障害から復旧すると、装置構成定義部1200からVLAN情報D1210及びIGMPスヌーピング情報D1220を読み込み(矢印F320,矢印F321)、VLAN管理表T1111に登録する。   When recovering from the failure, the IGMP snooping processing unit 1100 reads the VLAN information D1210 and the IGMP snooping information D1220 from the device configuration definition unit 1200 (arrow F320, arrow F321), and registers them in the VLAN management table T1111.

制御パケット送受信処理部1120は、「YES」をキーとして、VLAN管理表T1111の複製エントリ情報フィールド1116を検索する(矢印F322a)。すなわち、制御パケット送受信処理部1120は、エントリの複製処理が有効に設定されているVLANの存在を確認する。   The control packet transmission / reception processing unit 1120 searches the duplicate entry information field 1116 of the VLAN management table T1111 using “YES” as a key (arrow F322a). That is, the control packet transmission / reception processor 1120 confirms the existence of a VLAN for which entry duplication processing is set to be valid.

制御パケット送受信処理部1120は、検索の結果、複製エントリ情報フィールド1116に「YES」が設定されているエントリのVLAN101に登録されているマルチキャストルータポートフィールド1115の「1001」及びIPアドレスフィールド1113の「IP_addr1」を取得する(矢印F322b)。   As a result of the search, the control packet transmission / reception processor 1120 displays “1001” in the multicast router port field 1115 and “1001” in the IP address field 1113 registered in the VLAN 101 of the entry for which “YES” is set in the duplicate entry information field 1116. IP_addr1 ”is acquired (arrow F322b).

制御パケット送受信処理部1120は、IGMP問い合わせメッセージを生成し、当該IGMP問い合わせメッセージのソースアドレスに、取得したIPアドレスである「IP_addr1」を設定する。制御パケット送受信処理部1120は、生成したIGMP問い合わせメッセージを、取得した当該VLANのマルチキャストルータポート1001に送信する。このIGMP問い合わせメッセージは、複製エントリの配信要求として、隣接装置であるマルチキャストルータ2000へ送信される(矢印F221)。   The control packet transmission / reception processing unit 1120 generates an IGMP inquiry message, and sets “IP_addr1” that is the acquired IP address as the source address of the IGMP inquiry message. The control packet transmission / reception processing unit 1120 transmits the generated IGMP inquiry message to the acquired multicast router port 1001 of the VLAN. This IGMP inquiry message is transmitted as a duplicate entry distribution request to the multicast router 2000 as an adjacent device (arrow F221).

図28は、マルチキャストルータ2000における複製エントリの配信処理の流れを示す説明図である。マルチキャストルータ2000内のマルチキャストパケット中継処理部2300は、マルチキャスト中継装置1000が接続されたポート2002からIGMP問い合わせメッセージを受信すると、当該IGMP問い合わせメッセージを複製エントリ処理部2400内の制御パケット送受信処理部2420に通知する(矢印F221)。   FIG. 28 is an explanatory diagram showing the flow of the replication entry distribution process in the multicast router 2000. When receiving an IGMP inquiry message from the port 2002 to which the multicast relay apparatus 1000 is connected, the multicast packet relay processing unit 2300 in the multicast router 2000 sends the IGMP inquiry message to the control packet transmission / reception processing unit 2420 in the duplicate entry processing unit 2400. Notify (arrow F221).

制御パケット送受信処理部2420は、通知されたIGMP問い合わせメッセージを解析し、IGMP問い合わせメッセージに含まれるソースアドレスからIPアドレスを取得する。制御パケット送受信処理部2420は、取得したIPアドレスと受信したVLAN名称をキーとして複製エントリ管理表T2410を検索する(矢印F323a)。なお、検索の結果、一致したエントリが存在すれば、当該IGMP問い合わせメッセージは、複製エントリ管理表T2410に登録されている複製対象装置(本実施例では、マルチキャスト中継装置1000)から送信されたIGMP問い合わせメッセージであることを意味する。   The control packet transmission / reception processing unit 2420 analyzes the notified IGMP inquiry message and acquires an IP address from the source address included in the IGMP inquiry message. The control packet transmission / reception processing unit 2420 searches the replication entry management table T2410 using the acquired IP address and the received VLAN name as keys (arrow F323a). If there is a matching entry as a result of the search, the IGMP inquiry message is transmitted as an IGMP inquiry transmitted from the duplication target device (in this embodiment, the multicast relay device 1000) registered in the duplication entry management table T2410. Means a message.

当該IGMP問い合わせメッセージが、マルチキャスト中継装置1000から送信されたIGMP問い合わせメッセージであった場合は、制御パケット送受信処理部2420は、複製エントリ管理表T2410からマルチキャスト中継装置1000が接続されているポートである「2002」を取得する(矢印F323b)。   When the IGMP inquiry message is an IGMP inquiry message transmitted from the multicast relay apparatus 1000, the control packet transmission / reception processing unit 2420 is a port to which the multicast relay apparatus 1000 is connected from the duplicate entry management table T2410. 2002 "(arrow F323b).

制御パケット送受信処理部2420は、取得したIPアドレスをキーとして複製エントリ表T2430を検索する(矢印F324a)。制御パケット送受信処理部2420は、検索の結果、一致したエントリのマルチキャストグループアドレスフィールドの「G1」を取得する(矢印F324b)。   The control packet transmission / reception processing unit 2420 searches the replication entry table T2430 using the acquired IP address as a key (arrow F324a). As a result of the search, the control packet transmission / reception processing unit 2420 acquires “G1” in the multicast group address field of the matched entry (arrow F324b).

制御パケット送受信処理部2420は、取得した情報を付加情報として追加したIGMP加入要求メッセージを生成する。具体的には、制御パケット送受信処理部2420は、IGMP加入要求メッセージの付加情報として、複製対象のVLANのIPアドレス及び複製対象装置(マルチキャスト中継装置1000)のポート情報を追加する。制御パケット送受信処理部2420は、生成したIGMP加入要求メッセージを、マルチキャスト中継装置1000が接続されたポート2002宛に送信する(矢印F222)。   The control packet transmission / reception processing unit 2420 generates an IGMP join request message in which the acquired information is added as additional information. Specifically, the control packet transmission / reception processing unit 2420 adds the IP address of the replication target VLAN and the port information of the replication target device (multicast relay device 1000) as additional information of the IGMP join request message. The control packet transmission / reception processing unit 2420 transmits the generated IGMP join request message to the port 2002 connected to the multicast relay apparatus 1000 (arrow F222).

図29は、マルチキャストルータ2000から配信されたIGMP加入要求メッセージをマルチキャスト中継装置1000が受信し、障害発生前のエントリ管理表T1131を再製する処理の流れを示す説明図である。マルチキャスト中継装置1000内のマルチキャストパケット中継処理部1300は、マルチキャストルータ2000から送信された付加情報が追加されたIGMP加入要求メッセージを受信すると、制御パケット送受信処理部1120に通知する(矢印F222)。   FIG. 29 is an explanatory diagram showing a flow of processing in which the multicast relay apparatus 1000 receives the IGMP join request message distributed from the multicast router 2000 and recreates the entry management table T1131 before the failure occurs. When receiving the IGMP join request message to which the additional information transmitted from the multicast router 2000 is added, the multicast packet relay processing unit 1300 in the multicast relay apparatus 1000 notifies the control packet transmission / reception processing unit 1120 (arrow F222).

制御パケット送受信処理部1120は、当該IGMP加入要求メッセージを受信したVLANが、複製エントリ対象であるか否かを、VLAN管理表T1111の複製エントリ情報フィールド1112より判定する(矢印F325)。   The control packet transmission / reception processing unit 1120 determines whether or not the VLAN that has received the IGMP join request message is a replication entry target from the replication entry information field 1112 of the VLAN management table T1111 (arrow F325).

当該VLANが複製エントリ対象である場合は、制御パケット送受信処理部1120は、IGMP加入要求メッセージの付加情報を解析して当該付加情報に含まれるVLAN_IPアドレスを取得し、当該VLANのIPアドレスと比較する。   When the VLAN is a replication entry target, the control packet transmission / reception processing unit 1120 analyzes the additional information of the IGMP join request message, acquires the VLAN_IP address included in the additional information, and compares it with the IP address of the VLAN. .

当該VLANのIPアドレスと付加情報に含まれるVLAN_IPアドレスとが一致した場合は、制御パケット送受信処理部1120は、受信したIGMP加入要求メッセージが配信要求に対する応答であると判断し、IGMP加入要求メッセージの付加情報に含まれるポート情報を解析し、障害発生前におけるマルチキャスト中継装置1000のポート情報を取得する。   When the IP address of the VLAN and the VLAN_IP address included in the additional information match, the control packet transmission / reception processor 1120 determines that the received IGMP join request message is a response to the distribution request, and the IGMP join request message The port information included in the additional information is analyzed, and the port information of the multicast relay apparatus 1000 before the failure occurs is acquired.

制御パケット送受信処理部1120は、取得したマルチキャストグループアドレスと障害発生前のポート情報をエントリ生成部1130に通知する(矢印F326)。エントリ生成部1130は、通知されたマルチキャストグループアドレス及びポート情報を、エントリ管理表T1131に登録するとともに、マルチキャストパケット中継制御表T1320にも登録する(矢印F327)。   The control packet transmission / reception processing unit 1120 notifies the entry generation unit 1130 of the acquired multicast group address and port information before the failure occurs (arrow F326). The entry generation unit 1130 registers the notified multicast group address and port information in the entry management table T1131 and also in the multicast packet relay control table T1320 (arrow F327).

以上の処理により、障害発生前のエントリ管理表T1131及びマルチキャストパケット中継制御表T1320が再製され、マルチキャスト中継が再開される(矢印F107)。   As a result of the above processing, the entry management table T1131 and the multicast packet relay control table T1320 before the occurrence of the failure are reproduced, and multicast relay is resumed (arrow F107).

なお、マルチキャストルータ2000が送信するIGMP加入要求メッセージには、付加情報として、複数のポートを設定することができる。したがって、1つのマルチキャストグループに複数のマルチキャスト受信者が存在する場合であっても、1つのIGMP加入要求メッセージに複数のポート情報を集約してマルチキャスト中継装置1000に通知することができる。   A plurality of ports can be set as additional information in the IGMP join request message transmitted by the multicast router 2000. Therefore, even when there are a plurality of multicast receivers in one multicast group, a plurality of port information can be aggregated in one IGMP join request message and notified to the multicast relay apparatus 1000.

図30は、エントリの再製後の様子を示す説明図である。図30(A)に示した例では、マルチキャスト中継装置1000にVLAN101が設定され、VLAN101にマルチキャスト受信者20,30,40,50,60が接続されている。各マルチキャスト受信者は、同じマルチキャストグループG1に加入している。   FIG. 30 is an explanatory diagram showing a state after the entry is reproduced. In the example shown in FIG. 30A, the VLAN 101 is set in the multicast relay apparatus 1000, and the multicast receivers 20, 30, 40, 50, 60 are connected to the VLAN 101. Each multicast receiver subscribes to the same multicast group G1.

マルチキャスト中継装置1000は、障害から復旧すると、マルチキャストルータ2000から配信されるIGMP加入要求メッセージの付加情報に基づいて、複数のポート情報(5つのポート番号)を設定することができる。この場合におけるマルチキャストルータ2000が配信するIGMP加入要求メッセージのフォーマットを図30(B)に示す。   When the multicast relay apparatus 1000 recovers from the failure, it can set a plurality of port information (five port numbers) based on the additional information of the IGMP join request message distributed from the multicast router 2000. The format of the IGMP join request message distributed by multicast router 2000 in this case is shown in FIG.

このように、第1実施例では、マルチキャストルータ2000から配信されるIGMP加入要求メッセージの付加情報に基づいて、IGMPスヌーピング機能で利用されるエントリを再製するので、少ないパケットで迅速にエントリを再製することが可能である。すなわち、1パケットのIGMP加入要求メッセージによって、1つのマルチキャストグループのエントリを再製することができるとともに、マルチキャスト通信が復旧するまでの時間を大幅に短縮することができる。   As described above, in the first embodiment, since the entry used in the IGMP snooping function is reproduced based on the additional information of the IGMP join request message distributed from the multicast router 2000, the entry is quickly reproduced with a small number of packets. It is possible. That is, one multicast group entry can be recreated by one packet IGMP join request message, and the time until multicast communication is restored can be greatly shortened.

また、VLANに設定しているポート数が多く、かつ、同じマルチキャストグループに加入しているマルチキャスト受信者が多いほど、少ないIGMP加入要求メッセージでエントリを再製することができる。   Further, as the number of ports set in the VLAN is larger and the number of multicast receivers that are joined to the same multicast group is larger, the entry can be reproduced with fewer IGMP join request messages.

A9.比較例におけるエントリ管理表の復旧方法:
図31は、比較例におけるマルチキャスト中継装置1000のエントリ管理表の復旧方法を示す説明図である。エントリ管理表の復旧処理における制御パケットの流れを図31(A)として示した。この比較例では、マルチキャストルータ2000内に複製エントリ表は作成されていない。マルチキャスト中継装置1000が障害から復旧すると、マルチキャストルータ2000からIGMP問い合わせメッセージが送信され(矢印F210)、当該IGMP問い合わせメッセージがマルチキャスト中継装置1000のVLAN101内にフラッディングされる。
A9. How to restore the entry management table in the comparative example:
FIG. 31 is an explanatory diagram showing a method for restoring the entry management table of the multicast relay apparatus 1000 in the comparative example. The flow of the control packet in the entry management table recovery process is shown in FIG. In this comparative example, the replication entry table is not created in the multicast router 2000. When the multicast relay apparatus 1000 recovers from the failure, an IGMP inquiry message is transmitted from the multicast router 2000 (arrow F210), and the IGMP inquiry message is flooded in the VLAN 101 of the multicast relay apparatus 1000.

マルチキャスト中継装置1000に接続された各マルチキャスト受信者は、当該IGMP問い合わせメッセージに対してIGMP加入要求メッセージを応答する。具体的には、マルチキャスト受信者20は、マルチキャストグループG1,G3,G4へのIGMP加入要求メッセージを送信する(矢印F211,矢印F212,矢印F213)。マルチキャスト受信者30は、マルチキャストグループG2,G3へのIGMP加入要求メッセージを送信する(矢印F214,矢印F215)。マルチキャスト受信者40は、マルチキャストグループG2,G4へのIGMP加入要求メッセージを送信する(矢印F216,矢印F217)。   Each multicast receiver connected to the multicast relay apparatus 1000 responds to the IGMP inquiry message with an IGMP join request message. Specifically, the multicast receiver 20 transmits an IGMP join request message to the multicast groups G1, G3, G4 (arrow F211, arrow F212, arrow F213). The multicast receiver 30 transmits an IGMP join request message to the multicast groups G2 and G3 (arrow F214 and arrow F215). The multicast receiver 40 transmits an IGMP join request message to the multicast groups G2 and G4 (arrow F216, arrow F217).

図31(B)は、各マルチキャスト受信者から送信されたIGMP加入要求メッセージに基づいて再製されたエントリ管理表を示す説明図である。IGMPスヌーピング処理部1100内のエントリ生成部1130は、受信したIGMP加入要求メッセージに基づいてエントリ管理表1131を作成し、マルチキャスト中継制御表に登録する。以上の処理により、マルチキャスト通信が再開される。   FIG. 31B is an explanatory diagram showing an entry management table remanufactured based on the IGMP join request message transmitted from each multicast receiver. The entry generation unit 1130 in the IGMP snooping processing unit 1100 creates the entry management table 1131 based on the received IGMP join request message and registers it in the multicast relay control table. Through the above processing, multicast communication is resumed.

この比較例に示すエントリ管理表の再製方法では、マルチキャスト受信者が多数存在し、多数のマルチキャストグループに加入している場合には、膨大な数のIGMP加入要求メッセージがマルチキャスト中継装置1000に対して応答される。このため、IGMP問い合わせメッセージがVLAN内にフラッディングされてから、マルチキャスト通信が再開するまでには、多大な時間を要してしまう。すなわち、マルチキャスト中継装置1000がIGMP問い合わせメッセージを受信するまでの間と、IGMP問い合わせメッセージがフラッディングされ、IGMP加入要求メッセージの応答を受けてエントリが作成され、マルチキャストパケット中継処理部に設定されるまでの間、マルチキャスト通信が停止してしまう。   In the remanufacturing method of the entry management table shown in this comparative example, when there are a large number of multicast receivers and a large number of multicast groups are joined, a huge number of IGMP join request messages are sent to the multicast relay apparatus 1000. Responded. For this reason, it takes a long time for multicast communication to resume after the IGMP inquiry message is flooded in the VLAN. That is, until the multicast relay apparatus 1000 receives the IGMP inquiry message, and until the IGMP inquiry message is flooded, an entry is created in response to the response to the IGMP join request message, and is set in the multicast packet relay processing unit During this time, multicast communication stops.

また、大量のIGMP問い合わせメッセージがマルチキャスト送信者から送信され、マルチキャスト中継装置1000が大量のIGMP加入要求メッセージを集中して受信するため、通信帯域が圧迫されるおそれもある。   Further, since a large amount of IGMP inquiry messages are transmitted from the multicast sender and the multicast relay apparatus 1000 receives a large amount of IGMP subscription request messages in a concentrated manner, there is a possibility that the communication band may be compressed.

B.第2実施例:
図32は、第2実施例におけるネットワーク構成を示す説明図である。このネットワーク構成では、1台のマルチキャストルータ2000に2台のマルチキャスト中継装置1000,3000が接続されている。本実施例におけるマルチキャスト中継装置1000,3000の内部構成及びマルチキャストルータ2000の内部構成は、第1実施例におけるマルチキャスト中継装置1000の内部構成及びマルチキャストルータ2000の内部構成とそれぞれ同じである。本実施例におけるマルチキャスト中継装置1000,3000は、第1実施例と同様に、IGMPスヌーピング機能を有している。
B. Second embodiment:
FIG. 32 is an explanatory diagram showing a network configuration in the second embodiment. In this network configuration, two multicast relay apparatuses 1000 and 3000 are connected to one multicast router 2000. The internal configuration of the multicast relay devices 1000 and 3000 and the internal configuration of the multicast router 2000 in the present embodiment are the same as the internal configuration of the multicast relay device 1000 and the internal configuration of the multicast router 2000 in the first embodiment, respectively. The multicast relay apparatuses 1000 and 3000 in the present embodiment have an IGMP snooping function as in the first embodiment.

図33は、マルチキャスト中継装置1000の各種情報及びVLAN管理表T1111の内容を示す説明図である。図33(A)は、マルチキャスト中継装置1000のVLAN情報D1210の内容を示す説明図である。VLAN情報D1210のVLAN名称フィールド1211にはマルチキャスト中継装置1000に設定されているVLANである「VLAN101」が設定され、IPアドレスフィールド1212にはマルチキャスト中継装置1000のVLAN101に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド1213にはVLAN101に属するポートである「1001,1002,1003」が設定されている。   FIG. 33 is an explanatory diagram showing various information of the multicast relay device 1000 and the contents of the VLAN management table T1111. FIG. 33A is an explanatory diagram showing the contents of the VLAN information D1210 of the multicast relay apparatus 1000. The VLAN name field 1211 of the VLAN information D1210 is set to “VLAN101” which is the VLAN set in the multicast relay apparatus 1000, and the IP address field 1212 is the IP address set to the VLAN 101 of the multicast relay apparatus 1000 “ "IP_addr1" is set, and "1001, 1002, 1003" that are ports belonging to the VLAN 101 are set in the port information field 1213.

図33(B)は、マルチキャスト中継装置1000のIGMPスヌーピング情報D1220の内容を示す説明図である。IGMPスヌーピング情報D1220のVLAN名称フィールド1221にはIGMPスヌーピング機能を使用するVLANである「VLAN101」が設定され、マルチキャストルータポートフィールド1222にはマルチキャストルータ2000が接続されたポートである「1001」が設定され、複製エントリ情報フィールド1223にはVLAN101が複製エントリ対象であることを示す「YES」が設定されている。   FIG. 33 (B) is an explanatory diagram showing the contents of IGMP snooping information D1220 of multicast relay apparatus 1000. In the VLAN name field 1221 of the IGMP snooping information D1220, “VLAN 101” that is a VLAN that uses the IGMP snooping function is set, and in the multicast router port field 1222, “1001” that is a port to which the multicast router 2000 is connected is set. In the replication entry information field 1223, “YES” indicating that the VLAN 101 is a replication entry target is set.

図33(C)は、マルチキャスト中継装置1000のVLAN管理表T1111の内容を示す説明図である。VLAN管理表T1111には、VLAN情報D1210及びIGMPスヌーピング情報D1220から取得された各情報が格納されている。   FIG. 33C is an explanatory diagram showing the contents of the VLAN management table T1111 of the multicast relay apparatus 1000. The VLAN management table T1111 stores each piece of information acquired from the VLAN information D1210 and the IGMP snooping information D1220.

図34は、マルチキャスト中継装置3000の各種情報及びVLAN管理表T3111の内容を示す説明図である。図34(A)は、マルチキャスト中継装置3000のVLAN情報D3210の内容を示す説明図である。VLAN情報D3210のVLAN名称フィールド3211にはマルチキャスト中継装置3000に設定されているVLANである「VLAN102」が設定され、IPアドレスフィールド3212にはマルチキャスト中継装置3000のVLAN102に設定されたIPアドレスである「IP_addr2」が設定され、ポート情報フィールド3213にはマルチキャスト中継装置3000のVLAN102に属するポートである「3001,3002,3003」が設定されている。   FIG. 34 is an explanatory diagram showing various information of the multicast relay device 3000 and the contents of the VLAN management table T3111. FIG. 34A is an explanatory diagram showing the contents of the VLAN information D3210 of the multicast relay apparatus 3000. The VLAN name field 3211 of the VLAN information D3210 is set to “VLAN102” which is the VLAN set in the multicast relay device 3000, and the IP address field 3212 is the IP address set to the VLAN 102 of the multicast relay device 3000. IP_addr2 ”is set, and“ 3001, 3002, 3003 ”, which are ports belonging to the VLAN 102 of the multicast relay device 3000, are set in the port information field 3213.

図34(B)は、マルチキャスト中継装置3000のIGMPスヌーピング情報D3220の内容を示す説明図である。IGMPスヌーピング情報D3220のVLAN名称フィールド3221にはIGMPスヌーピング機能を使用するVLANである「VLAN102」が設定され、マルチキャストルータポートフィールド3222にはマルチキャストルータ2000が接続されたポートである「3001」が設定され、複製エントリ情報フィールド3223にはVLAN102が複製エントリ対象であることを示す「YES」が設定されている。   FIG. 34 (B) is an explanatory diagram showing the contents of IGMP snooping information D3220 of multicast relay apparatus 3000. The VLAN name field 3221 of the IGMP snooping information D3220 is set to “VLAN102” which is a VLAN using the IGMP snooping function, and the multicast router port field 3222 is set to “3001” which is a port to which the multicast router 2000 is connected. In the replication entry information field 3223, “YES” indicating that the VLAN 102 is a replication entry target is set.

図34(C)は、マルチキャスト中継装置3000のVLAN管理表T3111の内容を示す説明図である。VLAN管理表T3111には、VLAN情報D3210及びIGMPスヌーピング情報D3220から取得された各情報が格納されている。   FIG. 34C is an explanatory diagram showing the contents of the VLAN management table T3111 of the multicast relay device 3000. The VLAN management table T3111 stores each piece of information acquired from the VLAN information D3210 and the IGMP snooping information D3220.

図35は、マルチキャストルータ2000の各種情報及び各種テーブルの内容を示す説明図である。図35(A)は、マルチキャストルータ2000の複製エントリ生成情報D2120の内容を示す説明図である。複製エントリ生成情報D2120には、複製エントリ対象の2つのVLAN101,102が設定されている。   FIG. 35 is an explanatory diagram showing various information of the multicast router 2000 and the contents of various tables. FIG. 35A is an explanatory diagram showing the contents of the duplicate entry creation information D2120 of the multicast router 2000. In the duplicate entry creation information D2120, two VLANs 101 and 102 that are duplicate entry targets are set.

VLAN101の設定として、VLAN名称フィールド2121には「VLAN101」が設定され、IPアドレスフィールド2122にはマルチキャスト中継装置1000のVLAN101に設定されているIPアドレスである「IP_addr1」が設定され、ポート情報フィールド2123にはマルチキャスト中継装置1000が接続されたポートである「2002」が設定されている。   As the setting of the VLAN 101, “VLAN 101” is set in the VLAN name field 2121, “IP_addr1” that is the IP address set in the VLAN 101 of the multicast relay apparatus 1000 is set in the IP address field 2122, and the port information field 2123 is set. Is set to “2002”, which is a port to which the multicast relay apparatus 1000 is connected.

また、VLAN102の設定として、VLAN名称フィールド2121には「VLAN102」が設定され、IPアドレスフィールド2122にはマルチキャスト中継装置3000のVLAN102に設定されているIPアドレスである「IP_addr2」が設定され、ポート情報フィールド2123にはマルチキャスト中継装置3000が接続されたポートである「2003」が設定されている。   As the setting of the VLAN 102, “VLAN102” is set in the VLAN name field 2121, and “IP_addr2” that is the IP address set in the VLAN 102 of the multicast relay device 3000 is set in the IP address field 2122. In the field 2123, “2003” that is a port to which the multicast relay device 3000 is connected is set.

図35(B)は、マルチキャストルータ2000の複製エントリ管理表T2410の内容を示す説明図である。複製エントリ管理表T2410は、複製エントリ生成情報D2120と同様の情報を格納している。   FIG. 35B is an explanatory diagram showing the contents of the replication entry management table T2410 of the multicast router 2000. The duplicate entry management table T2410 stores the same information as the duplicate entry generation information D2120.

図36(A)は、VLAN101に属するマルチキャスト受信者20がマルチキャストグループG1に対するIGMP加入要求メッセージを送信し、VLAN102に属するマルチキャスト受信者50がマルチキャストグループG2に対するIGMP加入要求メッセージを送信した場合における複製エントリ表T2430の生成処理を示す説明図である。図36(B)は、マルチキャスト受信者20,50から送信されたIGMP加入要求メッセージに基づいて更新された複製エントリ表T2430を示す説明図である。   FIG. 36A shows a duplicate entry when the multicast receiver 20 belonging to the VLAN 101 transmits an IGMP join request message for the multicast group G1, and the multicast receiver 50 belonging to the VLAN 102 transmits an IGMP join request message for the multicast group G2. It is explanatory drawing which shows the production | generation process of table T2430. FIG. 36B is an explanatory diagram showing a duplicate entry table T2430 updated based on the IGMP join request message transmitted from the multicast receivers 20 and 50.

受信者20がマルチキャストグループG1に対するIGMP加入要求メッセージを送信すると(矢印F223)、マルチキャスト中継装置1000は、上述した第1実施例と同様の方法で、当該IGMP加入要求メッセージに付加情報を追加し、当該付加情報が追加されたIGMP加入要求メッセージをマルチキャストルータポート1001を介してマルチキャストルータ2000に中継する(矢印F224)。   When the receiver 20 transmits an IGMP join request message for the multicast group G1 (arrow F223), the multicast relay apparatus 1000 adds additional information to the IGMP join request message in the same manner as in the first embodiment described above. The IGMP join request message to which the additional information is added is relayed to the multicast router 2000 via the multicast router port 1001 (arrow F224).

同様に、受信者50がマルチキャストグループG2に対するIGMP加入要求メッセージを送信すると(矢印F225)、マルチキャスト中継装置3000は、当該IGMP加入要求メッセージに付加情報を追加し、当該付加情報が追加されたIGMP加入要求メッセージをマルチキャストルータポート3001を介してマルチキャストルータ2000に中継する(矢印F226)。   Similarly, when the receiver 50 transmits an IGMP join request message for the multicast group G2 (arrow F225), the multicast relay device 3000 adds additional information to the IGMP join request message, and the IGMP join to which the additional information is added. The request message is relayed to the multicast router 2000 via the multicast router port 3001 (arrow F226).

マルチキャストルータ2000にIGMP加入要求メッセージが中継されると(矢印F224,矢印F226)、マルチキャストルータ2000は、上述した第1実施例と同様の方法で、複製エントリ表T2430を生成する。図36(B)に示すように、マルチキャストルータ2000は、複製エントリ対象の各VLAN101,102から受信したIGMP加入要求メッセージに基づいて、複製エントリ表T2430を生成する。   When the IGMP join request message is relayed to the multicast router 2000 (arrow F224, arrow F226), the multicast router 2000 generates a duplicate entry table T2430 by the same method as in the first embodiment described above. As shown in FIG. 36B, the multicast router 2000 generates a replication entry table T2430 based on the IGMP join request message received from each of the VLANs 101 and 102 that are replication entry targets.

マルチキャスト中継装置1000または3000は、障害から復旧すると、マルチキャストルータ2000に対して、第1実施例と同様の方法で、複製エントリの配信要求を行う。複製エントリの配信要求を受けたマルチキャストルータ2000は、複製エントリ表T2430の中から、配信要求を行なった装置の複製エントリを検索し、配信する。マルチキャスト中継装置1000または3000は、配信された複製エントリに基づいて、障害前のエントリを再製することができる。   When the multicast relay apparatus 1000 or 3000 recovers from the failure, it makes a replication entry distribution request to the multicast router 2000 in the same manner as in the first embodiment. The multicast router 2000 that has received the distribution request for the replication entry searches the replication entry table T2430 for the replication entry of the device that has made the distribution request and distributes it. The multicast relay apparatus 1000 or 3000 can reproduce the entry before the failure based on the distributed copy entry.

このように、第2実施例では、1台のマルチキャストルータ2000が複数のマルチキャスト中継装置のエントリを複製している。そして、マルチキャストルータ2000は、マルチキャスト中継装置が障害から復旧すると、当該マルチキャスト中継装置に対して当該装置の複製エントリを配信する。すなわち、第2実施例では、1台のマルチキャストルータ2000によって、複数のマルチキャスト中継装置の障害前のエントリを速やかに再製することができる。この結果、複数のマルチキャスト中継装置は、迅速にマルチキャスト通信を再開することができる。   Thus, in the second embodiment, one multicast router 2000 duplicates the entries of a plurality of multicast relay devices. Then, when the multicast relay device recovers from the failure, the multicast router 2000 distributes the duplicate entry of the device to the multicast relay device. That is, in the second embodiment, a single multicast router 2000 can promptly recreate entries before a failure of a plurality of multicast relay devices. As a result, the plurality of multicast relay devices can quickly resume multicast communication.

C.第3実施例:
図37は、第3実施例におけるネットワーク構成を示す説明図である。本実施例のネットワーク構成では、1台のマルチキャストルータに2台のマルチキャスト中継装置が直列に接続されている。換言すれば、マルチキャストルータにマルチキャスト中継装置が多段に設定されている。
C. Third embodiment:
FIG. 37 is an explanatory diagram showing a network configuration in the third embodiment. In the network configuration of this embodiment, two multicast relay devices are connected in series to one multicast router. In other words, the multicast relay device is set in multiple stages in the multicast router.

マルチキャストルータ2000には、マルチキャスト中継装置1000が接続されており、マルチキャスト中継装置1000の下流にはさらに、マルチキャスト中継装置3000が接続されている。マルチキャスト中継装置3000及びマルチキャストルータ2000の内部構成は、それぞれ、第1実施例におけるマルチキャスト中継装置1000及びマルチキャストルータ2000の内部構成と同じである。本実施例におけるマルチキャスト中継装置1000は、マルチキャストルータ2000とマルチキャスト中継装置3000との中間に位置するため、自装置のエントリの複製を上流の装置(マルチキャストルータ2000)に依頼する機能と、下流の装置(マルチキャスト中継装置3000)の複製エントリを生成する機能の両方を実装している。   A multicast relay device 1000 is connected to the multicast router 2000, and a multicast relay device 3000 is further connected downstream of the multicast relay device 1000. The internal configurations of the multicast relay device 3000 and the multicast router 2000 are the same as the internal configurations of the multicast relay device 1000 and the multicast router 2000 in the first embodiment, respectively. Since the multicast relay apparatus 1000 in the present embodiment is located between the multicast router 2000 and the multicast relay apparatus 3000, a function for requesting an upstream apparatus (multicast router 2000) to copy the entry of the own apparatus, and a downstream apparatus Both functions of generating a duplicate entry of (multicast relay apparatus 3000) are implemented.

図38は、第3実施例におけるマルチキャスト中継装置1000の内部構成を示す説明図である。図3に示した第1実施例との違いは、複製エントリを生成する複製エントリ処理部1400をさらに備える点と、装置構成定義部1200内に、複製エントリ対象を設定する複製エントリ生成情報D1230が追加されている点であり、他の構成は第1実施例と同じである。また、複製エントリ生成情報D1230及び複製エントリ処理部1400の機能は、第1実施例のマルチキャストルータ2000が備えている各該当機能と同様である。   FIG. 38 is an explanatory diagram showing the internal configuration of the multicast relay apparatus 1000 in the third embodiment. The difference from the first embodiment shown in FIG. 3 is that a replication entry processing unit 1400 that generates a replication entry is further provided, and that the replication entry generation information D1230 for setting a replication entry target is included in the device configuration definition unit 1200. Other points are the same as those in the first embodiment. Also, the functions of the duplicate entry generation information D1230 and the duplicate entry processing unit 1400 are the same as the corresponding functions provided in the multicast router 2000 of the first embodiment.

図39は、マルチキャスト中継装置3000の各種情報及びVLAN管理表T3111の内容を示す説明図である。図39(A)は、マルチキャスト中継装置3000のVLAN情報D3210の内容を示す説明図である。VLAN情報D3210のVLAN名称フィールド3211にはマルチキャスト中継装置3000に設定されているVLANである「VLAN101」が設定され、IPアドレスフィールド3212にはマルチキャスト中継装置3000のVLAN101に設定されたIPアドレスである「IP_addr2」が設定され、ポート情報フィールド3213にはマルチキャスト中継装置3000のVLAN101に属するポートである「3001,3002,3003」が設定されている。   FIG. 39 is an explanatory diagram showing various information of the multicast relay device 3000 and the contents of the VLAN management table T3111. FIG. 39A is an explanatory diagram showing the contents of the VLAN information D3210 of the multicast relay apparatus 3000. The VLAN name field 3211 of the VLAN information D3210 is set to “VLAN101” which is the VLAN set in the multicast relay device 3000, and the IP address field 3212 is the IP address set to the VLAN 101 of the multicast relay device 3000. IP_addr2 ”is set, and“ 3001, 3002, 3003 ”that are ports belonging to the VLAN 101 of the multicast relay device 3000 are set in the port information field 3213.

図39(B)は、マルチキャスト中継装置3000のIGMPスヌーピング情報D3220の内容を示す説明図である。IGMPスヌーピング情報D3220のVLAN名称フィールド3221にはIGMPスヌーピング機能を使用するVLANである「VLAN101」が設定され、マルチキャストルータポートフィールド3222にはマルチキャストルータ2000が接続されている方向のポートである「3001」が設定され、複製エントリ情報フィールド3223にはVLAN101が複製エントリ対象であることを示す「YES」が設定されている。   FIG. 39B is an explanatory diagram showing the contents of the IGMP snooping information D3220 of the multicast relay device 3000. The VLAN name field 3221 of the IGMP snooping information D3220 is set to “VLAN101” which is a VLAN using the IGMP snooping function, and the multicast router port field 3222 is “3001” which is a port in the direction to which the multicast router 2000 is connected. Is set, and “YES” indicating that the VLAN 101 is a replication entry target is set in the replication entry information field 3223.

図39(C)は、マルチキャスト中継装置3000のVLAN管理表T3111の内容を示す説明図である。VLAN管理表T3111には、VLAN情報D3210及びIGMPスヌーピング情報D3220から取得された各情報が格納されている。   FIG. 39C is an explanatory diagram showing the contents of the VLAN management table T3111 of the multicast relay apparatus 3000. The VLAN management table T3111 stores each piece of information acquired from the VLAN information D3210 and the IGMP snooping information D3220.

図40は、マルチキャスト中継装置1000の各種情報及び各種テーブルの内容を示す説明図である。図40(A)は、マルチキャスト中継装置1000のVLAN情報D1210の内容を示す説明図である。VLAN情報1210DのVLAN名称フィールド1211にはマルチキャスト中継装置1000に設定されているVLANである「VLAN101」が設定され、IPアドレスフィールド1212にはマルチキャスト中継装置1000のVLAN101に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド1213にはVLAN101に属するポートである「1001,1002,1003」が設定されている。   FIG. 40 is an explanatory diagram showing various information of the multicast relay apparatus 1000 and the contents of various tables. FIG. 40A is an explanatory diagram showing the contents of the VLAN information D1210 of the multicast relay apparatus 1000. “VLAN101”, which is the VLAN set in the multicast relay apparatus 1000, is set in the VLAN name field 1211 of the VLAN information 1210D, and the IP address set in the VLAN 101 of the multicast relay apparatus 1000 is set in the IP address field 1212. "IP_addr1" is set, and "1001, 1002, 1003" that are ports belonging to the VLAN 101 are set in the port information field 1213.

図40(B)は、マルチキャスト中継装置1000のIGMPスヌーピング情報D1220の内容を示す説明図である。IGMPスヌーピング情報D1220のVLAN名称フィールド1221にはIGMPスヌーピングを使用するVLANである「VLAN101」が設定され、マルチキャストルータポートフィールド1222にはマルチキャストルータ2000が接続されたポートである「1001」が設定され、複製エントリ情報フィールド1223にはVLAN101が複製エントリ対象であることを示す「YES」が設定されている。   FIG. 40B is an explanatory diagram showing the contents of the IGMP snooping information D1220 of the multicast relay apparatus 1000. In the VLAN name field 1221 of the IGMP snooping information D1220, “VLAN 101” that is a VLAN that uses IGMP snooping is set, and in the multicast router port field 1222, “1001” that is a port to which the multicast router 2000 is connected is set. In the replication entry information field 1223, “YES” indicating that the VLAN 101 is a replication entry target is set.

図40(C)は、マルチキャスト中継装置1000のVLAN管理表T1111の内容を示す説明図である。VLAN管理表1111には、VLAN情報1210及びIGMPスヌーピング情報1220から取得された各情報が格納されている。   FIG. 40C is an explanatory diagram showing the contents of the VLAN management table T1111 of the multicast relay apparatus 1000. The VLAN management table 1111 stores each piece of information acquired from the VLAN information 1210 and the IGMP snooping information 1220.

図40(D)は、マルチキャスト中継装置1000の複製エントリ生成情報D1230の内容を示す説明図である。複製エントリ生成情報D1230には、下流のマルチキャスト中継装置3000のVLAN101についての情報が設定される。複製エントリ生成情報D1230のVLAN名称フィールド1231には「VLAN101」が設定され、IPアドレスフィールド1232には下流のマルチキャスト中継装置3000のVLAN101に設定されたIPアドレスである「IP_addr2」が設定され、ポート情報フィールド1233には下流のマルチキャスト中継装置3000が接続されているポートである「1002」が設定されている。   FIG. 40D is an explanatory diagram showing the contents of the duplicate entry creation information D1230 of the multicast relay apparatus 1000. In the duplicate entry creation information D1230, information about the VLAN 101 of the downstream multicast relay device 3000 is set. “VLAN101” is set in the VLAN name field 1231 of the duplicate entry creation information D1230, and “IP_addr2” that is the IP address set in the VLAN 101 of the downstream multicast relay device 3000 is set in the IP address field 1232, and the port information In the field 1233, “1002” which is a port to which the downstream multicast relay device 3000 is connected is set.

図40(E)は、マルチキャスト中継装置1000の複製エントリ管理表T1410の内容を示す説明図である。複製エントリ管理表T1410には、複製エントリ生成情報D1230と同様の情報が格納されている。   FIG. 40E is an explanatory diagram showing the contents of the replication entry management table T1410 of the multicast relay apparatus 1000. The duplicate entry management table T1410 stores information similar to the duplicate entry generation information D1230.

図41は、マルチキャストルータ2000の複製エントリ生成情報D2120及び複製エントリ管理表T2410の内容を示す説明図である。図41(A)は、マルチキャストルータ2000の複製エントリ生成情報D2120の内容を示す説明図である。複製エントリ生成情報D2120には、下流のマルチキャスト中継装置1000のVLAN101についての情報が設定される。複製エントリ生成情報D2120のVLAN名称フィールド2121には「VLAN101」が設定され、IPアドレスフィールド2122にはマルチキャスト中継装置1000のVLAN101に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド2123には下流のマルチキャスト中継装置1000が接続されているポートである「2002」が設定されている。   FIG. 41 is an explanatory diagram showing the contents of the duplicate entry creation information D2120 and duplicate entry management table T2410 of the multicast router 2000. FIG. 41A is an explanatory diagram showing the contents of the duplicate entry creation information D2120 of the multicast router 2000. Information about the VLAN 101 of the downstream multicast relay apparatus 1000 is set in the duplicate entry generation information D2120. “VLAN101” is set in the VLAN name field 2121 of the duplicate entry creation information D2120, “IP_addr1” that is the IP address set in the VLAN 101 of the multicast relay apparatus 1000 is set in the IP address field 2122, and the port information field 2123. Is set to “2002”, which is a port to which the downstream multicast relay apparatus 1000 is connected.

図41(B)は、マルチキャストルータ2000の複製エントリ管理表T2410の内容を示す説明図である。複製エントリ管理表T2410には、複製エントリ生成情報D1230と同様の情報が格納されている。   FIG. 41B is an explanatory diagram showing the contents of the replication entry management table T2410 of the multicast router 2000. The duplicate entry management table T2410 stores information similar to the duplicate entry generation information D1230.

図42は、第3実施例のネットワーク構成における制御パケットの流れを示す説明図である。マルチキャスト受信者30がマルチキャストグループG1に対するIGMP加入要求メッセージを送信すると、マルチキャスト中継装置3000は、ポート3003から当該IGMP加入要求メッセージを受信する(矢印F227)。マルチキャスト中継装置3000は、当該IGMP加入要求メッセージに付加情報を追加して、マルチキャスト中継装置1000に中継する(矢印F228)。   FIG. 42 is an explanatory diagram showing the flow of control packets in the network configuration of the third embodiment. When multicast receiver 30 transmits an IGMP join request message for multicast group G1, multicast relay apparatus 3000 receives the IGMP join request message from port 3003 (arrow F227). The multicast relay device 3000 adds additional information to the IGMP join request message and relays it to the multicast relay device 1000 (arrow F228).

図43は、付加情報が追加されたIGMP加入要求メッセージを示す説明図である。図43(A)は、マルチキャスト受信者30から送信された後に、マルチキャスト中継装置3000によって付加情報が追加され、マルチキャスト中継装置1000に中継されるIGMP加入要求メッセージのフォーマットを示す説明図である。付加情報のVLAN_IPアドレスにはマルチキャスト中継装置3000に設定されたIPアドレスである「IP_addr2」が設定されており、ポート数には「1」が設定されており、ポート番号にはマルチキャスト中継装置3000において受信者30が接続されているポートである「3003」が設定されている。   FIG. 43 is an explanatory view showing an IGMP join request message to which additional information is added. FIG. 43A is an explanatory diagram showing a format of an IGMP join request message that is transmitted from the multicast receiver 30 and then added with additional information by the multicast relay device 3000 and relayed to the multicast relay device 1000. In the additional information VLAN_IP address, “IP_addr2” which is the IP address set in the multicast relay device 3000 is set, “1” is set in the port number, and the multicast relay device 3000 has the port number. “3003” which is a port to which the receiver 30 is connected is set.

マルチキャスト中継装置1000(図42)は、付加情報が追加されたIGMP加入要求メッセージをマルチキャスト中継装置3000から受信すると、受信したIGMP加入要求メッセージを解析し、複製エントリを作成する。マルチキャスト中継装置1000は、さらに、当該IGMP加入要求メッセージに自装置の付加情報を上書きして、マルチキャストルータポート1001を介してマルチキャストルータ2000に中継する(矢印F229)。   When the multicast relay apparatus 1000 (FIG. 42) receives the IGMP join request message with additional information added from the multicast relay apparatus 3000, the multicast relay apparatus 1000 analyzes the received IGMP join request message and creates a duplicate entry. The multicast relay apparatus 1000 further overwrites the IGMP join request message with the additional information of the own apparatus and relays it to the multicast router 2000 via the multicast router port 1001 (arrow F229).

図43(B)は、マルチキャスト中継装置3000から中継された後に、マルチキャスト中継装置1000によって付加情報が上書きされ、マルチキャストルータ2000に中継されるIGMP加入要求メッセージのフォーマットを示す説明図である。付加情報のVLAN_IPアドレスにはマルチキャスト中継装置1000に設定されたIPアドレスである「IP_addr1」が設定されており、ポート数には「1」が設定されており、ポート番号にはマルチキャスト中継装置1000においてマルチキャスト中継装置3000が接続されているポートである「1002」が設定されている。   FIG. 43B is an explanatory diagram showing a format of an IGMP join request message that is relayed from the multicast relay device 3000 and then overwritten by the multicast relay device 1000 and relayed to the multicast router 2000. “IP_addr1” that is an IP address set in the multicast relay apparatus 1000 is set in the VLAN_IP address of the additional information, “1” is set in the port number, and in the multicast relay apparatus 1000 in the port number. “1002”, which is a port to which the multicast relay device 3000 is connected, is set.

また、マルチキャスト中継装置1000(図42)は、マルチキャストグループG2に対するIGMP加入要求メッセージをマルチキャスト受信者40から受信した場合には、当該IGMP加入要求メッセージに自装置の付加情報を追加して、マルチキャストルータポート1001を介してマルチキャストルータ2000に中継する(矢印F231)。なお、このときのIGMP加入要求メッセージは、マルチキャスト受信者40から直接送信されたIGMP加入要求メッセージであるため、当該IGMP加入要求メッセージに付加情報は設定されていない。したがって、マルチキャスト中継装置1000は、このIGMP加入要求メッセージについては、複製エントリを作成しない。   When the multicast relay apparatus 1000 (FIG. 42) receives an IGMP join request message for the multicast group G2 from the multicast receiver 40, the multicast relay apparatus 1000 (FIG. 42) adds the additional information of the own apparatus to the IGMP join request message, Relay to the multicast router 2000 via the port 1001 (arrow F231). Since the IGMP join request message at this time is an IGMP join request message directly transmitted from the multicast receiver 40, no additional information is set in the IGMP join request message. Therefore, the multicast relay apparatus 1000 does not create a duplicate entry for this IGMP join request message.

図43(C)は、マルチキャスト受信者40から送信された後に、マルチキャスト中継装置1000によって付加情報が追加され、マルチキャストルータ2000に中継されるIGMP加入要求メッセージのフォーマットを示す説明図である。付加情報のVLAN_IPアドレスにはマルチキャスト中継装置1000に設定されたIPアドレスである「IP_addr1」が設定されており、ポート数には「1」が設定されており、ポート番号にはマルチキャスト中継装置1000において受信者40が接続されているポートである「1003」が設定されている。   FIG. 43C is an explanatory diagram showing a format of an IGMP join request message that is transmitted from the multicast receiver 40 and then added with additional information by the multicast relay apparatus 1000 and relayed to the multicast router 2000. “IP_addr1” that is an IP address set in the multicast relay apparatus 1000 is set in the VLAN_IP address of the additional information, “1” is set in the port number, and in the multicast relay apparatus 1000 in the port number. “1003” which is a port to which the receiver 40 is connected is set.

マルチキャストルータ2000は、付加情報が追加されたIGMP加入要求メッセージに基づいて(矢印F229,231)、複製エントリを作成する。   The multicast router 2000 creates a duplicate entry based on the IGMP join request message to which the additional information is added (arrow F229, 231).

図44は、複製エントリ表を示す説明図である。図44(A)は、マルチキャスト中継装置1000において生成される複製エントリ表T1430を示す説明図である。マルチキャスト中継装置1000は、マルチキャスト中継装置3000から受信したIGMP加入要求メッセージに基づいて、複製エントリ表T1430を生成する。したがって、複製エントリ表T1430は、図43(A)に示されたIGMP加入要求メッセージに対応した内容となっている。   FIG. 44 is an explanatory diagram of a duplicate entry table. FIG. 44A is an explanatory diagram showing a replication entry table T1430 generated in the multicast relay apparatus 1000. The multicast relay apparatus 1000 generates a duplicate entry table T1430 based on the IGMP join request message received from the multicast relay apparatus 3000. Therefore, the duplicate entry table T1430 has contents corresponding to the IGMP join request message shown in FIG.

図44(B)は、マルチキャストルータ2000において生成される複製エントリ表T2430を示す説明図である。マルチキャストルータ2000は、マルチキャスト中継装置1000から受信したIGMP加入要求メッセージに基づいて、複製エントリ表T2430を生成する。したがって、複製エントリ表T2430は、図43(B)及び(C)に示されたIGMP加入要求メッセージに対応した内容となっている。   FIG. 44B is an explanatory diagram showing a replication entry table T2430 generated in the multicast router 2000. The multicast router 2000 generates a duplicate entry table T2430 based on the IGMP join request message received from the multicast relay apparatus 1000. Therefore, the duplicate entry table T2430 has contents corresponding to the IGMP join request message shown in FIGS. 43 (B) and 43 (C).

図45は、マルチキャスト中継装置3000によって付加情報が追加されたIGMP加入要求メッセージをマルチキャスト中継装置1000が受信した場合におけるの処理の流れを示す説明図である。マルチキャスト中継装置1000では、複製エントリ生成情報D1230に設定されたVLANがVLAN登録票1310に登録されている。このため、マルチキャストパケット中継処理部1300は、複製エントリ対象のVLANから受信したIGMP加入要求メッセージを、複製エントリ処理部1400の制御パケット送受信処理部1420に対して通知する(矢印F228)。   FIG. 45 is an explanatory diagram showing a processing flow when the multicast relay apparatus 1000 receives an IGMP join request message to which additional information has been added by the multicast relay apparatus 3000. In the multicast relay apparatus 1000, the VLAN set in the duplicate entry creation information D1230 is registered in the VLAN registration slip 1310. Therefore, the multicast packet relay processing unit 1300 notifies the IGMP packet request message received from the replication entry target VLAN to the control packet transmission / reception processing unit 1420 of the replication entry processing unit 1400 (arrow F228).

また、マルチキャスト中継装置1000では、IGMPスヌーピング情報D1220に設定されたVLANがVLAN登録表T1310に登録されている。このため、マルチキャストパケット中継処理部1300は、IGMPスヌーピング処理対象のVLANから受信したIGMP加入要求メッセージを、IGMPスヌーピング処理部1100の制御パケット送受信処理部1120に対しても通知する(矢印F228)。   In the multicast relay apparatus 1000, the VLAN set in the IGMP snooping information D1220 is registered in the VLAN registration table T1310. Therefore, the multicast packet relay processing unit 1300 also notifies the control packet transmission / reception processing unit 1120 of the IGMP snooping processing unit 1100 of the IGMP join request message received from the VLAN targeted for IGMP snooping processing (arrow F228).

複製エントリ処理部1400の制御パケット送受信処理部1420は、通知されたIGMP加入要求メッセージ228を解析し、付加情報に含まれるVLAN_IPアドレスを取得する。   The control packet transmission / reception processing unit 1420 of the duplicate entry processing unit 1400 analyzes the notified IGMP join request message 228 and acquires the VLAN_IP address included in the additional information.

複製エントリ処理部1400の制御パケット送受信処理部1420は、受信したVLAN及び取得したVLAN_IPアドレスが、複製エントリ管理表T1410に登録されているか否かを判定し(矢印F328)、登録されている場合には、複製エントリの生成を行う。複製エントリの生成は、具体的には、IGMP加入要求メッセージを受信したVLANのVLAN名称(VLAM101)、当該VLANのIPアドレス(IP_addr2)、通知されたIGMP加入要求メッセージから取得したマルチキャストグループアドレス(G1)、付加情報に含まれるポート情報(3003)を、複製エントリ表T1430に登録することにより行なわれる(矢印F329)。   The control packet transmission / reception processing unit 1420 of the replication entry processing unit 1400 determines whether the received VLAN and the acquired VLAN_IP address are registered in the replication entry management table T1410 (arrow F328). Generates a duplicate entry. Specifically, the replication entry is generated by the VLAN name (VLAM101) of the VLAN that received the IGMP join request message, the IP address (IP_addr2) of the VLAN, and the multicast group address (G1) obtained from the notified IGMP join request message. This is done by registering the port information (3003) included in the additional information in the duplicate entry table T1430 (arrow F329).

IGMPスヌーピング処理部1100の制御パケット送受信処理部1120は、IGMP加入要求メッセージの通知を受けると、VLAN管理表T1111の複製エントリ情報D1116を検索して、当該IGMP加入要求メッセージを受信したVLANが複製エントリ対象となっているか否かを判定する(矢印F330)。   When the control packet transmission / reception processing unit 1120 of the IGMP snooping processing unit 1100 receives the notification of the IGMP join request message, the control packet transmission / reception processing unit 1120 searches for the duplicate entry information D1116 in the VLAN management table T1111 and the VLAN that received the IGMP join request message It is determined whether or not it is a target (arrow F330).

当該VLANが複製エントリ対象になっている場合には、制御パケット送受信処理部1120の付加情報処理部1121は、当該IGMP加入要求メッセージに当該VLANのIPアドレス(IP_addr1)及びマルチキャスト中継装置1000の受信ポート1002を付加情報として追加して、マルチキャストルータポート1001に中継する(矢印F229)。このとき、付加情報が既に追加されていた場合は、付加情報処理部1121は、追加されていた付加情報を削除して、新しく取得した付加情報を上書きする。   When the VLAN is a copy entry target, the additional information processing unit 1121 of the control packet transmission / reception processing unit 1120 includes the IP address (IP_addr1) of the VLAN and the reception port of the multicast relay apparatus 1000 in the IGMP join request message. 1002 is added as additional information and relayed to the multicast router port 1001 (arrow F229). At this time, if additional information has already been added, the additional information processing unit 1121 deletes the added additional information and overwrites the newly acquired additional information.

以上の処理により、マルチキャスト中継装置3000のエントリは、マルチキャスト中継装置1000に複製され、マルチキャスト中継装置1000のエントリは、マルチキャストルータ2000に複製される。マルチキャスト中継装置3000が障害から復旧した場合は、マルチキャスト中継装置1000に対して複製エントリの配信要求を行うことで、障害発生前のエントリを再製することができる。また、マルチキャスト中継装置1000が障害から復旧した場合は、マルチキャストルータ2000に対して複製エントリの配信要求を行うことで、障害発生前のエントリを再製することができる。   Through the above processing, the entry of the multicast relay device 3000 is copied to the multicast relay device 1000, and the entry of the multicast relay device 1000 is copied to the multicast router 2000. When the multicast relay apparatus 3000 recovers from the failure, the entry before the failure can be reproduced by making a distribution entry distribution request to the multicast relay apparatus 1000. Further, when the multicast relay apparatus 1000 recovers from the failure, the entry before the failure can be reproduced by making a distribution entry distribution request to the multicast router 2000.

このように、第3実施例では、第1実施例と同様の効果を奏するとともに、隣接する上流の装置に複製エントリを生成させるので、マルチキャスト中継装置が多段の構成であっても、迅速に障害発生前のエントリを再製することが出来る。   As described above, in the third embodiment, the same effect as in the first embodiment is produced, and a duplicate entry is generated in the adjacent upstream device. Therefore, even if the multicast relay device has a multi-stage configuration, the failure can be quickly detected. You can recreate the entry before it occurs.

また、上記第1ないし第3実施例では、IGMP加入要求/離脱要求メッセージの中継処理を利用して、上流に接続された装置に複製エントリを作成させるので、エントリの複製のためのIGMP制御パケットの通知処理が増加しないといった利点もある。   In the first to third embodiments, the IGMP connection request / removal request message relay process is used to cause a device connected upstream to create a duplicate entry. Therefore, an IGMP control packet for duplicating the entry is used. There is also an advantage that the number of notification processes does not increase.

D.第4実施例:
図46は、第4実施例における冗長構成を採用したネットワーク構成を示す説明図である。本実施例では、冗長構成を採用したネットワーク構成において、運用状態の装置が障害となり、待機状態の装置が新たに運用状態となった場合におけるマルチキャスト通信の早期復旧を可能にする。
D. Fourth embodiment:
FIG. 46 is an explanatory diagram showing a network configuration adopting the redundant configuration in the fourth embodiment. In this embodiment, in a network configuration adopting a redundant configuration, it is possible to quickly restore multicast communication when an active device becomes a failure and a standby device becomes a new operating state.

本実施例では、マルチキャスト中継装置4000Aとマルチキャスト中継装置4000Bとが冗長構成となっている。そして、図46に示した例では、マルチキャスト中継装置4000Aが運用状態であり、マルチキャスト中継装置4000Bが待機状態である。本実施例の構成では、マルチキャスト中継装置4000Aに障害が発生した場合に、マルチキャスト中継装置4000Bが運用状態に切り替わる仕組みである。本実施例では、マルチキャスト中継装置4000Aとマルチキャスト中継装置4000Bにおいて複製エントリの生成を行う。   In this embodiment, the multicast relay device 4000A and the multicast relay device 4000B have a redundant configuration. In the example illustrated in FIG. 46, the multicast relay device 4000A is in an operating state, and the multicast relay device 4000B is in a standby state. In the configuration of the present embodiment, when a failure occurs in the multicast relay device 4000A, the multicast relay device 4000B switches to an operating state. In this embodiment, duplicate entries are generated in the multicast relay device 4000A and the multicast relay device 4000B.

マルチキャスト中継装置3000,4000A,4000Bは、IGMPスヌーピング機能を使用している。マルチキャスト中継装置3000は、上流の装置にIGMP加入要求/離脱要求メッセージを通知するため、上流のマルチキャスト中継装置が接続されているポートであるポート3002,3003がマルチキャストルータポートに設定されている。   The multicast relay apparatuses 3000, 4000A, and 4000B use the IGMP snooping function. Since the multicast relay device 3000 notifies the upstream device of the IGMP join / leave request message, the ports 3002 and 3003 to which the upstream multicast relay device is connected are set as multicast router ports.

マルチキャスト中継装置1000は、冗長構成となっているマルチキャスト中継装置4000A,4000Bのどちらかが運用状態になっても、即座にマルチキャスト通信が行えるように、マルチキャストパケットをマルチキャスト中継装置4000A,4000Bの両方に中継している。したがって、マルチキャスト中継装置1000は、IGMPスヌーピング機能を使用していない。   The multicast relay apparatus 1000 sends multicast packets to both of the multicast relay apparatuses 4000A and 4000B so that multicast communication can be performed immediately even if one of the multicast relay apparatuses 4000A and 4000B having a redundant configuration is in an operating state. Relaying. Therefore, the multicast relay apparatus 1000 does not use the IGMP snooping function.

本実施例のネットワーク構成において、マルチキャスト受信者20からIGMP加入要求メッセージが送信される前の状態について説明する。マルチキャスト送信者10から送信されたマルチキャストパケットは、マルチキャスト中継装置1000に中継される。マルチキャスト中継装置1000はIGMPスヌーピング機能を使用していないため、マルチキャスト送信者10から送信されたマルチキャストパケットは、ポート1002,1003に中継される(矢印F109)。   A state before the IGMP join request message is transmitted from the multicast receiver 20 in the network configuration of the present embodiment will be described. A multicast packet transmitted from the multicast sender 10 is relayed to the multicast relay apparatus 1000. Since multicast relay apparatus 1000 does not use the IGMP snooping function, the multicast packet transmitted from multicast sender 10 is relayed to ports 1002 and 1003 (arrow F109).

このとき、マルチキャスト中継装置4000Bは、待機状態であるため、マルチキャストパケットを受信しても廃棄する。マルチキャスト中継装置4000Aは、マルチキャスト受信者からIGMP加入要求メッセージを受信していないので、受信したマルチキャストパケットをどこにも中継しない。   At this time, since multicast relay apparatus 4000B is in a standby state, it discards even if a multicast packet is received. Since multicast relay apparatus 4000A has not received the IGMP join request message from the multicast receiver, multicast relay apparatus 4000A does not relay the received multicast packet anywhere.

次に、マルチキャスト受信者20からIGMP加入要求メッセージが送信された場合の状態について説明する。マルチキャスト受信者20から送信されたIGMP加入要求メッセージは、マルチキャスト中継装置3000に中継される。マルチキャスト中継装置3000は、IGMPスヌーピング機能に従い、当該IGMP加入要求メッセージを、マルチキャストルータポート3002,3003に中継し、マルチキャスト中継装置4000A及び4000Bに中継する(矢印F232)。   Next, a state when an IGMP join request message is transmitted from the multicast receiver 20 will be described. The IGMP join request message transmitted from the multicast receiver 20 is relayed to the multicast relay device 3000. The multicast relay apparatus 3000 relays the IGMP join request message to the multicast router ports 3002 and 3003 according to the IGMP snooping function, and relays it to the multicast relay apparatuses 4000A and 4000B (arrow F232).

このとき、マルチキャスト中継装置4000Bは、待機状態であるため、IGMP加入要求メッセージを受信しても廃棄する。マルチキャスト中継装置3000及び4000AにIGMP加入要求メッセージが中継されると、第1実施例と同様に、マルチキャスト中継装置3000及び4000Aは、それぞれIGMP加入要求メッセージに基づいてエントリ管理表を作成することで、マルチキャスト通信を開始する(矢印F110)。   At this time, since multicast relay apparatus 4000B is in a standby state, it discards it even if it receives an IGMP join request message. When the IGMP join request message is relayed to the multicast relay apparatuses 3000 and 4000A, as in the first embodiment, the multicast relay apparatuses 3000 and 4000A respectively create entry management tables based on the IGMP join request message, Multicast communication is started (arrow F110).

図47は、運用状態のマルチキャスト中継装置4000Aに障害が発生した場合の状態を示す説明図である。マルチキャスト中継装置4000Aに障害が発生すると、待機状態のマルチキャスト中継装置4000Bが運用状態となる。このとき、マルチキャスト中継装置4000Bは初期状態であり、IGMP加入要求メッセージを受信していない状態なので、マルチキャストパケットを受信してもどこにも中継しない(矢印F111)。   FIG. 47 is an explanatory diagram showing a state when a failure has occurred in the multicast relay device 4000A in the operating state. When a failure occurs in the multicast relay device 4000A, the standby multicast relay device 4000B enters an operational state. At this time, since multicast relay apparatus 4000B is in an initial state and does not receive an IGMP join request message, it does not relay anywhere even if a multicast packet is received (arrow F111).

図48は、運用状態のマルチキャスト中継装置4000Aの複製エントリ表を、待機状態のマルチキャスト中継装置4000B内に生成する様子を示す説明図である。本実施例では、任意のポートを指定することによって、マルチキャストルータ等の上流側に接続された装置に限らず、任意の装置に複製エントリを生成することが可能である。この複製エントリの生成処理は、マルチキャスト中継装置4000Aに障害が発生する前に実行されている。本実施例の構成では、マルチキャスト中継装置4000Aが運用状態、マルチキャスト中継装置4000Bが待機状態とする。   FIG. 48 is an explanatory diagram showing how the replication entry table for the multicast relay device 4000A in the operating state is generated in the multicast relay device 4000B in the standby state. In this embodiment, by designating an arbitrary port, it is possible to generate a replication entry in an arbitrary apparatus, not limited to an apparatus connected upstream such as a multicast router. This duplicate entry generation process is executed before a failure occurs in the multicast relay apparatus 4000A. In the configuration of this embodiment, the multicast relay device 4000A is in the operating state and the multicast relay device 4000B is in the standby state.

運用状態のマルチキャスト中継装置4000Aは、マルチキャスト受信者20から送信されたIGMP加入要求/離脱要求メッセージを受信すると(矢印F233)、当該IGMP加入要求/離脱要求メッセージに付加情報を追加し、任意のポートの中から指定されたポート4003Aに中継する(矢印F234)。マルチキャスト中継装置4000Bは、受信したIGMP加入要求/離脱要求メッセージの付加情報に基づいて複製エントリ表T4430を作成する。   When the multicast relay device 4000A in operation receives the IGMP join request / leave request message transmitted from the multicast receiver 20 (arrow F233), additional information is added to the IGMP join request / leave request message, and an arbitrary port Relay to the designated port 4003A (arrow F234). Multicast relay apparatus 4000B creates duplicate entry table T4430 based on the additional information of the received IGMP join request / leave request message.

マルチキャスト中継装置4000Aに障害が発生すると、マルチキャスト中継装置4000Bは、待機状態から運用状態となり、マルチキャスト中継装置4000Bに作成しておいた複製エントリ表4430を自装置のエントリとして学習する。このようにして、マルチキャスト中継装置4000Bは、即座に障害発生前のマルチキャスト通信を行なうことができる。   When a failure occurs in the multicast relay device 4000A, the multicast relay device 4000B changes from the standby state to the operational state, and learns the replication entry table 4430 created in the multicast relay device 4000B as its own entry. In this way, multicast relay apparatus 4000B can immediately perform multicast communication before failure occurs.

図49は、マルチキャスト中継装置4000Aの内部構成を示す説明図である。マルチキャスト中継装置4000Aは、マルチキャスト中継装置4000Bと冗長構成を取っており、互いの複製エントリを作成するために、装置構成定義部4200における複製エントリ情報D4223と、複製エントリ生成情報D4230と、IGMPスヌーピング処理部4100における複製エントリ情報D4116と、付加情報処理部4121と、複製エントリ処理部4400とを有する。また、マルチキャスト中継装置4000Aは、自装置が運用状態か待機状態かを判定する運用状態判定部4500を有する。なお、マルチキャスト中継装置4000Bの構成は、マルチキャスト中継装置4000Aの構成と同様である。   FIG. 49 is an explanatory diagram showing the internal configuration of the multicast relay apparatus 4000A. The multicast relay device 4000A has a redundant configuration with the multicast relay device 4000B, and in order to create a mutual replication entry, the replication entry information D4223, the replication entry generation information D4230, and the IGMP snooping process in the device configuration definition unit 4200 The copy entry information D4116 in the unit 4100, an additional information processing unit 4121, and a copy entry processing unit 4400 are included. Multicast relay apparatus 4000A includes an operation state determination unit 4500 that determines whether the own apparatus is in an operation state or a standby state. The configuration of multicast relay apparatus 4000B is the same as that of multicast relay apparatus 4000A.

図50は、マルチキャスト中継装置4000Aにおける各種情報及び各種テーブルの内容を示す説明図である。図50(A)は、マルチキャスト中継装置4000AのVLAN情報D4210Aを示す説明図である。VLAN情報D4210AのVLAN名称フィールド4211Aには「VLAN100」が設定され、IPアドレスフィールド4212Aにはマルチキャスト中継装置4000AのVLAN100に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド4213Aには「4001A,4002A,4003A」が設定されている。   FIG. 50 is an explanatory diagram showing various information and contents of various tables in multicast relay apparatus 4000A. FIG. 50A is an explanatory diagram showing the VLAN information D4210A of the multicast relay apparatus 4000A. “VLAN100” is set in the VLAN name field 4211A of the VLAN information D4210A, “IP_addr1” that is the IP address set in the VLAN 100 of the multicast relay apparatus 4000A is set in the IP address field 4212A, and the port information field 4213A. “4001A, 4002A, 4003A” is set.

図50(B)は、マルチキャスト中継装置4000AのIGMPスヌーピング情報D4220Aを示す説明図である。IGMPスヌーピング情報D4220Aの複製エントリ情報フィールド4223Aには、新たに、接続ポート情報が設けられている。この接続ポート情報には、複製エントリを生成するマルチキャスト中継装置が接続されているポートが設定される。本実施例では、マルチキャスト中継装置4000Bが接続されているポートである「4003A」が設定されている。   FIG. 50 (B) is an explanatory diagram showing IGMP snooping information D4220A of multicast relay apparatus 4000A. Connection port information is newly provided in the duplicate entry information field 4223A of the IGMP snooping information D4220A. In this connection port information, a port to which a multicast relay device that generates a duplicate entry is connected is set. In this embodiment, “4003A”, which is a port to which the multicast relay device 4000B is connected, is set.

IGMPスヌーピング情報D4220Aのその他のフィールドについては、VLAN名称フィールド4221Aには「VLAN100」が設定され、複製エントリ情報フィールド4223Aには「YES」が設定されている。なお、マルチキャストルータポートフィールド4222Aには、本実施例では設定する必要がないため、何も設定されていない。   For the other fields of the IGMP snooping information D4220A, “VLAN100” is set in the VLAN name field 4221A, and “YES” is set in the duplicate entry information field 4223A. Note that nothing is set in the multicast router port field 4222A because it is not necessary to set in the present embodiment.

図50(C)は、マルチキャスト中継装置4000AのVLAN管理表T4111Aを示す説明図である。VLAN管理表T4111Aは、VLAN情報D4210Aと、IGMPスヌーピング情報D4220Aとに基づいて生成される。   FIG. 50C is an explanatory diagram showing the VLAN management table T4111A of the multicast relay apparatus 4000A. The VLAN management table T4111A is generated based on the VLAN information D4210A and the IGMP snooping information D4220A.

図50(D)は、マルチキャスト中継装置4000Aの複製エントリ生成情報D4230Aを示す説明図である。複製エントリ生成情報D4230AのVLAN名称フィールド4231Aには「VLAN100」が設定され、IPアドレスフィールド4232Aにはマルチキャスト中継装置4000BのVLAN100に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド4233Aにはマルチキャスト中継装置4000Bが接続されているポートである「4003A」が設定されている。なお、マルチキャスト中継装置4000Aとマルチキャスト中継装置4000Bは冗長構成を取っているため、マルチキャスト中継装置4000A,4000BのVLAN100に設定されるIPアドレスは同一である。   FIG. 50D is an explanatory diagram showing the duplicate entry generation information D4230A of the multicast relay apparatus 4000A. “VLAN100” is set in the VLAN name field 4231A of the duplicate entry creation information D4230A, “IP_addr1” that is the IP address set in the VLAN 100 of the multicast relay device 4000B is set in the IP address field 4232A, and the port information field 4233A. Is set to “4003A”, which is a port to which the multicast relay device 4000B is connected. Since the multicast relay device 4000A and the multicast relay device 4000B have a redundant configuration, the IP addresses set in the VLANs 100 of the multicast relay devices 4000A and 4000B are the same.

図50(E)は、マルチキャスト中継装置4000Aの複製エントリ管理表4410Aを示す説明図である。複製エントリ管理表4410Aの内容は、上述した複製エントリ生成情報D4230Aの内容と同じである。   FIG. 50E is an explanatory diagram showing a replication entry management table 4410A of the multicast relay apparatus 4000A. The contents of the duplicate entry management table 4410A are the same as the contents of the duplicate entry generation information D4230A described above.

図51は、マルチキャスト中継装置4000Bにおける各種情報及び各種テーブルの内容を示す説明図である。図51(A)は、マルチキャスト中継装置4000BのVLAN情報D4210Bを示す説明図である。VLAN情報D4210BのVLAN名称フィールド4211Bには「VLAN100」が設定され、IPアドレスフィールド4212Bにはマルチキャスト中継装置4000BのVLAN100に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド4213Bには「4001B,4002B,4003B」が設定されている。   FIG. 51 is an explanatory diagram showing various information and the contents of various tables in the multicast relay apparatus 4000B. FIG. 51A is an explanatory diagram showing the VLAN information D4210B of the multicast relay apparatus 4000B. “VLAN100” is set in the VLAN name field 4211B of the VLAN information D4210B, “IP_addr1” that is the IP address set in the VLAN 100 of the multicast relay device 4000B is set in the IP address field 4212B, and the port information field 4213B is set in the port information field 4213B. “4001B, 4002B, 4003B” is set.

図51(B)は、マルチキャスト中継装置4000BのIGMPスヌーピング情報D4220Bを示す説明図である。IGMPスヌーピング情報D4220Bの複製エントリ情報フィールド4223Bには、新たに、接続ポート情報が設けられている。この接続ポート情報には、複製エントリを生成するマルチキャスト中継装置が接続されているポートが設定される。本実施例では、マルチキャスト中継装置4000Aが接続されているポートである「4003B」が設定されている。   FIG. 51 (B) is an explanatory diagram showing IGMP snooping information D4220B of multicast relay apparatus 4000B. Connection port information is newly provided in the replication entry information field 4223B of the IGMP snooping information D4220B. In this connection port information, a port to which a multicast relay device that generates a duplicate entry is connected is set. In this embodiment, “4003B”, which is a port to which the multicast relay apparatus 4000A is connected, is set.

IGMPスヌーピング情報D4220Bのその他のフィールドについては、VLAN名称フィールド4221Bには「VLAN100」が設定され、複製エントリ情報フィールド4223Bには「YES」が設定されている。なお、マルチキャストルータポートフィールド4222Bには、本実施例では設定する必要がないため、何も設定されていない。   For the other fields of the IGMP snooping information D4220B, “VLAN100” is set in the VLAN name field 4221B, and “YES” is set in the duplicate entry information field 4223B. Note that nothing is set in the multicast router port field 4222B because it is not necessary to set in the present embodiment.

図51(C)は、マルチキャスト中継装置4000BのVLAN管理表T4111Bを示す説明図である。VLAN管理表T4111Bは、VLAN情報D4210Bと、IGMPスヌーピング情報D4220Bとに基づいて生成される。   FIG. 51C is an explanatory diagram of the VLAN management table T4111B of the multicast relay apparatus 4000B. The VLAN management table T4111B is generated based on the VLAN information D4210B and the IGMP snooping information D4220B.

図51(D)は、マルチキャスト中継装置4000Bの複製エントリ生成情報D4230Bを示す説明図である。複製エントリ生成情報D4230BのVLAN名称フィールド4231Bには「VLAN100」が設定され、IPアドレスフィールド4232Bにはマルチキャスト中継装置4000AのVLAN100に設定されたIPアドレスである「IP_addr1」が設定され、ポート情報フィールド4233Bにはマルチキャスト中継装置4000Aが接続されているポートである「4003B」が設定されている。なお、上述したように、マルチキャスト中継装置4000Aとマルチキャスト中継装置4000Bは冗長構成を取っているため、マルチキャスト中継装置4000A,4000BのVLAN100に設定されるIPアドレスは同一である。   FIG. 51 (D) is an explanatory diagram showing copy entry generation information D4230B of multicast relay apparatus 4000B. “VLAN100” is set in the VLAN name field 4231B of the duplicate entry creation information D4230B, “IP_addr1” that is the IP address set in the VLAN 100 of the multicast relay apparatus 4000A is set in the IP address field 4232B, and the port information field 4233B. Is set to “4003B” which is a port to which the multicast relay device 4000A is connected. As described above, since multicast relay device 4000A and multicast relay device 4000B have a redundant configuration, the IP addresses set in VLANs 100 of multicast relay devices 4000A and 4000B are the same.

図51(E)は、マルチキャスト中継装置4000Bの複製エントリ管理表T4410Bを示す説明図である。複製エントリ管理表T4410Bの内容は、上述した複製エントリ生成情報D4230Bの内容と同じである。   FIG. 51E is an explanatory diagram showing a replication entry management table T4410B of the multicast relay apparatus 4000B. The contents of the duplicate entry management table T4410B are the same as the contents of the duplicate entry generation information D4230B described above.

図52は、運用状態であるマルチキャスト中継装置4000AがIGMP加入要求メッセージを受信した場合における処理の流れを示す説明図である。マルチキャスト中継装置4000Aは、IGMP加入要求メッセージを受信すると、当該IGMP加入要求メッセージに付加情報を追加すると共に、付加情報が追加されたIGMP加入要求メッセージをマルチキャスト中継装置4000Bへ中継する。以下、詳細について説明する。   FIG. 52 is an explanatory diagram showing the flow of processing when the multicast relay device 4000A in the operating state receives an IGMP join request message. When receiving the IGMP join request message, the multicast relay apparatus 4000A adds additional information to the IGMP join request message and relays the IGMP join request message with the added information added to the multicast relay apparatus 4000B. Details will be described below.

本実施例では、IGMPスヌーピング情報D4220及び複製エントリ生成情報D4230に設定されているVLANが、マルチキャストパケット中継処理部4300のVLAN登録表T4310に登録されている。したがって、マルチキャスト中継装置4000Aがマルチキャスト中継装置3000からIGMP加入要求メッセージを受信すると、当該IGMP加入要求メッセージは、複製エントリ処理部4400及びIGMPスヌーピング処理部4100に通知される(矢印F233)。   In the present embodiment, the VLAN set in the IGMP snooping information D4220 and the duplicate entry generation information D4230 is registered in the VLAN registration table T4310 of the multicast packet relay processing unit 4300. Therefore, when multicast relay apparatus 4000A receives the IGMP join request message from multicast relay apparatus 3000, the IGMP join request message is notified to duplicate entry processing section 4400 and IGMP snooping processing section 4100 (arrow F233).

このとき、マルチキャスト中継装置3000から中継されたIGMP加入要求メッセージには付加情報が追加されていないので、当該IGMP加入要求メッセージが複製エントリ処理部4400に通知されても、マルチキャスト中継装置3000のための複製エントリ表は作成されない。   At this time, since no additional information is added to the IGMP join request message relayed from the multicast relay apparatus 3000, even if the IGMP join request message is notified to the duplicate entry processing unit 4400, the additional information for the multicast relay apparatus 3000 is not received. No duplicate entry table is created.

一方、IGMP加入要求メッセージがIGMPスヌーピング処理部4100の制御パケット送受信処理部4120に通知されると、制御パケット送受信処理部4120は、第1実施例と同様に、当該IGMP加入要求メッセージを解析し、複製対象のIGMP加入要求メッセージか否かを判定する(矢印F331)。当該IGMP加入要求メッセージが複製対象であった場合は、付加情報処理部4121は、第1実施例と同様に、当該IGMP加入要求メッセージに付加情報を追加する。   On the other hand, when the IGMP join request message is notified to the control packet transmission / reception processing unit 4120 of the IGMP snooping processing unit 4100, the control packet transmission / reception processing unit 4120 analyzes the IGMP join request message, as in the first embodiment, It is determined whether or not it is an IGMP join request message to be copied (arrow F331). If the IGMP subscription request message is to be copied, the additional information processing unit 4121 adds additional information to the IGMP subscription request message, as in the first embodiment.

次に、制御パケット送受信処理部4120は、VLAN管理表4111の複製エントリ情報D4116から接続ポート情報を取得し、取得したポートに対して、付加情報が追加されたIGMP加入要求メッセージを中継する。本実施例では、接続ポート情報は4003Aであるので、制御パケット送受信処理部4120は、ポート4003Aに対して、付加情報が追加されたIGMP加入要求メッセージを中継する(矢印F234)。なお、IGMP離脱要求メッセージに関しても、IGMP加入要求メッセージと同様の手法によって中継処理が行われる。   Next, the control packet transmission / reception processing unit 4120 acquires connection port information from the replication entry information D4116 of the VLAN management table 4111, and relays an IGMP join request message with additional information added to the acquired port. In this embodiment, since the connection port information is 4003A, the control packet transmission / reception processing unit 4120 relays an IGMP join request message with additional information added to the port 4003A (arrow F234). Note that the relay process is also performed for the IGMP leave request message by the same method as the IGMP join request message.

図53は、付加情報が追加されたIGMP加入要求メッセージを待機状態であるマルチキャスト中継装置4000Bが受信した場合における処理の流れを示す説明図である。マルチキャスト中継装置4000Bが待機状態の場合において、複製エントリ生成情報D4230が設定された場合、複製エントリ処理部4400は、複製エントリ生成情報D4230を取得して(矢印F332)、複製エントリ管理表T4410を生成し、複製エントリ表の生成対象となるVLANをVLAN登録表T4310に登録する(矢印F333)。また、複製エントリ処理部4400は、複製エントリ生成情報D4230に設定された接続ポート情報もVLAN登録表T4310に登録する。   FIG. 53 is an explanatory diagram showing the flow of processing when the multicast relay device 4000B in a standby state receives an IGMP join request message to which additional information has been added. In the case where the multicast relay device 4000B is in the standby state, when the duplicate entry creation information D4230 is set, the duplicate entry processing unit 4400 acquires the duplicate entry creation information D4230 (arrow F332) and creates the duplicate entry management table T4410. Then, the VLAN for which the replication entry table is to be generated is registered in the VLAN registration table T4310 (arrow F333). The duplicate entry processing unit 4400 also registers the connection port information set in the duplicate entry creation information D4230 in the VLAN registration table T4310.

以上の処理により、マルチキャスト中継装置4000Bが待機状態であっても、登録されたポートから受信されたIGMP加入要求/離脱要求メッセージは、複製エントリ処理部4400に通知される(矢印F234)。複製エントリ処理部4400は、通知されたIGMP加入要求メッセージを、第1実施例と同様の方法によって解析し(矢印F334)、複製エントリ表T4430を作成する(矢印F335)。   With the above processing, even when the multicast relay device 4000B is in a standby state, the IGMP entry request / leave request message received from the registered port is notified to the duplicate entry processing unit 4400 (arrow F234). The duplicate entry processing unit 4400 analyzes the notified IGMP join request message by the same method as in the first embodiment (arrow F334), and creates a duplicate entry table T4430 (arrow F335).

図54は、マルチキャスト中継装置4000Aに障害が発生し、マルチキャスト中継装置4000Bが運用状態になった場合における処理の流れを示す説明図である。マルチキャスト中継装置4000Bが運用状態になると、マルチキャスト中継装置4000Bの運用状態判定部4500は、複製エントリ生成情報D4230を確認し(矢印F336)、1つでも複製エントリ生成情報のエントリが設定されていると、複製エントリ処理部4400に対して運用状態が遷移した旨の通知(以下では、「運用状態遷移通知」ともいう)を行う(矢印F337)。   FIG. 54 is an explanatory diagram showing a flow of processing when a failure occurs in the multicast relay apparatus 4000A and the multicast relay apparatus 4000B enters an operating state. When the multicast relay device 4000B enters the operation state, the operation state determination unit 4500 of the multicast relay device 4000B confirms the copy entry generation information D4230 (arrow F336), and if at least one copy entry generation information entry is set. Then, the replication entry processing unit 4400 is notified that the operation state has changed (hereinafter also referred to as “operation state change notification”) (arrow F337).

運用状態遷移通知を受けた複製エントリ処理部4400は、VLAN情報D4210を参照して(矢印F338a)、自装置に設定されているVLAN名称及びIPアドレスを取得する(矢印F338b)。複製エントリ処理部4400内の制御パケット送受信処理部4420は、取得したVLAN名称及びIPアドレスが複製エントリ管理表T4410に登録されているか否かを判定する(矢印F339)。   Receiving the operation state transition notification, the replication entry processing unit 4400 refers to the VLAN information D4210 (arrow F338a), and acquires the VLAN name and IP address set in the own device (arrow F338b). The control packet transmission / reception processing unit 4420 in the replication entry processing unit 4400 determines whether or not the acquired VLAN name and IP address are registered in the replication entry management table T4410 (arrow F339).

複製エントリ管理表T4410に当該VLAN情報が登録されている場合には、制御パケット送受信処理部4420は、作成しておいた複製エントリ表T4430から当該複製エントリを検索して(矢印F340)、IGMP加入要求メッセージを作成する。制御パケット送受信処理部4420は、作成したIGMP加入要求メッセージに、第1実施例と同様の方法で付加情報を追加し、IGMPスヌーピング処理部4100内の制御パケット送受信処理部4120に送信する(矢印F235)。   When the VLAN information is registered in the duplicate entry management table T4410, the control packet transmission / reception processing unit 4420 searches for the duplicate entry from the created duplicate entry table T4430 (arrow F340), and joins the IGMP. Create a request message. The control packet transmission / reception processing unit 4420 adds additional information to the created IGMP join request message in the same manner as in the first embodiment, and transmits it to the control packet transmission / reception processing unit 4120 in the IGMP snooping processing unit 4100 (arrow F235). ).

IGMPスヌーピング処理部4100内の制御パケット送受信処理部4120は、付加情報が追加されたIGMP加入要求メッセージを解析し(矢印F341)、第1実施例と同様の方法で、障害発生前の運用装置におけるマルチキャストグループアドレス及びポート情報を取得する。制御パケット送受信処理部4120は、取得したポート情報、マルチキャストグループアドレス、VLAN名称を、エントリ生成部4130に通知し(矢印F342)、エントリ管理表T4131に登録する。エントリ生成部4130は、エントリ管理表T4131に登録された情報を、マルチキャストパケット中継処理部4300に通知し、マルチキャストパケット中継制御表T4320に登録する(矢印F343)。このようにして、新しい運用装置となったマルチキャスト中継装置4000Bにおいて、マルチキャスト通信が再開される。   The control packet transmission / reception processing unit 4120 in the IGMP snooping processing unit 4100 analyzes the IGMP join request message to which the additional information is added (arrow F341), and uses the same method as in the first embodiment in the operation apparatus before the occurrence of the failure. Get multicast group address and port information. The control packet transmission / reception processing unit 4120 notifies the entry generation unit 4130 of the acquired port information, multicast group address, and VLAN name (arrow F342) and registers them in the entry management table T4131. The entry generation unit 4130 notifies the multicast packet relay processing unit 4300 of the information registered in the entry management table T4131, and registers the information in the multicast packet relay control table T4320 (arrow F343). In this way, multicast communication is resumed in multicast relay device 4000B that is a new operation device.

図55は、マルチキャスト中継装置4000Bが待機状態から運用状態に遷移した場合における運用状態判定部4500の処理の流れを示すフローチャートである。マルチキャスト中継装置4000Bにおける運用状態判定部4500は、自装置の運用状態を監視する(ステップS6800)。運用状態判定部4500は、監視中に自装置が運用状態に遷移したことを検知すると(ステップS6801:Yes)、複製エントリ生成情報D4230を確認する(ステップS6802)。   FIG. 55 is a flowchart showing a processing flow of the operation state determination unit 4500 when the multicast relay apparatus 4000B transitions from the standby state to the operation state. The operation state determination unit 4500 in the multicast relay device 4000B monitors the operation state of the own device (step S6800). When the operation state determination unit 4500 detects that the own device has changed to the operation state during monitoring (step S6801: Yes), the operation state determination unit 4500 confirms the replication entry generation information D4230 (step S6802).

複製エントリ生成情報D4230に1つでも設定がされている場合(ステップS6803:Yes)は、運用状態判定部4500は、複製エントリ処理部4400に対して、運用状態遷移通知を行う(ステップS6805)。複製エントリ生成情報D4230に設定がされていない場合(ステップS6803:No)は、運用状態判定部4500は、処理を終了する(ステップS6804)。   When even one copy entry generation information D4230 is set (step S6803: Yes), the operation state determination unit 4500 notifies the copy entry processing unit 4400 of an operation state transition (step S6805). When the replication entry generation information D4230 is not set (step S6803: No), the operation state determination unit 4500 ends the process (step S6804).

図56は、マルチキャスト中継装置4000Bが運用状態判定部から運用状態遷移通知を受信してから、IGMP加入要求メッセージを送信するまでの処理の流れを示すフローチャートである。マルチキャスト中継装置4000Bにおける複製エントリ処理部4400は、運用状態遷移通知を監視している(ステップS6900)。複製エントリ処理部4400が運用状態遷移通知を検知すると(ステップS6901:Yes)、複製エントリ処理部4400内における制御パケット送受信処理部4420は、装置構成定義部4200内のVLAN情報4210から自装置のVLAN情報を取得する(ステップS6902)。制御パケット送受信処理部4420は、取得したVLAN情報が、複製エントリ管理表T4410に設定されているか否かを判定する(ステップS6903)。   FIG. 56 is a flowchart showing a flow of processing from when multicast relay apparatus 4000B receives an operation state transition notification from the operation state determination unit to when an IGMP join request message is transmitted. The duplicate entry processing unit 4400 in the multicast relay device 4000B monitors the operation state transition notification (step S6900). When the duplicate entry processing unit 4400 detects the operational state transition notification (step S6901: Yes), the control packet transmission / reception processing unit 4420 in the duplicate entry processing unit 4400 uses the VLAN information 4210 in the device configuration definition unit 4200 to determine the VLAN of the own device. Information is acquired (step S6902). The control packet transmission / reception processing unit 4420 determines whether or not the acquired VLAN information is set in the replication entry management table T4410 (step S6903).

当該VLANが設定されていない場合(ステップS6907:No)は、制御パケット送受信処理部4420は、処理を終了する(ステップS6908)。一方、当該VLANが設定されていた場合(ステップS6904:Yes)は、制御パケット送受信処理部4420は、複製エントリ表T4430を検索し、当該VLANに該当するエントリが存在するか否かを判定する(ステップS6906)。   When the VLAN is not set (step S6907: No), the control packet transmission / reception processing unit 4420 ends the process (step S6908). On the other hand, if the VLAN is set (step S6904: Yes), the control packet transmission / reception processing unit 4420 searches the duplicate entry table T4430 to determine whether or not an entry corresponding to the VLAN exists ( Step S6906).

当該VLANのエントリが存在した場合(ステップS6907:Yes)は、制御パケット送受信処理部4420は、複製エントリ表T4430の当該VLANのエントリから、マルチキャストグループ、ポート情報を取得し、付加情報を追加したIGMP加入要求メッセージを作成し、自装置のIGMPスヌーピング処理部4100に送信する(ステップS6909)。   When the VLAN entry exists (step S6907: Yes), the control packet transmission / reception processing unit 4420 acquires the multicast group and port information from the VLAN entry of the replication entry table T4430, and adds the additional information to the IGMP. A subscription request message is created and transmitted to the IGMP snooping processing unit 4100 of the own device (step S6909).

一方、当該VLANのエントリが存在しない場合は、制御パケット送受信処理部4420は、処理を終了する(ステップS6908)。なお、マルチキャスト中継装置4000BのIGMPスヌーピング処理部4100内の制御パケット送受信処理部4120が、付加情報が追加されたIGMP加入要求メッセージを受信した後における自装置へのエントリ設定処理は、第1実施例において示された処理と同様であるため、説明を省略する。   On the other hand, if the VLAN entry does not exist, the control packet transmission / reception processing unit 4420 ends the process (step S6908). Note that the entry setting process to the own apparatus after the control packet transmission / reception processing unit 4120 in the IGMP snooping processing unit 4100 of the multicast relay apparatus 4000B receives the IGMP join request message to which the additional information is added is the first embodiment. Since the processing is the same as that shown in FIG.

このように、第4実施例では、マルチキャストルータに限らず、任意の装置にも複製エントリを作成することが可能である。また、本実施例では、冗長構成となった装置が互いの複製エントリを生成するための機能を実装し、待機状態のマルチキャスト中継装置に複製エントリを生成している。したがって、待機状態のマルチキャスト中継装置が運用状態に切り替わったときに、運用状態となったマルチキャスト中継装置が、自装置に生成された複製エントリに基づいて、迅速に、旧運用装置のエントリを自装置に設定することができる。   As described above, in the fourth embodiment, it is possible to create a duplicate entry not only for a multicast router but also for an arbitrary device. Further, in this embodiment, a function for generating a duplicate entry for each device having a redundant configuration is implemented, and a duplicate entry is created in a multicast relay device in a standby state. Therefore, when the standby multicast relay device is switched to the operational state, the multicast relay device that is in the operational state quickly changes the entry of the old operational device based on the duplicate entry generated in the local device. Can be set to

なお、冗長構成でない場合にも、複製エントリを生成する装置を任意の装置の中から選択し、当該装置が接続されているポートを指定し、当該ポートを用いて当該装置に複製エントリの生成処理を実行させ、障害復旧時には当該装置に対して複製エントリの配信を要求することで、障害発生前のエントリを迅速に再製することができる。   Even when the configuration is not redundant, a device for generating a replication entry is selected from any devices, a port to which the device is connected is specified, and a replication entry generation process is performed on the device using the port. , And when the failure is recovered, the entry before the occurrence of the failure can be quickly reproduced by requesting the apparatus to distribute the duplicate entry.

マルチキャスト中継装置4000Bが運用状態に遷移したあと、IGMPクエリアからIGMP問い合わせメッセージが送信される。マルチキャスト受信者20は、IGMP問い合わせメッセージに対してIGMP加入要求メッセージを応答すると、マルチキャスト中継装置4000Bは、当該IGMP加入要求メッセージを受信する。このようにして、マルチキャスト通信が再開される。   After the multicast relay device 4000B transitions to the operation state, an IGMP inquiry message is transmitted from the IGMP querier. When the multicast receiver 20 responds to the IGMP inquiry message with the IGMP join request message, the multicast relay device 4000B receives the IGMP join request message. In this way, multicast communication is resumed.

この比較例のように、マルチキャスト中継装置4000Bが待機状態から運用状態への遷移後にIGMP問い合わせメッセージが送信され、IGMP加入要求メッセージの応答を受信して、マルチキャスト通信を再開する手法では、マルチキャスト通信の再開までに時間を要し、さらに、IGMP加入要求メッセージの集中受信による通信帯域の圧迫及びIGMP加入要求メッセージの受信処理が高負荷となるといった影響が発生する。   As in this comparative example, the multicast relay device 4000B transmits an IGMP inquiry message after transition from the standby state to the operational state, receives a response to the IGMP join request message, and resumes multicast communication. It takes time until the restart, and further, there is an effect that the communication band is compressed due to the concentrated reception of the IGMP join request message and the receiving process of the IGMP join request message becomes heavy.

E.変形例:
なお、この発明は上記の実施例や実施形態に限られるものではなく、その要旨を逸脱しない範囲において種々の態様において実施することが可能であり、例えば次のような変形も可能である。
E. Variations:
The present invention is not limited to the above-described examples and embodiments, and can be implemented in various modes without departing from the gist thereof. For example, the following modifications are possible.

変形例1:
上記各実施例では、IGMPスヌーピング機能を有するマルチキャスト中継装置を例として説明したが、本発明は、MLDスヌーピング機能を有するマルチキャスト中継装置に対しても適用することができる。
Modification 1:
In the above embodiments, the multicast relay apparatus having the IGMP snooping function has been described as an example. However, the present invention can also be applied to a multicast relay apparatus having the MLD snooping function.

変形例2:
上記各実施例では、付加情報処理部は、付加情報をIGMP加入要求/離脱要求メッセージに追加して送信しているが、この代わりに、付加情報を単独で送信することとしてもよい。また、付加情報の送信は、通信帯域の使用率が所定値より低い場合や付加情報の送信を指示するコマンドを受け付けた場合等に行なわれることとしてもよい。
Modification 2:
In each of the embodiments described above, the additional information processing unit transmits the additional information by adding it to the IGMP join request / leave request message. Further, the additional information may be transmitted when the usage rate of the communication band is lower than a predetermined value or when a command for instructing transmission of the additional information is received.

変形例3:
上記各実施例では、マルチキャスト中継装置は、障害から復旧したタイミングで複製エントリの配信を要求しているが、この代わりに、マルチキャスト中継装置は、システムの起動時や通信エラーの検出時等の所定のタイミングで複製エントリの配信を要求することとしてもよい。
Modification 3:
In each of the above-described embodiments, the multicast relay device requests distribution of the duplicate entry at the timing of recovery from the failure. Instead, the multicast relay device performs predetermined processing such as when the system is started or when a communication error is detected. It is also possible to request the distribution of the duplicate entry at the timing.

変形例4:
上記第2実施例では、1台のマルチキャスト中継装置が2台のマルチキャスト中継装置の複製エントリを作成しているが、この代わりに、1台のマルチキャスト中継装置が3以上の複数のマルチキャスト中継装置の複製エントリを作成することとしてもよい。
Modification 4:
In the second embodiment, one multicast relay device creates a duplicate entry for two multicast relay devices. Instead, one multicast relay device includes three or more multicast relay devices. A duplicate entry may be created.

変形例5:
上記各実施例におけるマルチキャスト中継装置の構成の一部または全部を組み合わせて、マルチキャスト中継システムを構築することとしてもよい。
Modification 5:
A multicast relay system may be constructed by combining some or all of the configurations of the multicast relay devices in the above embodiments.

変形例6:
上記実施例においてソフトウェアで実現されている機能の一部をハードウェアで実現してもよく、あるいは、ハードウェアで実現されている機能の一部をソフトウェアで実現してもよい。
Modification 6:
In the above embodiment, a part of the functions realized by software may be realized by hardware, or a part of the functions realized by hardware may be realized by software.

10…マルチキャスト送信者
20…マルチキャスト受信者
30…マルチキャスト受信者
40…マルチキャスト受信者
50…マルチキャスト受信者
1000…マルチキャスト中継装置
1001…ポート
1002…ポート
1003…ポート
1004…ポート
1100…IGMPスヌーピング処理部
1120…制御パケット送受信処理部
1121…付加情報処理部
1130…エントリ生成部
1200…装置構成定義部
1300…マルチキャストパケット中継処理部
1400…複製エントリ処理部
1420…制御パケット送受信処理部
2000…マルチキャストルータ
2001…ポート
2002…ポート
2003…ポート
2100…装置構成定義部
2200…マルチキャストプロトコル処理部
2300…マルチキャストパケット中継処理部
2400…複製エントリ処理部
2420…制御パケット送受信処理部
3000…マルチキャスト中継装置
3001…ポート
3002…ポート
3003…ポート
4000A…マルチキャスト中継装置
4000B…マルチキャスト中継装置
4003A…ポート
4003B…ポート
4100…IGMPスヌーピング処理部
4120…制御パケット送受信処理部
4121…付加情報処理部
4130…エントリ生成部
4200…装置構成定義部
4300…マルチキャストパケット中継処理部
4400…複製エントリ処理部
4420…制御パケット送受信処理部
4500…運用状態判定部
T2430…複製エントリ表
T1131…エントリ管理表
D2120…複製エントリ生成情報
T2410…複製エントリ管理表
T1320…マルチキャストパケット中継制御表
D2110…マルチキャスト情報
T2320…マルチキャストパケット中継制御表
D1116…複製エントリ情報
D1230…複製エントリ生成情報
T1410…複製エントリ管理表
T1430…複製エントリ表
T4430…複製エントリ表
D4223…複製エントリ情報
D4230…複製エントリ生成情報
D4116…複製エントリ情報
D4230A…複製エントリ生成情報
D4230B…複製エントリ生成情報
T4410A…複製エントリ管理表
T4410B…複製エントリ管理表
T4410…複製エントリ管理表
T4131…エントリ管理表
T4320…マルチキャストパケット中継制御表
DESCRIPTION OF SYMBOLS 10 ... Multicast sender 20 ... Multicast receiver 30 ... Multicast receiver 40 ... Multicast receiver 50 ... Multicast receiver 1000 ... Multicast relay apparatus 1001 ... Port 1002 ... Port 1003 ... Port 1004 ... Port 1100 ... IGMP snooping processing part 1120 ... Control packet transmission / reception processing unit 1121 ... Additional information processing unit 1130 ... Entry generation unit 1200 ... Device configuration definition unit 1300 ... Multicast packet relay processing unit 1400 ... Duplicate entry processing unit 1420 ... Control packet transmission / reception processing unit 2000 ... Multicast router 2001 ... Port 2002 ... Port 2003 ... Port 2100 ... Device configuration definition unit 2200 ... Multicast protocol processing unit 2300 ... Multicast packet relay Processing unit 2400 ... Duplicate entry processing unit 2420 ... Control packet transmission / reception processing unit 3000 ... Multicast relay device 3001 ... Port 3002 ... Port 3003 ... Port 4000A ... Multicast relay device 4000B ... Multicast relay device 4003A ... Port 4003B ... Port 4100 ... IGMP snooping processing 4120 ... Control packet transmission / reception processing unit 4121 ... Additional information processing unit 4130 ... Entry generation unit 4200 ... Device configuration definition unit 4300 ... Multicast packet relay processing unit 4400 ... Duplicate entry processing unit 4420 ... Control packet transmission / reception processing unit 4500 ... Operation status determination Part T2430 ... Duplicate entry table T1131 ... Entry management table D2120 ... Duplicate entry creation information T2410 ... Duplicate entry management table T1320 ... Ma Multicast packet relay control table D2110 ... Multicast information T2320 ... Multicast packet relay control table D1116 ... Duplicate entry information D1230 ... Duplicate entry generation information T1410 ... Duplicate entry management table T1430 ... Duplicate entry table T4430 ... Duplicate entry table D4223 ... Duplicate entry information D4230 ... Duplicate entry creation information D4116 ... Duplicate entry information D4230A ... Duplicate entry creation information D4230B ... Duplicate entry creation information T4410A ... Duplicate entry management table T4410B ... Duplicate entry management table T4410 ... Duplicate entry management table T4131 ... Entry management table T4320 ... Multicast packet relay control table

Claims (10)

論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なう第1のマルチキャスト中継装置と、前記第1のマルチキャスト中継装置に接続された第2のマルチキャスト中継装置とを備えるマルチキャスト中継システムであって、
前記第1のマルチキャスト中継装置は、
前記マルチキャストパケットの受信者が接続された回線の情報を含む中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記中継制御情報の複製を作成するために用いられる情報である複製作成用情報を前記第2のマルチキャスト中継装置に送信する送信部と、
前記第2のマルチキャスト中継装置に対して前記中継制御情報の複製の配信を所定のタイミングで要求する配信要求部と、
前記第2のマルチキャスト中継装置から配信される前記中継制御情報の複製に基づいて前記中継制御情報を設定する設定部と
を備え、
前記第2のマルチキャスト中継装置は、
前記第1のマルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記中継制御情報の複製を作成する複製作成部と、
前記第1のマルチキャスト中継装置からの要求に応じて、前記中継制御情報の複製を前記第1のマルチキャスト中継装置に配信する配信部と
を備える
マルチキャスト中継システム。
A first multicast relay device that relays a multicast packet to a line connected to a recipient of the multicast packet in a logically independent network, and a second multicast relay device that is connected to the first multicast relay device A multicast relay system comprising:
The first multicast relay device is:
A relay processing unit that performs relay processing of the multicast packet based on relay control information including information of a line to which a recipient of the multicast packet is connected;
A transmission unit that transmits information for creating a copy, which is information used to create a copy of the relay control information, to the second multicast relay device;
A distribution request unit that requests distribution of a copy of the relay control information to the second multicast relay apparatus at a predetermined timing;
A setting unit configured to set the relay control information based on a copy of the relay control information distributed from the second multicast relay device,
The second multicast relay device is
A copy creation unit for creating a copy of the relay control information based on the copy creation information transmitted from the first multicast relay device;
A multicast relay system comprising: a distribution unit that distributes a copy of the relay control information to the first multicast relay device in response to a request from the first multicast relay device.
請求項1に記載のマルチキャスト中継システムであって、さらに、
前記第1のマルチキャスト中継装置を複数備え、
前記第2のマルチキャスト中継装置は、前記複数のマルチキャスト中継装置に接続され、
前記第2のマルチキャスト中継装置の前記複製作成部は、前記接続された複数の第1のマルチキャスト中継装置の各々から送信される前記複製作成用情報に基づいて、前記それぞれの第1のマルチキャスト中継装置のための前記中継制御情報の複製を作成し、
前記第2のマルチキャスト中継装置の前記配信部は、前記それぞれの第1のマルチキャスト中継装置からの要求に応じて、前記それぞれの中継制御情報の複製を前記それぞれの第1のマルチキャスト中継装置に配信する、マルチキャスト中継システム。
The multicast relay system according to claim 1, further comprising:
A plurality of the first multicast relay devices;
The second multicast relay device is connected to the plurality of multicast relay devices;
The copy creating unit of the second multicast relay device is configured to use the first multicast relay device based on the copy creation information transmitted from each of the plurality of connected first multicast relay devices. A copy of the relay control information for
The distribution unit of the second multicast relay apparatus distributes a copy of the relay control information to the first multicast relay apparatus in response to a request from the first multicast relay apparatus. Multicast relay system.
請求項1または2に記載のマルチキャスト中継システムであって、さらに、
前記第2のマルチキャスト中継装置に接続された第3のマルチキャスト中継装置を備え、
前記第2のマルチキャスト中継装置は、さらに、
前記マルチキャストパケットの受信者が接続された回線の情報を含む第2の中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記第2の中継制御情報の複製を作成するために用いられる情報である第2の複製作成用情報を前記第3のマルチキャスト中継装置に送信する送信部と、
前記第3のマルチキャスト中継装置に対して前記第2の中継制御情報の複製の配信を所定のタイミングで要求する配信要求部と、
前記第3のマルチキャスト中継装置から配信される前記第2の中継制御情報の複製に基づいて前記第2の中継制御情報を設定する設定部と
を備え、
前記第3のマルチキャスト中継装置は、
前記第2のマルチキャスト中継装置から送信される前記第2の複製作成用情報に基づいて前記第2の中継制御情報の複製を作成する複製作成部と、
前記第2のマルチキャスト中継装置からの要求に応じて、前記第2の中継制御情報の複製を前記第2のマルチキャスト中継装置に配信する配信部と
を備える
マルチキャスト中継システム。
The multicast relay system according to claim 1, further comprising:
A third multicast relay device connected to the second multicast relay device;
The second multicast relay device further includes:
A relay processing unit that performs relay processing of the multicast packet based on second relay control information including information of a line to which a receiver of the multicast packet is connected;
A transmitter for transmitting second copy creation information, which is information used for creating a copy of the second relay control information, to the third multicast relay device;
A distribution requesting unit that requests distribution of a copy of the second relay control information to the third multicast relay device at a predetermined timing;
A setting unit configured to set the second relay control information based on a copy of the second relay control information distributed from the third multicast relay device;
The third multicast relay device is
A copy creation unit for creating a copy of the second relay control information based on the second copy creation information transmitted from the second multicast relay device;
A multicast relay system comprising: a distribution unit that distributes a copy of the second relay control information to the second multicast relay device in response to a request from the second multicast relay device.
請求項1ないし3のいずれか一項に記載のマルチキャスト中継システムであって、
前記送信部は、前記複製作成用情報を、前記マルチキャスト受信者から送信される加入要求メッセージ又は離脱要求メッセージに追加して送信する、マルチキャスト中継システム。
The multicast relay system according to any one of claims 1 to 3,
The multicast relay system, wherein the transmission unit transmits the copy creation information in addition to a join request message or a withdrawal request message transmitted from the multicast receiver.
請求項1ないし4のいずれか一項に記載のマルチキャスト中継システムであって、
前記配信要求部は、前記配信の要求として、前記第2のマルチキャスト中継装置に対して問い合わせメッセージを送信し、
前記配信部は、前記問い合わせメッセージに応じて、前記中継制御情報の複製を加入要求メッセージに追加して配信する、マルチキャスト中継システム。
The multicast relay system according to any one of claims 1 to 4, wherein
The distribution request unit transmits an inquiry message to the second multicast relay device as the distribution request,
In response to the inquiry message, the distribution unit adds a copy of the relay control information to a subscription request message and distributes it.
請求項1ないし5のいずれか一項に記載のマルチキャスト中継装置であって、
前記配信部が配信する前記中継制御情報の複製には、複数の回線情報が含まれている、マルチキャスト中継システム。
The multicast relay device according to any one of claims 1 to 5,
A multicast relay system, wherein the relay control information distributed by the distribution unit includes a plurality of pieces of line information.
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なう第1のマルチキャスト中継装置と、前記第1のマルチキャスト中継装置に接続された第2のマルチキャスト中継装置とを備えるマルチキャスト中継システムであって、
前記第1のマルチキャスト中継装置は、
前記マルチキャストパケットの受信者が接続された回線の情報を含む第1の中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記第1の中継制御情報の複製を作成するために用いられる情報である複製作成用情報を前記第2のマルチキャスト中継装置に送信する送信部と
を備え、
前記第2のマルチキャスト中継装置は、
前記第1のマルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記第1の中継制御情報の複製を作成する複製作成部と、
前記第2のマルチキャスト中継装置が待機状態から運用状態に遷移したことを検出する運用状態検出部と、
前記運用状態検出部が前記第2のマルチキャスト中継装置が待機状態から運用状態に遷移したことを検出すると、前記第1の中継制御情報の複製に基づいて、前記第2のマルチキャスト中継装置における第2の中継制御情報を設定する設定部と、
前記第2の中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と
を備える
マルチキャスト中継システム。
A first multicast relay device that relays a multicast packet to a line connected to a recipient of the multicast packet in a logically independent network, and a second multicast relay device that is connected to the first multicast relay device A multicast relay system comprising:
The first multicast relay device is:
A relay processing unit that performs relay processing of the multicast packet based on first relay control information including information of a line to which a receiver of the multicast packet is connected;
A transmission unit that transmits information for creating a copy, which is information used to create a copy of the first relay control information, to the second multicast relay device;
The second multicast relay device is
A copy creation unit for creating a copy of the first relay control information based on the copy creation information transmitted from the first multicast relay device;
An operational state detector that detects that the second multicast relay device has transitioned from a standby state to an operational state;
When the operation state detection unit detects that the second multicast relay device has transitioned from the standby state to the operation state, the second multicast relay device in the second multicast relay device is based on the copy of the first relay control information. A setting unit for setting the relay control information of
A multicast processing system, comprising: a relay processing unit that performs relay processing of the multicast packet based on the second relay control information.
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なうためにマルチキャスト中継装置が備える情報であって、マルチキャストパケットの受信者が接続された回線の情報を含む中継制御情報を復旧させる方法であって、
前記マルチキャスト中継装置が、前記中継制御情報の複製を作成するために用いられる情報である複製作成用情報を外部のマルチキャスト中継装置に送信する工程と、
前記外部のマルチキャスト中継装置が、前記マルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記中継制御情報の複製を作成する工程と、
前記マルチキャスト中継装置が、前記外部のマルチキャスト中継装置に対して前記中継制御情報の複製の配信を所定のタイミングで要求する工程と、
前記外部のマルチキャスト中継装置が、前記マルチキャスト中継装置からの要求に応じて、前記中継制御情報の複製を前記マルチキャスト中継装置に配信する工程と、
前記マルチキャスト中継装置が、前記外部のマルチキャスト中継装置から配信される前記中継制御情報の複製に基づいて前記中継制御情報を設定する工程と
を備える
復旧方法。
Information provided in a multicast relay device for relaying a multicast packet to a line to which a multicast packet receiver is connected in a logically independent network, the information about the line to which the multicast packet receiver is connected. A method for restoring relay control information including:
The multicast relay device transmitting copy creation information, which is information used to create a copy of the relay control information, to an external multicast relay device;
The external multicast relay device creating a copy of the relay control information based on the copy creation information transmitted from the multicast relay device;
The multicast relay device requesting the external multicast relay device to distribute the copy of the relay control information at a predetermined timing;
The external multicast relay device delivering a copy of the relay control information to the multicast relay device in response to a request from the multicast relay device;
The multicast relay device includes a step of setting the relay control information based on a copy of the relay control information distributed from the external multicast relay device.
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なうマルチキャスト中継装置であって、
前記マルチキャストパケットの受信者が接続された回線の情報を含む中継制御情報に基づいて、前記マルチキャストパケットの中継処理を行なう中継処理部と、
前記中継制御情報の複製を作成するために用いられる情報である複製作成用情報を、前記マルチキャスト中継装置に接続された外部のマルチキャスト中継装置に送信する送信部と、
前記外部のマルチキャスト中継装置に対して前記中継制御情報の複製の配信を所定のタイミングで要求する配信要求部と、
前記外部のマルチキャスト中継装置から配信される前記中継制御情報の複製に基づいて前記中継制御情報を設定する設定部と
を備える
マルチキャスト中継装置。
A multicast relay device that relays a multicast packet to a line to which a receiver of the multicast packet is connected in a logically independent network,
A relay processing unit that performs relay processing of the multicast packet based on relay control information including information of a line to which a recipient of the multicast packet is connected;
A transmission unit for transmitting information for creating a copy, which is information used for creating a copy of the relay control information, to an external multicast relay device connected to the multicast relay device;
A distribution request unit that requests distribution of a copy of the relay control information at a predetermined timing to the external multicast relay device;
A multicast relay device comprising: a setting unit configured to set the relay control information based on a copy of the relay control information distributed from the external multicast relay device.
論理的に独立したネットワーク内においてマルチキャストパケットの受信者が接続された回線にマルチキャストパケットの中継を行なう外部のマルチキャスト中継装置に接続されるマルチキャスト中継装置であって、
前記外部のマルチキャスト中継装置から送信される前記複製作成用情報に基づいて前記中継制御情報の複製を作成する複製作成部と、
前記外部のマルチキャスト中継装置からの要求に応じて、前記中継制御情報の複製を前記外部のマルチキャスト中継装置に配信する配信部と
を備える
マルチキャスト中継装置。
A multicast relay device connected to an external multicast relay device that relays a multicast packet to a line connected to a receiver of the multicast packet in a logically independent network,
A copy creation unit for creating a copy of the relay control information based on the copy creation information transmitted from the external multicast relay device;
A multicast relay apparatus comprising: a distribution unit that distributes a copy of the relay control information to the external multicast relay apparatus in response to a request from the external multicast relay apparatus.
JP2010046035A 2010-03-03 2010-03-03 Multicast relay system, multicast relay device, and method for restoring relay control information of multicast relay device Expired - Fee Related JP5325142B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010046035A JP5325142B2 (en) 2010-03-03 2010-03-03 Multicast relay system, multicast relay device, and method for restoring relay control information of multicast relay device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010046035A JP5325142B2 (en) 2010-03-03 2010-03-03 Multicast relay system, multicast relay device, and method for restoring relay control information of multicast relay device

Publications (2)

Publication Number Publication Date
JP2011182272A true JP2011182272A (en) 2011-09-15
JP5325142B2 JP5325142B2 (en) 2013-10-23

Family

ID=44693299

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010046035A Expired - Fee Related JP5325142B2 (en) 2010-03-03 2010-03-03 Multicast relay system, multicast relay device, and method for restoring relay control information of multicast relay device

Country Status (1)

Country Link
JP (1) JP5325142B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014209669A (en) * 2013-04-16 2014-11-06 日立金属株式会社 Communication system and network relay device
JP2015039138A (en) * 2013-08-19 2015-02-26 日立金属株式会社 Network relay system and switch device
JP2016057867A (en) * 2014-09-10 2016-04-21 コニカミノルタ株式会社 Information processing system, license server, communication relay device, program, and data restoration method

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004043019A1 (en) * 2002-11-05 2004-05-21 Fujitsu Limited Network relay method and apparatus
JP2004247871A (en) * 2003-02-12 2004-09-02 Furukawa Electric Co Ltd:The Data relay method, data relay apparatus, and data relay system using the apparatus
JP2006246152A (en) * 2005-03-04 2006-09-14 Nippon Telegr & Teleph Corp <Ntt> Packet transfer apparatus, packet transfer network, and method for transferring packet
JP2007067601A (en) * 2005-08-30 2007-03-15 Kddi Corp Optical line terminal switching method
JP2007135119A (en) * 2005-11-14 2007-05-31 Kddi Corp Olt switchover method, optical termination system, and olt unit
JP2007228293A (en) * 2006-02-23 2007-09-06 Mitsubishi Electric Corp Node device and communication system
JP2008141361A (en) * 2006-11-30 2008-06-19 Hitachi Ltd Data distribution method, data distribution system and node device
JP2008141645A (en) * 2006-12-05 2008-06-19 Alaxala Networks Corp Multicast network redundancy system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004043019A1 (en) * 2002-11-05 2004-05-21 Fujitsu Limited Network relay method and apparatus
JP2004247871A (en) * 2003-02-12 2004-09-02 Furukawa Electric Co Ltd:The Data relay method, data relay apparatus, and data relay system using the apparatus
JP2006246152A (en) * 2005-03-04 2006-09-14 Nippon Telegr & Teleph Corp <Ntt> Packet transfer apparatus, packet transfer network, and method for transferring packet
JP2007067601A (en) * 2005-08-30 2007-03-15 Kddi Corp Optical line terminal switching method
JP2007135119A (en) * 2005-11-14 2007-05-31 Kddi Corp Olt switchover method, optical termination system, and olt unit
JP2007228293A (en) * 2006-02-23 2007-09-06 Mitsubishi Electric Corp Node device and communication system
JP2008141361A (en) * 2006-11-30 2008-06-19 Hitachi Ltd Data distribution method, data distribution system and node device
JP2008141645A (en) * 2006-12-05 2008-06-19 Alaxala Networks Corp Multicast network redundancy system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014209669A (en) * 2013-04-16 2014-11-06 日立金属株式会社 Communication system and network relay device
JP2015039138A (en) * 2013-08-19 2015-02-26 日立金属株式会社 Network relay system and switch device
JP2016057867A (en) * 2014-09-10 2016-04-21 コニカミノルタ株式会社 Information processing system, license server, communication relay device, program, and data restoration method

Also Published As

Publication number Publication date
JP5325142B2 (en) 2013-10-23

Similar Documents

Publication Publication Date Title
CN107276904B (en) Method and network device for distributing multicast service
US8099483B2 (en) Dynamic source selection within an IP multicast network
US10270604B2 (en) PIM join entropy
US7593402B2 (en) Method of multicast source filtering
US7512146B1 (en) Method and apparatus for layer 2 multicast traffic management
US20170353382A1 (en) Multicast fast reroute at access devices with controller implemented multicast control plane
US9143333B2 (en) System and method for multicast transmission
WO2006099782A1 (en) A method of fast-multicast and a system thereof
US20110106961A1 (en) Synchronization of Clients to Maximize Multicast Opportunities
JP5325142B2 (en) Multicast relay system, multicast relay device, and method for restoring relay control information of multicast relay device
US10382217B1 (en) Single actual-forwarder election in multicast VPNs
WO2000064100A1 (en) Method and apparatus for forwarding multicast data
JP2008278337A (en) Information distribution system, terminal apparatus used in same system, program, and loop connection avoidance method
JP4472712B2 (en) IGMP network device in IP digital broadcasting system and signal processing control method thereof
JP2010109574A (en) Gateway device, server unit, repeater and multicast communication system
JP2014506765A (en) Efficient multicast in distributed systems architecture
JP2010505196A (en) Multiple peer groups for efficiently scalable computing
JP6699231B2 (en) Information distribution device, information distribution program, communication terminal, communication processing program, and information distribution system
JP6102214B2 (en) Transfer program, setting program, transmission program, transfer device, setting device, transmission device, transfer method, setting method, and transmission method
Savola Overview of the Internet multicast routing architecture
CN102934394B (en) Method and apparatus for particular source transcoding multicast
JP2004080434A (en) Network relay device
JP5572052B2 (en) Multicast distribution system, distribution router, and multicast distribution method
JP2006197470A (en) Data stream distribution system, node, distribution route deciding apparatus, and distribution route deciding program
JP6690291B2 (en) Information distribution system, information distribution device, information distribution program, and information distribution method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120229

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130205

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130404

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130709

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130719

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees