JP4344333B2 - Packet transfer apparatus, packet transfer network system, and packet transfer method - Google Patents

Packet transfer apparatus, packet transfer network system, and packet transfer method Download PDF

Info

Publication number
JP4344333B2
JP4344333B2 JP2005060549A JP2005060549A JP4344333B2 JP 4344333 B2 JP4344333 B2 JP 4344333B2 JP 2005060549 A JP2005060549 A JP 2005060549A JP 2005060549 A JP2005060549 A JP 2005060549A JP 4344333 B2 JP4344333 B2 JP 4344333B2
Authority
JP
Japan
Prior art keywords
signal processing
processing unit
control signal
forwarding table
packet transfer
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.)
Expired - Fee Related
Application number
JP2005060549A
Other languages
Japanese (ja)
Other versions
JP2006246152A (en
Inventor
賢太郎 小川
武志 宮坂
貴文 濱野
道宏 青木
敬士 葉原
愼一郎 茶木
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2005060549A priority Critical patent/JP4344333B2/en
Publication of JP2006246152A publication Critical patent/JP2006246152A/en
Application granted granted Critical
Publication of JP4344333B2 publication Critical patent/JP4344333B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、現用系と予備系の切り替えを行う冗長構成のパケット転送装置、パケット転送ネットワークシステムおよびパケット転送方法に関する。   The present invention relates to a redundant packet transfer apparatus, a packet transfer network system, and a packet transfer method for switching between an active system and a standby system.

パケット転送網として、IPネットワークが広く用いられている。IPネットワークにおいて端末間のパケット転送処理を行うルータは、パケットの転送先決定のためのルーティングテーブルを必要とする。このルーティングテーブルを生成するためのルーティング方式は、スタティックルーティングとダイナミックルーティングの2種類に分類できる。   An IP network is widely used as a packet transfer network. A router that performs packet transfer processing between terminals in an IP network requires a routing table for determining a packet transfer destination. The routing method for generating this routing table can be classified into two types: static routing and dynamic routing.

前記スタティックルーティングは、保守者がルーティングのための情報をあらかじめルータに設定しておき、常に固定的なルートを選択する方法で、通常、各ルータには送信先ネットワークの情報(ネットワークのサブネットアドレス)と、そこへ至るための隣接ルータの情報(次ホップルータアドレス)を組にしてセットしておく。   The static routing is a method in which a maintenance person sets routing information in a router in advance and always selects a fixed route. Normally, each router has information on a destination network (network subnet address). And the information (next hop router address) of the adjacent router to reach there is set as a set.

前記ダイナミックルーティングは、ルータ間でルーティングプロトコル情報をやり取りすることでパケット転送のルートを決定する方法で、ルーティングプロトコル情報はネットワーク構成に変更があったときや、ルータが起動したときなどにルータ間で受け渡しが行われるほか、一定時間間隔ごとに情報をやり取りすることが多い。ダイナミックルーティングの具体的なルート決定アルゴリズムとしては、RIP(Routing Information Protocol)、OSPF(Open Shortest Path First)、BGP(Border Gateway Protocol)などが存在する。   The dynamic routing is a method for determining a route for packet transfer by exchanging routing protocol information between routers. Routing protocol information is changed between routers when the network configuration is changed or when a router is started. In addition to delivery, information is often exchanged at regular time intervals. Specific routing determination algorithms for dynamic routing include Routing Information Protocol (RIP), Open Shortest Path First (OSPF), Border Gateway Protocol (BGP), and the like.

以後、本明細書では、前記スタティックルーティングによって生成されるルーティングテーブルをスタティックルーティングテーブル、ダイナミックルーティングによって生成されるルーティングテーブルをダイナミックルーティングテーブルと呼ぶことにする。   Hereinafter, in this specification, the routing table generated by the static routing is referred to as a static routing table, and the routing table generated by the dynamic routing is referred to as a dynamic routing table.

多くのルータでは、スタティックルーティングとダイナミックルーティングを併用しており、生成した複数のルーティングテーブルから、各入力パケットの最適な出力ポートを参照するためのフォワーディングテーブルを生成し、これに従ってパケット転送処理を行っている。   Many routers use both static routing and dynamic routing, and generate a forwarding table to refer to the optimal output port of each input packet from the generated routing tables, and perform packet forwarding processing accordingly. ing.

最近では、ルータの性能向上のために、各ルータを前記のルーティングテーブルおよびフォワーディングテーブルを生成する部分と、パケット転送処理を行う部分とに分離して構成することが提案されている。このような構成下では、ルーティング処理負荷の影響を受けずにパケット転送処理を行うことが可能となる。以後、本明細書では、ルーティングテーブルおよびフォワーディングテーブルを生成する部分を制御信号処理部、パケット転送処理を行う部分をデータ信号処理部と呼ぶことにする。   Recently, in order to improve router performance, it has been proposed to configure each router separately into a part for generating the routing table and forwarding table and a part for performing packet forwarding processing. Under such a configuration, packet transfer processing can be performed without being affected by the routing processing load. Hereinafter, in this specification, a part for generating a routing table and a forwarding table is called a control signal processing unit, and a part for performing packet transfer processing is called a data signal processing unit.

さらに、前記した制御信号処理部を冗長化することで信頼性を向上したパケット転送装置が登場している。このようなパケット転送装置は、複数の制御信号処理部を持ち、そのうち一つの制御信号処理部を現用系として動作させ、残りの制御信号処理部は予備系として待機させておく。そして、現用系の制御信号処理部に障害が発生した場合は、予備系の制御信号処理部を現用系に切り替えることで、障害が発生した制御信号処理部が行っていた処理を継続させる。   Furthermore, a packet transfer device has been introduced which has improved reliability by making the control signal processing unit redundant. Such a packet transfer apparatus has a plurality of control signal processing units, one of which is operated as an active system, and the remaining control signal processing units are kept on standby as standby systems. If a failure occurs in the active control signal processing unit, the processing performed by the failed control signal processing unit is continued by switching the standby control signal processing unit to the active system.

ここで、現用系の制御信号処理部と予備系の制御信号処理部との間で、ルーティングプロトコル情報をどの程度まで同期させるかによって、ルータのプロセスの再起動や障害回復の早さが決まってくる。   Here, depending on how much routing protocol information is synchronized between the active control signal processor and the standby control signal processor, the speed of router process restart and failure recovery is determined. come.

従来より広く用いられているコールドバックアップ方式では、現用系の制御信号処理部と予備系の制御信号処理部との間でルーティングプロトコル情報の同期は一切行わず、現用系の切り替え(以後、系切り替えと記述)が完了してから、予備系の制御信号処理部をリブートし、ルーティングテーブルおよびフォワーディングテーブルの再生成処理を全くの白紙状態から行っている。ここで、スタティックルーティングテーブルについては、系切り替えが発生する度に保守者による再設定が必要となるため、障害復旧のための人的コストが増大するうえ、障害復旧までに長時間掛かってしまう。   In the cold backup method that has been widely used in the past, the routing protocol information is not synchronized between the active control signal processing unit and the standby control signal processing unit, and the active system is switched (hereinafter referred to as system switching). Is completed), the standby control signal processing unit is rebooted, and the routing table and forwarding table are regenerated from a completely blank state. Here, the static routing table needs to be reset by a maintenance engineer every time system switching occurs, which increases the human cost for failure recovery and takes a long time until failure recovery.

一方、前記系切り替えを速やかに行うための技術として、非特許文献1に示されるルーティングプロトコル情報同期方式では、現用系の制御信号処理が保持する全てのルーティングプロトコル情報について予備系の制御信号処理部に同期させることにより、現用系の制御信号処理部と同じ状態を予備系から現用系に切り替わった制御信号処理部に復元することができるようになる。その結果、予備系から現用系に切り替わった制御信号処理部は、即座に、それまで現用系として動作していた制御信号処理部と同様の処理が行えるようになる。   On the other hand, as a technique for quickly performing the system switching, in the routing protocol information synchronization method disclosed in Non-Patent Document 1, a standby control signal processor for all routing protocol information held by the active control signal process Thus, the same state as that of the active control signal processing unit can be restored to the control signal processing unit switched from the standby system to the active system. As a result, the control signal processing unit switched from the standby system to the active system can immediately perform the same processing as the control signal processing unit that has been operating as the active system.

しかし、この方式では必要以上に処理リソースを使ってしまうので、ネットワークの拡張性と性能に悪影響を及ぼす可能性がある。具体的には、現用系の制御信号処理部から予備系の制御信号処理部へ通知する情報量が他のルータの数に従って増大するため、ネットワークの大規模化によりルータが収容する回線数およびルータの数が増大すると、現用系の制御信号処理部から予備系の制御信号処理部への情報通知によるルータ内部のトラフィック増加を招くことがある。   However, this method consumes more processing resources than necessary, which may adversely affect network scalability and performance. Specifically, the amount of information notified from the active control signal processing unit to the standby control signal processing unit increases according to the number of other routers. Increase in the number of routers may increase traffic inside the router due to information notification from the active control signal processing unit to the standby control signal processing unit.

そして、ルータ内部のトラフィックが増加すると、制御信号処理部自身の処理に遅延が発生し、ルーティングテーブルおよびフォワーディングテーブルが即座に生成・更新されなくなるなどの理由により、パケット転送処理に支障をきたす可能性がある。このことは同時に、ルータ装置に多くの回線を収容できなくなることを意味する。   And if the traffic inside the router increases, the processing of the control signal processing unit itself may be delayed, and the packet forwarding process may be hindered because the routing table and forwarding table are not immediately generated or updated. There is. This also means that the router device cannot accommodate many lines.

そこで、前記2つの方式の中間解として、現用系の制御信号処理部が保持するルーティングプロトコル情報の一部に関してのみ予備系の制御信号処理部と同期させることで、障害復旧時間の短縮と内部同期処理負荷の軽減を図ることが考えられる。   Therefore, as an intermediate solution between the two methods, only a part of the routing protocol information held by the active control signal processing unit is synchronized with the standby control signal processing unit, thereby reducing the failure recovery time and internal synchronization. It is conceivable to reduce the processing load.

例えば、特許文献1に示されるルーティングプロトコル情報同期方式では、現用系として動作している制御信号処理部が保持するルーティングプロトコル情報のうち、ダイナミックルーティングにより他のルータから収集したルーティングプロトコル情報のみを予備系として待機している制御信号処理部に通知する。これにより、予備系から現用系に切り替わった制御信号処理部は即座に、保持するルーティングプロトコル情報からダイナミックルーティングテーブルを生成することができる。   For example, in the routing protocol information synchronization method disclosed in Patent Document 1, only routing protocol information collected from other routers by dynamic routing is reserved among routing protocol information held by a control signal processing unit operating as an active system. Notify the control signal processing unit waiting as a system. As a result, the control signal processing unit that has been switched from the standby system to the active system can immediately generate a dynamic routing table from the stored routing protocol information.

しかし、前記のようにルーティングプロトコル情報は、ネットワーク構成に変更があったときや、ルータが起動したときなどに、ルータ間で受け渡しが行われて更新される。従って、現用系として動作している制御信号処理部が保持するルーティングプロトコル情報が更新される度に、その内容を予備系として待機している制御信号処理部に通知するという処理が発生するため、この方式においても、ネットワーク内における構成変更等の状態変化が頻発すると、ルータ内部のトラフィック増加を招くことがあるという問題点がある。
特許第3286584号公報(図2など) 富士通株式会社編、“GeoStreamR900シリーズ プロダクトレポートVo1.1(高信頼編)”、[online]、2001年、[平成17年2月検索]インターネット、<URL: http://telecom.fujitsu.com/jp/products/report/geostream_r900/report_r900.pdf>、p.9−12、図9−図12など
However, as described above, the routing protocol information is transferred and updated between routers when the network configuration is changed or when the router is activated. Therefore, every time the routing protocol information held by the control signal processing unit operating as the active system is updated, a process of notifying the control signal processing unit waiting as a standby system of the content occurs. Even in this system, there is a problem that traffic in the router may increase if state changes such as configuration changes frequently occur in the network.
Japanese Patent No. 3286854 (FIG. 2 etc.) Fujitsu Limited, “GeoStreamR900 Series Product Report Vo1.1 (High Reliability)”, [online], 2001, [February 2005 Search] Internet, <URL: http: // telecom. fujitsu. com / jp / products / report / geosestream_r900 / report_r900. pdf>, p. 9-12, FIG. 9-12, etc.

前記した従来技術がかかえる間題点を鑑み、本発明では、制御信号処理部が冗長化されたルータ装置において、現用系として動作する制御信号処理部から予備系として待機する制御信号処理部へ通知する情報量および情報通知の頻度を削減して、障害時系切り替えに伴う人的コスト発生の防止と障害復旧時間の短縮を実現することを課題とする。   In view of the above-mentioned problems in the prior art, in the present invention, in the router device in which the control signal processing unit is made redundant, the control signal processing unit operating as the active system notifies the control signal processing unit waiting as the standby system. It is an object of the present invention to reduce the amount of information to be transmitted and the frequency of information notification, and to prevent human cost generation and failure recovery time associated with system switching at the time of failure.

前記課題を解決するために、本発明(請求項1)では、ルーティングプロトコル処理によりパケット転送のダイナミックルートを定めるダイナミックルーティングテーブルを生成し、前記ダイナミックルーティングテーブルおよび予め設定されるパケット転送のスタティックルートを定めるスタティックルーティングテーブルに基づいてフォワーディングテーブルを生成する複数の制御信号処理部と、前記フォワーディングテーブルに従ってパケット転送を行う複数のデータ信号処理部とを備えるパケット転送装置であって、前記複数の制御信号処理部の中から選択された制御信号処理部が現用系として動作し、残りの制御信号処理部が予備系として待機し、現用系の制御信号処理部に障害が生じた場合に予備系として待機している制御信号処理部の中から選択された制御信号処理部が現用系として動作し、前記現用系の制御信号処理部が、予め設定された前記スタティックルーティングテーブルと他のルータから収集したルーティングプロトコル情報および当該ルーティングプロトコル情報に基づいて前記現用系の制御信号処理部が生成した前記ダイナミックルーティングテーブルを保持する第1のデータベース管理部と、前記第1のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第1のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含むルーティングプロトコル処理を実行する第1のルーティングプロトコルパケット処理部と、前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよびダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行し、当該生成したフォワーディングテーブルを前記データ信号処理部に通知する第1のフォワーディングテーブル計算部と、を備え、前記予備系として待機している制御信号処理部が、前記予め設定された前記スタティックルーティングテーブルを保持する第2のデータベース管理部と、前記第2のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第2のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含むルーティングプロトコル処理を実行する第2のルーティングプロトコルパケット処理部と、前記第2のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記第2のルーティングプロトコルパケット処理部により生成されるダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行し、当該生成したフォワーディングテーブルを前記データ信号処理部に通知する第2のフォワーディングテーブル計算部と、を備え、前記データ信号処理部が、現用系の制御信号処理部から送られた前記フォワーディングテーブルを保持する記憶手段と、前記記憶手段に保持されたフォワーディングテーブルに基づいて、パケットのネットワーク間転送を行うパケット送受信部とを備える。 In order to solve the above-mentioned problem, in the present invention (Claim 1), a dynamic routing table for defining a dynamic route for packet forwarding is generated by routing protocol processing, and the dynamic routing table and a preset static route for packet forwarding are stored. a plurality of control signal processing unit for generating a forwarding table based on static routing table to determine, a packet transfer device and a plurality of data signal processing unit that performs packet transfer according to the forwarding table, the plurality of control signal processing The control signal processing unit selected from among the units operates as the active system, the remaining control signal processing units stand by as the standby system, and waits as the standby system when a failure occurs in the active control signal processing unit. Control signal Control signal processing unit selected from among the processing section operates as the active system, the control signal processor of an active system, and the static routing table set in advance, routing protocol information and the collected from other routers based on the the first database management unit control signal processor of an active system for holding the said dynamic routing table generated, the first routing protocol information held in the database management unit based on the routing protocol information A first routing protocol packet processing unit for executing routing protocol processing including collection of new routing protocol information held in the first database management unit and generation of a dynamic routing table; and the first database management unit In Based on the lifting has been static routing table and dynamic routing table, executes the generation processing of the forwarding table comprises a first forwarding table calculation unit for notifying the forwarding table thus generated to the data signal processing unit, wherein the routing protocol information control signal processor waiting as a spare system, which is holding the static routing table set prior Ki予 Me and second database management unit that holds, in the second database management unit Based on the second routing protocol packet processing for executing routing protocol processing including collection of new routing protocol information held in the second database management section and generation of a dynamic routing table. Based on the dynamic routing table generated by the management unit, the static routing table held in the second database management unit and the second routing protocol packet processing unit, the forwarding table generation processing is executed, and the generation It provided with a second forwarding table calculation unit for notifying the forwarding table in the data signal processing section has, and the data signal processing unit, that holds the forwarding table sent from the control signal processor of an active system serial comprising a憶means, before based on the forwarding table held in the crisis憶means, and a packet transmission and reception unit for performing inter-network transfer of packet.

この構成によれば、高可用性で、切れ目なく制御信号処理部の切り替えを行うことができる冗長構成のパケット転送装置を提供できる。また、冗長構成のパケット転送装置において、切れ目なくの制御信号処理部の切り替えを行うことができる。 According to this configuration, it is possible to provide a packet transfer apparatus having a redundant configuration that is highly available and that can switch the control signal processing unit seamlessly. Further, in the redundantly configured packet transfer apparatus, the control signal processing unit can be switched without any break.

また、本発明(請求項)では、前記現用系の制御信号処理部が、前記第1のデータベース管理部に保持されたスタティックルーティングテーブルを前記予備系として待機している制御信号処理部に送る通知手段をさらに備える。 In the present invention (Claim 2 ), the control signal processing unit of the active system sends the static routing table held in the first database management unit to the control signal processing unit waiting as the standby system. Notification means are further provided.

この構成によれば、冗長構成のパケット転送装置において、少ない内部転送で、制御信号処理部の切り替えに備えることができる。   According to this configuration, it is possible to prepare for the switching of the control signal processing unit with a small number of internal transfers in the redundantly configured packet transfer apparatus.

また、本発明(請求項)では、前記予備系として待機している制御信号処理部が、現用系の制御信号処理部から送られた前記スタティックルーティングテーブルの前記第2のデータベース管理部へ誤書き込みすることを防止するルーティングテーブル書き込み監視部をさらに備える。 In the present invention (Claim 3 ), the control signal processing unit standing by as the standby system erroneously sends the second database management unit of the static routing table sent from the active control signal processing unit. A routing table write monitoring unit for preventing writing is further provided.

この構成によれば、さらにパケット転送装置の可用性を高めることができる。   According to this configuration, the availability of the packet transfer apparatus can be further increased.

また、本発明(請求項)では、前記データ信号処理部が、現用系の制御信号処理部から送られた前記フォワーディングテーブルの前記記憶手段への誤書き込みを防止するフォワーディングテーブル書き込み監視部をさらに備える。 Further, in the present invention (claim 4), wherein the data signal processing section, a forwarding table write monitoring portion for preventing erroneous writing Previous handed憶means of the forwarding table sent from the control signal processor of an active system Is further provided.

この構成によれば、別の観点からさらにパケット転送装置の可用性を高めることができる。   According to this configuration, the availability of the packet transfer apparatus can be further increased from another viewpoint.

また、本発明(請求項)では、前記現用系の制御信号処理部が、前記データ信号処理部の前記第1のデータベース管理部に保持された前記フォワーディングテーブルを取得する取得手段と、生成した前記フォワーディングテーブルと前記データ信号処理部から取得した前記フォワーディングテーブルとの差分である差分フォワーディングテーブルを抽出する抽出手段と、前記差分フォワーディングテーブルをデータ信号処理部に送る通知手段とをさらに備え、前記データ信号処理部が、現用系の制御信号処理部から送られた前記差分フォワーディングテーブルに基づいて前記記憶手段に保持された前記フォワーディングテーブルを更新する更新手段をさらに備える。 In the present invention (Claim 5 ), the control signal processing unit of the active system generates the forwarding table held in the first database management unit of the data signal processing unit, and generates An extraction unit that extracts a difference forwarding table that is a difference between the forwarding table and the forwarding table acquired from the data signal processing unit; and a notification unit that sends the difference forwarding table to a data signal processing unit. the signal processing unit further comprises updating means for updating the forwarding table held before Kiki憶unit based on the difference forwarding table sent from the control signal processor of an active system.

この構成によれば、少ないデータの転送でフォワーディングテーブルを更新することができる。   According to this configuration, the forwarding table can be updated with a small amount of data transfer.

また、本発明(請求項)では、前記現用系の制御信号処理部が、前記ルーティングプロトコル処理で新たに収集されたルーティングプロトコル情報によって、前記第1のデータベース管理部に保持されたルーティングプロトコル情報を更新した場合に、前記更新したルーティングプロトコル情報に整合するように前記ダイナミックルーティングテーブルを更新する処理を行い、前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記更新されたダイナミックルーティングテーブルに基づいて、前記フォワーディングテーブルを再生成する処理を行い、前記再生成したフォワーディングテーブルをデータ信号処理部に通知する。 Further, in the present invention (claim 6 ), the control signal processing unit of the active system uses the routing protocol information newly collected in the routing protocol processing to hold the routing protocol information held in the first database management unit. And updating the dynamic routing table so as to be consistent with the updated routing protocol information, the static routing table held in the first database management unit and the updated dynamic routing table Based on the above, a process for regenerating the forwarding table is performed, and the regenerated forwarding table is notified to the data signal processing unit.

この構成によれば、フォワーディングテーブルを適正なものに維持することができる。   According to this configuration, the forwarding table can be maintained at an appropriate level.

また、本発明(請求項)では、パケット転送装置と、前記パケット転送装置が接続したネットワークとを含むパケット転送ネットワークシステムを構成する。 In the present invention (Claim 7 ), a packet transfer network system including a packet transfer device and a network to which the packet transfer device is connected is configured.

この構成によれば、高可用性のパケット転送ネットワークを構成することができる。   According to this configuration, a highly available packet transfer network can be configured.

また、本発明(請求項)では、ルーティングプロトコル処理によりパケット転送のダイナミックルートを定めるダイナミックルーティングテーブルを生成し、前記ダイナミックルーティングテーブルおよび予め設定されるパケット転送のスタティックルートを定めるスタティックルーティングテーブルに基づいてフォワーディングテーブルを生成する複数の制御信号処理部と、前記フォワーディングテーブルに従ってパケット転送を行う複数のデータ信号処理部とを備えるパケット転送装置が実行するパケット転送方法であって、前記パケット転送装置が、前記複数の制御信号処理部の中から選択された制御信号処理部を現用系として動作させる手順と、残りの制御信号処理部を予備系として待機させる手順と、現用系の制御信号処理部に障害が生じた場合に予備系として待機している制御信号処理部の中から選択された制御信号処理部を現用系として動作させる手順とを実行し、記現用系の制御信号処理部が、予め設定された前記スタティックルーティングテーブルと他のルータから収集したルーティングプロトコル情報および当該ルーティングプロトコル情報に基づいて前記現用系の制御信号処理部が生成した前記ダイナミックルーティングテーブルを保持する手順と、第1のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第1のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含む前記ルーティングプロトコル処理を実行する手順と、前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよびダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行する手順と、前記フォワーディングテーブルを前記データ信号処理部に通知する手順とを実行し、前記予備系として待機している制御信号処理部が、前記予め設定されるスタティックルーティングテーブルを前記第2のデータベース管理部に保持する手順を実行し、前記第2のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第2のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含むルーティングプロトコル処理を実行する手順と、前記第2のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記第2のルーティングプロトコルパケット処理部により生成されるダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行する手順と、前記フォワーディングテーブルを前記データ信号処理部に通知する手順とを実行し、前記データ信号処理部が、現用系の制御信号処理部から送られた前記フォワーディングテーブルを記憶手段に保持する手順と、前記記憶手段に保持されたフォワーディングテーブルに基づいて、パケットのネットワーク間転送を行う手順とを実行する。 In the present invention (Claim 8 ), a dynamic routing table for defining a dynamic route for packet forwarding is generated by routing protocol processing, and the dynamic routing table and a static routing table for defining a static route for packet forwarding set in advance are used. A packet transfer method executed by a packet transfer device comprising a plurality of control signal processing units for generating a forwarding table and a plurality of data signal processing units for performing packet transfer according to the forwarding table, wherein the packet transfer device comprises: A procedure for operating a control signal processing unit selected from the plurality of control signal processing units as a working system, a procedure for waiting the remaining control signal processing units as a standby system, and a control signal processing unit for the working system A control signal processing unit selected from among the control signal processing units waiting as a standby system when a failure occurs is executed as an active system, and the control signal processing unit of the active system and set the static routing table, and procedures for holding said dynamic routing table control signal processing unit of the active system is generated based on the routing protocol information and the routing protocol information collected from other routers, the based on the routing protocol information held in the database management unit 1, the procedure for executing the routing protocol process including collection and generation of the dynamic routing table of new routing protocol information held in the first database management unit the first database Based on the static routing table and dynamic routing table held by the management unit, executes a procedure for executing the process of generating the forwarding table, and a procedure for notifying the forwarding table in the data signal processing section, as the standby system Based on the routing protocol information held in the second database management unit, the control signal processing unit that is waiting executes a procedure for holding the preset static routing table in the second database management unit A procedure for executing routing protocol processing including collection of new routing protocol information held in the second database management unit and generation of a dynamic routing table, and held in the second database management unit A procedure for executing a forwarding table generation process based on a dynamic routing table generated by a tatic routing table and the second routing protocol packet processing unit; and a procedure for notifying the data signal processing unit of the forwarding table; is executed, the data signal processing section, the procedure for holding the forwarding table sent from the control signal processor of an active system to memorize means, based on the forwarding table held before crisis憶means, And a procedure for transferring packets between networks.

この構成によれば、高可用性で、切れ目なく制御信号処理部の切り替えを行うことができる冗長構成のパケット転送装置を提供できる。また、冗長構成のパケット転送装置において、切れ目なくの制御信号処理部の切り替えを行うことができる。 According to this configuration, it is possible to provide a packet transfer apparatus having a redundant configuration that is highly available and that can switch the control signal processing unit seamlessly. Further, in the redundantly configured packet transfer apparatus, the control signal processing unit can be switched without any break.

また、本発明(請求項)では、前記現用系の制御信号処理部が、前記第1のデータベース管理部に保持されたスタティックルーティングテーブルを前記予備系として待機している制御信号処理部に通知する手順をさらに実行する。 Further, in the present invention (claim 9 ), the active control signal processing unit notifies the control signal processing unit standing by as the standby system of the static routing table held in the first database management unit. Perform further steps to

この構成によれば、冗長構成のパケット転送装置において、少ない内部転送で、制御信号処理部の切り替えに備えることができる。   According to this configuration, it is possible to prepare for the switching of the control signal processing unit with a small number of internal transfers in the redundantly configured packet transfer apparatus.

また、本発明(請求項10)では、前記予備系として待機している制御信号処理部が、現用系の制御信号処理部から送られた前記スタティックルーティングテーブルを前記第2のデータベース管理部へ誤書き込みすることを防止する手順をさらに実行する。 In the present invention (claim 10 ), the control signal processing unit waiting as the standby system erroneously sends the static routing table sent from the active control signal processing unit to the second database management unit . Further steps to prevent writing are performed.

この構成によれば、さらにパケット転送装置の可用性を高めることができる。   According to this configuration, the availability of the packet transfer apparatus can be further increased.

また、本発明(請求項11)では、前記データ信号処理部が、現用系の制御信号処理部から送られた前記フォワーディングテーブルの前記記憶手段への誤書き込みを防止する手順をさらに実行する。 Further, in the present invention (Claim 11), the data signal processing unit is further steps to prevent erroneous writing Previous handed憶means of the forwarding table sent from the control signal processor of an active system .

この構成によれば、別の観点からさらにパケット転送装置の可用性を高めることができる。   According to this configuration, the availability of the packet transfer apparatus can be further increased from another viewpoint.

また、本発明(請求項12)では、前記現用系の制御信号処理部が、記データ信号処理部の前記第1のデータベース管理部に保持された前記フォワーディングテーブルを取得する手順と、生成した前記フォワーディングテーブルと前記データ信号処理部から取得した前記フォワーディングテーブルとの差分である差分フォワーディングテーブルを抽出する手順と、前記差分フォワーディングテーブルをデータ信号処理部に通知する手順とをさらに実行し、前記データ信号処理部が、現用系の制御信号処理部から送られた前記差分フォワーディングテーブルに基づいて前記記憶手段に保持された前記フォワーディングテーブルを更新する手順をさらに実行する。 In the present invention (Claim 12 ), the active control signal processing unit obtains the forwarding table held in the first database management unit of the data signal processing unit, and the generated A step of extracting a difference forwarding table that is a difference between the forwarding table and the forwarding table acquired from the data signal processing unit; and a step of notifying the data signal processing unit of the difference forwarding table; processing unit further executes a procedure for updating the forwarding table held before Kiki憶unit based on the difference forwarding table sent from the control signal processor of an active system.

この構成によれば、少ないデータの転送でフォワーディングテーブルを更新することができる。   According to this configuration, the forwarding table can be updated with a small amount of data transfer.

また、本発明(請求項13)では、前記現用系の制御信号処理部が、前記ルーティングプロトコル処理で新たに収集されたルーティングプロトコル情報によって、前記第1のデータベース管理部に保持されたルーティングプロトコル情報を更新した場合に、前記更新したルーティングプロトコル情報に整合するように前記ダイナミックルーティングテーブルを更新する処理を行う手順と、前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記更新されたダイナミックルーティングテーブルに基づいて、前記フォワーディングテーブルを再生成する処理を行う手順と、前記再生成したフォワーディングテーブルをデータ信号処理部に通知する手順とをさらに実行する。 Further, in the present invention (claim 13 ), the active control signal processing unit uses the routing protocol information newly collected in the routing protocol processing to hold the routing protocol information held in the first database management unit. When updating the dynamic routing table so as to match the updated routing protocol information, the static routing table held in the first database management unit , and the updated dynamic routing table. Based on the routing table, a procedure for regenerating the forwarding table and a procedure for notifying the data signal processing unit of the regenerated forwarding table are further executed.

この構成によれば、フォワーディングテーブルを適正なものに維持することができる。   According to this configuration, the forwarding table can be maintained at an appropriate level.

本発明によれば、パケット転送装置において、現用系として動作する制御信号処理部から予備系として待機する制御信号処理部へ通知する情報量および情報通知の頻度を削減しつつ、障害時系切り替えに伴う人的コスト発生の防止と障害復旧時間の短縮が実現できる。   According to the present invention, in a packet transfer device, the amount of information notified from the control signal processing unit operating as the active system to the control signal processing unit waiting as the standby system and the frequency of information notification are reduced, and the system is switched at the time of failure. It is possible to prevent the associated human costs and shorten the failure recovery time.

<<第1の実施形態>>
以下、本発明の実施形態について説明する。まず、第1の実施形態について説明する。
<< first embodiment >>
Hereinafter, embodiments of the present invention will be described. First, the first embodiment will be described.

[装置の構成]
図1は、第1の実施形態に係るルータ装置が適用されるネットワーク装置の構成を示す図である。図1に示すように、パケット転送装置10は、冗長化された制御信号処理部11a,11bと複数のデータ信号処理部13とを備える。なお、この冗長化された制御信号処理部11a,11bを備えたパケット転送装置10もルータ装置であるが、これ以後、この冗長化された制御信号処理部11a,11bを備えた本発明のルータ装置をパケット転送装置10、他の一般的なルータ装置をルータ14と呼び区別する。(ただし、ルータ14を本発明のパケット転送装置10によって代用してもよい。)パケット転送装置10は、データ信号処理部13でネットワークに接続する。ネットワークには、ルータ14や、その他の通信端末15が接続される。そして、パケット転送装置10、ルータ14などでネットワークは構成される。
[Device configuration]
FIG. 1 is a diagram illustrating a configuration of a network device to which the router device according to the first embodiment is applied. As shown in FIG. 1, the packet transfer apparatus 10 includes redundant control signal processing units 11 a and 11 b and a plurality of data signal processing units 13. Note that the packet transfer apparatus 10 provided with the redundant control signal processing units 11a and 11b is also a router device, but thereafter, the router of the present invention including the redundant control signal processing units 11a and 11b. The device is called a packet transfer device 10 and another general router device is called a router 14 to be distinguished. (However, the router 14 may be substituted by the packet transfer device 10 of the present invention.) The packet transfer device 10 is connected to the network by the data signal processing unit 13. A router 14 and other communication terminals 15 are connected to the network. The packet transfer device 10 and the router 14 constitute a network.

図2は、パケット転送装置のより詳細な構成を示す図である。図2に示すように、パケット転送装置10は、パケット転送に使用するルーティングテーブルおよびフォワーディングテーブルの生成と配布を行う冗長化された2つの制御信号処理部11a,11bと、パケットの転送処理を行うデータ信号処理部13とが、ルータの内部バス12によって接続された構成を備えている。ルータ内部の接続は、バス接続に限らず、メッシュ接続、あるいは、ネットワークを介した接続の構成も可能である。   FIG. 2 is a diagram illustrating a more detailed configuration of the packet transfer apparatus. As shown in FIG. 2, the packet transfer apparatus 10 performs a packet transfer process with two redundant control signal processing units 11a and 11b that generate and distribute a routing table and a forwarding table used for packet transfer. The data signal processing unit 13 is connected to the internal bus 12 of the router. The connection inside the router is not limited to a bus connection, and a mesh connection or a connection via a network is also possible.

また、各制御信号処理部11(11a,11b)は、ルーティングプロトコルパケット処理部20(20a,20b)と、フォワーディングテーブル計算部21(21a,21b)と、データベース管理部22(22a,22b)と、スタティックルーティングテーブル23(23a,23b)と、ダイナミックルーティングテーブル24(24a)と、状態監視部25(25a,25b)とを備えているが、ダイナミックルーティングテーブル24は予備系の制御信号処理部11にはない。また、各データ信号処理部13(13a,13b)は、フォワーディングテーブル26(26a,26b)、パケット送受信部27(27a,27b)を備えている。2つある制御信号処理部11の内、一方は現用系、もう一方は予備系として使用される。   Each control signal processing unit 11 (11a, 11b) includes a routing protocol packet processing unit 20 (20a, 20b), a forwarding table calculation unit 21 (21a, 21b), and a database management unit 22 (22a, 22b). The static routing table 23 (23a, 23b), the dynamic routing table 24 (24a), and the state monitoring unit 25 (25a, 25b) are provided. The dynamic routing table 24 is a standby control signal processing unit 11. Not. Each data signal processing unit 13 (13a, 13b) includes a forwarding table 26 (26a, 26b) and a packet transmitting / receiving unit 27 (27a, 27b). Of the two control signal processing units 11, one is used as an active system and the other as a standby system.

[パケット転送装置の動作]
以下、本実施形態に係るパケット転送装置の動作について、図1および図2を参照して説明する。
図1および図2において、パケット転送装置10内の制御信号処理部11aが現用系として動作しており、制御信号処理部11bが予備系として待機している場合、パケット転送装置10と通信しているルータ14は、データ信号処理部13を介してパケット授受を行う。データ信号処理部13のパケット送受信部27は、該パケットがルーティングプロトコルパケットの場合は、ルーティングプロトコルパケット処理部20(20a)に転送し、データパケットの場合は、フォワーディングテーブル26に基づき、パケットの転送を行う。そして、制御信号処理部11aは、収集したルーティングプロトコル情報から、ダイナミックルーティングテーブル24aを生成する。
[Operation of packet transfer device]
Hereinafter, the operation of the packet transfer apparatus according to the present embodiment will be described with reference to FIG. 1 and FIG.
In FIG. 1 and FIG. 2, when the control signal processing unit 11a in the packet transfer device 10 operates as an active system and the control signal processing unit 11b is on standby as a standby system, the communication with the packet transfer device 10 is performed. The router 14 that is present transmits and receives packets via the data signal processing unit 13. The packet transmitting / receiving unit 27 of the data signal processing unit 13 transfers the packet to the routing protocol packet processing unit 20 (20a) when the packet is a routing protocol packet, and transfers the packet based on the forwarding table 26 when the packet is a data packet. I do. Then, the control signal processing unit 11a generates a dynamic routing table 24a from the collected routing protocol information.

また、端末15は、データ信号処理部13を通じて制御信号処理部11aと制御信号処理部11bに同一のスタティックルーティングテーブルを通知する。現用系として動作している制御信号処理部11aは、保持したスタティックルーティングテーブル23aとダイナミックルーティングテーブル24aに基づいて、フォワーディングテーブルの情報を生成し、生成したフォワーディングテーブルの情報をデータ信号処理部13に送り、これに従ったパケット転送を行わせる。なお、保持したスタティックルーティングテーブル23aとダイナミックルーティングテーブル24aからフォワーディングテーブルの情報を生成する処理の例に関しては、図3を用いて後記する。   Further, the terminal 15 notifies the control signal processing unit 11 a and the control signal processing unit 11 b of the same static routing table through the data signal processing unit 13. The control signal processing unit 11a operating as the active system generates forwarding table information based on the retained static routing table 23a and dynamic routing table 24a, and sends the generated forwarding table information to the data signal processing unit 13. Send the packet according to this. Note that an example of processing for generating forwarding table information from the retained static routing table 23a and dynamic routing table 24a will be described later with reference to FIG.

ここで、前記制御信号処理部11aが障害等によって動作不可能になった場合は、待機状態にある制御信号処理部11bが制御信号処理部11aの障害を検出し、制御信号処理部11aに代わって現用系に切り替わる。以降、ルータ14とのルーティングプロトコルパケットの授受は、データ信号処理部13を介して制御信号処理部11bが行う。   Here, when the control signal processing unit 11a becomes inoperable due to a failure or the like, the control signal processing unit 11b in the standby state detects the failure of the control signal processing unit 11a and replaces the control signal processing unit 11a. Switch to the active system. Thereafter, exchange of routing protocol packets with the router 14 is performed by the control signal processing unit 11 b via the data signal processing unit 13.

ここで、前記制御信号処理部11bは、現用系に切り替わった当初は、ダイナミックルーティングテーブルを持たないため、他のルータ14から新たにルーティングプロトコル情報を収集し、現用系として動作していた制御信号処理部11aがダイナミックルーティングテーブルを生成したときの処理と同様の処理を行う。   Here, since the control signal processing unit 11b does not have a dynamic routing table at the time of switching to the working system, the control signal processing unit 11b newly collects routing protocol information from other routers 14 and operates as the working system. The same processing as when the processing unit 11a generates the dynamic routing table is performed.

図3は、スタティックルーティングテーブルとダイナミックルーティングテーブルからフォワーディングテーブルを構成する例を説明する図である。この例では、スタティックルーティングテーブル42は手動で保守者が設定を行い、ダイナミックルーティングテーブル41はルーティングプロトコルであるOSPF(Open Shortest Path First)が設定したものとする。ここで、ダイナミックルーティングテーブル41およびスタティックルーティングテーブル42に記載されているコストとは、ネットワークを通じてパケットを転送するときのコストを指すものとし、例えば、そのネットワークに到達するまでに経由するパスの数などであってもよい。   FIG. 3 is a diagram for explaining an example of constructing a forwarding table from a static routing table and a dynamic routing table. In this example, it is assumed that the static routing table 42 is manually set by a maintenance person, and the dynamic routing table 41 is set by OSPF (Open Shortest Path First) which is a routing protocol. Here, the cost described in the dynamic routing table 41 and the static routing table 42 refers to a cost for transferring a packet through the network, for example, the number of paths that pass through to reach the network. It may be.

スタティックルーティングテーブル42とダイナミックルーティングテーブル41からフォワーディングテーブルを構成する際に、コスト優先で両者のルーティングプロトコル情報を組み合わせて生成した例が、フォワーディングテーブル43である。このフォワーディングテーブル43におけるネットワークAへのルーティングは、「192.168.10.1」のアドレスのルータに向けられていて、コストは3のものが採用されているが、これは、ダイナミックルーティングテーブル41におけるコスト3のネットワークAのルーティングとスタティックルーティングテーブル42におけるコスト4のネットワークAのルーティングを比較して、コストの低いダイナミックルーティングテーブル41におけるネットワークAのルーティングの方に決定されたものである。   The forwarding table 43 is an example of generating the forwarding table from the static routing table 42 and the dynamic routing table 41 by combining the routing protocol information of both with cost priority. The routing to the network A in the forwarding table 43 is directed to the router having the address “192.168.10.1”, and the cost of 3 is adopted. The routing of the network A at the cost 3 in the static routing table 42 and the routing of the network A at the cost 4 in the static routing table 42 are compared, and the routing of the network A in the dynamic routing table 41 having a lower cost is determined.

コストを比較せずに、手動設定を優先して生成したフォワーディングテーブルの例が、フォワーディングテーブル44である。この例では、スタティックルーティングテーブル42におけるルーティングがそのまま採用されている。ただし、このような生成を行う場合でも、スタティックルーティングテーブル42に出現していないルーティングプロトコル情報がダイナミックルーティングテーブル41に出現している場合には、このダイナミックルーティングテーブル41からのルーティングプロトコル情報もフォワーディングテーブル44に反映されることになる。   An example of a forwarding table generated by giving priority to manual setting without comparing costs is the forwarding table 44. In this example, the routing in the static routing table 42 is employed as it is. However, even when such generation is performed, if routing protocol information that does not appear in the static routing table 42 appears in the dynamic routing table 41, the routing protocol information from the dynamic routing table 41 is also forwarded to the forwarding table. 44 will be reflected.

図3の例に示すように、スタティックルーティングテーブル42のルーティングプロトコル情報があれば、基本的なルーティングプロトコル情報は含まれているため、これだけの情報でも、ルーティングを継続することは可能であることがわかる。したがって、例えば現用系の制御信号処理部11aが、その障害時に、データ信号処理部13aのフォワ−ディングテーブル26aを破壊してしまったとしても、現用系に切り替わった予備系の制御信号処理部11bは、切り替わる前の現用系の制御信号処理部11aと同一内容を持つスタティックルーティングテーブル23bから速やかに基本的なフォワーディングテーブル26aを再作成することが可能である。これにより、切り替え直後においてもデータ信号処理部13aにおける最低限のパケット転送を保証することが可能となる。   As shown in the example of FIG. 3, if there is routing protocol information in the static routing table 42, basic routing protocol information is included, so that it is possible to continue routing with this information alone. Recognize. Therefore, for example, even if the active control signal processing unit 11a destroys the forwarding table 26a of the data signal processing unit 13a at the time of the failure, the standby control signal processing unit 11b switched to the active system. Can quickly re-create the basic forwarding table 26a from the static routing table 23b having the same contents as the active control signal processing unit 11a before switching. Thereby, it is possible to guarantee the minimum packet transfer in the data signal processing unit 13a even immediately after switching.

なお、この例では、ダイナミックルーティングプロトコルの例として、OSPFを取り上げているが、ダイナミックルーティングプロトコルはOSPFに限定されず、例えば、RIP(Routing Information Protocol)などでもよい。   In this example, OSPF is taken as an example of the dynamic routing protocol, but the dynamic routing protocol is not limited to OSPF, and may be, for example, RIP (Routing Information Protocol).

以下、図1および図2に戻って、パケット転送装置10の内部の動作について説明する。パケット転送装置10の各制御信号処理部11a,11b内の状態監視部25a,25bは自分自身および他の制御信号処理部11の状態情報を保持し、他の制御信号処理部11の監視を行う。予備系として待機している制御信号処理部11bが、現用系として動作している制御信号処理部11aが障害等の発生によって処理が実行不可能であること検出すると、自身の制御信号処理部11bを現用系に切り替え、ルーティングプロトコルパケット処理部20bを起動する。   Hereinafter, returning to FIG. 1 and FIG. 2, the internal operation of the packet transfer apparatus 10 will be described. The status monitoring units 25a and 25b in the control signal processing units 11a and 11b of the packet transfer apparatus 10 hold status information of themselves and other control signal processing units 11, and monitor other control signal processing units 11. . When the control signal processing unit 11b standing by as the standby system detects that the control signal processing unit 11a operating as the active system cannot execute processing due to the occurrence of a failure or the like, its own control signal processing unit 11b Is switched to the active system, and the routing protocol packet processing unit 20b is activated.

現用系として動作している制御信号処理部11(図2では、11a)では、ルーティングプロトコルパケット処理部20(図2では、20a)が、パケット転送装置10に接続している他のルータ14とルーティングプロトコルパケットの送受信を行い、収集したルーティングプロトコル情報に基づいてダイナミックルーティングテーブルの情報を生成し、データベース管理部22(図2では、22a)に送る。データベース管理部22(図2では、22a)は、ルーティングプロトコルパケット処理部20(図2では、20a)から受け取ったダイナミックルーティングテーブルの情報をダイナミックルーティングテーブル24(図2では、24a)に保持する。なお、最初から現用系として動作している制御信号処理部11も予備系から現用系に切り替わった制御信号処理部11も全く同様にここで説明した動作を行う。   In the control signal processing unit 11 (11a in FIG. 2) operating as the active system, the routing protocol packet processing unit 20 (20a in FIG. 2) is connected to the other routers 14 connected to the packet forwarding apparatus 10. Routing protocol packets are transmitted and received, dynamic routing table information is generated based on the collected routing protocol information, and is sent to the database management unit 22 (22a in FIG. 2). The database management unit 22 (22a in FIG. 2) holds the dynamic routing table information received from the routing protocol packet processing unit 20 (20a in FIG. 2) in the dynamic routing table 24 (24a in FIG. 2). Note that the control signal processing unit 11 operating from the beginning as the active system and the control signal processing unit 11 switching from the standby system to the active system perform the operations described here in exactly the same manner.

現用系として動作または予備系として待機している制御信号処理部11では、データ管理部22が、パケット転送装置10に接続している端末15から保守者によるスタティックルーティングテーブルの設定を受けると、これをスタティックルーティングテーブル23として保持する。   In the control signal processing unit 11 operating as the active system or waiting as the standby system, when the data management unit 22 receives the setting of the static routing table from the terminal 15 connected to the packet transfer apparatus 10, Is held as the static routing table 23.

現用系として動作している制御信号処理部11aでは、スタティックルーティングテーブル23aまたはダイナミックルーティングテーブル24aが更新されると、フォワーディングテーブル計算部21aが起動される。フォワーディングテーブル計算部21aは、スタティックルーティングテーブル23aおよびダイナミックルーティングテーブル24aに基づいてフォワーディングテーブルの情報を生成し、内部バス12に接続された全てのデータ信号処理部13に送る。各データ信号処理部13は、フォワーディングテーブル計算部21aから受け取ったフォワーディングテーブルの情報を、各データ信号処理部13用のフォワーディングテーブルの情報として、フォワーディングテーブル26に保持する。   In the control signal processing unit 11a operating as the active system, when the static routing table 23a or the dynamic routing table 24a is updated, the forwarding table calculation unit 21a is activated. The forwarding table calculation unit 21 a generates forwarding table information based on the static routing table 23 a and the dynamic routing table 24 a and sends the information to all the data signal processing units 13 connected to the internal bus 12. Each data signal processing unit 13 holds the forwarding table information received from the forwarding table calculation unit 21 a in the forwarding table 26 as the forwarding table information for each data signal processing unit 13.

[制御信号処理部における処理]
以下、制御信号処理部11の各部が行う処理の詳細について示す(適宜、図2参照)。
図4は、パケット転送装置が起動した際の各制御信号処理部の状態監視部の処理手順を示す図である。
[Processing in control signal processor]
Hereinafter, details of processing performed by each unit of the control signal processing unit 11 will be described (see FIG. 2 as appropriate).
FIG. 4 is a diagram illustrating a processing procedure of the state monitoring unit of each control signal processing unit when the packet transfer apparatus is activated.

パケット転送装置10が起動すると、パケット転送装置10は、各制御信号処理部11内の各処理部(処理プログラム)の初期化処理を行い(ステップS101)、正常に終了するか監視する。初期化が終了した時点で、制御信号処理部11は初期状態にある。次に、初期化が終了した時点で予備系として待機し、他の制御信号処理部11に待機状態であることを通知する(ステップS102)。   When the packet transfer device 10 is activated, the packet transfer device 10 performs initialization processing of each processing unit (processing program) in each control signal processing unit 11 (step S101), and monitors whether the processing ends normally. When the initialization is completed, the control signal processing unit 11 is in an initial state. Next, when the initialization is completed, the system stands by as a standby system, and notifies the other control signal processing unit 11 that it is in a standby state (step S102).

そして、他の制御信号処理部11の状態を監視して他も全て予備系か否かを調べ(ステップS103)、現用系として動作している制御信号処理部がない場合は(ステップS103のYes)、予め制御信号処理部内に設けられている初期設定情報の内容をチェックして(ステップS104)、ステップS105に進む。現用系として動作している制御信号処理部がある場合は(ステップS103のNo)、そのまま処理を終了する。   Then, the state of the other control signal processing unit 11 is monitored to check whether or not all others are standby systems (step S103). If there is no control signal processing unit operating as the active system (Yes in step S103). ) The content of the initial setting information provided in the control signal processing unit is checked in advance (step S104), and the process proceeds to step S105. If there is a control signal processing unit operating as an active system (No in step S103), the processing is terminated as it is.

ステップS105では、他の予備系から通知された待機状態と制御信号処理部11自身の初期設定情報から、制御信号処理部11自身が現用系になるか否かを判定し、現用系になる場合には(ステップS105のYes)、自身を現用系に切り替え、他の制御信号処理部11に通知する(ステップS106)。現用系にならない場合には(ステップS105のNo)、そのまま処理を終了する。   In step S105, it is determined whether or not the control signal processing unit 11 itself becomes the active system from the standby state notified from the other standby system and the initial setting information of the control signal processing unit 11 itself. (Yes in step S105), it switches itself to the active system and notifies the other control signal processing unit 11 (step S106). If the current system is not used (No in step S105), the process is terminated as it is.

その後、ステップS107において、ルーティングプロトコルパケット処理部20を起動し、処理を終了する。   Thereafter, in step S107, the routing protocol packet processing unit 20 is activated and the processing is terminated.

図5は、図4の処理後に引き続いて実行する状態監視部の監視処理の手順を示す図である。
この処理では、現用系および予備系双方の状態監視部25は、定期的に他の制御信号処理部11に状態通知を行う(ステップS111)。また、状態監視部25は、各制御信号処理部11からの状態通知があるかどうか調べる(ステップS112)。そして、状態通知がある場合には(ステップS112のYes)、ステップS111に戻って、監視処理を続行し、一定時間状態通知のない場合には(ステップS112のNo)、状態監視部25は通知のない制御信号処理部11に障害が発生したと認識して、その障害が発生した制御信号処理部11が現用系か否かを調べる(ステップS113)。なお、過去に送られて来た状態通知にはその制御信号処理部11が現用系か予備系かを示す情報が含まれており、この情報を用いて現用系か予備系かを判断することができる。
FIG. 5 is a diagram illustrating the procedure of the monitoring process of the state monitoring unit that is subsequently executed after the process of FIG.
In this process, the status monitoring units 25 of both the active system and the standby system periodically notify the other control signal processing unit 11 of the status (step S111). Further, the state monitoring unit 25 checks whether there is a state notification from each control signal processing unit 11 (step S112). If there is a status notification (Yes in step S112), the process returns to step S111 to continue the monitoring process. If there is no status notification for a certain period of time (No in step S112), the status monitoring unit 25 notifies It is recognized that a failure has occurred in the control signal processing unit 11 having no failure, and it is checked whether or not the control signal processing unit 11 in which the failure has occurred is an active system (step S113). The status notification sent in the past includes information indicating whether the control signal processing unit 11 is the active system or the standby system, and this information is used to determine whether it is the active system or the standby system. Can do.

障害が発生した制御信号処理部11が現用系だった場合(ステップS113のYes)、前記の状態監視部25を含む制御信号処理部11自身がこれに対応する予備系として待機しているならば、自身が現用系となるか否かを判定し(ステップS114)、現用系となる場合には(ステップS114のYes)、自身を現用系に切り替えて、他の制御信号処理部11に現用系に切替えたことを示す状態通知を送る(ステップS115)。そして、ルーティングプロトコルパケット処理部20を起動し(ステップS116)、監視処理を続行する。障害が発生した制御信号処理部11が予備系だった場合(ステップS113のNo)、ステップS111に戻って、監視処理を続行する。また、ステップS114において自身が現用系にならない場合にも(ステップS114のNo)、ステップS111に戻って、監視処理を続行する。   If the control signal processing unit 11 in which the failure has occurred is the active system (Yes in step S113), if the control signal processing unit 11 itself including the state monitoring unit 25 is on standby as a corresponding standby system Then, it is determined whether or not it is the active system (step S114). If it is the active system (Yes in step S114), it is switched to the active system and is transferred to the other control signal processing unit 11 as the active system. A status notification indicating that the switch has been made is sent (step S115). Then, the routing protocol packet processing unit 20 is activated (step S116), and the monitoring process is continued. When the control signal processing unit 11 in which the failure has occurred is a standby system (No in step S113), the process returns to step S111 to continue the monitoring process. Further, even when the device itself does not become the active system in Step S114 (No in Step S114), the process returns to Step S111 and the monitoring process is continued.

図6は、現用系として動作している制御信号処理部11内のルーティングプロトコルパケット処理部20の処理手順を示す図である。   FIG. 6 is a diagram illustrating a processing procedure of the routing protocol packet processing unit 20 in the control signal processing unit 11 operating as an active system.

ルーティングプロトコルパケット処理部20が起動されると、まず、パケット転送装置10に直結するネットワークに対してルーティングプロトコルパケットを送信し、他のルータからのルーティングプロトコルパケットを受信する(ステップS121)。そして、受信したパケットに新規の情報が含まれているか否かを調べる(ステップS122)。もし、新規の情報が含まれているパケットを受信した場合は(ステップS122のYes)、これに整合するようダイナミックルーティングテーブルの生成を行い(ステップS123)、ステップS124に進む。新規の情報が含まれているパケットを受信していない場合は(ステップS122のNo)、そのままステップS121に戻って処理を繰り返す。   When the routing protocol packet processing unit 20 is activated, first, the routing protocol packet is transmitted to the network directly connected to the packet transfer apparatus 10, and the routing protocol packet is received from another router (step S121). Then, it is checked whether or not new information is included in the received packet (step S122). If a packet containing new information is received (Yes in step S122), a dynamic routing table is generated so as to match this (step S123), and the process proceeds to step S124. If a packet containing new information has not been received (No in step S122), the process returns to step S121 and the process is repeated.

ステップS124では、データベース管理部22に生成したダイナミックルーティングテーブルを送付し、ステップS121から処理を繰り返す。   In step S124, the generated dynamic routing table is sent to the database management unit 22, and the processing is repeated from step S121.

次に、図7に、データベース管理部22の処理手順を示す。
図7は、データベース管理部22が、新規にスタティックルーティングテーブルまたはダイナミックルーティングテーブルを受け取ったときの処理の手順を示す図である。
Next, FIG. 7 shows a processing procedure of the database management unit 22.
FIG. 7 is a diagram showing a processing procedure when the database management unit 22 newly receives a static routing table or a dynamic routing table.

この処理では、データベース管理部22が、送られたルーティングの更新情報(ルーティングテーブル)を取得し(ステップS131)、データベース管理部22が稼動している制御信号処理部11自身が現用系か否かを調べる(ステップS132)。なお、制御信号処理部11自身の動作モードを示すフラグを調べれば、現用系か否かがわかる。自身が現用系として動作しているならば(ステップS132のYes)、フォワーディングテーブル計算部21にルーティングテーブルの更新を通知し(ステップS133)、処理を終了する。自身が現用系として動作していないならば(ステップS132のNo)、そのまま何もせずに処理を終了する。   In this process, the database management unit 22 acquires the sent routing update information (routing table) (step S131), and whether or not the control signal processing unit 11 itself in which the database management unit 22 is operating is the active system. (Step S132). If the flag indicating the operation mode of the control signal processing unit 11 itself is examined, it can be determined whether or not the current system is in use. If it is operating as an active system (Yes in step S132), the forwarding table calculation unit 21 is notified of the update of the routing table (step S133), and the process is terminated. If it is not operating as the active system (No in step S132), the process is terminated without doing anything.

図8は、データベース管理部22からの更新通知を受け取ったときのフォワーディングテーブル計算部21の処理手順を示す図である。   FIG. 8 is a diagram illustrating a processing procedure of the forwarding table calculation unit 21 when an update notification is received from the database management unit 22.

この処理では、更新後のスタティックルーティングテーブル23およびダイナミックルーティングテーブル24を読込み(ステップS141)、それらに基づいたフォワーディングテーブルの情報の生成を行う(ステップS142)。そして、データ信号処理部13に生成したフォワーディングテーブルの情報を送付し(ステップS143)、処理を終了する。なお、この後、情報を受け取ったデータ信号処理部13は、フォワーディングテーブル計算部21から送られた内容に従って、内部のフォワーディングテーブル26を書き換える。   In this process, the updated static routing table 23 and dynamic routing table 24 are read (step S141), and forwarding table information is generated based on them (step S142). Then, the information of the generated forwarding table is sent to the data signal processing unit 13 (step S143), and the process is terminated. After that, the data signal processing unit 13 that has received the information rewrites the internal forwarding table 26 in accordance with the contents sent from the forwarding table calculation unit 21.

以上説明した動作により、パケット転送装置と同ネットワーク上に多数のルータ装置が存在する場合においても、パケット転送装置における、制御信号処理部の系切り替え時に、保守者による障害監視およびスタティックルーティングテーブル再設定にかかるコストと障害復旧にかかる時間を抑えつつ、パケット転送装置内部のトラフィックを抑えることができる。   Through the operations described above, even when there are a large number of router devices on the same network as the packet transfer device, failure monitoring and resetting of the static routing table by the maintainer at the time of system switching of the control signal processing unit in the packet transfer device The traffic inside the packet transfer apparatus can be suppressed while suppressing the cost required for recovery and the time required for failure recovery.

<<第2の実施形態>>
以下、本発明の第2の実施形態について説明する(適宜図1および図2参照)。第2の実施形態は、第1の実施形態と同様の装置構成をとるので、装置構成についてはその説明を省略する。また、後記するスタティックルーティングテーブルの設定の処理以外の処理も第1の実施形態と同様なので、その説明を省略する。
第2の実施形態では、第1の実施形態と異なり、保守者によるスタティックルーティングテーブルの設定が現用系として動作している制御信号処理部11aに対してのみ行われ、現用系として動作している制御信号処理部11aから予備系として待機している制御信号処理部11bに対してスタティックルーティングテーブルが送付される。このため、本第2の実施形態では、データベース管理部22の処理手順が第1の実施形態と異なる。
<< Second Embodiment >>
Hereinafter, a second embodiment of the present invention will be described (see FIGS. 1 and 2 as appropriate). Since the second embodiment has the same device configuration as the first embodiment, the description of the device configuration is omitted. In addition, since processes other than the static routing table setting process described later are the same as those in the first embodiment, the description thereof is omitted.
In the second embodiment, unlike the first embodiment, the setting of the static routing table by the maintenance person is performed only for the control signal processing unit 11a operating as the active system, and operating as the active system. A static routing table is sent from the control signal processing unit 11a to the control signal processing unit 11b standing by as a standby system. For this reason, in the second embodiment, the processing procedure of the database management unit 22 is different from that of the first embodiment.

図9は、第2の実施形態におけるデータベース管理部22の処理手順を示す図である。図9は、データベース管理部22が、新規にスタティックルーティングテーブルまたはダイナミックルーティングテーブルを受け取ったときの処理の手順を示している。   FIG. 9 is a diagram illustrating a processing procedure of the database management unit 22 according to the second embodiment. FIG. 9 shows a processing procedure when the database management unit 22 newly receives a static routing table or a dynamic routing table.

この処理では、ネットワークから送られたルーティングの更新情報(ルーティングテーブル)を取得し(ステップS151)、自身が現用系か否かを調べる(ステップS152)。そして、現用系として動作していない場合は(ステップS152のNo)、そのまま処理を終了する。現用系として動作しているならば(ステップS152のYes)、フォワーディングテーブル計算部21にルーティングテーブルが更新されたことを示す更新通知を送る(ステップS153)。   In this process, the routing update information (routing table) sent from the network is acquired (step S151), and it is checked whether or not it is the active system (step S152). If it is not operating as an active system (No in step S152), the processing is terminated as it is. If it is operating as an active system (Yes in step S152), an update notification indicating that the routing table has been updated is sent to the forwarding table calculation unit 21 (step S153).

そして、更新されたルーティングテーブルがスタティックルーティングテーブルか否かを調べる(ステップS154)。更新されたルーティングテーブルがスタティックルーティングテーブルでないならば(ステップS154のNo)、そのまま処理を終了する。更新されたルーティングテーブルがスタティックルーティングテーブルならば(ステップS154のYes)、予備系として待機している制御信号処理部11のデータベース管理部22にスタティックルーティングテーブルを送り(ステップS155)、処理を終了する。   Then, it is checked whether or not the updated routing table is a static routing table (step S154). If the updated routing table is not a static routing table (No in step S154), the process is terminated as it is. If the updated routing table is a static routing table (Yes in step S154), the static routing table is sent to the database management unit 22 of the control signal processing unit 11 waiting as a standby system (step S155), and the process is terminated. .

こうして、保守者が現用系として動作している制御信号処理部11に設定したスタティックルーティングテーブルは、他の予備系として待機している制御信号処理部11のスタティックルーティングテーブル23に平等に反映される。   Thus, the static routing table set in the control signal processing unit 11 operating as the active system by the maintenance person is equally reflected in the static routing table 23 of the control signal processing unit 11 waiting as another standby system. .

第2の実施形態によれば、第1の実施形態と同様に、パケット転送装置と同ネットワーク上に多数のルータが存在する場合においても、パケット転送装置における、制御信号処理部の系切り替え時に、保守者による障害監視およびスタティックルーティングテーブル再設定にかかるコストと障害復旧にかかる時間を抑えつつ、パケット転送装置内部のトラフィックを抑えることができる。それに加えて、第2の実施形態によれば、保守者の手間が軽減できる。   According to the second embodiment, as in the first embodiment, even when a large number of routers exist on the same network as the packet transfer device, at the time of system switching of the control signal processing unit in the packet transfer device, It is possible to reduce traffic in the packet transfer apparatus while reducing the cost and trouble recovery time required for trouble monitoring and static routing table resetting by the maintenance person. In addition, according to the second embodiment, the labor of the maintenance person can be reduced.

<<第3の実施形態>>
以下、本発明の第3の実施形態について説明する(適宜図1および図2参照)。第3の実施形態における装置構成は後記するデータベース管理部の構成以外は、第1の実施形態および第2の実施形態と同じなので、同様の装置構成については、その説明を省略する。また、その他の処理も第2の実施形態と同じなのでその説明を省略する。
<< Third Embodiment >>
Hereinafter, a third embodiment of the present invention will be described (see FIGS. 1 and 2 as appropriate). Since the apparatus configuration in the third embodiment is the same as that of the first embodiment and the second embodiment except for the configuration of the database management unit described later, the description of the same apparatus configuration is omitted. Other processing is also the same as that of the second embodiment, and the description thereof is omitted.

図10は、第3の実施形態におけるデータベース管理部の構成を示す図である。図10に示すように、第3の実施形態は、第2の実施形態に対して、データベース管理部22の内部に、ルーティングテーブル書き込み監視部30(請求項における誤書き込み防止手段に該当)を追加したものである。   FIG. 10 is a diagram illustrating the configuration of the database management unit in the third embodiment. As shown in FIG. 10, the third embodiment adds a routing table write monitoring unit 30 (corresponding to erroneous write prevention means in the claims) inside the database management unit 22 compared to the second embodiment. It is a thing.

予備系として待機している制御信号処理部11bのルーティングテーブル書き込み監視部30は、現用系として動作している制御信号処理部11aから送付されるスタティックルーティングテーブルを受け取り、スタティックルーティングテーブルを完全に取得した時点で、予備系のスタティックルーティングテーブル23bを受け取った内容に従って更新する。   The routing table write monitoring unit 30 of the control signal processing unit 11b waiting as the standby system receives the static routing table sent from the control signal processing unit 11a operating as the active system, and completely acquires the static routing table. At this point, the standby static routing table 23b is updated according to the received contents.

第3の実施形態によれば、現用系として動作している制御信号処理部11aが予備系として待機している制御信号処理部11bにスタティックルーティングテーブルの送付を行っている最中に、現用系として動作している制御信号処理部11aに障害が発生した場合において、スタティックルーティングテーブル23の内容を誤書き込みによるデータ破損から保護することができる。これにより、さらにパケット転送装置の可用性が向上する。   According to the third embodiment, while the control signal processing unit 11a operating as the active system is sending the static routing table to the control signal processing unit 11b waiting as the standby system, the active system When a failure occurs in the control signal processing unit 11a that operates as the above, the contents of the static routing table 23 can be protected from data corruption due to erroneous writing. This further improves the availability of the packet transfer apparatus.

<<第4の実施形態>>
本発明の第4の実施形態について説明する(適宜図1および図2参照)。
図11は、第4の実施形態におけるデータ信号処理部の構成を示す図である。第4の実施形態は、第1の実施形態、第2の実施形態または第3の実施形態に対して、データ信号処理部13の内部に、フォワーディングテーブル書き込み監視部31(請求項におけるフォワーディングテーブルの記憶手段への誤書き込みを防止する防止手段に該当)を追加したものである。なお、第4の実施形態における装置構成は後記するデータ信号処理部13の構成以外は、基礎とした実施形態(第1の実施形態、第2の実施形態または第3の実施形態)と共通であるので、説明を省略する。また、フォワーディングテーブル書き込み監視部31以外の処理も第1の実施形態、第2の実施形態または第3の実施形態と共通であるので、説明を省略する。
<< Fourth Embodiment >>
A fourth embodiment of the present invention will be described (see FIGS. 1 and 2 as appropriate).
FIG. 11 is a diagram illustrating a configuration of a data signal processing unit in the fourth embodiment. The fourth embodiment is different from the first embodiment, the second embodiment, or the third embodiment in that the data signal processing unit 13 includes a forwarding table write monitoring unit 31 (a forwarding table in the claims). This corresponds to prevention means for preventing erroneous writing to the storage means). The apparatus configuration in the fourth embodiment is the same as that of the basic embodiment (the first embodiment, the second embodiment, or the third embodiment) except for the configuration of the data signal processing unit 13 described later. Since there is, description is abbreviate | omitted. Further, since the processing other than the forwarding table write monitoring unit 31 is also common to the first embodiment, the second embodiment, or the third embodiment, the description thereof is omitted.

データ信号処理部13のフォワーディングテーブル書き込み監視部31は、現用系として動作している制御信号処理部11aのフォワーディングテーブル計算部21から送付されるフォワーディングテーブルを受け取り、フォワーディングテーブルを完全に取得した時点で、フォワーディングテーブル26を受け取った内容に従って更新する。   The forwarding table write monitoring unit 31 of the data signal processing unit 13 receives the forwarding table sent from the forwarding table calculation unit 21 of the control signal processing unit 11a operating as the active system, and when the forwarding table is completely acquired. The forwarding table 26 is updated according to the received contents.

第4の実施形態によれば、現用系として動作している制御信号処理部11aがデータ信号処理部13にフォワーディングテーブルの送付を行っている最中に、現用系として動作している制御信号処理部11aに障害が発生した場合において、フォワーディングテーブル26の内容を誤書き込みによるデータ破損から保護することができる。   According to the fourth embodiment, while the control signal processing unit 11a operating as the active system is sending the forwarding table to the data signal processing unit 13, the control signal processing operating as the active system is performed. When a failure occurs in the unit 11a, the contents of the forwarding table 26 can be protected from data corruption due to erroneous writing.

<<第5の実施形態>>
以下、本発明の第5の実施形態について説明する(適宜図1および図2参照)。
図12は、第5の実施形態におけるフォワーディングテーブル計算部21がデータベース管理部22からの更新通知を受け取ったときの処理手順を示す図である。
第5の実施形態は、第1の実施形態、第2の実施形態、第3の実施形態または第4の実施形態に対して、フォワーディングテーブル計算部21からデータ信号処理部13へ再生成したフォワーディングテーブルとデータ信号処理部が保持するフォワーディングテーブル26の差分テーブルのみを送るように、フォワーディングテーブル計算部21の処理手順の変更を行ったもの(請求項におけるフォワーディングテーブルとの差分を抽出する抽出手段および差分フォワーディングテーブルをデータ信号処理部に送る通知手段に該当)である。なお、装置の構成およびフォワーディングテーブル計算部21の処理手順以外の処理は、その基礎とした実施形態(第1の実施形態、第2の実施形態、第3の実施形態または第4の実施形態)と同じなので説明を省略する。
<< Fifth Embodiment >>
Hereinafter, a fifth embodiment of the present invention will be described (see FIGS. 1 and 2 as appropriate).
FIG. 12 is a diagram illustrating a processing procedure when the forwarding table calculation unit 21 receives an update notification from the database management unit 22 in the fifth embodiment.
In the fifth embodiment, forwarding regenerated from the forwarding table calculation unit 21 to the data signal processing unit 13 with respect to the first embodiment, the second embodiment, the third embodiment, or the fourth embodiment. The processing procedure of the forwarding table calculation unit 21 is changed so as to send only the difference table of the forwarding table 26 held by the table and the data signal processing unit (extraction means for extracting the difference from the forwarding table in the claims and Corresponding to notification means for sending the difference forwarding table to the data signal processing unit). It should be noted that processes other than the configuration of the apparatus and the processing procedure of the forwarding table calculation unit 21 are based on the embodiment (the first embodiment, the second embodiment, the third embodiment, or the fourth embodiment). The explanation is omitted because it is the same.

第5の実施形態におけるフォワーディングテーブル計算部21の処理では、更新後のスタティックルーティングテーブル23およびダイナミックルーティングテーブル24を読み込み(ステップS161)、それらに基づいたフォワーディングテーブルの生成を行う(ステップS162)。次に、データ信号処理部13が保持するフォワーディングテーブル26の内容を読み込み(ステップS163)、新たに生成したフォワーディングテーブルとの差分テーブルを抽出する(ステップS164)。なお、ステップS164において、以前のフォワーディングテーブルの情報が失われている場合には、抽出された差分テーブルは、フォワーディングテーブル全体の情報を含むことになる。   In the processing of the forwarding table calculation unit 21 in the fifth embodiment, the updated static routing table 23 and dynamic routing table 24 are read (step S161), and a forwarding table based on them is generated (step S162). Next, the contents of the forwarding table 26 held by the data signal processing unit 13 are read (step S163), and a difference table from the newly generated forwarding table is extracted (step S164). In step S164, if the information of the previous forwarding table is lost, the extracted difference table includes the information of the entire forwarding table.

次に、差分テーブルが抽出されたか否かを調べる(ステップS165)。そして、差分テーブルが抽出された場合は(ステップS165のYes)、差分テーブルをデータ信号処理部13に送り(ステップS166)、処理を終了する。差分テーブルが抽出されない場合は(ステップS165のNo)、そのまま何も送らずに処理を終了する。   Next, it is checked whether or not a difference table has been extracted (step S165). When the difference table is extracted (Yes in step S165), the difference table is sent to the data signal processing unit 13 (step S166), and the process ends. If the difference table is not extracted (No in step S165), the process ends without sending anything.

この処理の後、データ信号処理部13は、フォワーディングテーブル計算部21から送られた差分テーブルの内容に従って、内部のフォワーディングテーブル26を書き換える。   After this processing, the data signal processing unit 13 rewrites the internal forwarding table 26 in accordance with the contents of the difference table sent from the forwarding table calculation unit 21.

第5の実施形態によれば、現用系として動作している制御信号処理部11のフォワーディングテーブル計算部21がデータ信号処理部13に送付するフォワーディングテーブルの情報量が抑えられるため、パケット転送装置内部のトラフィックを抑えることができる。   According to the fifth embodiment, since the amount of information in the forwarding table sent to the data signal processing unit 13 by the forwarding table calculation unit 21 of the control signal processing unit 11 operating as the active system is suppressed, Can reduce traffic.

ここまで、本発明の実施形態について説明してきたが、これによれば、現用系として動作している制御信号処理部から予備系として待機している制御信号処理部に送られる情報は全くない、もしくは、高々スタティックルーティングテーブルのみである。よって、ネットワーク内の状態変化に伴い更新されるダイナミックルーティングテーブルも送る場合に比べてルータ装置内部のトラフィックを軽減することができる。   So far, the embodiment of the present invention has been described, but according to this, there is no information sent from the control signal processing unit operating as the active system to the control signal processing unit waiting as the standby system, Or at most only the static routing table. Therefore, it is possible to reduce the traffic inside the router device as compared with the case of sending a dynamic routing table that is updated as the state in the network changes.

また、予備系から現用系に切り替えられた制御信号処理部は、予備系として待機している間に受け取ったスタティックルーティングテーブルを保持しているため、保守者が再度スタティックルーティングテーブルを設定する必要がない。従って、予備系として待機している制御信号処理部が情報を全く保持しない場合に比べて、人的コストの発生を生じさせず、障害復旧時間を短縮することができる。   In addition, since the control signal processing unit switched from the standby system to the active system holds the static routing table received while waiting as the standby system, it is necessary for the maintenance person to set the static routing table again. Absent. Therefore, compared with a case where the control signal processing unit waiting as a standby system does not hold any information, it is possible to reduce the failure recovery time without causing human costs.

また、少なくとも制御信号処理部が冗長化されたルータ装置において、現用系として動作する制御信号処理部から予備系として待機する制御信号処理部へ通知する情報量および情報通知の頻度を削減しつつ、障害時系切り替えに伴う人的コスト発生の防止と障害復旧時間の短縮が実現できる。   In addition, at least in the router device in which the control signal processing unit is made redundant, while reducing the amount of information notified from the control signal processing unit operating as the active system to the control signal processing unit waiting as the standby system and the frequency of information notification, It is possible to prevent human costs associated with system switching at the time of failure and shorten failure recovery time.

そして、本発明によるパケット転送装置を用いてパケット転送ネットワークシステムを構成すれば、安定して運用することができる高可用性のパケット転送ネットワークを構成することができる。   If a packet transfer network system is configured using the packet transfer apparatus according to the present invention, a highly available packet transfer network that can be stably operated can be configured.

第1の実施形態に係るパケット転送装置の構成を示す図である。It is a figure which shows the structure of the packet transfer apparatus which concerns on 1st Embodiment. パケット転送装置の詳細な構成を示す図である。It is a figure which shows the detailed structure of a packet transfer apparatus. スタティックルーティングテーブルとダイナミックルーティングテーブルからフォワーディングテーブルを構成する例を説明する図である。It is a figure explaining the example which comprises a forwarding table from a static routing table and a dynamic routing table. パケット転送装置が起動した際の各制御信号処理部の状態監視部の処理手順を示す図である。It is a figure which shows the process sequence of the state monitoring part of each control signal process part when a packet transfer apparatus starts. 図4の処理後に引き続いて実行する状態監視部の監視処理の手順を示す図である。FIG. 5 is a diagram illustrating a procedure of a monitoring process of a state monitoring unit that is executed subsequently after the process of FIG. 4. 現用系として動作している制御信号処理部内のルーティングプロトコルパケット処理部の処理手順を示す図である。It is a figure which shows the process sequence of the routing protocol packet process part in the control signal process part which is operate | moving as an active system. データベース管理部が新規にスタティックルーティングテーブルまたはダイナミックルーティングテーブルを受け取ったときの処理の手順を示す図である。It is a figure which shows the procedure of a process when a database management part receives a static routing table or a dynamic routing table newly. データベース管理部からの更新通知を受け取ったときのフォワーディングテーブル計算部の処理手順を示す図である。It is a figure which shows the process sequence of the forwarding table calculation part when the update notification from a database management part is received. 第2の実施形態におけるデータベース管理部22の処理手順を示す図である。It is a figure which shows the process sequence of the database management part 22 in 2nd Embodiment. 第3の実施形態におけるデータベース管理部の構成を示す図である。It is a figure which shows the structure of the database management part in 3rd Embodiment. 第4の実施形態におけるデータ信号処理部の構成を示す図である。It is a figure which shows the structure of the data signal processing part in 4th Embodiment. 第5の実施形態におけるフォワーディングテーブル計算部がデータベース管理部からの更新通知を受け取ったときの処理手順を示す図である。It is a figure which shows the process sequence when the forwarding table calculation part in 5th Embodiment receives the update notification from a database management part.

符号の説明Explanation of symbols

10 パケット転送装置
11,11a,11b 制御信号処理部
12 内部バス
13,13a,13b データ信号処理部
14 ルータ(通常のルータ)
15 端末
20,20a,20b ルーティングプロトコルパケット処理部
21,21a,21b フォワーディングテーブル計算部
22,22a,22b データベース管理部
23,23a,23b スタティックルーティングテーブル
24,24a ダイナミックルーティングテーブル
25,25a,25b 状態監視部
26,26a,26b フォワーディングテーブル
27,27a,27b パケット送受信部
10 packet transfer device 11, 11a, 11b control signal processor 12 internal bus 13, 13a, 13b data signal processor 14 router (ordinary router)
15 terminal 20, 20a, 20b routing protocol packet processing unit 21, 21a, 21b forwarding table calculation unit 22, 22a, 22b database management unit 23, 23a, 23b static routing table 24, 24a dynamic routing table 25, 25a, 25b state monitoring Unit 26, 26a, 26b forwarding table 27, 27a, 27b packet transmitting / receiving unit

Claims (13)

ルーティングプロトコル処理によりパケット転送のダイナミックルートを定めるダイナミックルーティングテーブルを生成し、前記ダイナミックルーティングテーブルおよび予め設定されるパケット転送のスタティックルートを定めるスタティックルーティングテーブルに基づいてフォワーディングテーブルを生成する複数の制御信号処理部と、前記フォワーディングテーブルに従ってパケット転送を行う複数のデータ信号処理部とを備えるパケット転送装置であって、
前記複数の制御信号処理部の中から選択された制御信号処理部が現用系として動作し、
残りの制御信号処理部が予備系として待機し、
現用系の制御信号処理部に障害が生じた場合に予備系として待機している制御信号処理部の中から選択された制御信号処理部が現用系として動作し、
前記現用系の制御信号処理部が、
予め設定された前記スタティックルーティングテーブルと他のルータから収集したルーティングプロトコル情報および当該ルーティングプロトコル情報に基づいて前記現用系の制御信号処理部が生成した前記ダイナミックルーティングテーブルを保持する第1のデータベース管理部と、
前記第1のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第1のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含むルーティングプロトコル処理を実行する第1のルーティングプロトコルパケット処理部と、
前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよびダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行し、当該生成したフォワーディングテーブルを前記データ信号処理部に通知する第1のフォワーディングテーブル計算部と、を備え、
前記予備系として待機している制御信号処理部が、
記予め設定された前記スタティックルーティングテーブルを保持する第2のデータベース管理部と、
前記第2のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第2のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含むルーティングプロトコル処理を実行する第2のルーティングプロトコルパケット処理部と、
前記第2のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記第2のルーティングプロトコルパケット処理部により生成されるダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行し、当該生成したフォワーディングテーブルを前記データ信号処理部に通知する第2のフォワーディングテーブル計算部と、を備え、
前記データ信号処理部が、
現用系の制御信号処理部から送られた前記フォワーディングテーブルを保持する記憶手段と、
記記憶手段に保持されたフォワーディングテーブルに基づいて、パケットのネットワーク間転送を行うパケット送受信部とを備えること
を特徴とするパケット転送装置。
A plurality of control signal processes for generating a dynamic routing table for defining a dynamic route for packet forwarding by routing protocol processing, and generating a forwarding table based on the dynamic routing table and a static routing table for defining a static route for packet forwarding set in advance And a plurality of data signal processing units that perform packet transfer according to the forwarding table,
A control signal processor selected from the plurality of control signal processors operates as an active system,
The remaining control signal processing unit is on standby as a standby system,
When a failure occurs in the active control signal processing unit, the control signal processing unit selected from the control signal processing units waiting as a standby system operates as the active system,
The control signal processing unit of the active system,
It said static routing table set in advance, the first holding and said dynamic routing table control signal processing unit of the active system is generated based on the routing protocol information and the routing protocol information collected from other routers A database management unit ;
The executes on the basis of the first routing protocol information held in the database management unit, a routing protocol process including collection and generation of the dynamic routing table of new routing protocol information held in the first database management unit 1 routing protocol packet processing unit ;
A first forwarding table that executes a generation process of a forwarding table based on the static routing table and the dynamic routing table held in the first database management unit and notifies the data signal processing unit of the generated forwarding table A calculation unit ,
A control signal processing unit waiting as the standby system,
The static routing table set prior Ki予 Me and second database management unit that holds,
Based on the routing protocol information held in the second database management unit, a routing protocol process including collection of new routing protocol information held in the second database management unit and generation of a dynamic routing table is executed. Two routing protocol packet processing units;
Based on the static routing table held in the second database management unit and the dynamic routing table generated by the second routing protocol packet processing unit, the forwarding table generation processing is executed, and the generated forwarding table is A second forwarding table calculation unit for notifying the data signal processing unit ,
The data signal processor is
And SL憶unit that holds the forwarding table sent from the control signal processor of an active system,
Before handed憶based on forwarding table held in the unit, the packet transfer device, characterized in that it comprises a packet reception unit that performs inter-network transfer of packet.
請求項1に記載のパケット転送装置であって、
前記現用系の制御信号処理部が、
前記第1のデータベース管理部に保持されたスタティックルーティングテーブルを前記予備系として待機している制御信号処理部に送る通知手段をさらに備えること
を特徴とするパケット転送装置。
The packet transfer apparatus according to claim 1 ,
The control signal processing unit of the active system,
A packet transfer apparatus, further comprising: a notification unit configured to send a static routing table held in the first database management unit to a control signal processing unit waiting as the standby system.
請求項1または請求項に記載のパケット転送装置であって、
前記予備系として待機している制御信号処理部が、
現用系の制御信号処理部から送られた前記スタティックルーティングテーブルの前記第2のデータベース管理部へ誤書き込みすることを防止するルーティングテーブル書き込み監視部をさらに備えること
を特徴とするパケット転送装置。
The packet transfer apparatus according to claim 1 or 2 , wherein
A control signal processing unit waiting as the standby system,
A packet transfer apparatus, further comprising: a routing table write monitoring unit that prevents erroneous writing to the second database management unit of the static routing table sent from an active control signal processing unit.
請求項1ないし請求項のいずれか1項に記載のパケット転送装置であって、
前記データ信号処理部が、
現用系の制御信号処理部から送られた前記フォワーディングテーブルの前記記憶手段への誤書き込みを防止するフォワーディングテーブル書き込み監視部をさらに備えること
を特徴とするパケット転送装置。
The packet transfer apparatus according to any one of claims 1 to 3 , wherein
The data signal processor is
Packet transfer apparatus further comprising a forwarding table write monitoring portion for preventing erroneous writing Previous handed憶means of the forwarding table sent from the control signal processor of an active system.
請求項1ないし請求項のいずれか1項に記載のパケット転送装置であって、
前記現用系の制御信号処理部が、
前記データ信号処理部の前記第1のデータベース管理部に保持された前記フォワーディングテーブルを取得する取得手段と、
生成した前記フォワーディングテーブルと前記データ信号処理部から取得した前記フォワーディングテーブルとの差分である差分フォワーディングテーブルを抽出する抽出手段と、
前記差分フォワーディングテーブルをデータ信号処理部に送る通知手段とをさらに備え、
前記データ信号処理部が、
現用系の制御信号処理部から送られた前記差分フォワーディングテーブルに基づいて前記記憶手段に保持された前記フォワーディングテーブルを更新する更新手段をさらに備えること
を特徴とするパケット転送装置。
The packet transfer apparatus according to any one of claims 1 to 4 , wherein
The control signal processing unit of the active system,
Obtaining means for obtaining the forwarding table held in the first database management unit of the data signal processing unit;
Extraction means for extracting a difference forwarding table that is a difference between the generated forwarding table and the forwarding table acquired from the data signal processing unit;
Notification means for sending the difference forwarding table to a data signal processing unit,
The data signal processor is
Packet transfer apparatus further comprising updating means for updating the forwarding table held before Kiki憶unit based on the difference forwarding table sent from the control signal processor of an active system.
請求項1ないし請求項のいずれか1項に記載のパケット転送装置であって、
前記現用系の制御信号処理部が、
前記ルーティングプロトコル処理で新たに収集されたルーティングプロトコル情報によって、前記第1のデータベース管理部に保持されたルーティングプロトコル情報を更新した場合に、
前記更新したルーティングプロトコル情報に整合するように前記ダイナミックルーティングテーブルを更新する処理を行い、
前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記更新されたダイナミックルーティングテーブルに基づいて、前記フォワーディングテーブルを再生成する処理を行い、
前記再生成したフォワーディングテーブルをデータ信号処理部に通知すること
を特徴とするパケット転送装置。
The packet transfer apparatus according to any one of claims 1 to 5 , wherein
The control signal processing unit of the active system,
When the routing protocol information stored in the first database management unit is updated with the routing protocol information newly collected in the routing protocol processing,
Performing a process of updating the dynamic routing table to be consistent with the updated routing protocol information;
Based on the static routing table held in the first database management unit and the updated dynamic routing table, the forwarding table is regenerated,
A packet transfer apparatus that notifies the data signal processing unit of the regenerated forwarding table.
請求項1ないし請求項のいずれか1項に記載のパケット転送装置と、
前記パケット転送装置が接続したネットワークとを含むこと
を特徴とするパケット転送ネットワークシステム。
The packet transfer apparatus according to any one of claims 1 to 6 ,
And a network to which the packet transfer apparatus is connected.
ルーティングプロトコル処理によりパケット転送のダイナミックルートを定めるダイナミックルーティングテーブルを生成し、前記ダイナミックルーティングテーブルおよび予め設定されるパケット転送のスタティックルートを定めるスタティックルーティングテーブルに基づいてフォワーディングテーブルを生成する複数の制御信号処理部と、前記フォワーディングテーブルに従ってパケット転送を行う複数のデータ信号処理部とを備えるパケット転送装置が実行するパケット転送方法であって、
前記パケット転送装置が、
前記複数の制御信号処理部の中から選択された制御信号処理部を現用系として動作させる手順と、
残りの制御信号処理部を予備系として待機させる手順と、
現用系の制御信号処理部に障害が生じた場合に予備系として待機している制御信号処理部の中から選択された制御信号処理部を現用系として動作させる手順とを実行し、
前記現用系の制御信号処理部が、
予め設定された前記スタティックルーティングテーブルと他のルータから収集したルーティングプロトコル情報および当該ルーティングプロトコル情報に基づいて前記現用系の制御信号処理部が生成した前記ダイナミックルーティングテーブルを保持する手順と、
第1のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第1のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含む前記ルーティングプロトコル処理を実行する手順と、
前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよびダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行する手順と、
前記フォワーディングテーブルを前記データ信号処理部に通知する手順とを実行し、
前記予備系として待機している制御信号処理部が、
前記予め設定されるスタティックルーティングテーブルを前記第2のデータベース管理部に保持する手順を実行し、
前記第2のデータベース管理部に保持されたルーティングプロトコル情報に基づいて、前記第2のデータベース管理部に保持する新たなルーティングプロトコル情報の収集およびダイナミックルーティングテーブルの生成を含むルーティングプロトコル処理を実行する手順と、
前記第2のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記第2のルーティングプロトコルパケット処理部により生成されるダイナミックルーティングテーブルに基づいて、フォワーディングテーブルの生成処理を実行する手順と、
前記フォワーディングテーブルを前記データ信号処理部に通知する手順とを実行し、
前記データ信号処理部が、
現用系の制御信号処理部から送られた前記フォワーディングテーブルを記憶手段に保持する手順と、
記記憶手段に保持されたフォワーディングテーブルに基づいて、パケットのネットワーク間転送を行う手順とを実行すること
を特徴とするパケット転送方法。
A plurality of control signal processes for generating a dynamic routing table for defining a dynamic route for packet forwarding by routing protocol processing, and generating a forwarding table based on the dynamic routing table and a static routing table for defining a static route for packet forwarding set in advance A packet transfer method executed by a packet transfer apparatus comprising a plurality of data signal processing units that perform packet transfer according to the forwarding table,
The packet forwarding device is
A procedure for operating a control signal processing unit selected from the plurality of control signal processing units as an active system;
A procedure for waiting the remaining control signal processing unit as a standby system;
Executing a procedure for operating the control signal processing unit selected from the control signal processing units waiting as the standby system as the active system when a failure occurs in the control signal processing unit of the active system,
The control signal processing unit of the active system,
A step of holding said static routing table set in advance, and said dynamic routing table control signal processing unit of the active system is generated based on the routing protocol information and the routing protocol information collected from other routers,
Based on the routing protocol information stored in the first database manager, the procedure for executing the routing protocol process including collection and generation of the dynamic routing table of new routing protocol information held in the first database management unit When,
A procedure for executing a forwarding table generation process based on the static routing table and the dynamic routing table held in the first database management unit ;
Perform the procedure for notifying the forwarding table in the data signal processing unit,
A control signal processing unit waiting as the standby system,
Executing a procedure for retaining the preset static routing table in the second database management unit ;
Procedure for executing routing protocol processing including collection of new routing protocol information held in the second database management unit and generation of a dynamic routing table based on the routing protocol information held in the second database management unit When,
A procedure for executing a forwarding table generation process based on a static routing table held in the second database management unit and a dynamic routing table generated by the second routing protocol packet processing unit;
Executing the procedure of notifying the data signal processing unit of the forwarding table;
The data signal processor is
A step of holding the forwarding table sent from the control signal processor of an active system to memorize means,
Based on the forwarding table held before crisis憶means, packet transfer method characterized by performing a procedure for performing inter-network transfer of packet.
請求項に記載のパケット転送方法であって、
前記現用系の制御信号処理部が、
前記第1のデータベース管理部に保持されたスタティックルーティングテーブルを前記予備系として待機している制御信号処理部に通知する手順をさらに実行すること
を特徴とするパケット転送方法。
The packet transfer method according to claim 8 , comprising:
The control signal processing unit of the active system,
A packet forwarding method further comprising a step of notifying a control signal processing unit waiting as the standby system of a static routing table held in the first database management unit .
請求項8または請求項に記載のパケット転送方法であって、
前記予備系として待機している制御信号処理部が、
現用系の制御信号処理部から送られた前記スタティックルーティングテーブルを前記第2のデータベース管理部へ誤書き込みすることを防止する手順をさらに実行すること
を特徴とするパケット転送方法。
The packet transfer method according to claim 8 or 9 , wherein
A control signal processing unit waiting as the standby system,
A packet transfer method, further comprising a step of preventing erroneous writing of the static routing table sent from an active control signal processing unit to the second database management unit .
請求項ないし請求項10のいずれか1項に記載のパケット転送方法であって、
前記データ信号処理部が、
現用系の制御信号処理部から送られた前記フォワーディングテーブルの前記記憶手段への誤書き込みを防止する手順をさらに実行すること
を特徴とするパケット転送方法。
The packet transfer method according to any one of claims 8 to 10 , comprising:
The data signal processor is
Packet transfer method characterized by further steps to prevent erroneous writing Previous handed憶means of the forwarding table sent from the control signal processor of an active system.
請求項ないし請求項11のいずれか1項に記載のパケット転送方法であって、
前記現用系の制御信号処理部が、
前記データ信号処理部の前記第1のデータベース管理部に保持された前記フォワーディングテーブルを取得する手順と、
生成した前記フォワーディングテーブルと前記データ信号処理部から取得した前記フォワーディングテーブルとの差分である差分フォワーディングテーブルを抽出する手順と、
前記差分フォワーディングテーブルをデータ信号処理部に通知する手順とをさらに実行し、
前記データ信号処理部が、
現用系の制御信号処理部から送られた前記差分フォワーディングテーブルに基づいて前記記憶手段に保持された前記フォワーディングテーブルを更新する手順をさらに実行すること
を特徴とするパケット転送方法。
The packet transfer method according to any one of claims 8 to 11 , wherein
The control signal processing unit of the active system,
A procedure for obtaining the forwarding table held in the first database management unit of the data signal processing unit;
A procedure for extracting a difference forwarding table that is a difference between the generated forwarding table and the forwarding table acquired from the data signal processing unit;
A step of notifying the data signal processing unit of the difference forwarding table;
The data signal processor is
Packet transfer method, characterized by further steps of updating the forwarding table held before Kiki憶unit based on the difference forwarding table sent from the control signal processor of an active system.
請求項ないし請求項12のいずれか1項に記載のパケット転送方法であって、
前記現用系の制御信号処理部が、
前記ルーティングプロトコル処理で新たに収集されたルーティングプロトコル情報によって、前記第1のデータベース管理部に保持されたルーティングプロトコル情報を更新した場合に、
前記更新したルーティングプロトコル情報に整合するように前記ダイナミックルーティングテーブルを更新する処理を行う手順と、
前記第1のデータベース管理部に保持されたスタティックルーティングテーブルおよび前記更新されたダイナミックルーティングテーブルに基づいて、前記フォワーディングテーブルを再生成する処理を行う手順と、
前記再生成したフォワーディングテーブルをデータ信号処理部に通知する手順とをさらに実行すること
を特徴とするパケット転送方法。
The packet transfer method according to any one of claims 8 to 12 ,
The control signal processing unit of the active system,
When the routing protocol information stored in the first database management unit is updated with the routing protocol information newly collected in the routing protocol processing,
A procedure for performing a process of updating the dynamic routing table so as to be consistent with the updated routing protocol information;
A procedure for regenerating the forwarding table based on the static routing table and the updated dynamic routing table held in the first database management unit ;
And a step of notifying the data signal processing unit of the regenerated forwarding table.
JP2005060549A 2005-03-04 2005-03-04 Packet transfer apparatus, packet transfer network system, and packet transfer method Expired - Fee Related JP4344333B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005060549A JP4344333B2 (en) 2005-03-04 2005-03-04 Packet transfer apparatus, packet transfer network system, and packet transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005060549A JP4344333B2 (en) 2005-03-04 2005-03-04 Packet transfer apparatus, packet transfer network system, and packet transfer method

Publications (2)

Publication Number Publication Date
JP2006246152A JP2006246152A (en) 2006-09-14
JP4344333B2 true JP4344333B2 (en) 2009-10-14

Family

ID=37052074

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005060549A Expired - Fee Related JP4344333B2 (en) 2005-03-04 2005-03-04 Packet transfer apparatus, packet transfer network system, and packet transfer method

Country Status (1)

Country Link
JP (1) JP4344333B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4728209B2 (en) * 2006-12-05 2011-07-20 アラクサラネットワークス株式会社 Multicast network redundancy system
JP4964164B2 (en) * 2008-02-15 2012-06-27 三菱電機株式会社 Redundant configuration control method for communication device
JP2010160537A (en) * 2009-01-06 2010-07-22 Hitachi Ltd Communication equipment and system switching method
JP5416596B2 (en) * 2010-01-07 2014-02-12 アラクサラネットワークス株式会社 Network relay device, network system, and control method thereof
JP5325142B2 (en) * 2010-03-03 2013-10-23 アラクサラネットワークス株式会社 Multicast relay system, multicast relay device, and method for restoring relay control information of multicast relay device

Also Published As

Publication number Publication date
JP2006246152A (en) 2006-09-14

Similar Documents

Publication Publication Date Title
JP3956685B2 (en) Network connection method, virtual network connection device, and network connection system using the device
AU2004306913B2 (en) Redundant routing capabilities for a network node cluster
JP5941404B2 (en) Communication system, path switching method, and communication apparatus
JP2005503055A (en) Method and system for implementing OSPF redundancy
EP3599521B1 (en) System and method of communicating data over high availability industrial control systems
JP2005303501A (en) Packet transfer apparatus
CN112583708B (en) Connection relation control method and device and electronic equipment
JP2009303092A (en) Network equipment and line switching method
JP4344333B2 (en) Packet transfer apparatus, packet transfer network system, and packet transfer method
CN107342911B (en) Processing device, substitute processing device, relay device, processing system, and processing method
CN101729426A (en) Method and system for quickly switching between master device and standby device of virtual router redundancy protocol (VRRP)
JP5775473B2 (en) Edge device redundancy system, switching control device, and edge device redundancy method
JP2008211704A (en) Path switching method, path switching system, path setting node, branch node and relay node
JP4806382B2 (en) Redundant system
JP2021061478A (en) Relay device, relay system, and relay program
JP2019205153A (en) Multi-node apparatus and spare communication method thereof
JP4133738B2 (en) High-speed network address takeover method, network device, and program
JP4378205B2 (en) Blade type network relay device
JP5506714B2 (en) Network connection device
JP5585437B2 (en) Network management device, network management system, and network management method
WO2022083503A1 (en) Data processing method and device
JP2005218133A (en) Internetwork connection method, virtual internetwork connection unit, and internetwork connection system using same unit
US11206224B2 (en) Switch device and recording medium recording failure detection program
JP2015138987A (en) Communication system and service restoration method in communication system
JP2015035678A (en) Network system, monitoring method for route, and relay device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070213

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090106

RD13 Notification of appointment of power of sub attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7433

Effective date: 20090130

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090206

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090305

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090710

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120717

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4344333

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130717

Year of fee payment: 4

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees