JP2003244202A - Path switching system and method, and communication equipment and its program - Google Patents

Path switching system and method, and communication equipment and its program

Info

Publication number
JP2003244202A
JP2003244202A JP2002042534A JP2002042534A JP2003244202A JP 2003244202 A JP2003244202 A JP 2003244202A JP 2002042534 A JP2002042534 A JP 2002042534A JP 2002042534 A JP2002042534 A JP 2002042534A JP 2003244202 A JP2003244202 A JP 2003244202A
Authority
JP
Japan
Prior art keywords
path
line
failure
switching
paths
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.)
Pending
Application number
JP2002042534A
Other languages
Japanese (ja)
Inventor
Hidehiko Mitsubori
英彦 三堀
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 JP2002042534A priority Critical patent/JP2003244202A/en
Publication of JP2003244202A publication Critical patent/JP2003244202A/en
Pending legal-status Critical Current

Links

Landscapes

  • Telephonic Communication Services (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a highly reliable network by shortening a service unavailable time even when the network breaks down at a plurality of places. <P>SOLUTION: In a network where at least three paths exist between an input device 1 and an output device 2 with certain traffic, a current path 31 and a plurality of preliminary paths 32-38 are previously set as paths through which the traffic passes between the input device 1 and the output device 2 (by a path setting part 1b), and numbers for identifying respective circuits 3a-3h in the network are previously assigned to those circuits, and the group of the numbers of the lines whose communication is not affected even by failure is registered and managed as a path management table 21 for those respective paths 31-38 (by a path management table registering part 1d), and when any failure is occurred in any line (by a line failure occurrence detecting part 1c), whether or not path switching should be executed is determined by referring to the path management table 21 (by a path switching necessity determination part 1e), and when it is necessary, the conductable path is selected by referring to the path management table 21, and the path switching is executed (by a path switching part 1f). <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、パケット転送網等
のネットワークにおける故障発生時のパス切替制御技術
に係わり、特に、例えばMPLS(Multi Protocol Lab
el Switching)の障害迂回技術などに適用してサービス
断時間を短縮化するのに好適なパス切替技術に関するも
のである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a path switching control technique when a failure occurs in a network such as a packet transfer network, and more particularly, for example, MPLS (Multi Protocol Lab).
The present invention relates to a path switching technology suitable for shortening service interruption time by applying it to a failure bypass technology of el Switching).

【0002】[0002]

【従来の技術】近年、インターネットで主流になってい
るIP(Internet Protocol)との親和性を考慮して、
データ転送を、より高速・大容量化する技術として、例
えば、IETF(Internet Engineering Task Force)
が標準化を進めているMPLSなどの技術が注目されて
いる。
2. Description of the Related Art In consideration of compatibility with IP (Internet Protocol), which has become mainstream in the Internet in recent years,
As a technique for increasing the speed and capacity of data transfer, for example, IETF (Internet Engineering Task Force)
The technology such as MPLS, which is being standardized by, is drawing attention.

【0003】このMPLSでは、IPヘッダを利用して
ルータ転送する技術の代わりに、「ラベル」と呼ばれる
短い固定長の識別標識を利用する。このようなMPLS
に対応したルータ(Label Switching Router:LSR)
によって構成されたネットワーク内では、パケットの行
き先に応じて次にどのルータに転送するかというパス情
報を各ルータが保持しており、各パケットの転送経路
(パス)はラベルによって識別される。
In this MPLS, a short fixed length identification mark called a "label" is used instead of the technique of transferring to the router by using the IP header. MPLS like this
Routers (Label Switching Router: LSR)
In the network configured by, each router holds the path information indicating to which router the packet is to be transferred next according to the destination of the packet, and the transfer route (path) of each packet is identified by the label.

【0004】例えば、このネットワークの入口にあるル
ータ(エッジルータ)にパケットが届くと、パケット内
の経路情報にラベルを付加して、次のルータに転送す
る。次のルータは、受け取ったパケットに付いているラ
ベルに基づき、保持したパス情報を参照して、どのルー
タに転送すべきかを判断し、適切な転送先にパケットを
送る。
For example, when a packet arrives at a router (edge router) at the entrance of this network, a label is added to the route information in the packet and the packet is transferred to the next router. The next router refers to the stored path information based on the label attached to the received packet, determines which router the packet should be transferred to, and sends the packet to an appropriate transfer destination.

【0005】そして、外部ネットワークへの出口にある
エッジルータは、到着したパケットからラベルを取り除
き、外のルータに転送する。このように、ラベルをもと
にしたパケットの転送を行うことにより、転送処理と経
路計算処理の分離が可能となり、個々のルータの負担が
軽減され、処理が高速化される。
Then, the edge router at the exit to the external network removes the label from the arrived packet and transfers it to the outside router. By thus transferring the packet based on the label, the transfer processing and the route calculation processing can be separated, the load on each router is reduced, and the processing speed is increased.

【0006】また、このMPLSでは、帯域保証や高速
障害迂回等の機能をあわせて実装できるので、障害時の
サービス断時間を抑えた高信頼の専用線的なサービスを
提供できる。
Further, in this MPLS, since functions such as bandwidth guarantee and high-speed failure bypass can be implemented together, it is possible to provide a highly reliable leased line service with a short service interruption time at the time of failure.

【0007】従来のMPLSによる障害迂回技術では、
トラヒックの入力側装置と出力側装置との間に設定され
たパスに故障が発生した場合に対処するために、現用パ
スの他に予備パスを予め設定しており、障害発生時にお
けるパス切替(パスプロテクション)を高速に行うこと
ができる。
In the conventional fault detouring technology using MPLS,
In order to deal with the case where a failure occurs in the path set between the traffic input side device and the traffic output side device, a backup path is preset in addition to the working path, and path switching in the event of a failure ( Path protection) can be performed at high speed.

【0008】図6は、従来のMPLSネットワークの構
成例を示すブロック図であり、図7は、図6におけるネ
ットワークでのパス切替動作例を示すブロック図であ
る。
FIG. 6 is a block diagram showing a configuration example of a conventional MPLS network, and FIG. 7 is a block diagram showing a path switching operation example in the network in FIG.

【0009】図6に示す構成のネットワークにおいて、
トラヒックの入力装置61から出力装置62まで到達す
る経路は複数存在し、例えば、図7に示すようにして、
ネットワーク内に、転送に使用するパスを2つ(パス7
1、パス72)設定する。
In the network having the configuration shown in FIG.
There are a plurality of routes from the traffic input device 61 to the traffic output device 62. For example, as shown in FIG.
There are two paths (path 7) used for transfer in the network.
1. Pass 72) Set.

【0010】この内、パス71を通常使用するパス(現
用パス)として設定し、この現用パス71上に故障73
が発生した場合には、それを検出した装置(中継装置6
3b)が入力装置61に対して故障発生を通知し(故障
通知74)、通知を受けた入力装置61が、ラベルにお
けるパスの識別子を現用パス71から予備パス72に変
更することで、もう一方のパス72(予備パス)へのパ
ス切替(75)、すなわち、パスプロテクションが実行
される。
Of these, the path 71 is set as a normally used path (working path), and a failure 73 is set on this working path 71.
If the error occurs, the device that detects it (the relay device 6
3b) notifies the input device 61 of the occurrence of a failure (failure notification 74), and the notified input device 61 changes the identifier of the path in the label from the working path 71 to the backup path 72. Path switching (75) to the path 72 (preliminary path), that is, path protection is executed.

【0011】このようなパスプロテクション技術によ
り、現用パス71上の故障発生要因の復旧を待つことな
く、予備パス72による入力装置61から出力装置62
ヘの卜ラヒックを復旧することができる
With such a path protection technique, the input device 61 to the output device 62 by the backup path 72 are not required to wait for the recovery of the failure occurrence factor on the working path 71.
You can restore your traffic.

【0012】しかしながら、このような従来のパス切替
(パスプロテクション)技術では、入力装置61から出
力装置62まで到達する経路が3つ以上存在するネツ卜
ワークにおいても、予め設定されるパスは2つ(現用パ
ス71、予備パス72)であり、双方のパス上に故障が
発生した場合には、どちらかのパス上の故障発生要因が
復旧するまでの間、サービス断となり、ネットワークと
しての高信頼性を確保できない。
However, in such a conventional path switching (path protection) technique, even in a network having three or more routes from the input device 61 to the output device 62, there are two preset paths. (Working path 71, backup path 72), and if a failure occurs on both paths, the service is cut off until the cause of failure on either path is restored, and high reliability as a network is achieved. Sex cannot be secured.

【0013】尚、ネットワーク上の現用パスと予備パス
の経路の重複をできるだけ避けることで、このようなサ
ービス断の確率を下げる検討が、例えば、松岡等「01
年信学会総合大会B−6−21」においてなされてい
る。
A study of reducing the probability of such a service interruption by avoiding the duplication of the route of the working path and the protection path on the network as much as possible is described in Matsuoka et al.
Annual Conference of the Society of Shinkai B-6-21 ”.

【0014】[0014]

【発明が解決しようとする課題】解決しようとする問題
点は、従来の技術では、現用パス上の故障による予備パ
スへの切替後に、この予備パス上に故障が発生した場合
には、サービス断を回避することができない点である。
The problem to be solved by the prior art is that in the prior art, if a failure occurs on this backup path after switching to the backup path due to a failure on the working path, the service will be interrupted. This is a point that cannot be avoided.

【0015】本発明の目的は、これら従来技術の課題を
解決し、ネットワークの信頼性をより向上させることを
可能とすることである。
An object of the present invention is to solve these problems of the prior art and to further improve the reliability of the network.

【0016】[0016]

【課題を解決するための手段】上記目的を達成するた
め、本発明では、あるトラヒックの入力装置と出力装置
の間に3つ以上の経路が存在するネッ卜ワークにおい
て、入力装置と出力装置の間にそのトラヒックが通過す
るパスとして現用パスと複数の予備パスを予め設定する
と共に、予めネットワーク内の各回線に対して当該回線
を識別するための番号(回線識別番号)を割り振り、故
障しても当該パスでの通信に影響がない回線の番号(回
線識別番号)の集合を各パス毎にパス管理テーブルとし
て登録・管理し、ネッ卜ワーク内に故障が発生した場
合、それを検出した装置から入力装置へ、故障箇所に該
当する回線識別番号を通知し、入力装置は、その通知を
基にパス管理テーブルを参照して切替が必要か判断し、
必要であればパス管理テーブルを参照して導通可能なパ
スを選択し、そのパスヘ切り替えることを特徴とする。
In order to achieve the above object, according to the present invention, in a network in which three or more routes exist between an input device and an output device of a certain traffic, the input device and the output device are In between, a working path and a plurality of protection paths are set in advance as paths through which the traffic passes, and a number (line identification number) for identifying the line in advance is assigned to each line in the network, causing a failure. Also registers and manages a set of line numbers (line identification numbers) that do not affect communication on the relevant path as a path management table for each path, and if a failure occurs in the network, the device that detects it Notifies the input device of the line identification number corresponding to the failure point, and the input device refers to the path management table based on the notification to judge whether switching is necessary,
If necessary, the path management table is referenced to select a path that can be conducted, and the path is switched to.

【0017】[0017]

【発明の実施の形態】以下、本発明の実施の形態を、図
面により詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described in detail below with reference to the drawings.

【0018】図1は、本発明に係わるパス切替システム
を設けたネットワークの構成例を示すブロック図であ
り、図2は、図1におけるパス管理テーブル登録部で登
録するパス管理テーブルの構成例を示す説明図、図3
は、図1のネットワークにおけるパス設定例を示す説明
図、図4は、図1におけるネットワークでのパス切替処
理例を示す説明図、図5は、図1におけるパス切替シス
テムの処理動作例を示すフローチャートである。
FIG. 1 is a block diagram showing a configuration example of a network provided with a path switching system according to the present invention, and FIG. 2 is a configuration example of a path management table registered by the path management table registration section in FIG. Explanatory drawing shown in FIG.
1 is an explanatory diagram showing a path setting example in the network of FIG. 1, FIG. 4 is an explanatory diagram showing a path switching processing example in the network of FIG. 1, and FIG. 5 is a processing operation example of the path switching system in FIG. It is a flowchart.

【0019】図1に示すネットワークでは、トラヒック
の入力装置1と出力装置2との間に、中継装置3a〜3
dが設けられ、3以上の経路が存在しており、当該経路
にパスを設定してトラヒックを通過させる構成となって
いる。入力装置1と出力装置2、および、中継装置3a
〜3d間の各回線4a〜4hには識別番号〜が割り
振られている。
In the network shown in FIG. 1, the relay devices 3a to 3 are provided between the traffic input device 1 and the traffic output device 2.
d is provided, there are three or more routes, and a path is set on the routes to pass traffic. Input device 1 and output device 2, and relay device 3a
Identification numbers are assigned to the lines 4a to 4h between 3d to 3d.

【0020】以下、本例のネットワークは、上述の従来
技術で説明したMPLSによるラベルをもとにしたパケ
ット転送を行うものとするが、本発明はこれに限るもの
ではない。
Hereinafter, it is assumed that the network of this example performs packet transfer based on the label by MPLS described in the above-mentioned prior art, but the present invention is not limited to this.

【0021】入力装置1は、CPU(Central Processi
ng Unit)や主メモリ、表示装置、入力装置、外部記憶
装置を具備して、コンピュータ処理動作を行うものであ
り、例えば光ディスク駆動装置等を介してCD−ROM
等の記憶媒体に記録されたプログラムやデータを外部記
憶装置内にインストールした後、この外部記憶装置から
主メモリに読み込みCPUで処理することにより、本発
明に係わるパス切替(パスプロテクション)制御を行う
ための各処理部を構成する。
The input device 1 is a CPU (Central Processi).
ng Unit), a main memory, a display device, an input device, and an external storage device, and performs computer processing operations. For example, a CD-ROM via an optical disk drive device or the like.
After installing a program or data recorded in a storage medium such as an external storage device into the external storage device, the main memory is read from this external storage device and processed by the CPU to perform path switching control according to the present invention. Each processing unit for configuring.

【0022】すなわち、入力装置1には、パス設定部1
b、故障発生検出部1c、パス管理テーブル登録部1
d、パス切替要否判定部1e、パス切替部1fからなる
パス制御部1aが設けられており、パス設定部1bで
は、現用のパスと複数(2以上)の予備用のパスを設定
する。
That is, the input device 1 includes the path setting unit 1
b, failure occurrence detection unit 1c, path management table registration unit 1
A path control unit 1a including a path switching necessity determination unit 1e, a path switching unit 1f, and a path switching unit 1f is provided. The path setting unit 1b sets a current path and a plurality of (two or more) spare paths.

【0023】また、パス管理テーブル登録部1dでは、
各パス毎に、当該パス上に無く、故障しても当該パスで
の通信に影響がない各回線4a〜4hの識別番号〜
が対応付けられた情報を、図2に示す構成のパス管理テ
ーブル21として登録する。
In the path management table registration section 1d,
For each path, the identification number of each of the lines 4a to 4h that is not on the path and has no effect on communication on the path even if a failure occurs
The information associated with is registered as the path management table 21 having the configuration shown in FIG.

【0024】故障発生検出部1cでは、自装置(入力装
置1)での回線4g,4hの故障発生の検知、および、
他の装置からの回線4a〜4fの故障発生通知の受信に
基づく検知を行い、各回線4a〜4hの故障の発生を検
出する。
The failure occurrence detecting section 1c detects the occurrence of failures in the lines 4g and 4h in its own device (input device 1), and
The detection is performed based on the reception of the failure occurrence notification of the lines 4a to 4f from another device, and the occurrence of the failure of each of the lines 4a to 4h is detected.

【0025】また、パス切替要否判断部1eでは、故障
発生検出部1cが回線故障発生を検知すると、パス管理
テーブル登録部1で登録したパス管理テーブル21の情
報を参照し、故障発生回線の識別番号が現在選択してい
るパスに対応付けて登録されていなければ、他のパスへ
の切替が必要であると判断する。
Further, in the path switching necessity judgment unit 1e, when the failure occurrence detection unit 1c detects the occurrence of a line failure, the information of the path management table 21 registered by the path management table registration unit 1 is referred to and the failure occurrence line If the identification number is not registered in association with the currently selected path, it is determined that switching to another path is necessary.

【0026】そして、このパス切替要否判断部1eによ
るパス切替要との判断に対応して、パス切替部1fで
は、パス管理テーブル21の登録情報を参照し、故障発
生回線の識別番号が対応付けられているパスを選択して
パス切替を行う。
Then, in response to the judgment by the path switching necessity judgment unit 1e that the path switching is necessary, the path switching unit 1f refers to the registration information of the path management table 21, and the identification number of the failure occurrence circuit corresponds. Select the attached path and switch the path.

【0027】このパス切替は、入力装置1から送出する
パケットが、選択したパスを経由して出力装置2に届く
ように、当該パケットのラベルを変更することで行われ
る。
This path switching is performed by changing the label of the packet so that the packet sent from the input device 1 reaches the output device 2 via the selected path.

【0028】図3に示す本例では、入力装置1と出力装
置2との間には、8つの経路(物理回線)があり、それ
ぞれの経路に対して、図3(a)〜図3(h)に示すよ
うに、パス31〜38が設定される。
In this example shown in FIG. 3, there are eight routes (physical lines) between the input device 1 and the output device 2, and for each route, one of FIGS. As shown in h), the paths 31 to 38 are set.

【0029】この内、パス31が現用パスであり、他の
パス32〜38は予備パスとなっており、図2に示すよ
うに、パス管理テーブル21において、それぞれのパス
31〜38がパス種別として登録され、各パス31〜3
8に対応して、当該パス上に無い各回線4a〜4hの識
別番号〜が迂回不要障害箇所として登録されてい
る。
Of these, the path 31 is the working path and the other paths 32 to 38 are backup paths. As shown in FIG. 2, in the path management table 21, each path 31 to 38 is a path type. Is registered as each path 31 to 3
Corresponding to No. 8, the identification numbers of each of the lines 4a to 4h which are not on the path are registered as the bypass unnecessary fault location.

【0030】例えば、現用パス31に関しては、迂回不
要障害箇所として〜が対応付けて登録されており、
これらの識別番号〜が割り振られた各回線4b,4
c,4e,4f,4hに障害が発生しても、現用パス3
1からの他のパスへのパス切替は発生しない。
For example, with respect to the working path 31, ~ is registered in association with each other as a bypass unnecessary failure point,
The lines 4b, 4 to which these identification numbers are assigned
Even if a failure occurs in c, 4e, 4f, 4h, the working path 3
No path switching from 1 to another path occurs.

【0031】このような構成のネットワークにおいて、
図4に示すようにして、回線4e(識別番号)におい
て故障41が発生した状態で、次に、回線4a(識別番
号)において故障42が発生した場合のパスプロテク
ション動作を説明する。
In the network having such a configuration,
As shown in FIG. 4, a path protection operation will be described in the case where a failure 41 occurs in the line 4e (identification number) and then a failure 42 occurs in the line 4a (identification number).

【0032】図4に示すネットワークにおいて、図1に
示すとおり、各回線4a〜4hには、それぞれの回線識
別番号(〜)を付与し、図3に示すとおり、入力装
置1では現用パス31と、7本の予備パス32〜38を
設定しておき、図2に示すとおり、故障しても通信に影
響がない各回線4a〜4hの回線識別番号(〜)の
集合を、各パス毎にパス管理テーブル21として管理す
る。
In the network shown in FIG. 4, as shown in FIG. 1, each line 4a to 4h is given a line identification number (to), and as shown in FIG. , 7 spare paths 32 to 38 are set, and as shown in FIG. 2, a set of line identification numbers (to) of the respective lines 4a to 4h having no influence on communication even if a failure occurs is set for each path. It is managed as the path management table 21.

【0033】ここで図4におけるネットワーク内では、
すでに回線識別番号の回線4eにおいて故障41が発
生している。しかし、この回線4eの回線識別番号
は、パス管理テーブル21において、現用パス31に対
して登録されており、パス切替は不要となる。
Here, in the network shown in FIG.
The fault 41 has already occurred in the line 4e having the line identification number. However, since the line identification number of the line 4e is registered for the working path 31 in the path management table 21, path switching is unnecessary.

【0034】回線4eにおいて故障41が発生している
状態で、さらに、現用パス31上の回線識別番号の回
線4aにおいて新たな故障42が発生した場合には、そ
れを検出した装置(中継装置3b)が入力装置1に、故
障発生箇所を回線識別子()を用いて通知する(故障
通知43)。尚、この通知は、中継装置3aを経由して
行うことでも、他の通信手段を介して直接行うことでも
良い。
When a new failure 42 occurs in the line 4a having the line identification number on the working path 31 in the state where the failure 41 occurs in the line 4e, the device (relay device 3b) that has detected it. ) Notifies the input device 1 of the location of the failure using the line identifier () (failure notification 43). Note that this notification may be performed via the relay device 3a or directly via another communication means.

【0035】入力装置1では、この通知を故障発生検出
部1cで受信して回線の故障発生を検出すると、図5に
示すシーケンスに従い、まず、パス切替要否判断部1e
により、図2に示したパス管理テーブル21を参照し、
全ての故障点が現在選択中のパス(現用パス31)に対
応付けて登録されているか否か判別する(ステップ50
1)。
In the input device 1, when the failure occurrence detecting section 1c receives this notification and detects the occurrence of a failure in the line, first, the path switching necessity determining section 1e follows the sequence shown in FIG.
By referring to the path management table 21 shown in FIG.
It is determined whether or not all the failure points are registered in association with the currently selected path (working path 31) (step 50).
1).

【0036】全ての故障点が現用パス31に対応付けて
登録されていなければ、ステップ502〜505の処理
により、パス管理テーブル21において登録されている
各予備パスパターンに対しての判別(全ての故障点が当
該パスに対応付けて登録されているか否かの判別)を行
う。
If all the failure points are not registered in association with the working path 31, the determinations for each backup path pattern registered in the path management table 21 (all It is determined whether or not the failure point is registered in association with the path.

【0037】このパス管理テーブル21に対する参照動
作において、該当する予備パス(全ての故障点が対応付
けて登録されているパス)があれば、パス切替部1fに
より、当該予備パスへの切替を行い(ステップ50
6)、全ての予備パスに関して該当するものがなければ
(ステップ503)、サービス断とする(ステップ50
7)。
In the reference operation to the path management table 21, if there is a corresponding backup path (path in which all the failure points are associated and registered), the path switching unit 1f switches to the backup path. (Step 50
6) If there is no applicable path for all the backup paths (step 503), the service is shut down (step 50).
7).

【0038】尚、ステップ501の判断において、全て
の故障点が現用パス31に対応付けて登録されていれ
ば、現用パス31をそのまま使用し、次の故障点の追加
を待つ(ステップ508)
If all the failure points are registered in association with the working path 31 in the judgment of step 501, the working path 31 is used as it is and waits for the addition of the next failure point (step 508).

【0039】図4に示す例では、故障42が発生した回
線4aの回線識別番号が、現用パス31に対応して迂
回不要障害箇所の項目として登録されておらず、入力装
置1では、パス切替要否判断部1eにより、パスの切替
が必要であると判断する。
In the example shown in FIG. 4, the line identification number of the line 4a in which the failure 42 has occurred is not registered as an item of a bypass unnecessary fault location corresponding to the working path 31, and the input device 1 switches the path. The necessity determination unit 1e determines that the path needs to be switched.

【0040】このパス切替要否判断部1eでのパス切替
要との判断に対応して、パス切替部1fは、同パス管理
テーブル21を参照して、故障41と故障42のそれぞ
れが発生した回線4e,4aの回線識別番号,が迂
回不要障害箇所の項目として登録されている予備パスパ
ターン(5)、すなわち、図3(f)に示す予備用のパ
ス36を導通可能な切替先のパスとして選択し、現用パ
ス31からの切替を行う(パス切替44)。
In response to the determination by the path switching necessity determination unit 1e that the path switching is required, the path switching unit 1f refers to the same path management table 21 and the failure 41 and the failure 42 occur. The backup path pattern (5) in which the line identification numbers of the lines 4e and 4a are registered as the items of the bypass unnecessary fault location, that is, the switch destination path capable of conducting the backup path 36 shown in FIG. 3 (f) To switch from the working path 31 (path switching 44).

【0041】このパス切替は、入力装置1において、中
継装置3aに送出するパケットが、予備用のパス36を
経由して出力装置2に到達するよう、すなわち、中継装
置3aから中継装置3b、中継装置3bから中継装置3
d、中継装置3dから出力装置2に到達するよう、当該
パケットのラベルを変更することで行われる。
This path switching is performed so that the packet sent to the relay device 3a in the input device 1 reaches the output device 2 via the backup path 36, that is, from the relay device 3a to the relay device 3b. From device 3b to relay device 3
d, the label of the packet is changed so that the packet reaches the output device 2 from the relay device 3d.

【0042】このようにして、ネッ卜ワーク内の複数箇
所での故障発生時にも導通可能なパスを選択して切り替
えることができ、ネッ卜ワーク内の複数箇所の故障発生
時にも、サービス断時間の短縮化を図ることができるの
で、より高信頼のネッ卜ワークを提供することができる
In this way, even when a failure occurs at a plurality of locations within the network work, paths that can be conducted can be selected and switched, and even when a failure occurs at a plurality of locations within the network work, the service interruption time is lost. Can be shortened, so that a more reliable network can be provided.

【0043】以上、図1〜図5を用いて説明したよう
に、本例では、あるトラヒックの入力装置1と出力装置
2の間に3つ以上の経路が存在するネッ卜ワークにおい
て、入力装置1と出力装置2の間にそのトラヒックが通
過するパスとして現用パス31と複数の予備パス32〜
38を設定すると共に、予めネットワーク内の各回線4
a〜4hを識別するための番号(回線識別番号〜)
を割り振り、故障しても通信に影響がない回線の番号
(回線識別番号〜)の集合を、各パス31〜38毎
にパス管理テーブル21として登録して管理する。
As described above with reference to FIGS. 1 to 5, in this example, in a network in which three or more routes exist between the input device 1 and the output device 2 of a certain traffic, the input device is 1 and a plurality of backup paths 32 through which the traffic passes between the output device 1 and the output device 2.
38 is set and each line 4 in the network is set in advance.
Number for identifying a to 4h (line identification number ~)
Is allocated, and a set of line numbers (line identification numbers ~) that do not affect communication even if a failure occurs is registered and managed as the path management table 21 for each path 31-38.

【0044】そして、ネッ卜ワーク内に故障が発生した
場合、それを検出した装置が故障箇所に該当する回線識
別番号〜を入力装置1ヘ通知し、入力装置1は、そ
の通知をもとにパス管理テーブル21を参照して、パス
の切替が必要か判断し、必要であれば導通可能なパスを
パス管理テーブル21から選択して、そのパスヘ切り替
えるようにする。
When a failure occurs in the network, the device that detects the failure notifies the input device 1 of the line identification number ~ corresponding to the failure location, and the input device 1 receives the notification. By referring to the path management table 21, it is determined whether or not the path needs to be switched, and if necessary, a path that can be conducted is selected from the path management table 21 and switched to that path.

【0045】このように、入力装置1と出力装置2の間
に現用パス31と複数の予備パス32〜38を設定して
おき、ネッ卜ワーク内に故障が発生した場合、それを検
出した装置が故障箇所に該当する回線識別番号〜を
入力装置1ヘ通知し、入力装置1はその通知をもとにパ
ス管理テーブル21から切替が必要か判断し、必要であ
れば導通可能なパスを選択して、そのパスヘ切り替える
ので、ネットワーク内の複数箇所の故障時にも切替が可
能となり、サービス断時間の短縮化を図ることができ
る。
In this way, the working path 31 and the plurality of backup paths 32 to 38 are set between the input device 1 and the output device 2, and when a failure occurs in the network, the device that detects it is detected. Notifies the input device 1 of the line identification number ~ corresponding to the faulty part, and the input device 1 judges from the path management table 21 whether switching is necessary based on the notification, and selects a path that can be conducted if necessary. Then, since the path is switched to, it is possible to switch even when there is a failure at a plurality of points in the network, and it is possible to shorten the service interruption time.

【0046】また、本例では、図2のパス管理テーブル
21に示すように、各パス毎に、当該パス上に無く、故
障しても当該パスでの通信に影響がない各回線4a〜4
hの識別番号〜を対応付けて登録する構成とするこ
とにより、当該パス管理テーブル21に基づく予備用パ
スの選択処理を効率化している。
Further, in this example, as shown in the path management table 21 of FIG. 2, the lines 4a to 4 which are not on the path for each path and have no influence on the communication on the path even if a failure occurs.
With the configuration in which the identification numbers from h are registered in association with each other, the backup path selection processing based on the path management table 21 is made efficient.

【0047】尚、本発明は、図1〜図5を用いて説明し
た例に限定されるものではなく、その要旨を逸脱しない
範囲において種々変更可能である。例えば、上述したよ
うに、本例では、MPLSによるラベルスイッチング方
式でのパケット転送を行うネットワークを例として説明
したが、他のパケット転送網にも適用可能である。
The present invention is not limited to the examples described with reference to FIGS. 1 to 5, and various modifications can be made without departing from the scope of the invention. For example, as described above, in this example, a network that performs packet transfer by the label switching method by MPLS has been described as an example, but the present invention is also applicable to other packet transfer networks.

【0048】また、本例では、図2のパス管理テーブル
21に示すように、各パス毎に、当該パス上に無く、故
障しても当該パスでの通信に影響がない各回線4a〜4
hの識別番号〜を対応付けて登録する構成とするこ
とにより、当該パス管理テーブル21に基づく予備用パ
スの選択処理を効率化しているが、各パス毎に、当該パ
ス上に有り、故障した場合に当該パスでの通信に影響が
でる各回線4a〜4hの識別番号〜を対応付けて登
録し、切替制御に用いる構成とすることでも良い。
Further, in this example, as shown in the path management table 21 of FIG. 2, the lines 4a to 4 which are not on the path and have no influence on the communication on the path even if a failure occurs for each path.
Although the identification number of h is registered in association with each other, the process of selecting the backup path based on the path management table 21 is made efficient, but each path is on the path and a failure occurs. In this case, the identification numbers of the lines 4a to 4h that may affect the communication on the path may be registered in association with each other and used for the switching control.

【0049】また、本例では、入力装置1のコンピュー
タ構成例としては、キーボードや光ディスクの駆動装置
の無いコンピュータ構成としても良い。また、本例で
は、光ディスクを記録媒体として用いているが、FD
(Flexible Disk)等を記録媒体として用いることでも
良い。また、プログラムのインストールに関しても、通
信装置を介してネットワーク経由でプログラムをダウン
ロードしてインストールすることでも良い。
Further, in this example, the computer configuration of the input device 1 may be a computer configuration without a keyboard or an optical disk drive. Further, in this example, the optical disk is used as the recording medium, but the FD
(Flexible Disk) or the like may be used as the recording medium. Further, regarding the installation of the program, the program may be downloaded and installed via the network via the communication device.

【0050】[0050]

【発明の効果】本発明によれば、ネットワーク内の複数
箇所の故障時にも、その故障を通知されたトラヒックの
入力側装置において、予め設定した複数の予備パスの中
から導通可能なパスを選択して切り替えることことがで
き、サービス断時間の短縮化を図り、より高信頼のネッ
卜ワークを提供することが可能となる。
According to the present invention, even when a plurality of points in the network fail, the traffic input side device that has been notified of the failure selects a path that can be conducted from a plurality of preset backup paths. It is possible to shorten the service interruption time and provide a more reliable network.

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

【図1】本発明に係わるパス切替システムを設けたネッ
トワークの構成例を示すブロック図である。
FIG. 1 is a block diagram showing a configuration example of a network provided with a path switching system according to the present invention.

【図2】図1におけるパス管理テーブル登録部で登録す
るパス管理テーブルの構成例を示す説明図である。
FIG. 2 is an explanatory diagram showing a configuration example of a path management table registered by a path management table registration unit in FIG.

【図3】図1のネットワークにおけるパス設定例を示す
説明図である。
FIG. 3 is an explanatory diagram showing an example of path setting in the network of FIG.

【図4】図1におけるネットワークでのパス切替処理例
を示す説明図である。
FIG. 4 is an explanatory diagram showing an example of path switching processing in the network in FIG.

【図5】図1におけるパス切替システムの処理動作例を
示すフローチャートである。
5 is a flowchart showing an example of processing operation of the path switching system in FIG.

【図6】従来のMPLSネットワークの構成例を示すブ
ロック図である。
FIG. 6 is a block diagram showing a configuration example of a conventional MPLS network.

【図7】図6におけるネットワークでのパス切替動作例
を示すブロック図である。
7 is a block diagram showing an example of path switching operation in the network in FIG.

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

1:入力装置、1a:パス制御部、1b:パス設定部、
1c:故障発生検出部、1d:パス管理テーブル登録
部、1e:パス切替要否判定部、1f:パス切替部、
2:出力装置、3a〜3d:中継装置、4a〜4h:各
回線(識別番号〜)、21:パス管理テーブル、3
1:現用パス、32〜38:予備パス、41,42:故
障、43:故障通知、44:パス切替、61:入力装
置、62:出力装置、63a〜63d:中継装置、7
1:パス(「現用パス」)、72:パス(「予備パ
ス」)、73:故障、74:故障通知、75:パス切
替。
1: input device, 1a: path control unit, 1b: path setting unit,
1c: failure occurrence detection unit, 1d: path management table registration unit, 1e: path switching necessity determination unit, 1f: path switching unit,
2: Output device, 3a to 3d: Relay device, 4a to 4h: Each line (identification number ~), 21: Path management table, 3
1: working path, 32 to 38: backup path, 41, 42: failure, 43: failure notification, 44: path switching, 61: input device, 62: output device, 63a to 63d: relay device, 7
1: path (“working path”), 72: path (“spare path”), 73: failure, 74: failure notification, 75: path switching.

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5K014 CA06 FA09 FA15 5K030 GA12 HA08 HC01 JA11 LB08 MD02 5K051 AA01 AA02 BB00 DD09 DD11 FF11 FF16 GG06 HH27 LL02 LL07    ─────────────────────────────────────────────────── ─── Continued front page    F-term (reference) 5K014 CA06 FA09 FA15                 5K030 GA12 HA08 HC01 JA11 LB08                       MD02                 5K051 AA01 AA02 BB00 DD09 DD11                       FF11 FF16 GG06 HH27 LL02                       LL07

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してト
ラヒックを通過させるネッ卜ワークにおけるパス切替シ
ステムであって、現用のパスと2以上の予備用のパスを
設定する設定手段と、各パス毎に当該パス上に無い各回
線の識別子が対応付けられた情報を登録する登録手段
と、1以上の回線の故障の発生を検知する検知手段と、
該検知手段が回線故障発生を検知すると、上記登録手段
での登録情報を参照し、故障発生回線の識別子が現在選
択しているパスに対応付けて登録されていなければ、他
のパスへの切替が必要であると判断する判断手段と、該
判断手段によるパス切替要との判断に対応して、上記登
録手段での登録情報を参照し、故障発生回線の識別子が
対応付けられているパスを選択してパス切替を行う切替
手段とを有することを特徴とするパス切替システム。
1. A path switching system in a network in which three or more routes exist between a traffic input device and a traffic output device, and a path is set in the routes to allow traffic to pass through. And setting means for setting two or more spare paths, registration means for registering information in which each path is associated with the identifier of each line that is not on the path, and occurrence of failure of one or more lines. Detection means to detect,
When the detection means detects the occurrence of a line failure, the registration information of the registration means is referred to, and if the identifier of the failure occurrence line is not registered in association with the currently selected path, switching to another path is performed. In response to the judgment means for judging that the above is necessary and the judgment that the path switching is necessary by the judgment means, the registration information in the above registration means is referred to, and the path associated with the identifier of the faulty line is identified. A path switching system comprising a switching means for selecting and switching paths.
【請求項2】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してト
ラヒックを通過させるネッ卜ワークにおけるパス切替シ
ステムであって、現用のパスと2以上の予備用のパスを
設定する設定手段と、各パス毎に当該パス上に有る各回
線の識別子が対応付けられた情報を登録する登録手段
と、1以上の回線の故障の発生を検知する検知手段と、
該検知手段が回線故障発生を検知すると、上記登録手段
での登録情報を参照し、故障発生回線の識別子が現在選
択しているパスに対応付けて登録されていれば、他のパ
スへの切替が必要であると判断する判断手段と、該判断
手段によるパス切替要との判断に対応して、上記登録手
段での登録情報を参照し、故障発生回線の識別子が対応
付けられていないパスを選択してパス切替を行う切替手
段とを有することを特徴とするパス切替システム。
2. A path switching system in a network in which there are three or more routes between a traffic input device and a traffic input device, and paths are set in the routes to allow traffic to pass. And setting means for setting two or more spare paths, registration means for registering information in which each path is associated with the identifier of each line on the path, and occurrence of failure of one or more lines. Detection means to detect,
When the detection means detects the occurrence of a line failure, the registration information in the registration means is referred to, and if the identifier of the failure occurrence line is registered in association with the currently selected path, switching to another path is performed. In response to the judgment means for judging that it is necessary and the judgment that the path switching is necessary by the judgment means, the registration information in the registration means is referred to, and the path not associated with the identifier of the faulty line is selected. A path switching system comprising a switching means for selecting and switching paths.
【請求項3】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してラ
ベルスイッチングによるパケット転送を行うネッ卜ワー
クにおけるパス切替システムであって、現用のパスと2
以上の予備用のパスを設定する設定手段と、各パス毎に
当該パス上に無い各回線の識別子が対応付けられた情報
を登録する登録手段と、1以上の回線の故障の発生を検
知する検知手段と、該検知手段が回線故障発生を検知す
ると、上記登録手段での登録情報を参照し、故障発生回
線の識別子が現在使用しているパスに対応付けて登録さ
れていなければ、他のパスへの切替が必要であると判断
する判断手段と、該判断手段によるパス切替要との判断
に対応して、上記登録手段での登録情報を参照し、故障
発生回線の識別子が対応付けられているパスを選択して
パス切替を行う切替手段とを有することを特徴とするパ
ス切替システム。
3. A path switching system in a network in which three or more routes exist between a traffic input device and a traffic input device, and paths are set in the routes to perform packet transfer by label switching. Working path and 2
The setting means for setting the above-mentioned backup path, the registration means for registering the information associated with the identifier of each line not on the path for each path, and detecting the occurrence of failure of one or more lines When the detecting means and the detecting means detect the occurrence of a line failure, the registration information in the registration means is referred to, and if the identifier of the failure occurrence line is not registered in association with the path currently used, another Corresponding to the judgment means for judging that it is necessary to switch to the path and the judgment that the path switching is necessary by the judgment means, the registration information of the registration means is referred to, and the identifier of the faulty line is associated. A path switching system for selecting a selected path and switching the path.
【請求項4】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してラ
ベルスイッチングによるパケット転送を行うネッ卜ワー
クにおけるパス切替システムであって、現用のパスと2
以上の予備用のパスを設定する設定手段と、各パス毎に
当該パス上に有る各回線の識別子が対応付けられた情報
を登録する登録手段と、1以上の回線の故障の発生を検
知する検知手段と、該検知手段が回線故障発生を検知す
ると、上記登録手段での登録情報を参照し、故障発生回
線の識別子が現在使用しているパスに対応付けて登録さ
れていれば、他のパスへの切替が必要であると判断する
判断手段と、該判断手段によるパス切替要との判断に対
応して、上記登録手段での登録情報を参照し、故障発生
回線の識別子が対応付けられていないパスを選択してパ
ス切替を行う切替手段とを有することを特徴とするパス
切替システム。
4. A path switching system in a network in which there are three or more paths between a traffic input device and a traffic output device, and paths are set in the routes to perform packet transfer by label switching. Working path and 2
The setting means for setting the above-mentioned backup path, the registration means for registering the information associated with the identifier of each line on the path for each path, and detecting the occurrence of failure of one or more lines When the detecting means and the detecting means detect the occurrence of a line failure, the registration information in the registration means is referred to, and if the identifier of the line in which the failure has occurred is registered in association with the path currently used, another Corresponding to the judgment means for judging that it is necessary to switch to the path and the judgment that the path switching is necessary by the judgment means, the registration information of the registration means is referred to, and the identifier of the faulty line is associated. A path switching system comprising: a switching unit that selects a path that has not been opened and switches the path.
【請求項5】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してラ
ベルスイッチングによるパケット転送を行うネッ卜ワー
クにおけるパス切替システムであって、現用のパスと2
以上の予備用のパスを設定する手段と、現在選択してい
るパス上で発生した回線の故障を検知する手段と、該手
段が回線の故障を検知すると、上記設定した各パスか
ら、当該故障回線を経由しないパスを選択してパス切替
を行う手段とを有することを特徴とするパス切替システ
ム。
5. A path switching system in a network in which there are three or more paths between a traffic input device and a traffic output device, and paths are set in the routes to perform packet transfer by label switching. Working path and 2
The means for setting the above-mentioned backup path, the means for detecting the failure of the line that has occurred on the currently selected path, and the means for detecting the failure of the line, the failure is detected from each of the set paths. A path switching system comprising means for selecting a path that does not pass through a line and switching the path.
【請求項6】 コンピュータを、請求項1から請求項5
のいずれかに記載のパス切替システムにおける各手段と
して実行させるためのプログラム。
6. The computer according to any one of claims 1 to 5.
A program to be executed as each unit in the path switching system according to any one of 1.
【請求項7】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してト
ラヒックを通過させるネッ卜ワークにおけるパス切替方
法であって、現用のパスと2以上の予備用のパスを設定
し、各パス毎に当該パス上に無い各回線の識別子が対応
付けられた情報を登録し、上記トラヒックの入力装置と
出力装置との間の1以上の回線に故障が発生すると、上
記入力装置において、上記登録した情報を参照し、故障
が発生した回線の識別子が現在使用しているパスに対応
付けて登録されていなければ、他のパスへの切替が必要
であると判断し、上記登録した情報を参照し、故障が発
生した回線の識別子が対応付けられているパスを選択し
てパスの切替を行うことを特徴とするパス切替方法。
7. A path switching method in a network in which there are three or more routes between a traffic input device and a traffic input device, and paths are set in the routes to allow traffic to pass. And two or more spare paths are set, information for each path is associated with the identifier of each line that is not on the path, and one or more paths between the traffic input device and output device are registered. When a line failure occurs, the input device refers to the registered information, and if the line identifier of the failed line is not registered in association with the currently used path, switch to another path. Is determined to be necessary, and the path is switched by referring to the registered information and selecting the path associated with the identifier of the line in which the failure has occurred.
【請求項8】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してラ
ベルスイッチングによるパケット転送を行うネッ卜ワー
クにおけるパス切替方法であって、現用のパスと2以上
の予備用のパスを設定し、各パス毎に当該パス上に有る
各回線の識別子が対応付けられた情報を登録し、上記ト
ラヒックの入力装置と出力装置との間の1以上の回線に
故障が発生すると、上記入力装置において、上記登録し
た情報を参照し、故障が発生した回線の識別子が現在使
用しているパスに対応付けて登録されていれば、他のパ
スへの切替が必要であると判断し、上記登録した情報を
参照し、故障が発生した回線の識別子が対応付けられて
いないパスを選択してパスの切替を行うことを特徴とす
るパス切替方法。
8. A path switching method in a network in which there are three or more paths between a traffic input device and a traffic input device, and paths are set in the routes to perform packet transfer by label switching. A working path and two or more backup paths are set, information for each path is associated with the identifier of each line on the path, and information is registered between the input device and the output device of the traffic. When a failure occurs in one or more lines, the input device refers to the registered information, and if the identifier of the failed line is registered in association with the currently used path, another path The method for switching paths is characterized in that it is determined that it is necessary to switch to, and the path is switched by referring to the above registered information and selecting a path that is not associated with the identifier of the line in which the failure has occurred. .
【請求項9】 トラヒックの入力装置と出力装置との間
に3以上の経路が存在し、当該経路にパスを設定してラ
ベルスイッチングによるパケット転送を行うネッ卜ワー
クにおけるパス切替方法であって、現用のパスと2以上
の予備用のパスを設定し、各パス毎に当該パス上に無い
各回線の識別子が対応付けられた情報を登録し、上記ト
ラヒックの入力装置と出力装置との間の1以上の回線の
故障が発生すると、上記入力装置において、上記登録し
た情報を参照し、故障が発生した回線の識別子が現在使
用しているパスに対応付けて登録されていなければ、他
のパスへの切替が必要であると判断し、上記登録した情
報を参照し、故障が発生した回線の識別子が対応付けら
れているパスを選択してパス切替を行うことを特徴とす
るパス切替方法。
9. A path switching method in a network in which there are three or more routes between an input device and an output device of traffic, and paths are set in the routes to perform packet transfer by label switching. A working path and two or more backup paths are set, information for each path is associated with the identifier of each line that is not on the path, and information is registered between the traffic input device and output device. When one or more line failures occur, the input device refers to the registered information, and if the identifier of the failed line is not registered in association with the currently used path, another path is registered. A path switching method is characterized in that it is determined that it is necessary to switch to, and the path switching is performed by referring to the registered information and selecting the path associated with the identifier of the line in which the failure has occurred.
【請求項10】 トラヒックの入力装置と出力装置との
間に3以上の経路が存在し、当該経路にパスを設定して
ラベルスイッチングによるパケット転送を行うネッ卜ワ
ークにおけるパス切替方法であって、現用のパスと2以
上の予備用のパスを設定し、各パス毎に当該パス上に有
る各回線の識別子が対応付けられた情報を登録し、上記
トラヒックの入力装置と出力装置との間の1以上の回線
の故障が発生すると、上記入力装置において、上記登録
した情報を参照し、故障が発生した回線の識別子が現在
使用しているパスに対応付けて登録されていれば、他の
パスへの切替が必要であると判断し、上記登録した情報
を参照し、故障が発生した回線の識別子が対応付けられ
ていないパスを選択してパス切替を行うことを特徴とす
るパス切替方法。
10. A path switching method in a network in which three or more routes exist between a traffic input device and a traffic input device, and paths are set in the routes to perform packet transfer by label switching. A working path and two or more backup paths are set, information for each path is associated with the identifier of each line on the path, and information is registered between the input device and the output device of the traffic. When one or more line failures occur, the input device refers to the registered information, and if the identifier of the failed line is registered in association with the currently used path, another path is registered. A path switching method is characterized in that it is determined that it is necessary to switch to, and the path switching is performed by referring to the registered information and selecting a path that is not associated with the identifier of the line in which the failure has occurred.
【請求項11】 トラヒックの入力装置と出力装置との
間に3以上の経路が存在し、当該経路にパスを設定して
ラベルスイッチングによるパケット転送を行うネッ卜ワ
ークにおけるパス切替方法であって、現用のパスと2以
上の予備用のパスを設定し、現在選択しているパス上で
発生した回線の故障を検知すると、上記設定した各パス
から、当該故障回線を経由しないパスを選択してパス切
替を行うことを特徴とするパス切替方法。
11. A path switching method in a network in which three or more routes exist between a traffic input device and a traffic output device, and paths are set in the routes to perform packet transfer by label switching. When a working path and two or more spare paths are set and a line failure that occurs on the currently selected path is detected, a path that does not pass through the failed line is selected from the above set paths. A path switching method characterized by performing path switching.
【請求項12】 トラヒックの入力装置と出力装置との
間に3以上の経路が存在し、当該経路にパスを設定して
ラベルスイッチングによるパケット転送を行うネッ卜ワ
ークにおける上記入力装置としての通信装置であって、
現用のパスと2以上の予備用のパスを設定する設定手段
と、各パス毎に当該パス上に無い各回線の識別子が対応
付けられた情報を登録する登録手段と、他通信装置から
の回線故障の発生通知を受信する受信手段と、自装置に
接続された回線の故障発生を検知する検知手段と、該検
知手段による回線故障発生の検知、もしくは、上記受信
手段による回線故障発生通知の受信に対応して、上記登
録手段で登録した情報を参照し、故障発生回線の識別子
が現在使用しているパスに対応付けて登録されていなけ
れば、他のパスへの切替が必要であると判断する判断手
段と、該判断手段によるパス切替要との判断に対応し
て、上記登録手段で登録した情報を参照し、故障発生回
線の識別子が対応付けられているパスを選択してパスの
切替を行う切替手段とを有することを特徴とする通信装
置。
12. A communication device as the input device in a network, wherein there are three or more routes between a traffic input device and a traffic input device, and paths are set in the routes to perform packet transfer by label switching. And
Setting means for setting a working path and two or more spare paths, registration means for registering information in which each path is associated with the identifier of each line that is not on the path, and a line from another communication device Receiving means for receiving notification of failure occurrence, detecting means for detecting occurrence of failure of the line connected to the own device, detection of occurrence of line failure by the detecting means, or receipt of notification of occurrence of line failure by the receiving means. Corresponding to, the information registered by the registration means is referred to, and if the identifier of the faulty line is not registered in association with the currently used path, it is determined that switching to another path is necessary. Corresponding to the judgment means to perform and the judgment that the path switching is necessary by the judgment means, the information registered by the registration means is referred to and the path associated with the identifier of the faulty line is selected to switch the path. Switching means Communication apparatus characterized by having a.
【請求項13】 トラヒックの入力装置と出力装置との
間に3以上の経路が存在し、当該経路にパスを設定して
ラベルスイッチングによるパケット転送を行うネッ卜ワ
ークにおける上記入力装置としての通信装置であって、
現用のパスと2以上の予備用のパスを設定する設定手段
と、各パス毎に当該パス上に有る各回線の識別子が対応
付けられた情報を登録する登録手段と、他通信装置から
の回線故障の発生通知を受信する受信手段と、自装置に
接続された回線の故障発生を検知する検知手段と、該検
知手段による回線故障発生の検知、もしくは、上記受信
手段による回線故障発生通知の受信に対応して、上記登
録手段で登録した情報を参照し、故障発生回線の識別子
が現在使用しているパスに対応付けて登録されていれ
ば、他のパスへの切替が必要であると判断する判断手段
と、該判断手段によるパス切替要との判断に対応して、
上記登録手段で登録した情報を参照し、故障発生回線の
識別子が対応付けられていないパスを選択してパスの切
替を行う切替手段とを有することを特徴とする通信装
置。
13. A communication device as an input device in a network in which there are three or more routes between a traffic input device and a traffic output device, and paths are set in the routes to perform packet transfer by label switching. And
Setting means for setting a working path and two or more spare paths, registration means for registering information in which each path is associated with the identifier of each line on the path, and a line from another communication device Receiving means for receiving notification of failure occurrence, detecting means for detecting occurrence of failure of the line connected to the own device, detection of occurrence of line failure by the detecting means, or receipt of notification of occurrence of line failure by the receiving means. Corresponding to the above, referring to the information registered by the registration means, if the identifier of the faulty line is registered in association with the currently used path, it is determined that switching to another path is necessary. In response to the determination means to perform and the determination that the path switching is required by the determination means,
A communication device comprising: a switching unit that refers to the information registered by the registration unit, selects a path that is not associated with an identifier of a failure line, and switches the path.
JP2002042534A 2002-02-20 2002-02-20 Path switching system and method, and communication equipment and its program Pending JP2003244202A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002042534A JP2003244202A (en) 2002-02-20 2002-02-20 Path switching system and method, and communication equipment and its program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002042534A JP2003244202A (en) 2002-02-20 2002-02-20 Path switching system and method, and communication equipment and its program

Publications (1)

Publication Number Publication Date
JP2003244202A true JP2003244202A (en) 2003-08-29

Family

ID=27782587

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002042534A Pending JP2003244202A (en) 2002-02-20 2002-02-20 Path switching system and method, and communication equipment and its program

Country Status (1)

Country Link
JP (1) JP2003244202A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005136982A (en) * 2003-10-20 2005-05-26 Mitsubishi Electric Research Laboratories Inc Method for selecting multiple paths between server and client
JP2006079355A (en) * 2004-09-09 2006-03-23 Hitachi Ltd Storage network management server, storage network management method, storage network management program, and storage network management system
JP2006253927A (en) * 2005-03-09 2006-09-21 Fujitsu Ltd Data relaying apparatus and data relaying method
JP2007194719A (en) * 2006-01-17 2007-08-02 Nippon Telegr & Teleph Corp <Ntt> Backup path routing management system on a plurality of layer networks
JP2008503117A (en) * 2004-06-14 2008-01-31 ▲ホア▼▲ウェイ▼技術有限公司 How to achieve end-to-end service quality reliability assurance
JP2009060609A (en) * 2007-08-30 2009-03-19 Ntt Docomo Inc Method and apparatus for multicast tree allocation
WO2010018755A1 (en) * 2008-08-11 2010-02-18 株式会社日立製作所 Transport control server, network system, and transport control method
JP2016086316A (en) * 2014-10-27 2016-05-19 富士通株式会社 Transmission device and redundancy provision method
JP2017143449A (en) * 2016-02-11 2017-08-17 株式会社デンソー Communication device
WO2018173501A1 (en) * 2017-03-23 2018-09-27 住友電気工業株式会社 Switch device, communication control method, and communication control program

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005136982A (en) * 2003-10-20 2005-05-26 Mitsubishi Electric Research Laboratories Inc Method for selecting multiple paths between server and client
JP4488201B2 (en) * 2003-10-20 2010-06-23 ミツビシ・エレクトリック・リサーチ・ラボラトリーズ・インコーポレイテッド How to select multiple paths between server and client
JP4652403B2 (en) * 2004-06-14 2011-03-16 ▲ホア▼▲ウェイ▼技術有限公司 How to achieve end-to-end service quality reliability assurance
JP2008503117A (en) * 2004-06-14 2008-01-31 ▲ホア▼▲ウェイ▼技術有限公司 How to achieve end-to-end service quality reliability assurance
US7652987B2 (en) 2004-06-14 2010-01-26 Huawei Technologies Co., Ltd. Method and system for guaranteeing reliability of end-to-end quality of service
JP2006079355A (en) * 2004-09-09 2006-03-23 Hitachi Ltd Storage network management server, storage network management method, storage network management program, and storage network management system
JP4520802B2 (en) * 2004-09-09 2010-08-11 株式会社日立製作所 Storage network management server, storage network management method, storage network management program, and storage network management system
JP2006253927A (en) * 2005-03-09 2006-09-21 Fujitsu Ltd Data relaying apparatus and data relaying method
US7710860B2 (en) 2005-03-09 2010-05-04 Fujitsu Limited Data relay apparatus and data relay method
JP4691372B2 (en) * 2005-03-09 2011-06-01 富士通株式会社 Data relay apparatus and data relay method
JP2007194719A (en) * 2006-01-17 2007-08-02 Nippon Telegr & Teleph Corp <Ntt> Backup path routing management system on a plurality of layer networks
JP4694971B2 (en) * 2006-01-17 2011-06-08 日本電信電話株式会社 Backup path routing management system on multi-layer network
JP2009060609A (en) * 2007-08-30 2009-03-19 Ntt Docomo Inc Method and apparatus for multicast tree allocation
JP4654278B2 (en) * 2007-08-30 2011-03-16 株式会社エヌ・ティ・ティ・ドコモ Multicast tree assignment method and apparatus
WO2010018755A1 (en) * 2008-08-11 2010-02-18 株式会社日立製作所 Transport control server, network system, and transport control method
JP5095823B2 (en) * 2008-08-11 2012-12-12 株式会社日立製作所 Transport control server, network system, and transport control method
US8856584B2 (en) 2008-08-11 2014-10-07 Hitachi, Ltd. Transport control server that modifies routing information
US9282030B2 (en) 2008-08-11 2016-03-08 Hitachi, Ltd. Transport control server that calculates routing information
JP2016086316A (en) * 2014-10-27 2016-05-19 富士通株式会社 Transmission device and redundancy provision method
JP2017143449A (en) * 2016-02-11 2017-08-17 株式会社デンソー Communication device
WO2018173501A1 (en) * 2017-03-23 2018-09-27 住友電気工業株式会社 Switch device, communication control method, and communication control program

Similar Documents

Publication Publication Date Title
CN115460067B (en) Method and system for high availability enhancement to computer networks
US8665705B2 (en) Methods and systems for automatically rerouting logical circuit data from a logical circuit failure to a dedicated backup circuit in a data network
EP2224644B1 (en) A protection method, system and device in the packet transport network
JP4676403B2 (en) Communication apparatus and communication system
US8264950B2 (en) Packet forwarding device and control circuit thereof
CN101465859B (en) Method and device for triggering main and standby interface board inverse switch
US20060087962A1 (en) Fault tolerant network architecture
EP2219329B1 (en) A fast reroute method and a label switch router
EP2748986B1 (en) Method and apparatus for path switching
CN111698028B (en) FC link detection method, device, equipment and machine readable storage medium
JP4297636B2 (en) Transmission system
JP2003244202A (en) Path switching system and method, and communication equipment and its program
US9515872B2 (en) Systems and methods for tunnel-free fast rerouting in internet protocol networks
CN107547369B (en) flow switching method and device
JP3811007B2 (en) Virtual connection protection switching
JP2017011480A (en) Device, system and method for route control
US7573810B2 (en) Avoiding deadlocks in performing failovers in communications environments
US8885462B2 (en) Fast repair of a bundled link interface using packet replication
JP2003244197A (en) Route redundant system and method for minimizing communication disconnection time during partial failure in router
CN112637054B (en) Networking optimization method and device for IP bearing network, computing equipment and storage medium
EP1816804B1 (en) Failure recovery method and packet communication apparatus
CN113037622B (en) System and method for preventing BFD from vibrating
JP5653947B2 (en) Network management system, network management device, network management method, and network management program
JP4717796B2 (en) Node device and path setting method
JP2904268B2 (en) Routing table update method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050530

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050603

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051007