JPH09186718A - Path controller controlling network path and its method - Google Patents

Path controller controlling network path and its method

Info

Publication number
JPH09186718A
JPH09186718A JP34198495A JP34198495A JPH09186718A JP H09186718 A JPH09186718 A JP H09186718A JP 34198495 A JP34198495 A JP 34198495A JP 34198495 A JP34198495 A JP 34198495A JP H09186718 A JPH09186718 A JP H09186718A
Authority
JP
Japan
Prior art keywords
route
router
information
network
abnormality
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP34198495A
Other languages
Japanese (ja)
Other versions
JP3577151B2 (en
Inventor
Naoto Tanba
直人 丹波
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP34198495A priority Critical patent/JP3577151B2/en
Publication of JPH09186718A publication Critical patent/JPH09186718A/en
Application granted granted Critical
Publication of JP3577151B2 publication Critical patent/JP3577151B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To allow the method to make countermeasure and restoration to a network fault by controlling automatically a path such as communication lines configured as a network. SOLUTION: Each router in a computer network has a path table in which adjacent destination routers are registered for each communication. In the case of communication by a work station 11 via routers 4, 1 with a main frame 13, when the router 4 is defective, the router 4 reports a fault to adjacent routers 1, 2, 3. Each router receiving the notice excludes the router 4 to update the path table and other adjacent router is registered as a substitute router. Thus, a substitute path via routers 2, 5, 3, 1 is automatically set.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワーク状に
構成された通信路や交通路等の経路を動的に制御する経
路制御装置およびその方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a route control device and method for dynamically controlling a route such as a communication route or a traffic route configured in a network.

【0002】[0002]

【従来の技術】近年、コンピュータ資源の分散化に伴っ
て、複数の通信ネットワークを結合したグローバルなコ
ンピュータ・ネットワークが構築されている。このよう
な大規模なネットワークにおいては、円滑な通信環境を
提供することがますます重要になっており、従来より経
路情報を用いた通信制御が行われている。
2. Description of the Related Art In recent years, with the decentralization of computer resources, a global computer network in which a plurality of communication networks are connected has been constructed. In such a large-scale network, it is becoming more and more important to provide a smooth communication environment, and conventionally, communication control using route information has been performed.

【0003】経路情報とは、ネットワークに送出された
データのパケットを、どのネットワークに転送するの
か、転送するとしたらどこを中継するのかを判断するた
めの基本となる重要な情報である。経路情報は、ネット
ワークを中継する機器(ゲートウェイ)の中で、経路表
(ルーティング・テーブル)という形で保持されてい
る。
The route information is important basic information for determining to which network a packet of data sent to a network is to be transferred and, if so, where to relay it. The route information is held in the form of a route table (routing table) in a device (gateway) that relays the network.

【0004】経路表は、終点アドレスと、そこへデータ
のパケットを届けるために中継すべき隣接ゲートウェイ
のアドレスの対になった表である。各ゲートウェイは、
データのパケットが届くたびに、経路表から次のゲート
ウェイのアドレスを求め、そのゲートウェイにパケット
を転送する。こうして、目的の場所へパケットが届けら
れる仕組みになっている。
The routing table is a paired table of an end point address and an address of an adjacent gateway to be relayed to deliver a data packet to the end point address. Each gateway is
Each time a packet of data arrives, the address of the next gateway is obtained from the routing table and the packet is transferred to that gateway. In this way, the packet is delivered to the destination.

【0005】経路情報は各ゲートウェイで保持される
が、その内容はネットワーク全体で一貫性をもって管理
されなければならない。現在の大規模なネットワーク環
境では、障害や工事、保守点検などは日常的に発生して
いる。さらに、ネットワークに新たな機器や端末が接続
されるなど、ネットワークの接続状態は常に変化してい
る。この変化に伴って経路情報を更新しなければならな
いが、経路情報を人手で設定したり、どこかで全体を集
中管理することは現実的に不可能である。
The route information is held by each gateway, and the contents thereof must be managed consistently throughout the network. In today's large-scale network environment, failures, construction, maintenance and inspections occur daily. Furthermore, the connection state of the network is constantly changing, such as new devices and terminals being connected to the network. The route information has to be updated according to this change, but it is practically impossible to manually set the route information or to centrally manage the entire route somewhere.

【0006】そこで、経路情報を保守・配付するための
プロトコルが決められており、ポピュラーなものとして
は、RFC(Requests For Comments )1058に定め
られたRIP(Routing Information Protocol)が存在
する。RIPはインターネットのIPプロトコルの経路
制御に用いられているほか、Novell社のネットワークO
SであるNet WareのIPX/SPXプロトコルや、Appl
e 社のMacintosh で採用されているApple Talkプロトコ
ルの経路制御にも、ほぼ同様の形式が用いられている。
Therefore, a protocol for maintaining and distributing the route information has been decided, and a popular one is RIP (Routing Information Protocol) defined in RFC (Requests For Comments) 1058. RIP is used for the routing control of the IP protocol of the Internet, and Novell's network O
NetWare's IPX / SPX protocol that is S, Appl
Almost the same format is used for the routing control of the Apple Talk protocol adopted by e's Macintosh.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上述し
た従来の経路情報制御には次のような問題がある。経路
情報を保持・配付しているネットワーク機器に障害が発
生した場合、その保持・配付作業にも障害が発生する。
最悪の場合、経路情報の配布が停止し、ネットワーク全
体の通信が停止状態になることもある。現状では、機器
に自立的に復旧する能力が無いため、管理者が手作業で
故障した機器を復旧するまで、ネットワークが混乱状態
や停止状態のままになってしまう。
However, the above-mentioned conventional route information control has the following problems. When a failure occurs in a network device that holds and distributes route information, a failure also occurs in the work of holding and distributing it.
In the worst case, the distribution of the route information may be stopped and the communication of the entire network may be stopped. At present, devices do not have the ability to recover autonomously, so the network will remain in a confused or suspended state until the administrator manually recovers the failed device.

【0008】現状では、経路情報を1箇所で集中的に管
理することはできず、また、それを人手で設定すること
もできない。このため、ネットワーク上の故障した機器
を迂回して代替経路をすぐに確保したり、ネットワーク
上のパケットの流れを制限するといったことを自動的に
行う有効な方法はない。
At present, it is not possible to centrally manage route information at one location, and it is not possible to manually set it. For this reason, there is no effective method for automatically securing an alternative route by bypassing a failed device on the network or limiting the flow of packets on the network.

【0009】したがって、ネットワークが一時的に高負
荷になった場合や、障害などでネットワークそのものが
ダウンした場合、現状では管理者が管理ツールや機器を
用いて、手作業でネットワークの状況を調べて対処して
いることが多い。このとき、ネットワークは異常な状態
にあるので、平常時であれば有効に動作する管理ツール
や管理機器であっても、ネットワーク上の異常通信の負
荷などによってその動作が妨げられ、結果的に対処が遅
れる可能性が高い。
Therefore, when the network is temporarily overloaded, or when the network itself goes down due to a failure or the like, the administrator currently uses a management tool or device to manually check the network status. Often dealt with. At this time, the network is in an abnormal state, so even with a management tool or device that operates effectively during normal times, its operation is blocked by the load of abnormal communication on the network, and as a result Is likely to be delayed.

【0010】本発明は、ネットワーク状に構成された通
信路等の経路を自動的に制御して、ネットワーク障害に
対する対処・復旧等を行う経路制御装置およびその方法
を提供することを目的とする。
It is an object of the present invention to provide a route control device and method for automatically controlling a route such as a communication route configured in a network form to deal with and restore a network failure.

【0011】[0011]

【課題を解決するための手段】図1は、本発明の経路制
御装置の原理図である。図1において、情報処理装置1
および4は、複数の経路を含む通信ネットワーク上に設
けられ、経路制御装置として動作する。
FIG. 1 is a principle diagram of a route control device of the present invention. In FIG. 1, the information processing device 1
And 4 are provided on a communication network including a plurality of routes and operate as a route control device.

【0012】情報処理装置1は、検出手段2と指示手段
3を備える。検出手段2は、上記ネットワーク上の第1
の経路に関する異常を検出する。指示手段3は、第1の
経路に異常が発生した時、上記ネットワーク上の他の情
報処理装置4に、第1の経路に関する局所的な経路情報
を更新するよう指示し、早めに代替となる第2の経路を
探索させる。
The information processing apparatus 1 comprises a detection means 2 and an instruction means 3. The detection means 2 is the first on the network.
To detect anomalies related to the route. When an abnormality occurs in the first route, the instructing unit 3 instructs the other information processing device 4 on the network to update the local route information regarding the first route, and becomes an alternative as soon as possible. The second route is searched.

【0013】第1の経路に関する異常とは、通信負荷の
増大(輻湊)、通信障害、経路上の機器の故障、不正な
通信など、通常の通信が妨げられる状態を指す。情報処
理装置1の近くを経由する通信をモニタしている検出手
段2がこのような異常を検出すると、それを指示手段3
に伝える。
The abnormality relating to the first path means a state in which normal communication is disturbed, such as an increase in communication load (congestion), communication failure, equipment failure on the path, and illegal communication. When the detecting means 2 which monitors the communication passing near the information processing device 1 detects such an abnormality, the detecting means 2 notifies it.
Tell

【0014】指示手段3は、第1の経路が完全に使えな
くなる前にその代替となる第2の経路を探すよう、ネッ
トワークを介して情報処理装置4に指示する。この指示
を受けて、情報処理装置4は第1の経路に関する経路情
報を更新し、代替経路があるかどうかを調べる。
The instructing means 3 instructs the information processing device 4 via the network to search for a second route which is an alternative to the first route before the first route becomes completely unusable. In response to this instruction, the information processing device 4 updates the route information regarding the first route and checks whether there is an alternative route.

【0015】経路情報としては、例えばRIPに基づく
経路表が用いられる。経路表には、通信経路上のすべて
の機器の接続情報が記載されているわけではなく、例え
ば情報処理装置4から離れたある目標装置にデータを送
る場合に、差し当たってどの隣接機器(ルータ等)に送
ればよいかといった情報が格納される。したがって、経
路情報は、情報処理装置4の近傍の局所的な送信先を記
述している。
As the route information, for example, a route table based on RIP is used. The routing table does not contain the connection information of all the devices on the communication route. For example, when data is sent to a certain target device distant from the information processing device 4, which adjacent device (router) Etc.) is stored. Therefore, the route information describes a local transmission destination near the information processing device 4.

【0016】経路表を用いた場合、その情報をRIPに
基づいてネットワーク上の隣接機器間で交換することに
より、更新することができる。本発明では、情報処理装
置4が指示手段3からの指示に従って、経路情報を更新
する。
When the route table is used, the information can be updated by exchanging the information between the adjacent devices on the network based on the RIP. In the present invention, the information processing device 4 updates the route information according to the instruction from the instruction means 3.

【0017】このとき、第1の経路に含まれる隣接機器
を送信先からはずしておけば、別の隣接機器が自動的に
新たな送信先として登録される可能性がある。このよう
な代替送信先が見つかれば、それを含む経路が代替経路
となる。
At this time, if the adjacent device included in the first route is removed from the destination, another adjacent device may be automatically registered as a new destination. If such an alternative destination is found, the route including it is the alternative route.

【0018】情報処理装置4は、受信手段5、探索手段
6、および記憶手段7を備える。受信手段5は、上記ネ
ットワーク上の第1の経路に関する異常通知を受信す
る。探索手段6は、その異常通知に基づいて、記憶手段
7内に記憶された第1の経路に関する局所的な経路情報
を更新し、早めに代替となる第2の経路を探索する。
The information processing device 4 comprises a receiving means 5, a searching means 6 and a storing means 7. The receiving means 5 receives the abnormality notification regarding the first route on the network. The search unit 6 updates the local route information regarding the first route stored in the storage unit 7 based on the abnormality notification, and searches for an alternative second route earlier.

【0019】受信手段5は、例えば情報処理装置1から
第1の経路上に異常が発生したことを通知されると、そ
れを探索手段6に伝える。これを受けて、探索手段6
は、例えば上述の経路表に記述された経路情報をRIP
に基づいて更新し、代替送信先を探す。そして、代替送
信先が見つかれば、それを第2の経路に関する経路情報
として登録する。
When the information processing device 1 notifies the receiving means 5 that an abnormality has occurred on the first route, the receiving means 5 notifies the search means 6 of the abnormality. In response to this, the search means 6
RIPs the route information described in the above route table, for example.
Find an alternate destination based on your updates. Then, if an alternative transmission destination is found, it is registered as the route information regarding the second route.

【0020】また、情報処理装置4は、交通機関のネッ
トワークなど、通信ネットワーク以外の任意のネットワ
ークの経路情報を管理することもできる。この場合、情
報処理装置4をネットワークから切り離して設けること
ができ、受信手段5は必ずしも必要ではない。記憶手段
7は、そのネットワークの局所的な経路情報を記憶す
る。探索手段6は、ネットワーク上の第1の経路に異常
が発生した時、該異常が発生した場所の近傍の経路情報
を変更して、早めに代替となる第2の経路を探索する。
The information processing device 4 can also manage the route information of any network other than the communication network, such as a transportation network. In this case, the information processing device 4 can be provided separately from the network, and the receiving means 5 is not always necessary. The storage means 7 stores local route information of the network. When an abnormality occurs in the first route on the network, the search means 6 changes the route information in the vicinity of the place where the abnormality has occurred, and searches for a second alternative route earlier.

【0021】この場合の経路情報としても、通信ネット
ワークにおける経路表と同様に局所的な情報を用いる。
例えば、ネットワーク上の各ノード毎に、目的地までの
経路の情報として、隣接する次の移動先ノードを記憶し
ておく。そして、第1の経路に異常が発生した時、探索
手段6が、その場所の近傍のいくつかのノードに対応す
る経路情報を更新して、代わりとなる移動先ノードを探
す。そのような移動先ノードが見つかれば、第2の経路
に関する経路情報として登録される。
As the route information in this case, local information is used as in the route table in the communication network.
For example, for each node on the network, the next adjacent destination node is stored as information on the route to the destination. Then, when an abnormality occurs in the first route, the search means 6 updates the route information corresponding to some nodes in the vicinity of the place, and searches for an alternative destination node. If such a destination node is found, it is registered as the route information regarding the second route.

【0022】このような経路制御装置を用いれば、ネッ
トワークが一時的に高負荷になった場合や、ネットワー
クそのものがダウンした場合などに、ネットワーク自身
が自動的に迂回経路を設定することができる。管理者は
ネットワークの状況を調べて代替経路を設定する必要が
なく、また、各経路の代替経路をあらかじめ登録してお
く必要もない。
By using such a route control device, the network itself can automatically set the detour route when the network is temporarily overloaded or when the network itself goes down. The administrator does not need to check the network status and set an alternative route, and also does not need to register the alternative route of each route in advance.

【0023】例えば、図1の情報処理装置1は、実施形
態の図2におけるルータ4に対応し、情報処理装置4
は、ルータ1、ルータ2、ルータ3に対応する。また、
例えば、検出手段2は図7における通信ポート制御部4
2に対応し、指示手段3と探索手段6は制御エージェン
ト部41に対応し、受信手段5は図11における通信ポ
ート58に対応し、記憶手段7はメモリ57に対応す
る。
For example, the information processing device 1 in FIG. 1 corresponds to the router 4 in FIG.
Corresponds to Router 1, Router 2, and Router 3. Also,
For example, the detection unit 2 is the communication port control unit 4 in FIG.
2, the instructing unit 3 and the searching unit 6 correspond to the control agent unit 41, the receiving unit 5 corresponds to the communication port 58 in FIG. 11, and the storage unit 7 corresponds to the memory 57.

【0024】[0024]

【発明の実施の形態】以下、図面を参照しながら、本発
明の実施の形態を詳細に説明する。図2は、実施形態の
コンピュータ・ネットワークを示している。図2のコン
ピュータ・ネットワークは、ネット1、ネット2、ネッ
ト3、ネット4の4つのネットワークを含む。ネット1
とネット2はルータ3を介して接続されており、ネット
2とネット3はルータ4を介して接続されている。ネッ
ト3とネット4はルータ2を介して接続されており、ネ
ット4とネット1はルータ5を介して接続されている。
これらのルータは、ネットワーク間のゲートウェイの役
割を果たしている。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 2 shows the computer network of the embodiment. The computer network of FIG. 2 includes four networks, net 1, net 2, net 3, and net 4. Net 1
And the net 2 are connected via the router 3, and the net 2 and the net 3 are connected via the router 4. The net 3 and the net 4 are connected via the router 2, and the net 4 and the net 1 are connected via the router 5.
These routers act as gateways between networks.

【0025】また、ネット3にはワークステーション1
1が接続されており、ネット2には管理サーバ12が接
続されている。さらに、ネット2にはルータ1を介して
メインフレーム13が接続されている。このようなネッ
トワークにおいて、ユーザがワークステーション11か
らメインフレーム13を利用しているとする。
In addition, the workstation 1 is connected to the net 3.
1 is connected, and the management server 12 is connected to the net 2. Further, a mainframe 13 is connected to the net 2 via a router 1. It is assumed that a user uses the mainframe 13 from the workstation 11 in such a network.

【0026】現在ポピュラーに用いられているRIP等
では、データパケットが終点に到達するまでに通過する
ゲートウェイの数(中継数)を基準にして経路の選択を
行っている。例えば、ワークステーション11からメイ
ンフレーム13への通信経路としては、 ワークステーション11==ネット3==ルータ4==
ネット2==ルータ1==メインフレーム13 が採用される。
In RIP and the like currently popular, a route is selected on the basis of the number of gateways (the number of relays) through which a data packet passes before reaching an end point. For example, as a communication path from the workstation 11 to the mainframe 13, the workstation 11 == net 3 == router 4 ==
The net 2 == router 1 == mainframe 13 1 is adopted.

【0027】この状態で利用中にルータ4が不調になっ
たとする。このとき、図2では、 ワークステーション11==ネット3==ルータ2==
ネット4==ルータ5==ネット1==ルータ3==ネ
ット2==ルータ1==メインフレーム13 という迂回経路が存在する。この場合、主としてルータ
1、ルータ2、ルータ3、およびルータ4が経路制御装
置の機能を果たし、この迂回経路を自動的に経路表に設
定する。
It is assumed that the router 4 malfunctions during use in this state. At this time, in FIG. 2, the workstation 11 == net 3 == router 2 ==
There is a detour route called net 4 == router 5 == net 1 == router 3 == net 2 == router 1 == mainframe 13 In this case, the router 1, the router 2, the router 3, and the router 4 mainly function as the route control device, and automatically set the bypass route in the route table.

【0028】各ルータは、それぞれの経路表のほかに障
害発生時の通知先ルータを管理する緊急連絡表を保持し
ており、これを参照しながら異常通知を行う。通知を受
けたルータは、通常の経路表更新時以外のタイミング
で、RIPに従って他のルータと経路情報を交換し、自
ルータの経路表を更新する。この結果、異常ルータに代
わる新たなルータが経路表に登録されれば、それを代替
経路として設定する。
In addition to the route table, each router holds an emergency contact table for managing the notification destination router when a failure occurs, and issues an abnormality notification with reference to this. Upon receiving the notification, the router exchanges the route information with another router according to the RIP at a timing other than the normal route table update, and updates the route table of its own router. As a result, if a new router that replaces the abnormal router is registered in the routing table, it is set as an alternative route.

【0029】例えば、不調になったルータ4は、ネット
ワーク上で隣接するルータ1、ルータ2、ルータ3を通
知先として管理しており、これらの各ルータに異常を通
知する。通知を受けた各ルータは、ルータ4を除外して
RIPに基づいた経路表の更新を行い、次に中継数の少
ない経路に属するルータを代替ルータとして登録する。
For example, the malfunctioning router 4 manages the adjacent routers 1, 2 and 3 on the network as notification destinations, and notifies each of these routers of abnormality. Upon receipt of the notification, each router excludes the router 4 and updates the routing table based on the RIP, and registers the router belonging to the route with the next smallest number of relays as the alternative router.

【0030】これにより、ルータ1の経路表にはルータ
4の代わりにルータ3が登録され、ルータ2とルータ3
の経路表にはルータ4の代わりにルータ5が登録され
る。ルータ5の経路表には、元々ルータ2とルータ3を
結ぶ情報が設定されているので、上述のような迂回経路
が自動的に確保されることになる。
As a result, the router 3 is registered in the routing table of the router 1 instead of the router 4, and the routers 2 and 3 are registered.
The router 5 is registered in place of the router 4 in the routing table. Since the route table of the router 5 is originally set with the information connecting the routers 2 and 3, the above-mentioned detour route is automatically secured.

【0031】代替経路が設定されたルータはそのことを
ルータ4に通知し、ルータ4は緊急連絡表内で、それら
のルータに印を付けておく。これにより、代替経路が設
定されたルータが、その設定に失敗したルータと区別さ
れる。また、ルータ4の経路表は更新されずに保存さ
れ、ルータ4の復旧時に再び使用される。
The router to which the alternative route is set notifies the router 4 of that fact, and the router 4 marks those routers in the emergency contact table. This distinguishes the router for which the alternative route has been set from the router for which the setting has failed. Further, the routing table of the router 4 is saved without being updated, and is used again when the router 4 is restored.

【0032】復旧時には、ルータ4は緊急連絡表を参照
し、印の付けられたルータに復旧通知を行う。これを受
けて、ルータ1、ルータ2、ルータ3は、それぞれの経
路表を元の状態に再設定する。こうして、異常発生前の
ルータ4を経由する通信経路が再び使用可能となる。
At the time of restoration, the router 4 refers to the emergency contact table and gives a restoration notice to the marked router. In response to this, the router 1, the router 2, and the router 3 reset their routing tables to the original state. In this way, the communication path that has passed through the router 4 before the abnormality occurs can be used again.

【0033】上述のようなルータ間の経路制御情報の伝
達は任意の通信処理により実現可能であるが、以下の実
施形態では、一例としてリモートプログラミングに基づ
く言語であるテレスクリプト(Telescript)による方法
を用いることにする。
The transmission of the route control information between the routers as described above can be realized by an arbitrary communication process, but in the following embodiments, a method using Telescript, which is a language based on remote programming, is used as an example. I will use it.

【0034】テレスクリプトによるリモートプログラミ
ングにおいては、データを保持するプロセスの一種であ
るエージェント(Agent )が用いられる。この場合に
は、各ユーザの監視要求情報を各エージェントに持たせ
ることが可能であるため、複数のユーザの要求を独立に
処理することができる。さらに、エージェントは自律的
に機能して、処理が終了すれば自動的に消滅するため、
不特定多数のユーザが利用するネットワーク上の処理に
適している。
In remote programming by telescript, an agent which is a kind of process for holding data is used. In this case, since it is possible for each agent to have the monitoring request information of each user, it is possible to process the requests of a plurality of users independently. In addition, the agent functions autonomously and automatically disappears when processing is completed,
It is suitable for processing on the network used by an unspecified number of users.

【0035】テレスクリプトによるリモートプログラミ
ングについては、「リモートプログラミングの実施方
法」(特願平6−179767、特開平7−18217
4)に詳述されているが、ここでその手法について説明
する。
Regarding remote programming by telescript, "Implementation method of remote programming" (Japanese Patent Application No. 6-179767 and Japanese Patent Application Laid-Open No. 7-18217).
Although detailed in 4), the method will be described here.

【0036】このリモートプログラミングは、複数の計
算機システムを結ぶ通信ネットワーク上での処理を記述
する方法の一種で、ネットワークを渡り歩く移動可能な
プロセスであるエージェントと、エージェントが入って
くる固定プロセスであるプレイス(Place )により実現
される。
This remote programming is a kind of method for describing processing on a communication network connecting a plurality of computer systems, and is an agent that is a movable process that walks across the network and a place that is a fixed process in which the agent enters. It is realized by (Place).

【0037】図3は、プレイスの構成を示している。プ
レイスは、他のプロセスと識別可能なテレネーム(tele
name)を持ち、任意有限個の子プロセスを持つことがで
きる。また、プレイスは、自己および他のプロセスより
参照可能な任意有限個のデータと、自己および他のプロ
セスより呼出し可能な任意有限個の手続きとを有する。
FIG. 3 shows the structure of the place. Places are telenames that can be distinguished from other processes.
name) and can have any finite number of child processes. The place has an arbitrary finite number of data that can be referred to by itself and other processes, and an arbitrary finite number of procedures that can be called by itself and other processes.

【0038】さらに、メインルーチンとして手続きlive
を持ち、作成されたプレイスはliveを実行する。プ
レイスは、liveが実行されている間だけ存在し、l
iveが終了すると消滅する。プレイスが消滅すると、
その子プロセスも終了し、消滅する。
Furthermore, the procedure live is used as the main routine.
And the created place executes live. Places exist only while live is running, and l
It disappears when Ive ends. When the place disappears,
The child process also ends and disappears.

【0039】図4は、エージェントの構成を示してい
る。エージェントは、他のプロセスと識別可能なテレネ
ームを持ち、あるプレイスの中の子プロセスとしてのみ
存在する。また、エージェントは、自己および他のプロ
セスより参照可能な任意有限個のデータと、自己および
他のプロセスより呼出し可能な任意有限個の手続きとを
有する。
FIG. 4 shows the configuration of the agent. An agent has a telename that distinguishes it from other processes and exists only as a child process in a place. Further, the agent has an arbitrary finite number of data that can be referenced by itself and other processes, and an arbitrary finite number of procedures that can be called by itself and other processes.

【0040】さらに、メインルーチンとして手続きli
veを持ち、作成されたエージェントはliveを実行
する。エージェントは、liveが実行されている間だ
け存在し、liveが終了すると消滅する。エージェン
トの手続きliveの中でコマンドgoが実行される
と、そのエージェントはネットワークを介して指定され
た行き先へ移動する。
Further, as the main routine, the procedure li
ve, and the created agent executes live. The agent exists only while the live is being executed, and disappears when the live ends. When the command go is executed in the agent's procedure live, the agent moves to the specified destination via the network.

【0041】図5は、コマンドgoによるオペレーショ
ンの例を示している。図5において、プレイス21内の
エージェント22は、goの実行により、行き先のプレ
イス24を指定するデータであるチケット(Ticket)2
3を得て、指定されたプレイス24に移動する。
FIG. 5 shows an example of the operation by the command go. In FIG. 5, the agent 22 in the place 21 is a ticket (Ticket) 2 that is data that specifies the destination place 24 by executing go.
Obtain 3 and move to the designated place 24.

【0042】このとき、エージェント22は、goによ
りliveの実行を一時中断し、保持したデータととも
に凍結(圧縮)され、パック化される。そして、チケッ
ト23に示されたプレイス24に送られ、プレイス24
により受け入れをチェックされる。プレイス24に受け
入れられると、その中に子プロセスとして置かれた後、
解凍(伸張)され、goの次のコマンドからliveの
実行を再開する。
At this time, the agent 22 suspends the execution of live by go, freezes (compresses) together with the held data, and packs it. Then, it is sent to the place 24 indicated by the ticket 23, and the place 24
Checked by acceptance. When it is accepted into place 24, it is placed in it as a child process,
It is decompressed (expanded), and execution of live is resumed from the command next to go.

【0043】また、エージェントは、手続きliveの
中で自己の置かれているプレイス内にある他のエージェ
ントを求めるコマンドmeetを呼出すことができる。
コマンドmeetの実行時には、エージェントは相手の
エージェントを指定するデータであるペティション(Pe
tition)を用いる。
In addition, the agent can call the command meet for another agent in the place where the agent is placed in the procedure live.
When the command meet is executed, the agent is a petition (Pe
tition).

【0044】図6は、コマンドmeetによるオペレー
ションの例を示している。図6において、プレイス31
内のエージェント32は、コマンドmeetによりある
ペティションを指定する。プレイス31は、ペティショ
ンにより指定された条件に該当するエージェントを探
す。そして、プレイス31内に該当するエージェントが
なければ、そのようなエージェントが入ってくるまで待
つ。
FIG. 6 shows an example of operation by the command meet. In FIG. 6, place 31
The agent 32 inside specifies a petition by the command meet. The place 31 searches for agents that meet the conditions specified by the petition. Then, if there is no corresponding agent in the place 31, it waits until such an agent comes in.

【0045】プレイス31内のエージェント33がペテ
ィションの条件に該当すれば、プレイス31は、エージ
ェント32が相互作用を希望していることをエージェン
ト33に伝える。そして、エージェント33がエージェ
ント32の希望を受け入れる旨の戻り値を返すと、プレ
イス31は、エージェント33へのポインタをmeet
の戻り値としてエージェント32に返す。その後、エー
ジェント32は、エージェント33へ直接アクセスし
て、情報交換等を行うことが可能になる。
If the agent 33 in the place 31 satisfies the petition condition, the place 31 informs the agent 33 that the agent 32 desires interaction. Then, when the agent 33 returns a return value indicating that the agent 32 accepts the wishes of the agent 32, the place 31 meets the pointer to the agent 33 by meeting.
Is returned to the agent 32. After that, the agent 32 can directly access the agent 33 to exchange information.

【0046】図7は、上述のようなリモートプログラミ
ングの手法を図2のネットワークの経路制御に適用した
場合の各ルータの概略構成を示している。図7のルータ
は、制御エージェント部41、通信ポート制御部42、
および通信ポート部43を備える。
FIG. 7 shows a schematic configuration of each router when the remote programming method as described above is applied to the route control of the network of FIG. The router of FIG. 7 includes a control agent unit 41, a communication port control unit 42,
And a communication port unit 43.

【0047】通信ポート制御部42は、通信に必要な経
路表を作成・保持し、通信ポート部の制御を行う。通信
ポート部43は、通信ポート制御部42や制御エージェ
ント部41からの指示で、通信ポートを制御し、データ
フローのモニタ等を行う。例えば、通信ポート制御部4
2からは、通信を遮蔽するためのフィルタ設定やポート
のモニタ等の指示が通信ポート部43に送られ、通信ポ
ート部43は設定結果やフィルタ情報などが返される。
The communication port control unit 42 creates / holds a route table required for communication and controls the communication port unit. The communication port unit 43 controls the communication port according to an instruction from the communication port control unit 42 or the control agent unit 41, and monitors the data flow. For example, the communication port control unit 4
From 2, an instruction such as filter setting for shielding communication and port monitoring is sent to the communication port unit 43, and the communication port unit 43 returns the setting result and filter information.

【0048】制御エージェント部41は、管理者に代わ
ってネットワークの通信経路を制御する制御プロセスで
ある制御エージェントを生成し、適当なプレイス内で動
作させる。制御エージェントはネットワーク上の他の機
器に移動して、コマンドmeetによりその機器内の制
御エージェントと情報を交換することができる。制御エ
ージェント部41は、ネットワーク上で経路情報を保持
・配付するゲートウェイ機器や末端のハブのような、各
ネットワーク機器上に実装される。
The control agent section 41 generates a control agent which is a control process for controlling the communication path of the network on behalf of the administrator and operates it in an appropriate place. The control agent can move to another device on the network and exchange information with the control agent in the device by the command meet. The control agent unit 41 is mounted on each network device such as a gateway device that holds and distributes route information on the network or a terminal hub.

【0049】制御エージェントの具体的な動作内容は次
の通りである。 (1)障害時の迂回通信路(代替経路)の作成など、通
信路の経路制御が基本動作である。このような場合、通
信ポート制御部42や通信ポート部43の制御を行う。
具体的には、通信ポート制御部42に初期化や経路情報
の設定等の指示を与え、設定結果や経路情報等を受け取
る。また、通信ポート部43にフィルタ設定やモニタ等
の指示を与え、設定結果やフィルタ情報等を受け取る。 (2)通常時は、通信路をモニタして負荷状況をチェッ
クしたり、定期的に他の通信機器の制御エージェントと
通信を行って、緊急連絡表と呼ばれる緊急時の優先通信
先アドレスを納めた表を保持・更新する。 (3)通信路が一度断たれた場合、管理者による誤接続
や第三者による詐称接続を防ぐため、通信路が再び接続
される時に、他の制御エージェントとの間で互いの機器
の認証を行う。そして、認証確認後に通信路を復旧す
る。
The specific operation contents of the control agent are as follows. (1) Route control of a communication path is a basic operation such as creation of a bypass communication path (alternative path) at the time of failure. In such a case, the communication port control unit 42 and the communication port unit 43 are controlled.
Specifically, the communication port control unit 42 is instructed to initialize and set the route information, and receives the setting result and the route information. Further, the communication port unit 43 is instructed to set filters and monitor, and receives setting results and filter information. (2) During normal times, monitor the communication path to check the load status, and regularly communicate with the control agents of other communication devices to store the priority communication destination address in an emergency called the emergency contact list. Keep and update the table. (3) In order to prevent misconnection by the administrator or spoofed connection by a third party if the communication path is disconnected once, when the communication path is re-established, mutual authentication of the devices with other control agents I do. Then, after confirming the authentication, the communication path is restored.

【0050】制御エージェント部41は、通信ポート制
御部42や通信ポート部43が障害を起こした場合にも
他の機器との連絡を行うことができるように、これらと
はハードウェア的に独立していることが望ましい。
The control agent unit 41 is independent of the hardware so that it can communicate with other devices even if the communication port control unit 42 or the communication port unit 43 fails. Is desirable.

【0051】次に、図8から図10までを参照しなが
ら、制御エージェント部41、通信ポート制御部42、
および通信ポート部43が保持するデータの内容につい
て説明する。これらのデータの使用方法については後述
することにする。
Next, referring to FIGS. 8 to 10, the control agent unit 41, the communication port control unit 42,
The contents of data held by the communication port unit 43 will be described. The method of using these data will be described later.

【0052】図8は、制御エージェント部41内に保持
される緊急連絡表、制御エージェント自己情報、および
認証用復号鍵のデータ構造を示している。緊急連絡表
は、送信対象の数だけリスト形式で作成され、送信対象
ルータのアドレス、送信対象ルータ用暗号鍵、対象フラ
グを含む。
FIG. 8 shows the data structures of the emergency contact table, control agent self-information, and authentication decryption key held in the control agent unit 41. The emergency contact table is created in a list format for the number of transmission targets, and includes the address of the transmission target router, the encryption key for the transmission target router, and the target flag.

【0053】緊急連絡表は、自ルータに障害が発生した
場合、そのルータから中継回数が最小で到達できるルー
タのアドレスを、送信対象ルータのアドレスとして格納
する。実際には、自ルータと同じネットに属している他
のルータまでの中継回数が最小であるはずなので、それ
らが通知すべき送信対象ルータとなる。
The emergency contact table stores the address of the router that can reach the router with the minimum number of relays as the address of the transmission target router when a failure occurs in the router. In reality, since the number of relays to other routers belonging to the same net as the router itself should be the minimum, they are the transmission target routers to be notified.

【0054】つまり、同じネットに属するルータは互い
のアドレスを、緊急連絡用の通知先として持ち合ってい
ることになる。代替経路を設定する候補となるルータ
は、これらの送信対象ルータから選ばれる。これによ
り、障害発生時にも、迅速に代替経路を探索することが
可能になる。
That is, the routers belonging to the same net have mutual addresses as notification destinations for emergency contact. A router that is a candidate for setting an alternative route is selected from these transmission target routers. This makes it possible to quickly search for an alternative route even when a failure occurs.

【0055】対象フラグは、主として復旧時の通知先を
管理するために用いられる。最初に障害情報が送信対象
ルータに送られると、対象フラグには「送信」のような
データが格納される。
The target flag is mainly used for managing the notification destination at the time of restoration. When the failure information is first sent to the transmission target router, data such as "transmission" is stored in the target flag.

【0056】制御エージェント自己情報は、自ルータの
アドレス、自ルータの最新の経路表の情報、自ルータ宛
送信に相手が必要とする暗号鍵、制御エージェント状態
フラグを含む。制御エージェントは、この自己情報を持
ってネットワーク上を移動することができる。状態フラ
グには、「通知」、「完了」、「不正」のように、制御
エージェントの処理の状態を表すデータが格納される。
The control agent self information includes the address of the self router, the latest routing table information of the self router, the encryption key required by the other party for transmission to the self router, and the control agent status flag. The control agent can move on the network with this self-information. The status flag stores data indicating the processing status of the control agent, such as “notification”, “completion”, and “illegal”.

【0057】また、認証用復号鍵としては、自ルータで
の認証時に必要な復号鍵が格納される。図9は、通信ポ
ート制御部42内に保持される経路表のデータ構造を示
している。経路表は、送信先を表す送信アドレス(送信
先アドレス)、送信アドレスへの経路となるルータのア
ドレス(送信先ルータアドレス)、送信アドレスへの中
継回数、代替フラグ、代替依頼を行ったルータのアドレ
ス(代替依頼ルータアドレス)を含む。代替フラグに
は、「通常」、「代替」、「元」のように、送信先ルー
タの役割を表すデータが格納される。
Further, as the authentication decryption key, a decryption key required for authentication at the own router is stored. FIG. 9 shows the data structure of the routing table held in the communication port control unit 42. The routing table consists of the sending address (destination address) that represents the destination, the address of the router that is the route to the sending address (destination router address), the number of relays to the sending address, the substitution flag, and the router that made the substitution request Contains the address (alternate request router address). The substitute flag stores data representing the role of the destination router, such as “normal”, “substitute”, and “original”.

【0058】図10は、通信ポート部43内に保持され
るデータの構造を示している。通信ポート部43は、通
信ポート番号、現在設定されている遮蔽フィルタの種類
などの制御情報、識別フラグを保持する。
FIG. 10 shows the structure of data held in the communication port unit 43. The communication port unit 43 holds a communication port number, control information such as the type of shielding filter currently set, and an identification flag.

【0059】図11は、図7のルータのシステム構成例
を示している。図11のルータは、処理装置51、5
5、通信ポート58、およびそれらを結合するバス54
を備え、通信ポート58により通信ネットワーク59に
接続している。ここで、通信ネットワーク59は、例え
ば図2のネット1、ネット2、ネット3、ネット4等に
相当する。
FIG. 11 shows a system configuration example of the router of FIG. The router shown in FIG.
5, communication port 58, and bus 54 connecting them
And is connected to the communication network 59 through the communication port 58. Here, the communication network 59 corresponds to, for example, the net 1, the net 2, the net 3, and the net 4 in FIG.

【0060】処理装置51は、CPU(中央処理装置)
52およびメモリ53を備え、メモリ53を利用してプ
ログラムを実行することにより制御エージェントを生成
して、制御エージェント部41の機能を実現する。
The processing unit 51 is a CPU (central processing unit).
52 and a memory 53, a control agent is generated by executing a program using the memory 53, and the function of the control agent unit 41 is realized.

【0061】また、処理装置55は、CPU56および
メモリ57を備え、メモリ57を利用してプログラムを
実行することにより、通信ポート制御部42および通信
ポート部43の機能を実現する。
Further, the processing device 55 is provided with a CPU 56 and a memory 57, and realizes the functions of the communication port control unit 42 and the communication port unit 43 by executing the program using the memory 57.

【0062】このように、制御エージェント部41を通
信ポート制御部42および通信ポート部43からハード
的に独立させることにより、ルータ本体が故障してしま
っても、制御エージェントを正しく動作させることが可
能になる。
As described above, by making the control agent unit 41 hardware independent from the communication port control unit 42 and the communication port unit 43, it is possible to operate the control agent correctly even if the router main body fails. become.

【0063】次に、図12から図19までを参照しなが
ら、ルータ4が不調になったときの経路制御処理および
復旧処理について詳細に説明する。図12はルータ4に
異常が発生する前の各ルータ内の経路表を示しており、
図13は異常発生後の各ルータ内の経路表を示してい
る。また、図14から図19までは、各ルータの制御エ
ージェントの処理フローを示している。
Next, the route control processing and the restoration processing when the router 4 malfunctions will be described in detail with reference to FIGS. 12 to 19. FIG. 12 shows a route table in each router before an abnormality occurs in the router 4,
FIG. 13 shows a routing table in each router after the occurrence of an abnormality. 14 to 19 show the processing flow of the control agent of each router.

【0064】図14は、異常になったルータ4の通信ポ
ート制御部42と制御エージェントの処理のフローチャ
ートである。図14において処理が開始されると、通信
ポート制御部42は、ルータが不調となったことで、自
ルータ上にある制御エージェント部41に「異常」とい
う通知を伝えて(ステップS1)、処理を終了する。
FIG. 14 is a flowchart of the processing of the communication port control unit 42 and the control agent of the router 4 which has become abnormal. When the process is started in FIG. 14, the communication port control unit 42 informs the control agent unit 41 on its own router of "abnormal" due to the malfunction of the router (step S1), and performs the process. To finish.

【0065】制御エージェント部41の制御エージェン
トは、通信ポート制御部42からの信号を定期的に見張
っていて、この異常通知を捉える(ステップS2)。次
に、管理用通信プロトコル、および制御エージェント自
身が通信に用いる通信ポート以外をフィルタ(遮蔽)す
るように、通信ポート部43に指示する(ステップS
3)。
The control agent of the control agent unit 41 regularly watches the signal from the communication port control unit 42 and catches this abnormality notification (step S2). Next, the communication port unit 43 is instructed to filter (block) the communication communication protocol and the communication port used by the control agent itself for communication (step S).
3).

【0066】これにより、このルータ4は通常の通信ル
ートから隔離される。このとき、通信ポート部43は、
フィルタしたポートの識別フラグ(図10参照)に、
『ルータ4』と設定する。
As a result, the router 4 is isolated from the normal communication route. At this time, the communication port unit 43
In the identification flag of the filtered port (see FIG. 10),
Set as "Router 4".

【0067】次に、制御エージェントは、自ルータ異常
時の代替経路の候補になるような他のルータを調べるた
め、制御エージェント部41内に格納されている図8の
ような緊急連絡表を検索する(ステップS4)。そし
て、異常を通知すべき対象ルータが登録されているかど
うかを調べる(ステップS5)。
Next, the control agent searches the emergency contact table as shown in FIG. 8 stored in the control agent section 41 in order to find another router which becomes a candidate for an alternative route when the own router is abnormal. Yes (step S4). Then, it is checked whether or not the target router to be notified of the abnormality is registered (step S5).

【0068】この例では、ルータ4が接続されているネ
ット2に属するルータ1とルータ3、およびネット3に
属するルータ2が送信対象として緊急連絡表に登録され
ている。したがって、通知すべきルータが緊急経路表に
見つかったので、制御エージェントはコマンドsend
を実行し、送信対象ルータの数だけ自己の複製を作成す
る(ステップS6)。このとき、制御エージェント自己
情報も同時にコピーされる。
In this example, the router 1 and the router 3 belonging to the net 2 to which the router 4 is connected, and the router 2 belonging to the net 3 are registered in the emergency contact table as transmission targets. Therefore, since the router to be notified is found in the emergency routing table, the control agent sends the command send.
Is executed, and its own copy is created by the number of transmission target routers (step S6). At this time, the control agent self information is also copied at the same time.

【0069】sendは、エージェントの手続きliv
eの中で実行され、そのエージェントの複製を作って他
のプレイスに送るコマンドである。ここでは、send
の実行により、ステップS6、S7、S8の処理が行わ
れる。
Send is an agent procedure liv.
command executed in e to make a copy of the agent and send it to another place. Here, send
By executing, the processing of steps S6, S7, and S8 is performed.

【0070】制御エージェントは、作成した複数エージ
ェントの自己情報の状態フラグを『通知』に設定する
(ステップS7)。このとき、通知先のルータ別に暗号
鍵を使って、複数エージェントを暗号化しておく。次
に、送信対象ルータ(この例ではルータ1〜3)に複製
エージェントを送り、同時に緊急連絡表の対象フラグを
『送信』に設定する(ステップS8)。
The control agent sets the status flag of the self-information of the created plurality of agents to "notification" (step S7). At this time, multiple agents are encrypted by using the encryption key for each notified router. Next, the replication agent is sent to the transmission target router (routers 1 to 3 in this example), and at the same time, the target flag of the emergency contact table is set to "transmission" (step S8).

【0071】送り元であるルータ4の制御エージェント
は待機手続きを行い(ステップS9)、送った複製エー
ジェントがすべて戻ってくるまで待機状態になる。も
し、複製エージェントが戻ってこない場合は、例外処理
として、管理者に通知する、再送する、エラーで停止す
るなどの何等かの処理を行う。
The control agent of the router 4 which is the transmission source performs a standby procedure (step S9), and is in a standby state until all the transmitted replication agents have returned. If the replication agent does not return, some processing such as notifying the administrator, resending, stopping due to an error, etc. is performed as exception processing.

【0072】図15は、ステップS9で行われる制御エ
ージェントの待機手続きのフローチャートである。図1
5において処理が開始されると、制御エージェントは、
戻ってきた各々の複製エージェントについて、図16の
ような認証手続きを行う(ステップS21)。
FIG. 15 is a flowchart of the waiting procedure of the control agent performed in step S9. FIG.
When the processing is started in 5, the control agent
An authentication procedure as shown in FIG. 16 is performed for each returned duplicate agent (step S21).

【0073】図16において処理が開始されると、制御
エージェントは、他のルータから送り返されてきたエー
ジェントを自分が保有する復号鍵で復号する(ステップ
S31)。次に、そのエージェントの自己情報内の自ル
ータのアドレスを、緊急連絡表に持っている送信対象ル
ータのアドレスと比較して(ステップS32)、処理を
終了する。
When the processing is started in FIG. 16, the control agent decrypts the agent sent back from another router with the decryption key held by itself (step S31). Next, the address of the own router in the self information of the agent is compared with the address of the router to be transmitted which is held in the emergency contact table (step S32), and the process is ended.

【0074】次に、図15のステップS22において、
やって来たエージェントが持つアドレスが正しいかどう
か認証する。戻ってきた複製エージェントが持つアドレ
スは、送信時に送信元のルータのアドレスに書き換えら
れているため、緊急連絡表内の送信対象ルータのいずれ
かのアドレスと一致するはずである。
Next, in step S22 of FIG.
Authenticate whether the address of the incoming agent is correct. Since the address of the returned replication agent is rewritten to the address of the source router at the time of transmission, it should match with the address of one of the destination routers in the emergency contact table.

【0075】送信対象ルータのアドレスに一致すれば、
それを正しいアドレスと判定し、受信エージェント数の
カウンタ値に1を加える(ステップS23)。そして、
カウンタ値が送信した複製エージェントの数に達したか
どうかを判定し(ステップS24)、それに達すれば処
理を終了する。
If the address of the transmission target router matches,
It is determined that the address is correct, and 1 is added to the counter value of the number of receiving agents (step S23). And
It is determined whether or not the counter value has reached the number of transmitted replication agents (step S24), and if reached, the processing ends.

【0076】ステップS22においてアドレスが一致し
ない場合、およびステップS24においてカウンタ値が
送信した複製エージェントの数に達しない場合は、ステ
ップS21以降の処理を繰り返す。
If the addresses do not match in step S22, or if the counter value does not reach the number of transmitted replication agents in step S24, the processing from step S21 is repeated.

【0077】すべての複数エージェントが戻ってきたこ
とが確認されると、次に、それらの状態フラグを調べる
(ステップS10)。そして、状態フラグが『経路外』
で戻ってきた場合は、緊急連絡表の対応する送信対象ル
ータの対象フラグにある『送信』の設定を解除する。こ
れは、その送信対象ルータが代替経路として使用できな
いことを意味している。
When it is confirmed that all the plurality of agents have returned, the status flags of them are checked (step S10). And the status flag is "out of route"
If it returns with, the setting of "transmission" in the target flag of the corresponding transmission target router of the emergency contact table is canceled. This means that the target router cannot be used as an alternative route.

【0078】また、状態フラグが『不正』で戻ってきた
場合は、例外処理として、管理者に通知する、再送す
る、エラーで停止するなどの何等かの処理を行う。代替
経路が設定されたルータからの複数エージェントは、状
態フラグが『完了』となって戻ってくる。
When the status flag returns "invalid", some processing such as notifying the administrator, resending, stopping due to an error, etc. is performed as an exception processing. The multiple agents from the router to which the alternative route is set return with the status flag set to “complete”.

【0079】こうして、送信した複数エージェントが戻
ってくることにより、いくつかのルータ上で代替経路が
設定されたことが分かるので、管理者に作業開始の指示
を与え(ステップS10)、処理を終了する。その後、
管理者は不調となったルータ4の復旧作業を行う。ステ
ップS5において、緊急連絡表に通知先のルータが登録
されていない場合は、直ちにステップS11の処理を行
って、処理を終了する。
In this way, it is possible to know that the alternative routes have been set on some routers by returning the transmitted multiple agents. Therefore, the administrator is instructed to start the work (step S10), and the process is terminated. To do. afterwards,
The administrator restores the malfunctioning router 4. In step S5, when the notification destination router is not registered in the emergency contact table, the process of step S11 is immediately performed, and the process ends.

【0080】図17は、ルータ4から複数エージェント
を受け取った正常なルータの制御エージェントの処理の
フローチャートである。この例では、ルータ1、ルータ
2、ルータ3がこの処理を行う。図17において処理が
開始されると、ルータ1〜3の制御エージェントは、ま
ず送られてきたエージェントの認証手続きを行う(ステ
ップS41)。
FIG. 17 is a flowchart of the process of the control agent of a normal router which has received a plurality of agents from the router 4. In this example, the router 1, the router 2, and the router 3 perform this processing. When the process is started in FIG. 17, the control agents of the routers 1 to 3 first perform the authentication procedure of the sent agent (step S41).

【0081】ここで、送られてきたエージェントを復号
し(図16、ステップS31)、自ルータが緊急連絡表
に持つ送信対象ルータのアドレスと、送られてきたエー
ジェントが持つアドレスを比較する(ステップS3
2)。そして、それが正しい送信元からの複製エージェ
ントかどうか認証する(ステップS42)。
Here, the sent agent is decrypted (FIG. 16, step S31), and the address of the router to be sent which the local router has in the emergency contact table is compared with the address of the sent agent (step S31). S3
2). Then, it authenticates whether or not it is a replication agent from a correct transmission source (step S42).

【0082】ルータ4のアドレスは、ルータ1〜3の緊
急連絡表に登録されているはずなので、そこから送られ
てきた複製エージェントは正しいエージェントとして認
証される。
Since the address of the router 4 is supposed to be registered in the emergency contact tables of the routers 1 to 3, the duplicate agent sent from it is authenticated as a correct agent.

【0083】送られてきたエージェントのアドレスが正
しくなければ、その状態フラグを『不正』に設定して
(ステップS52)、送信元のルータに送り返し(ステ
ップS51)、処理を終了する。あるいは、ステップS
52において例外処理を行ってもよい。
If the sent address of the agent is not correct, the status flag is set to "invalid" (step S52), the agent is sent back to the source router (step S51), and the process is terminated. Alternatively, step S
Exception handling may be performed at 52.

【0084】送られてきたエージェントのアドレスが正
しければ、次に、自分のいるルータの通信ポート制御部
42にある経路表から、その複製エージェントが持って
いるルータ4のアドレスが含まれる経路を探す。そし
て、その代替フラグを『元』に設定する(ステップS4
3)。
If the address of the agent sent is correct, then the route table in the communication port control unit 42 of the router in which it is located is searched for a route containing the address of the router 4 owned by the duplicate agent. . Then, the substitute flag is set to "original" (step S4).
3).

【0085】例えば、図12のルータ2の経路表には、
ネット2へ送信するときの送信先ルータはルータ4であ
ることが記載されているので、その経路の代替フラグ
を、図13に示されるように『元』に設定する。これ
は、ルータ4に異常が発生したため、その経路が使えな
くなったことを意味する。
For example, in the route table of the router 2 shown in FIG.
Since it is described that the destination router when transmitting to the net 2 is the router 4, the substitute flag of that route is set to "original" as shown in FIG. This means that the route cannot be used because an abnormality has occurred in the router 4.

【0086】次に、自ルータの経路表を更新するよう
に、通信ポート制御部42に指示する(ステップS4
4)。これにより、通信ポート制御部42が同じネット
に属する他のルータと経路情報をやり取りし、不調とな
ったルータ4以外の送信先ルータを求めて、経路表を更
新する。ただし、この更新処理において、代替フラグが
『通常』以外の値に設定されている経路の削除等は行わ
ないものとする。
Next, the communication port control unit 42 is instructed to update the routing table of its own router (step S4).
4). As a result, the communication port control unit 42 exchanges route information with other routers belonging to the same net, obtains a destination router other than the malfunctioning router 4, and updates the route table. However, in this updating process, the route in which the alternative flag is set to a value other than "normal" is not deleted.

【0087】次に、ルータ4から来た複製エージェント
から、その自己情報に含まれるルータ4の最新の経路表
を受け取り(ステップS45)、それを検索して(ステ
ップS46)、その経路表にある送信先アドレスが自ル
ータの経路表の送信先アドレスにあるかどうかを調べる
(ステップS47)。
Next, the latest routing table of the router 4 included in the self-information is received from the duplication agent coming from the router 4 (step S45), it is searched (step S46), and it is in the routing table. It is checked whether or not the destination address is the destination address in the routing table of the router itself (step S47).

【0088】ルータ4の送信先アドレスが自ルータの経
路表になければ、自ルータは代替経路にはならないの
で、ルータ4から来た複製エージェントの状態フラグを
『経路外』に設定する(ステップS47)。そして、ル
ータ4向けの暗号鍵で暗号化してルータ4に送り返し
(ステップS51)、処理を終了する。
If the destination address of the router 4 is not in the route table of the own router, the own router does not become the alternative route, so the status flag of the copy agent coming from the router 4 is set to "outside route" (step S47). ). Then, the data is encrypted with the encryption key for the router 4 and sent back to the router 4 (step S51), and the process ends.

【0089】ルータ4の送信先アドレスが自ルータの経
路表にあれば、その経路の代替フラグを『代替』に設定
する。これにより、複製エージェントを受け取ったルー
タを含む特定の経路が、自動的に代替経路に設定され
る。
If the destination address of the router 4 is in the route table of the own router, the substitute flag of that route is set to "substitute". As a result, the specific route including the router that received the duplicate agent is automatically set as the alternate route.

【0090】例えば、ルータ2の経路表には、更新処理
により通信ポート制御部42がルータ5と経路情報のや
り取りをした結果、図13に示すように、ネット2へ送
信するときの送信先ルータをルータ5とする経路情報が
新たに加わっている。そこで、その経路の代替フラグを
『代替』に設定する。
For example, in the route table of the router 2, as a result of the communication port control unit 42 exchanging the route information with the router 5 by the update process, the destination router when transmitting to the net 2 as shown in FIG. Is newly added as the router 5. Therefore, the alternative flag of the route is set to "alternative".

【0091】次に、その経路の「代替依頼を行ったルー
タのアドレス」として、複製エージェントを送ってきた
ルータ4のアドレスを設定する(ステップS49)。こ
こでは、ルータ2の経路表の代替フラグが『代替』とな
っている経路に、代替依頼ルータアドレスとしてルータ
4のアドレスが設定される。
Next, the address of the router 4 which has sent the replication agent is set as the "address of the router which has made the substitution request" for that route (step S49). Here, the address of the router 4 is set as the alternative request router address in the route whose alternative flag in the route table of the router 2 is "alternative".

【0092】次に、ルータ4から来た複製エージェント
の状態フラグを『完了』に設定し、ルータ4向けの暗号
鍵で暗号化して(ステップS50)、ルータ4に送り返
し(ステップS51)、処理を終了する。こうして、代
替経路の設定が完了する。
Next, the status flag of the copy agent coming from the router 4 is set to "complete", encrypted with the encryption key for the router 4 (step S50), and sent back to the router 4 (step S51) to perform the processing. finish. Thus, the setting of the alternative route is completed.

【0093】図12のルータ1およびルータ3の経路表
もルータ2と同様にして更新され、代替フラグ等が書き
換えられて、図13に示す経路表のようになる。これに
より、ワークステーション11==ネット3==ルータ
2==ネット4==ルータ5==ネット1==ルータ3
==ネット2==ルータ1==メインフレーム13のよ
うな代替経路が設定される。
The routing tables of the router 1 and the router 3 of FIG. 12 are updated in the same manner as the router 2, and the substitution flag and the like are rewritten to become the routing table shown in FIG. As a result, the workstation 11 == net 3 == router 2 == net 4 == router 5 == net 1 == router 3
== Net 2 == Router 1 == An alternative route such as the mainframe 13 is set.

【0094】尚、図13において、ルータ4から複製エ
ージェントの送付を受けなかったルータ5の経路表は変
更されていない。ルータ1、ルータ2、ルータ3から
『完了』の状態フラグを持つ複製エージェントがルータ
4に戻ると、管理者がルータ4の修理等の作業を行う。
作業が終了すると、管理者は各ルータの制御エージェン
トに復旧時の処理を指示する。
Incidentally, in FIG. 13, the routing table of the router 5 which has not received the copy agent from the router 4 is not changed. When the replication agent having the “completed” status flag returns from the router 1, the router 2, and the router 3 to the router 4, the administrator performs work such as repair of the router 4.
When the work is completed, the administrator instructs the control agent of each router to perform the process at the time of restoration.

【0095】図18は、ルータ4上の制御エージェント
の復旧時の処理のフローチャートである。図18におい
て処理が開始されると、制御エージェントは、まず自己
情報として保持している異常前の経路表を通信ポート制
御部42に設定する(ステップS61)。このとき、通
信ポート部43はまだフィルタされているので、他の代
替ルータに回っているパケットの経路を乱すことはな
い。
FIG. 18 is a flow chart of processing when the control agent on the router 4 is restored. When the process starts in FIG. 18, the control agent first sets the pre-abnormal routing table held as self-information in the communication port control unit 42 (step S61). At this time, since the communication port unit 43 is still filtered, it does not disturb the route of the packet passing to another alternative router.

【0096】次に、緊急連絡表を参照して、復旧を通知
すべきルータがあるかどうかを判定する(ステップS6
2)。緊急連絡表内の対象フラグが『送信』に設定され
ている送信対象ルータが、通知すべきルータとなる。
Next, referring to the emergency contact table, it is judged whether or not there is a router to be notified of the restoration (step S6).
2). The transmission target router whose target flag in the emergency contact table is set to "transmission" is the router to be notified.

【0097】通知すべきルータがなければ、通信ポート
58に設定したフィルタのうち、図10の識別フラグが
『ルータ4』に設定されているフィルタを解除するよう
に通信ポート部43に指示して(ステップS67)、処
理を終了する。
If there is no router to be notified, the communication port unit 43 is instructed to cancel the filter having the identification flag of FIG. 10 set to "router 4" among the filters set to the communication port 58. (Step S67), the process ends.

【0098】通知すべきルータがあれば、コマンドse
ndを実行して、ステップS63、S64、S65の処
理を行う。まず、通知対象ルータの数だけ自己の複製を
作成し(ステップS63)、作成した複数エージェント
の状態フラグを『通知』に設定する(ステップS6
4)。このとき、通知先のルータ別に暗号鍵を使って、
複数エージェントを暗号化する。
If there is a router to be notified, the command se
nd is executed to perform the processing of steps S63, S64, and S65. First, duplicates are created as many as the number of notification target routers (step S63), and the status flags of the created multiple agents are set to "notification" (step S6).
4). At this time, use the encryption key for each router to notify,
Encrypt multiple agents.

【0099】次に、通知対象ルータ(この例ではルータ
1〜3)に複製エージェントを送り(ステップS6
5)、図15のような待機手続きを行って、送った複製
エージェントがすべて戻ってくるまで待機状態になる
(ステップS66)。もし、複製エージェントが戻って
こない場合は、何等かの例外処理を行う。
Next, the replication agent is sent to the notification target router (routers 1 to 3 in this example) (step S6).
5) The standby procedure shown in FIG. 15 is performed, and the standby state is set until all the duplicate agents sent have returned (step S66). If the duplicate agent does not return, some exception processing is performed.

【0100】複製エージェントが戻ってくると、各々に
ついて図16のような認証手続きを行う(ステップS2
1)。状態フラグが『不正』で戻ってきた場合は、何等
かの例外処理を行う。
When the duplicate agents return, the authentication procedure as shown in FIG. 16 is performed for each (step S2).
1). If the status flag returns "invalid", some exception processing is performed.

【0101】すべての複製エージェントが戻ってきた
ら、次に、識別フラグが『ルータ4』に設定されている
フィルタを解除するように通信ポート部43に指示し
(ステップS67)、処理を終了する。
When all the replication agents have returned, then the communication port unit 43 is instructed to cancel the filter whose identification flag is set to "router 4" (step S67), and the process is terminated.

【0102】こうして、ルータ4の通信ポート58のフ
ィルタが解除され、ルータ4は正常状態に復帰する。図
19は、複製エージェントを受け取ったルータ1、ルー
タ2、ルータ3上の制御エージェントの復旧時の処理の
フローチャートである。図19において処理が開始され
ると、制御エージェントは、まず図16のような認証手
続きを行って(ステップS71)、送られてきた複製エ
ージェントを復号し(ステップS31)、自ルータが緊
急連絡表に持つ送信対象ルータのアドレスと、送られて
きたエージェントが持つアドレスを比較する(ステップ
S32)。そして、それが正しい送信元からの複製エー
ジェントかどうか認証する(ステップS72)。
Thus, the filter of the communication port 58 of the router 4 is released and the router 4 returns to the normal state. FIG. 19 is a flowchart of a process at the time of restoration of the control agents on the router 1, the router 2, and the router 3 which have received the duplicate agent. When the process is started in FIG. 19, the control agent first performs the authentication procedure as shown in FIG. 16 (step S71), decrypts the duplicate agent sent (step S31), and the own router sends the emergency contact table. The address of the router to be transmitted, which is included in the above, is compared with the address of the sent agent (step S32). Then, it authenticates whether or not it is a duplicate agent from the correct source (step S72).

【0103】送られてきたエージェントのアドレスが正
しくなければ、その状態フラグを『不正』に設定して
(ステップS77)、送信元のルータに送り返し(ステ
ップS76)、処理を終了する。あるいは、ステップS
77において例外処理を行ってもよい。
If the sent address of the agent is not correct, the status flag is set to "invalid" (step S77), and it is sent back to the sender router (step S76), and the process is terminated. Alternatively, step S
Exception handling may be performed at 77.

【0104】送られてきたエージェントのアドレスが正
しければ、次に、自分のいるルータの通信ポート制御部
42にある経路表内で、『元』に設定されている代替フ
ラグを『通常』に再設定する(ステップS73)。例え
ば、図13のルータ2の経路表には、ルータ4経由のネ
ット2への送信経路の代替フラグが『元』に設定されて
いるので、これを『通常』に再設定する。
If the agent's address sent is correct, then, in the routing table in the communication port control unit 42 of the router in which it is located, the alternative flag set to "original" is reset to "normal". It is set (step S73). For example, in the routing table of the router 2 in FIG. 13, the substitute flag of the transmission route to the net 2 via the router 4 is set to "original", and therefore it is reset to "normal".

【0105】次に、自ルータの経路表内で、代替フラグ
が『代替』に設定されている経路を削除する。例えば、
ルータ2の経路表には、ルータ5経由のネット2への送
信経路の代替フラグが『代替』に設定されているので、
この経路を経路表から削除する。
Next, the route whose substitute flag is set to "substitute" is deleted in the route table of the own router. For example,
In the routing table of the router 2, the alternative flag of the transmission route to the net 2 via the router 5 is set to "alternative".
Delete this route from the routing table.

【0106】次に、ルータ4から来た複製エージェント
の状態フラグを『完了』に設定し、ルータ4向けの暗号
鍵で暗号化する(ステップS75)。そして、それをル
ータ4に送り返して(ステップS76)、処理を終了す
る。
Next, the status flag of the copy agent coming from the router 4 is set to "complete" and encrypted with the encryption key for the router 4 (step S75). Then, it is sent back to the router 4 (step S76), and the process ends.

【0107】図13のルータ1およびルータ3の経路表
もルータ2と同様にして書き換えられ、図12のような
異常発生前の経路表に復帰する。この結果、ルータ4を
経由するワークステーション11==ネット3==ルー
タ4==ネット2==ルータ1==メインフレーム13
の経路が再び利用可能となる。
The routing tables of the router 1 and the router 3 of FIG. 13 are rewritten in the same manner as the router 2, and the routing table before the abnormality occurrence as shown in FIG. 12 is restored. As a result, the workstation 11 passing through the router 4 == net 3 == router 4 == net 2 == router 1 == mainframe 13
The route will be available again.

【0108】本実施形態において、通信経路を変更、あ
るいは切り替える際、その瞬間の経路上のデータを保証
する必要がある。幸い、経路制御が必要となるパケット
単位やセル単位での通信では、現在用いられている通信
プロトコルに「通信失敗時の再送」という技術が基本的
に備えられており、これにより通信データの整合性が保
証されている。
In this embodiment, when changing or switching the communication route, it is necessary to guarantee the data on the route at that moment. Fortunately, for communication on a packet-by-packet or cell-by-cell basis that requires route control, the currently used communication protocol basically has a technology called "retransmission when communication fails". Sex is guaranteed.

【0109】本実施形態を用いた場合でも、時間的に零
時間で経路を切り替えることは不可能なので、ある程度
は再送パケットが出ることが予想される。しかし、制御
エージェントにより積極的に経路の切り替えを制御する
ことで、再送パケットの数は従来の方法よりかなり減少
することが期待できる。
Even when this embodiment is used, it is impossible to switch the route in zero time, so it is expected that retransmitted packets will appear to some extent. However, the number of retransmitted packets can be expected to be considerably reduced by controlling the switching of routes by the control agent.

【0110】また、本実施形態においては、RIP等の
従来の経路制御プロトコルをそのまま活用できるため、
比較的簡単に経路制御装置を実現することができる。以
上のようなリモートプログラミングを用いた実施形態に
よれば、制御エージェントの自律性を利用することによ
り、ネットワーク上の各機器が自主的に異常を発見し
て、代替経路を確保する。したがって、管理者は代替経
路の設定等の作業を省略して、異常機器の復旧作業に専
念することができる。
Further, in the present embodiment, the conventional route control protocol such as RIP can be utilized as it is.
The path control device can be realized relatively easily. According to the embodiment using remote programming as described above, by utilizing the autonomy of the control agent, each device on the network voluntarily discovers an abnormality and secures an alternative route. Therefore, the administrator can concentrate on the recovery work of the abnormal device by omitting the work of setting the alternative route.

【0111】尚、本実施形態においてはルータが経路制
御装置の機能を持っているが、これに限らず、経路制御
装置をネットワーク上の任意の機器内に設けることが可
能である。また、ネットワークの接続形態は図2のもの
に限られず、任意の形態を取ることができる。
In the present embodiment, the router has the function of the route control device, but the present invention is not limited to this, and the route control device can be provided in any device on the network. Further, the connection form of the network is not limited to that shown in FIG. 2 and can take any form.

【0112】また、異常発生時に作成された複製エージ
ェントは、送信先のルータ上で代替ルータを発見できな
ければ、それを発見できるまで自己複製を繰り返すよう
にしてもよい。この場合、各送信先のルータの緊急連絡
表を参照して、その送信対象ルータの数だけの複製エー
ジェントをさらに作成することになる。
If the duplicate agent created when an abnormality occurs cannot find an alternative router on the destination router, it may repeat self-copy until it can find it. In this case, by referring to the emergency contact table of each destination router, the duplicate agents as many as the number of the destination routers are created.

【0113】また、本発明を実施する際に必ずしもエー
ジェントを用いる必要はなく、それぞれの制御エージェ
ントの処理を普通のプロセスにより行ってもよい。この
場合は、ネットワークを介したやり取りは、例えばRP
C(remote procedure call)等により実行される。
Further, it is not always necessary to use an agent when carrying out the present invention, and each control agent may be processed by an ordinary process. In this case, the communication via the network is, for example, RP.
It is executed by C (remote procedure call) or the like.

【0114】本発明の他の適用例としては、次のような
ものがある。 [1]通信ネットワークのセキュリティを守るためのフ
ァイアウォール(防火壁)の構築 通信路をモニタ中にアクセス禁止先への通信を発見した
場合、その通信に対する通信路を動的にフィルタするな
ど。 [2]商用通信ネットワークのトラフィック集中時間に
おける回線制御 回線の負荷に応じて、通信を流す通信路を増やしたり、
他の通信を一時抑制するなど。 [3]混雑時や災害時における交通路などの制御 通信経路を制御する代わりに、人や物資などが流れる経
路を制御する。例えば、ネットワーク状に配置された交
通路上で信号機制御などを行って、渋滞(輻湊)時の交
通量を調整する。
Another application example of the present invention is as follows. [1] Construction of a firewall (fire wall) to protect the security of the communication network When a communication to an access prohibited destination is found while monitoring the communication path, the communication path for that communication is dynamically filtered. [2] Line control during traffic concentration time of commercial communication network Depending on the load on the line, increase the number of communication channels for communication,
Temporarily suppress other communication. [3] Control of traffic routes during congestion or disaster Instead of controlling communication routes, control routes through which people and goods flow. For example, traffic light control is performed on a traffic route arranged in a network to adjust the traffic volume during congestion.

【0115】[0115]

【発明の効果】本発明によれば、ネットワーク状に構成
された通信路や交通路等の経路を動的に制御して、障害
発生時の代替経路を自律的に確保することができる。し
たがって、ネットワークが一時的に高負荷になった場合
や、ネットワークそのものがダウンした場合などに、ネ
ットワーク自身が自動的に迂回経路を設定できる。
According to the present invention, it is possible to dynamically control a route such as a communication route or a traffic route configured in a network and autonomously secure an alternative route when a failure occurs. Therefore, when the network is temporarily overloaded or when the network itself goes down, the network itself can automatically set the detour route.

【0116】このため、管理者はネットワークの状況を
調べて代替経路を設定する必要がなく、また、ある機器
が不調になった時の代替経路をあらかじめ登録しておく
必要もない。
Therefore, it is not necessary for the administrator to check the network condition and set an alternative route, and it is not necessary to register the alternative route in advance when a certain device becomes out of order.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の原理図である。FIG. 1 is a principle diagram of the present invention.

【図2】コンピュータ・ネットワークを示す図である。FIG. 2 is a diagram showing a computer network.

【図3】プレイスの構成を示す図である。FIG. 3 is a diagram showing a configuration of a place.

【図4】エージェントの構成を示す図である。FIG. 4 is a diagram showing a configuration of an agent.

【図5】オペレーションgoを示す図である。FIG. 5 is a diagram showing an operation go.

【図6】オペレーションmeetを示す図である。FIG. 6 is a diagram showing an operation meet.

【図7】ルータの概略構成図である。FIG. 7 is a schematic configuration diagram of a router.

【図8】制御エージェント部内のデータ構造を示す図で
ある。
FIG. 8 is a diagram showing a data structure in a control agent unit.

【図9】通信ポート制御部内のデータ構造を示す図であ
る。
FIG. 9 is a diagram showing a data structure in a communication port control unit.

【図10】通信ポート部内のデータ構造を示す図であ
る。
FIG. 10 is a diagram showing a data structure in a communication port unit.

【図11】ルータのシステム構成図である。FIG. 11 is a system configuration diagram of a router.

【図12】異常発生前の経路表を示す図である。FIG. 12 is a diagram showing a route table before occurrence of an abnormality.

【図13】異常発生後の経路表を示す図である。FIG. 13 is a diagram showing a route table after an abnormality has occurred.

【図14】異常ルータの処理のフローチャートである。FIG. 14 is a flowchart of processing of an abnormal router.

【図15】制御エージェントの待機手続きのフローチャ
ートである。
FIG. 15 is a flowchart of a waiting procedure of the control agent.

【図16】制御エージェントの認証手続きのフローチャ
ートである。
FIG. 16 is a flowchart of a control agent authentication procedure.

【図17】正常ルータの処理のフローチャートである。FIG. 17 is a flowchart of processing of a normal router.

【図18】復旧時における異常ルータの処理のフローチ
ャートである。
FIG. 18 is a flowchart of processing of an abnormal router at the time of restoration.

【図19】復旧時における正常ルータの処理のフローチ
ャートである。
FIG. 19 is a flowchart of processing of a normal router at the time of restoration.

【符号の説明】[Explanation of symbols]

1,4 情報処理装置 2 検出手段 3 指示手段 5 受信手段 6 探索手段 7 記憶手段 11 ワークステーション 12 管理サーバ 13 メインフレーム 21,24,31 プレイス 22,32,33 エージェント 23 チケット 41 制御エージェント部 42 通信ポート制御部 43 通信ポート部 51,55 処理装置 52,56 CPU 53,57 メモリ 54 バス 58 通信ポート 59 通信ネットワーク 1, 4 Information processing device 2 Detecting device 3 Instructing device 5 Receiving device 6 Searching device 7 Storage device 11 Workstation 12 Management server 13 Mainframe 21, 24, 31 Place 22, 32, 33 Agent 23 Ticket 41 Control agent part 42 Communication Port control unit 43 Communication port unit 51,55 Processor 52,56 CPU 53,57 Memory 54 Bus 58 Communication port 59 Communication network

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 複数の経路を含む通信ネットワーク上に
設けられ、通信制御のための経路情報を管理する情報処
理装置において、 前記ネットワーク上の第1の経路に関する異常を検出す
る検出手段と、 前記第1の経路に異常が発生した時、前記ネットワーク
上の他の情報処理装置に、該第1の経路に関する局所的
な経路情報を更新するよう指示し、早めに代替となる第
2の経路を探索させる指示手段とを備えることを特徴と
する経路制御装置。
1. An information processing device, which is provided on a communication network including a plurality of routes and manages route information for communication control, comprising: detecting means for detecting an abnormality relating to a first route on the network; When an abnormality occurs in the first route, the other information processing device on the network is instructed to update the local route information regarding the first route, and the second route serving as an alternative is promptly selected. A route control device comprising: an instruction means for searching.
【請求項2】 前記指示手段は、前記他の情報処理装置
のアドレス情報を連絡先として格納する緊急連絡表を保
持することを特徴とする請求項1記載の経路制御装置。
2. The route control device according to claim 1, wherein the instruction means holds an emergency contact table that stores address information of the other information processing device as a contact address.
【請求項3】 前記指示手段は、前記他の情報処理装置
にエージェントプロセスを送付して、前記第2の経路を
探索させることを特徴とする請求項1記載の経路制御装
置。
3. The route control device according to claim 1, wherein the instruction means sends an agent process to the other information processing device to search for the second route.
【請求項4】 複数の経路を含む通信ネットワーク上に
設けられ、通信制御のための経路情報を管理する情報処
理装置において、 前記ネットワーク上の第1の経路に関する異常通知を受
信する受信手段と、 前記異常通知に基づいて、前記第1の経路に関する局所
的な経路情報を更新し、早めに代替となる第2の経路を
探索する探索手段とを備えることを特徴とする経路制御
装置。
4. An information processing device, which is provided on a communication network including a plurality of routes and manages route information for communication control, comprising: receiving means for receiving an abnormality notification regarding the first route on the network; A route control device comprising: a search unit that updates local route information about the first route based on the abnormality notification, and searches for an alternative second route earlier.
【請求項5】 前記第2の経路が見つかった時、代替経
路が設定されたことを他の情報処理装置に通知する通知
手段をさらに備えることを特徴とする請求項4記載の経
路制御装置。
5. The route control device according to claim 4, further comprising a notifying unit that notifies another information processing device that the alternative route has been set when the second route is found.
【請求項6】 前記探索手段は、他の情報処理装置と経
路情報を交換することにより、前記第1の経路に関する
経路情報を更新することを特徴とする請求項4記載の経
路制御装置。
6. The route control device according to claim 4, wherein the search means updates the route information regarding the first route by exchanging route information with another information processing device.
【請求項7】 前記受信手段は、前記異常を知らせるエ
ージェントプロセスを受信し、前記探索手段は、該エー
ジェントプロセスが持っている前記第1の経路の識別情
報を参照して、前記第2の経路を探索することを特徴と
する請求項4記載の経路制御装置。
7. The receiving means receives an agent process informing of the abnormality, and the searching means refers to the identification information of the first path held by the agent process to refer to the second path. The route control device according to claim 4, wherein
【請求項8】 前記第2の経路が見つかったかどうかを
示す情報を前記エージェントプロセスに設定して、送信
元の情報処理装置に送り返す通知手段をさらに備えるこ
とを特徴とする請求項7記載の経路制御装置。
8. The route according to claim 7, further comprising notifying means for setting information indicating whether or not the second route has been found in the agent process and sending the information back to the information processing device of the transmission source. Control device.
【請求項9】 複数の経路を含むネットワークの経路情
報を管理する情報処理装置において、 前記ネットワークの局所的な経路情報を記憶する記憶手
段と、 前記ネットワーク上の第1の経路に異常が発生した時、
該異常が発生した場所の近傍の経路情報を変更して、早
めに代替となる第2の経路を探索する探索手段とを備え
ることを特徴とする経路制御装置。
9. An information processing device for managing route information of a network including a plurality of routes, wherein an abnormality has occurred in a storage unit for storing local route information of the network and a first route on the network. Time,
A route control device comprising: a search unit that changes route information in the vicinity of a place where the abnormality has occurred and searches for an alternative second route earlier.
【請求項10】 複数の経路を含む通信ネットワーク上
に設けられた情報処理装置によって使用された時、 前記ネットワーク上の第1の経路に関する異常を検出す
る機能と、 前記第1の経路に異常が発生した時、前記ネットワーク
上の他の装置に、該第1の経路に関する局所的な経路情
報を更新するよう指示し、早めに代替となる第2の経路
を探索させる機能とを前記情報処理装置に行わせるため
の読み出し可能媒体。
10. A function of detecting an abnormality related to a first route on the network when used by an information processing device provided on a communication network including a plurality of routes, and an abnormality of the first route. When it occurs, the information processing device has a function of instructing another device on the network to update the local route information regarding the first route and searching for a second route as an alternative as soon as possible. A readable medium for performing on.
【請求項11】 複数の経路を含む通信ネットワーク上
に設けられた情報処理装置によって使用された時、 前記ネットワーク上の第1の経路に関する異常通知を受
信する機能と、 前記異常通知に基づいて、前記第1の経路に関する局所
的な経路情報を更新し、早めに代替となる第2の経路を
探索する機能とを前記情報処理装置に行わせるための読
み出し可能媒体。
11. A function of receiving an abnormality notification regarding a first route on the network when used by an information processing device provided on a communication network including a plurality of routes, and based on the abnormality notification, A readable medium for causing the information processing apparatus to perform a function of updating local route information about the first route and searching for an alternative second route earlier.
【請求項12】 複数の経路を含むネットワークの経路
情報を管理する情報処理装置によって使用された時、 前記ネットワークの局所的な経路情報を作成する機能
と、 前記ネットワーク上の第1の経路に異常が発生した時、
該異常が発生した場所の近傍の経路情報を変更して、早
めに代替となる第2の経路を探索する機能とを前記情報
処理装置に行わせるための読み出し可能媒体。
12. A function of creating local route information of the network when used by an information processing device for managing route information of a network including a plurality of routes, and an abnormality in a first route on the network. When occurs,
A readable medium for causing the information processing apparatus to perform a function of changing route information in the vicinity of a place where the abnormality has occurred and searching for a second alternative route earlier.
【請求項13】 複数の経路を含むネットワークの経路
情報を管理する方法において、 前記ネットワークの局所的な経路情報を作成し、 前記ネットワーク上の第1の経路に異常が発生した時、
該異常が発生した場所の近傍の経路情報を変更して、早
めに代替となる第2の経路を探索することを特徴とする
経路制御方法。
13. A method of managing route information of a network including a plurality of routes, wherein local route information of the network is created, and when an abnormality occurs in a first route on the network,
A route control method characterized by changing route information in the vicinity of a place where the abnormality has occurred to search for an alternative second route earlier.
JP34198495A 1995-12-28 1995-12-28 Route control device and method for controlling network route Expired - Fee Related JP3577151B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34198495A JP3577151B2 (en) 1995-12-28 1995-12-28 Route control device and method for controlling network route

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34198495A JP3577151B2 (en) 1995-12-28 1995-12-28 Route control device and method for controlling network route

Publications (2)

Publication Number Publication Date
JPH09186718A true JPH09186718A (en) 1997-07-15
JP3577151B2 JP3577151B2 (en) 2004-10-13

Family

ID=18350282

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34198495A Expired - Fee Related JP3577151B2 (en) 1995-12-28 1995-12-28 Route control device and method for controlling network route

Country Status (1)

Country Link
JP (1) JP3577151B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001298478A (en) * 2000-02-09 2001-10-26 Mitsubishi Electric Corp System and method for decision-making path control
WO2006048936A1 (en) * 2004-11-05 2006-05-11 Mitsubishi Denki Kabushiki Kaisha Ad hoc network, mobile terminal, gateway node, and method for selecting gateway node
US7333424B2 (en) 2002-03-06 2008-02-19 Nippon Telegraph And Telephone Corporation Upper layer node, lower layer node, and node control method
WO2008099497A1 (en) * 2007-02-15 2008-08-21 Media Global Links Co., Ltd. Line-switching system
US9602406B2 (en) 2014-03-28 2017-03-21 Fujitsu Limited Data transfer control device and data transfer control method
JP2020027336A (en) * 2018-08-09 2020-02-20 Kddi株式会社 Device system, device, gateway, device system control method, and computer program
JP2021033370A (en) * 2019-08-15 2021-03-01 Kddi株式会社 Device system, device management device, device, computer program and device system control method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001298478A (en) * 2000-02-09 2001-10-26 Mitsubishi Electric Corp System and method for decision-making path control
US6977890B2 (en) 2000-02-09 2005-12-20 Mitsubishi Denki Kabushiki Kaisha Decision-making route control system and decision-making route controlling method
US7333424B2 (en) 2002-03-06 2008-02-19 Nippon Telegraph And Telephone Corporation Upper layer node, lower layer node, and node control method
WO2006048936A1 (en) * 2004-11-05 2006-05-11 Mitsubishi Denki Kabushiki Kaisha Ad hoc network, mobile terminal, gateway node, and method for selecting gateway node
WO2008099497A1 (en) * 2007-02-15 2008-08-21 Media Global Links Co., Ltd. Line-switching system
US9602406B2 (en) 2014-03-28 2017-03-21 Fujitsu Limited Data transfer control device and data transfer control method
JP2020027336A (en) * 2018-08-09 2020-02-20 Kddi株式会社 Device system, device, gateway, device system control method, and computer program
JP2021033370A (en) * 2019-08-15 2021-03-01 Kddi株式会社 Device system, device management device, device, computer program and device system control method

Also Published As

Publication number Publication date
JP3577151B2 (en) 2004-10-13

Similar Documents

Publication Publication Date Title
CA2427285C (en) Method and system for implementing ospf redundancy
JP4524686B2 (en) Cluster system, cluster member and program
JP3286584B2 (en) Multiplexed router device
KR20200011956A (en) Separate control and data plane synchronization for IPSEC geographic redundancy
JP4682887B2 (en) Failure recovery method, node and network
JPWO2005083569A1 (en) Method of moving process between networks and network system thereof
EP1444806B1 (en) Scalable router
CN110891018B (en) Network traffic recovery method and device, SDN controller and storage medium
US7974188B2 (en) Repeater and communication method
CN112491720B (en) Smooth upgrading method and system
JP3577151B2 (en) Route control device and method for controlling network route
JP6383232B2 (en) Relay system and switch device
WO2019189681A1 (en) Communication control device, communication system, communication control method, and program
JPH07264233A (en) Route high speed changeover method and router
JP3498666B2 (en) Data transfer device, data transfer system, data transfer method, and storage medium
JP2001237889A (en) Bypass control method and system in data communication network
JP2004328563A (en) Encryption communication apparatus and system
JP3895749B2 (en) Network connection method, virtual network connection device, and network connection system using the device
CN113765783B (en) Communication method and device
US11695743B2 (en) Connecting and resetting devices
JP3541337B2 (en) Network management system and network configuration information management method
JPH11112499A (en) Fault monitoring system
JP2015138987A (en) Communication system and service restoration method in communication system
JP2002164913A (en) Network relay control method and device
JP2000232481A (en) Bypassing method and system in data communication network without communication

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040420

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040611

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040709

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080716

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090716

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees