Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7737111B2 - Abnormality location determination device, abnormality location determination method, and program - Google Patents
[go: Go Back, main page]

JP7737111B2 - Abnormality location determination device, abnormality location determination method, and program - Google Patents

Abnormality location determination device, abnormality location determination method, and program

Info

Publication number
JP7737111B2
JP7737111B2 JP2021186146A JP2021186146A JP7737111B2 JP 7737111 B2 JP7737111 B2 JP 7737111B2 JP 2021186146 A JP2021186146 A JP 2021186146A JP 2021186146 A JP2021186146 A JP 2021186146A JP 7737111 B2 JP7737111 B2 JP 7737111B2
Authority
JP
Japan
Prior art keywords
optical
abnormality
link
transceiver
location
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.)
Active
Application number
JP2021186146A
Other languages
Japanese (ja)
Other versions
JP2023073596A (en
Inventor
貴章 田中
伸悟 河合
哲郎 乾
章 平野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tokyo Denki University
NTT Inc
NTT Inc USA
Original Assignee
Nippon Telegraph and Telephone Corp
Tokyo Denki University
NTT Inc USA
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, Tokyo Denki University, NTT Inc USA filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2021186146A priority Critical patent/JP7737111B2/en
Publication of JP2023073596A publication Critical patent/JP2023073596A/en
Application granted granted Critical
Publication of JP7737111B2 publication Critical patent/JP7737111B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Optical Communication System (AREA)

Description

本発明は、異常発生箇所判定装置、異常発生箇所判定方法及びプログラムに関する。 The present invention relates to an abnormality location determination device, an abnormality location determination method, and a program.

光ファイバ通信システムの伝送路における異常発生箇所の検出には、一般的に、OTDR(Optical Time Domain Reflectometer;光パルス試験器)が用いられる。OTDRは、光ファイバに対して送出された光パルスの反射光(後方散乱光)を観測することによって、光ファイバの損失を評価することができる測定器である。OTDRは、光ファイバの敷設工事及び保守作業における試験で用いられるほか、実際にデータ伝送が行われているアクティブな伝送路でも用いられることがある。OTDRは、光パルスの入射点からの距離に対する損失レベルを波形として表すことができる。OTDRが用いられることによって、波形の乱れが発生した地点と波形の形状とから、光ファイバの断線等の異常発生箇所を検出したり、例えばコネクタの接続損失等の損失を発生させている異常発生箇所を検出したりすることが可能になる。 An OTDR (Optical Time Domain Reflectometer) is typically used to detect abnormalities in the transmission path of an optical fiber communication system. An OTDR is a measuring instrument that can evaluate optical fiber loss by observing the reflected light (backscattered light) of optical pulses sent down the optical fiber. OTDRs are used in testing during optical fiber installation and maintenance work, as well as on active transmission paths where data is actually being transmitted. An OTDR can represent the loss level as a waveform relative to the distance from the optical pulse's incident point. Using an OTDR, it is possible to detect abnormalities such as optical fiber breaks, or abnormalities causing loss such as connector connection loss, based on the point where waveform disturbances occur and the shape of the waveform.

一方で、実際のデータ通信に用いられている光信号そのものを用いて、光ファイバ通信システムの伝送路に発生した異常を検出する試みも進められている。例えば、非特許文献1に記載の技術は、デジタルコヒーレント光トランシーバの受信器で得られたデジタル変調信号が実軸/虚軸の2次元画像として表されたコンスタレーションを、機械学習における学習パラメータとして用いる。そして、非特許文献1に記載の技術は、学習がなされたニューラルネットワークを用いて、コンスタレーションの歪みから光ファイバの曲げの有無を識別する。 Meanwhile, attempts are also underway to detect abnormalities that occur in the transmission paths of optical fiber communication systems using the optical signals themselves that are actually used in data communications. For example, the technology described in Non-Patent Document 1 uses a constellation, in which the digitally modulated signal obtained at the receiver of a digital coherent optical transceiver is represented as a two-dimensional image of real and imaginary axes, as a learning parameter in machine learning. The technology described in Non-Patent Document 1 then uses a trained neural network to identify whether the optical fiber is bent or not based on distortion in the constellation.

例えば、光ファイバの曲げの有無を識別させる場合には、光ファイバが曲がっていない状態のコンスタレーションと曲がった状態のコンスタレーションとに対して、互いに異なるラベルが付与される。これらのコンスタレーションがニューラルネットワークに入力されることで、ニューラルネットワークは、コンスタレーションの形状の規則性を、ラベルごとに学習する。そして、学習がなされたニューラルネットワークに対して、ラベルが付与されてない未知のコンスタレーションが入力されると、ニューラルネットワークは、過去の規則性に基づいて最も適切なラベルを出力する。例えば光ファイバの曲げ等によるコンスタレーションの形状変化は、人間の視覚では識別できないほどの小さな変化であるが、ニューラルネットワーク等の機械学習技術等が用いられるようになったことで、昨今、検出することが可能になっている。 For example, when identifying whether an optical fiber is bent, different labels are assigned to the constellations when the optical fiber is not bent and the constellations when it is bent. These constellations are input into a neural network, which then learns the regularity of the constellation shape for each label. When an unknown, unlabeled constellation is input to the trained neural network, the neural network outputs the most appropriate label based on past regularity. For example, changes in the constellation shape caused by bending an optical fiber are so small that they cannot be distinguished by human vision, but with the use of machine learning techniques such as neural networks, they can now be detected.

また、一般的に、光トランシーバには、受信信号の品質劣化を検出するために、例えば受信パワー及びビットエラー率等を計測する機能が備えられている。光ネットワークの運用保守においては、上記のような機械学習を用いた異常発生箇所の検出手段を用いるだけでなく、光トランシーバに予め備えられた技術等も活用して、通信断が発生する前に、当該通信断の予兆となる異常の発生を早期に検出し、かつ、異常発生箇所を特定することが望まれる。 In addition, optical transceivers generally have the ability to measure, for example, the received power and bit error rate in order to detect degradation in the quality of received signals. In the operation and maintenance of optical networks, it is desirable to not only use the machine learning-based anomaly detection method described above, but also to utilize technologies already built into optical transceivers to quickly detect anomalies that could be a precursor to a communication outage and identify the location of the anomaly before it actually occurs.

T. Tanaka, S. Kuwabara, H. Nishizawa, T. Inui, S. Kobayashi and A. Hirano, “Field Demonstration of Real-time Optical Network Diagnosis Using Deep Neural Network and Telemetry”, Optical Fiber Communications Conference and Exhibition (OFC) 2019, Tu2E.5., February, 2019T. Tanaka, S. Kuwabara, H. Nishizawa, T. Inui, S. Kobayashi and A. Hirano, “Field Demonstration of Real-time Optical Network Diagnosis Using Deep Neural Network and Telemetry”, Optical Fiber Communications Conference and Exhibition (OFC) 2019, Tu2E.5., February, 2019

前述の通り、OTDRは、光ファイバ通信システムの伝送路における異常発生箇所をより高い精度で推定することが可能である。しかしながら、OTDRは、測定対象とする光トランシーバとは異なる光源を用いるため、例えばレーザ不調等の光トランシーバ自体に発生する異常を検出することが難しい。また、OTDRは、異常検出専用の測定装置であり、光ファイバ通信システムに対して付加的に導入されるものである。また、OTDRは、光トランシーバと比較してより高価な装置である。このように、機能及びコストの面で、OTDRは、光ネットワークのあらゆる地点で発生する異常を網羅的に検出することには適していない。 As mentioned above, OTDRs are capable of estimating with greater accuracy the location of abnormalities in the transmission path of an optical fiber communication system. However, because OTDRs use a light source that is different from the optical transceiver they measure, it is difficult to detect abnormalities occurring in the optical transceiver itself, such as laser malfunctions. Furthermore, OTDRs are measurement devices dedicated to abnormality detection and are introduced as an add-on to optical fiber communication systems. OTDRs are also more expensive than optical transceivers. As such, in terms of functionality and cost, OTDRs are not suitable for comprehensively detecting abnormalities occurring at all points in an optical network.

一方、光トランシーバが予め備えている信号品質の測定機能を用いて、光ファイバ通信システムの伝送路における異常を検出する検出手段は、光トランシーバ自体の異常を検出することができる。また、この検出手段では、例えばOTDR等の異常検出専用の測定装置が必要とされないため、より経済的である。しかしながら、この検出手段では、例えば信号品質の劣化等の異常が発生した際に、当該異常が伝送路のどの区間で発生しているのかを判定することが難しいという課題があった。 On the other hand, a detection means that detects abnormalities in the transmission path of an optical fiber communication system by using the signal quality measurement function already installed in the optical transceiver can detect abnormalities in the optical transceiver itself. This detection means is also more economical because it does not require a dedicated measurement device for abnormality detection, such as an OTDR. However, this detection means has the problem that when an abnormality, such as a deterioration in signal quality, occurs, it is difficult to determine which section of the transmission path the abnormality is occurring in.

本発明は、上記の点を鑑みてなされたものであり、光トランシーバが備えている信号品質の測定機能を用いて、光ファイバ通信システムの伝送路における異常発生箇所を判定することができる異常発生箇所判定装置、異常発生箇所判定方法及びプログラムを提供することを目的とする。 The present invention was made in consideration of the above points, and aims to provide an abnormality location determination device, an abnormality location determination method, and a program that can determine the location of an abnormality in the transmission path of an optical fiber communication system using the signal quality measurement function provided by an optical transceiver.

本発明の一態様は、光ネットワークを構成する複数の光ノードから光トランシーバによって取得された伝送区間の伝送信号情報を収集する収集部と、前記伝送信号情報に基づいて前記伝送区間の正常性の診断を行う診断部と、前記診断部による複数の前記診断の結果に基づいて前記光ネットワークの異常箇所を判定する判定部と、を備える異常発生箇所判定装置である。 One aspect of the present invention is an anomaly location determination device that includes a collection unit that collects transmission signal information for a transmission section obtained by optical transceivers from multiple optical nodes that make up an optical network; a diagnosis unit that diagnoses the normality of the transmission section based on the transmission signal information; and a determination unit that determines an anomaly location in the optical network based on the results of multiple diagnoses by the diagnosis unit.

また、本発明の一態様は、光ネットワークを構成する複数の光ノードから光トランシーバによって取得された伝送区間の伝送信号情報を収集する収集ステップと、前記伝送信号情報に基づいて前記伝送区間の正常性の診断を行う診断ステップと、前記診断ステップによる複数の前記診断の結果に基づいて前記光ネットワークの異常箇所を推定する推定ステップと、を有する異常発生箇所判定方法である。 Another aspect of the present invention is a method for determining the location of an abnormality, comprising: a collection step of collecting transmission signal information for a transmission section obtained by optical transceivers from multiple optical nodes constituting an optical network; a diagnosis step of diagnosing the normality of the transmission section based on the transmission signal information; and an estimation step of estimating the location of an abnormality in the optical network based on multiple diagnostic results obtained in the diagnosis step.

また、本発明の一態様は、上記の異常発生箇所判定装置としてコンピュータを機能させるためのプログラムである。 Another aspect of the present invention is a program for causing a computer to function as the above-mentioned abnormality location determination device.

本発明により、光トランシーバが備えている信号品質の測定機能を用いて、光ファイバ通信システムの伝送路における異常発生箇所を判定することができる。 This invention makes it possible to determine the location of an abnormality in the transmission path of an optical fiber communication system using the signal quality measurement function provided by the optical transceiver.

本発明の第1の実施形態における光ネットワークシステム1の全体構成図である。1 is a diagram illustrating an overall configuration of an optical network system 1 according to a first embodiment of the present invention. 本発明の第1の実施形態における光ネットワーク状態推定装置20の動作を示すフローチャートである。4 is a flowchart showing an operation of the optical network state estimating device 20 in the first embodiment of the present invention. 光ネットワーク状態推定装置20の動作を説明するための光ネットワークの構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of the configuration of an optical network for explaining the operation of an optical network state estimation device 20. 異常発生箇所のパターンと信号状態診断部22によって異常が検出される光トランシーバとの対応の一例を示す図である。10 is a diagram showing an example of a correspondence between a pattern of abnormality occurrence locations and an optical transceiver in which an abnormality is detected by a signal state diagnostic unit 22. FIG. 本発明の第1の実施形態の第1の変形例における光ネットワークシステム1bの全体構成図である。FIG. 1 is an overall configuration diagram of an optical network system 1b according to a first modified example of the first embodiment of the present invention. 本発明の第1の実施形態の第2の変形例における光ネットワークシステム1cの全体構成図である。FIG. 10 is an overall configuration diagram of an optical network system 1c according to a second modified example of the first embodiment of the present invention. 本発明の第1の実施形態の第2の変形例における光ネットワークシステム1cのマルチコア光ファイバ30cの断面図である。FIG. 10 is a cross-sectional view of a multi-core optical fiber 30c of an optical network system 1c according to a second modification of the first embodiment of the present invention. 本発明の第2の実施形態における光ネットワーク状態推定装置20dの動作を示すフローチャートである。10 is a flowchart showing the operation of an optical network state estimating device 20d according to the second embodiment of the present invention. 光ネットワーク状態推定装置20dの動作を説明するための光ネットワークの構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of the configuration of an optical network for explaining the operation of the optical network state estimation device 20d. 異常発生箇所のパターンと信号状態診断部22によって異常が検出される光トランシーバとの対応の一例を示す図である。10 is a diagram showing an example of a correspondence between a pattern of abnormality occurrence locations and an optical transceiver in which an abnormality is detected by a signal state diagnostic unit 22. FIG. 本発明の第2の実施形態の変形例における光ネットワーク状態推定装置の動作を示すフローチャートである。10 is a flowchart showing the operation of the optical network state estimating device according to a modified example of the second embodiment of the present invention.

<第1の実施形態>
以下、本発明の第1の実施形態について、図面を参照しながら説明する。
First Embodiment
A first embodiment of the present invention will be described below with reference to the drawings.

[光ネットワークシステムの構成]
以下、本実施形態における光ネットワークシステムの構成について説明する。図1は、本発明の第1の実施形態における光ネットワークシステム1の全体構成図である。光ネットワークシステム1は、光ファイバ通信システムである。図1に示されるように、本実施形態における光ネットワークシステム1は、4つの光ノード装置10と、光ネットワーク状態推定装置20とを含んで構成される。なお、本実施形態では、一例として、光ネットワークシステム1が有する光ノード装置10の個数を4つとしているが、これに限られるものではなく、任意の個数で構わない。
[Configuration of optical network system]
The configuration of the optical network system according to this embodiment will be described below. Fig. 1 is an overall configuration diagram of an optical network system 1 according to a first embodiment of the present invention. The optical network system 1 is an optical fiber communication system. As shown in Fig. 1, the optical network system 1 according to this embodiment is configured to include four optical node devices 10 and an optical network state estimation device 20. Note that in this embodiment, as an example, the number of optical node devices 10 included in the optical network system 1 is four, but this is not limited to this and any number may be used.

4つの光ノード装置10は、光ファイバを用いた光リンクで互いに通信接続され、光ネットワークを構成する。図1に示されるように、光ノード装置10は、光信号入出力部11と、光クロスコネクト部12とを備える。 Four optical node devices 10 are communicatively connected to each other via optical links using optical fibers, forming an optical network. As shown in Figure 1, each optical node device 10 comprises an optical signal input/output unit 11 and an optical cross-connect unit 12.

光信号入出力部11は、光ノード装置10の間を接続する光リンクにて伝送される信号の入出力を行う。光信号入出力部11には、クライアント信号を伝達する光トランシーバ110(Tx/Rx(Transmitter/Receiver))が、実際の通信状況に応じて備わる。光トランシーバ110によって取得された、伝送区間の伝送信号情報は、光ネットワーク状態推定装置20へ送信される。伝送信号情報には、光リンクで伝送された信号の状態を推定するために必要となる、光通信に関わる情報が含まれている。例えば、伝送信号情報には、光トランシーバ110によって受信されたデジタル変調信号、受信パワーの値、及びビットエラー率の値等が含まれる。 The optical signal input/output unit 11 inputs and outputs signals transmitted over the optical link connecting the optical node devices 10. The optical signal input/output unit 11 is equipped with optical transceivers 110 (Tx/Rx (Transmitter/Receiver)) that transmit client signals, depending on the actual communication situation. Transmission signal information for the transmission section acquired by the optical transceiver 110 is sent to the optical network state estimation device 20. The transmission signal information includes information related to optical communications that is necessary to estimate the state of the signal transmitted over the optical link. For example, the transmission signal information includes the digitally modulated signal received by the optical transceiver 110, the received power value, and the bit error rate value.

光クロスコネクト部12は、光信号の入出力方路を決定する。 The optical cross-connect unit 12 determines the input and output paths of optical signals.

光ネットワーク状態推定装置20は、4つの光ノード装置10によって構成される光ネットワークの通信状態を評価する。図1に示されるように、光ネットワーク状態推定装置20は、伝送信号情報収集部21と、信号状態診断部22と、異常発生箇所推定部23とを備える。 The optical network state estimation device 20 evaluates the communication state of an optical network composed of four optical node devices 10. As shown in FIG. 1, the optical network state estimation device 20 includes a transmission signal information collection unit 21, a signal state diagnosis unit 22, and an abnormality location estimation unit 23.

伝送信号情報収集部21は、光ネットワークの被監視区間の光ノード装置10の各々から伝送信号情報を受信する。伝送信号情報収集部21は、受信された伝送信号情報を信号状態診断部22へ出力する。 The transmission signal information collection unit 21 receives transmission signal information from each optical node device 10 in the monitored section of the optical network. The transmission signal information collection unit 21 outputs the received transmission signal information to the signal status diagnosis unit 22.

信号状態診断部22は、伝送信号情報収集部21から出力された伝送信号情報を取得する。信号状態診断部22は、取得された伝送信号情報に基づいて伝送区間の正常性を診断する。なお、ここでいう正常性の診断とは、異常の有無の検出である。具体的には、信号状態診断部22は、各光トランシーバ110が通過する(利用する)伝送区間が正常であるか否か(異常が発生しているか否か)を判定する。例えば、信号状態診断部22は、受信パワーの値又はビットエラー率の値が予め定められた閾値を下回った場合に、伝送区間に異常が発生していると判定する。信号状態診断部22は、伝送区間の正常性の診断結果(異常の検出結果)を示す情報を異常発生箇所推定部23へ出力する。 The signal state diagnostic unit 22 acquires the transmission signal information output from the transmission signal information collection unit 21. The signal state diagnostic unit 22 diagnoses the normality of the transmission section based on the acquired transmission signal information. Note that diagnosing normality here means detecting the presence or absence of an abnormality. Specifically, the signal state diagnostic unit 22 determines whether the transmission section through which each optical transceiver 110 passes (is used) is normal (whether an abnormality has occurred). For example, the signal state diagnostic unit 22 determines that an abnormality has occurred in the transmission section when the received power value or bit error rate value falls below a predetermined threshold. The signal state diagnostic unit 22 outputs information indicating the diagnosis result of the normality of the transmission section (the abnormality detection result) to the abnormality location estimation unit 23.

なお、信号状態診断部22は、例えば、デジタル変調信号等を用いてニューラルネットワーク等を用いた機械学習を行い、学習がなされたニューラルネットワーク等を用いることによって、伝送区間における異常の発生の有無を判定することができる構成であってもよい。 The signal condition diagnosis unit 22 may be configured to perform machine learning using a neural network or the like using, for example, a digitally modulated signal, and then use the trained neural network or the like to determine whether or not an abnormality has occurred in the transmission section.

異常発生箇所推定部23は、信号状態診断部22から出力された、伝送区間の正常性の診断結果を示す情報を取得する。異常発生箇所推定部23は、取得された診断結果を示す情報に基づいて、光ネットワークにおいて異常が発生している箇所(以下、「異常発生箇所」という。)を推定する。なお、本実施形態における異常発生箇所とは、異常が発生している光リンク、及び異常が発生している光トランシーバ110である。 The abnormality location estimation unit 23 acquires information indicating the diagnosis results of the normality of the transmission section, output from the signal status diagnosis unit 22. Based on the acquired information indicating the diagnosis results, the abnormality location estimation unit 23 estimates the location where the abnormality has occurred in the optical network (hereinafter referred to as the "abnormality location"). Note that the abnormality location in this embodiment refers to the optical link where the abnormality has occurred and the optical transceiver 110 where the abnormality has occurred.

[光ネットワーク状態推定装置の動作]
以下、図2~4を参照しながら、光ネットワーク状態推定装置20の動作の一例について説明する。なお、本実施形態では、光ネットワークの構成、各光トランシーバ110の接続状況、及び信号状態診断部22による各光トランシーバ110の正常性の診断結果は、既知であるものとする。
[Operation of Optical Network State Estimation Device]
2 to 4, an example of the operation of the optical network state estimation device 20 will be described. Note that in this embodiment, the configuration of the optical network, the connection status of each optical transceiver 110, and the diagnosis result of the signal state diagnosis unit 22 on the normality of each optical transceiver 110 are assumed to be known.

なお、本実施形態では、説明を簡易にするため、光ネットワークにおいて異常が発生している箇所は1箇所であるものとし、同時に複数の箇所で異常が発生していることはないものと仮定する。具体的には、本実施形態では、光ネットワークにおいて異常が発生している箇所は、光リンクのいずれか1箇所、又は光トランシーバ110のいずれか1箇所であるものとする。 In this embodiment, for ease of explanation, it is assumed that an abnormality occurs in one location in the optical network, and that abnormalities do not occur in multiple locations at the same time. Specifically, in this embodiment, it is assumed that an abnormality occurs in one of the optical links or one of the optical transceivers 110 in the optical network.

図2は、本発明の第1の実施形態における光ネットワーク状態推定装置20の動作を示すフローチャートである。図3は、光ネットワーク状態推定装置20の動作を説明するための光ネットワークの構成の一例を示す図である。図4は、図3に示される光ネットワークにおける異常発生のパターン及び正常性の診断結果を示す図である。 Figure 2 is a flowchart showing the operation of the optical network state estimation device 20 in the first embodiment of the present invention. Figure 3 is a diagram showing an example of the configuration of an optical network to explain the operation of the optical network state estimation device 20. Figure 4 is a diagram showing the pattern of abnormality occurrences and the results of normality diagnosis in the optical network shown in Figure 3.

図2のフローチャートが示す光ネットワーク状態推定装置20の動作は、例えば、信号状態診断部22によって光トランシーバ110の少なくとも1つが異常であると診断された際に開始される。 The operation of the optical network state estimation device 20 shown in the flowchart of Figure 2 is initiated, for example, when the signal state diagnosis unit 22 diagnoses that at least one of the optical transceivers 110 is abnormal.

まず、光ネットワーク状態推定装置20の異常発生箇所推定部23は、評価対象の光ネットワーク内の光リンクの各々について、光リンクを使用している全ての光トランシーバ110が異常であると診断されているか否かを特定する(ステップS001)。 First, the abnormality location estimation unit 23 of the optical network state estimation device 20 determines, for each optical link in the optical network being evaluated, whether all optical transceivers 110 using the optical link have been diagnosed as abnormal (step S001).

光リンクを使用している全ての光トランシーバ110が異常であると診断されている場合(ステップS001・YES)、異常発生箇所推定部23は、当該光リンクに対して異常発生フラグを設定する処理を行う(ステップS002)。異常発生箇所推定部23は、評価対象の光ネットワーク内の全ての光リンクについて上記の処理を繰り返した後、次のステップの動作に進む。 If all optical transceivers 110 using the optical link are diagnosed as abnormal (step S001, YES), the abnormality location estimation unit 23 performs a process to set an abnormality occurrence flag for that optical link (step S002). The abnormality location estimation unit 23 repeats the above process for all optical links in the optical network being evaluated, and then proceeds to the next step.

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110の各々について、光トランシーバ110が通過する全ての光リンクに異常発生フラグが(上記のステップS002の処理によって)設定されていないかどうかを特定する(ステップS003)。言い換えると、異常発生箇所推定部23は、光トランシーバ110が通過する少なくとも1つの光リンクに異常発生フラグが(上記のステップS002の処理によって)設定されているか否かを特定する。 Next, for each optical transceiver 110 diagnosed as abnormal by the signal condition diagnosis unit 22, the abnormality occurrence location estimation unit 23 determines whether an abnormality occurrence flag has been set (by the processing of step S002 above) in all optical links through which the optical transceiver 110 passes (step S003). In other words, the abnormality occurrence location estimation unit 23 determines whether an abnormality occurrence flag has been set (by the processing of step S002 above) in at least one optical link through which the optical transceiver 110 passes.

光トランシーバ110が通過する全ての光リンクに異常発生フラグが設定されていない場合(ステップS003・YES)、異常発生箇所推定部23は、当該光トランシーバ110に対して異常発生フラグを設定する処理を行う(ステップS005)。 If an abnormality occurrence flag has not been set for all optical links through which the optical transceiver 110 passes (step S003: YES), the abnormality occurrence location estimation unit 23 performs a process to set an abnormality occurrence flag for the optical transceiver 110 in question (step S005).

一方、光トランシーバ110が通過する少なくとも1つの光リンクに異常発生フラグが(上記のステップS002の処理によって)設定されている場合(ステップS003・NO)、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクのうち、当該光トランシーバ110のみが使用している(他の光トランシーバ110には使用されていない)光リンクが存在するか否かを特定する(ステップS004)。 On the other hand, if an abnormality occurrence flag has been set (by the processing of step S002 above) for at least one optical link through which the optical transceiver 110 passes (step S003: NO), the abnormality occurrence location estimation unit 23 determines whether or not there is an optical link among the optical links for which an abnormality occurrence flag has been set that is being used only by the optical transceiver 110 (and is not being used by other optical transceivers 110) (step S004).

異常発生フラグが設定されている光リンクのうち、当該光トランシーバ110のみが使用している(他の光トランシーバ110には使用されていない)光リンクが存在する場合(ステップS004・YES)、異常発生箇所推定部23は、当該光トランシーバ110に対して異常発生フラグを設定する処理を行う(ステップS005)。 If there is an optical link among the optical links for which an abnormality occurrence flag is set that is used only by the optical transceiver 110 (and not used by other optical transceivers 110) (step S004, YES), the abnormality occurrence location estimation unit 23 performs a process of setting an abnormality occurrence flag for that optical transceiver 110 (step S005).

異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された全ての光トランシーバ110について、上記ステップS003以降の処理を繰り返した場合、図2のフローチャートが示す光ネットワーク状態推定装置20の動作が終了する。 When the abnormality location estimation unit 23 has repeated the processing from step S003 onwards for all optical transceivers 110 diagnosed as abnormal by the signal state diagnosis unit 22, the operation of the optical network state estimation device 20 shown in the flowchart of Figure 2 ends.

以下、図3及び4を参照しながら、上記の図2に示されるフローチャートの処理が行われた場合の具体例について説明する。 Below, we will explain a specific example of when the processing of the flowchart shown in Figure 2 above is performed, with reference to Figures 3 and 4.

図3には、以下に説明する具体例における光ネットワークシステム1aの全体構成及び光ネットワークの構成が示されている。図3に示されるように、以下に説明する具体例における光ネットワークシステム1aは、光ノード装置10Aと、光ノード装置10Bと、光ノード装置10Cと、光ノード装置10Dと、光ネットワーク状態推定装置20とを含んで構成される。 Figure 3 shows the overall configuration of the optical network system 1a and the configuration of the optical network in the specific example described below. As shown in Figure 3, the optical network system 1a in the specific example described below is configured to include optical node devices 10A, 10B, 10C, 10D, and an optical network state estimation device 20.

光ノード装置10A、光ノード装置10B、光ノード装置10C、及び光ノード装置10Dは、シングルモード光ファイバ30を用いた光リンクで互いに通信接続され、光ネットワークを構成する。光ノード装置10A、光ノード装置10B、光ノード装置10C、及び光ノード装置10Dは、それぞれ、光信号入出力部11と、光クロスコネクト部12とを備える。また、光クロスコネクト部12は、波長多重部15を備える。 Optical node device 10A, optical node device 10B, optical node device 10C, and optical node device 10D are communicatively connected to one another via optical links using single-mode optical fibers 30, forming an optical network. Optical node device 10A, optical node device 10B, optical node device 10C, and optical node device 10D each include an optical signal input/output unit 11 and an optical cross-connect unit 12. Furthermore, optical cross-connect unit 12 includes a wavelength multiplexing unit 15.

以下、光ノード装置10Aと光ノード装置10Bとの間を接続する光リンクを「光リンクA-B」、光ノード装置10Bと光ノード装置10Cとの間を接続する光リンクを「光リンクB-C」、及び光ノード装置10Cと光ノード装置10Dとの間を接続する光リンクを「光リンクC-D」という。 Hereinafter, the optical link connecting optical node device 10A and optical node device 10B will be referred to as "optical link A-B," the optical link connecting optical node device 10B and optical node device 10C will be referred to as "optical link B-C," and the optical link connecting optical node device 10C and optical node device 10D will be referred to as "optical link C-D."

光信号入出力部11には、クライアント信号を伝達する光トランシーバ(Tx/Rx)が、実際の通信状況に応じて備わる。以下に説明する具体例においては、図3に示されるように、光トランシーバ110-1が光ノード装置10Aと光ノード装置10Cとの間で備わっており、光トランシーバ110-2が光ノード装置10Aと光ノード装置10Bとの間で備わっており、光トランシーバ110-3が光ノード装置10Bと光ノード装置10Dとの間で備わっているものと仮定する。 The optical signal input/output unit 11 is equipped with optical transceivers (Tx/Rx) that transmit client signals depending on the actual communication situation. In the specific example described below, as shown in FIG. 3, it is assumed that optical transceiver 110-1 is provided between optical node device 10A and optical node device 10C, optical transceiver 110-2 is provided between optical node device 10A and optical node device 10B, and optical transceiver 110-3 is provided between optical node device 10B and optical node device 10D.

よって、図3に示されるように、光トランシーバ110-1が通過する光リンクは光リンクA-B及び光リンクB-Cであり、光トランシーバ110-2が通過する光リンクは光リンクA-Bのみであり、光トランシーバ110-3が通過する光リンクは光リンクB-C及び光リンクC-Dである。上記のような構成により、光ノード装置10Aと光ノード装置10Cとの間、光ノード装置10Aと光ノード装置10Bとの間、及び光ノード装置10Bと光ノード装置10Dとの間で、それぞれ光トランシーバ110-1、光トランシーバ110-2、及び光トランシーバ110-3による波長多重通信が行われる。 As shown in FIG. 3, the optical links that optical transceiver 110-1 passes through are optical link A-B and optical link B-C, the optical link that optical transceiver 110-2 passes through is only optical link A-B, and the optical links that optical transceiver 110-3 passes through are optical link B-C and optical link C-D. With the above configuration, wavelength-multiplexed communications are performed by optical transceivers 110-1, 110-2, and 110-3 between optical node device 10A and optical node device 10C, between optical node device 10A and optical node device 10B, and between optical node device 10B and optical node device 10D, respectively.

光ネットワーク状態推定装置20は、光ノード装置10A、光ノード装置10B、光ノード装置10C、及び光ノード装置10Dによって構成される光ネットワークの通信状態を評価する。図3に示されるように、光ネットワーク状態推定装置20は、伝送信号情報収集部21と、信号状態診断部22と、異常発生箇所推定部23とを備える。 The optical network state estimation device 20 evaluates the communication state of an optical network composed of optical node devices 10A, 10B, 10C, and 10D. As shown in FIG. 3, the optical network state estimation device 20 includes a transmission signal information collection unit 21, a signal state diagnosis unit 22, and an abnormality location estimation unit 23.

前述の通り、本実施形態では、光ネットワークにおいて異常が発生した場合に、異常発生箇所は1箇所であるものとし、同時に複数の箇所で異常が発生していることはないものと仮定している。そのため、本具体例においては、光ネットワークにおいて異常が発生している箇所は、光リンクA-B、光リンクB-C、及び光リンクC-Dのうちいずれか1箇所、又は光トランシーバ110-1、光トランシーバ110-2、及び光トランシーバ110-3のうちいずれか1箇所である。すなわち、本具体例の光ネットワークにおいて発生しうる異常発生箇所は6つである。 As mentioned above, in this embodiment, when an abnormality occurs in the optical network, it is assumed that the abnormality occurs in one location and that abnormalities do not occur in multiple locations at the same time. Therefore, in this specific example, the location where the abnormality occurs in the optical network is either one of optical link A-B, optical link B-C, or optical link C-D, or one of optical transceiver 110-1, optical transceiver 110-2, or optical transceiver 110-3. In other words, there are six possible locations where an abnormality can occur in the optical network of this specific example.

なお、光リンクA-B、光リンクB-C、及び光リンクC-Dにおいて発生する異常とは、例えば、光ファイバの曲げによって生じる通信障害である。また、光トランシーバ110-1、光トランシーバ110-2、及び光トランシーバ110-3で発生する異常とは、例えば、光トランシーバそのものの不具合である。 Note that abnormalities occurring in optical links A-B, B-C, and C-D are, for example, communication failures caused by bending of the optical fiber. Furthermore, abnormalities occurring in optical transceivers 110-1, 110-2, and 110-3 are, for example, malfunctions in the optical transceivers themselves.

図4には、図3の光ネットワークにて発生しうる異常発生箇所の6つのパターンと、各異常発生箇所で異常が発生した場合に信号状態診断部22によって異常が検出される光トランシーバとの対応が示されている。 Figure 4 shows six possible patterns of abnormality locations that can occur in the optical network of Figure 3, and the correspondence between these and the optical transceivers in which the signal status diagnosis unit 22 will detect an abnormality if an abnormality occurs at each abnormality location.

図4に示されるように、異常発生箇所が光リンクA-Bであるならば、当該光リンクA-Bを通過する光トランシーバ(Tx/Rx)である、光トランシーバ110-1及び光トランシーバ110-2において異常が検出される。また、異常発生箇所が光リンクB-Cであるならば、当該光リンクB-Cを通過する光トランシーバである、光トランシーバ110-1及び光トランシーバ110-3において異常が検出される。また、異常発生箇所が光リンクC-Dであるならば、当該光リンクC-Dを通過する光トランシーバである、光トランシーバ110-3において異常が検出される。 As shown in Figure 4, if the abnormality occurs in optical link A-B, the abnormality is detected in optical transceivers 110-1 and 110-2, which are optical transceivers (Tx/Rx) passing through optical link A-B. If the abnormality occurs in optical link B-C, the abnormality is detected in optical transceivers 110-1 and 110-3, which are optical transceivers passing through optical link B-C. If the abnormality occurs in optical link C-D, the abnormality is detected in optical transceiver 110-3, which is an optical transceiver passing through optical link C-D.

また、図4に示されるように、異常発生箇所が光トランシーバ110-1であるならば、光トランシーバ110-1において異常が検出され、異常発生箇所が光トランシーバ110-2であるならば、光トランシーバ110-2において異常が検出され、異常発生箇所が光トランシーバ110-3であるならば、光トランシーバ110-3において異常が検出される。上記のような異常発生箇所と異常検出される光トランシーバとの対応に基づいて、異常が検出された光トランシーバから、異常発生箇所を、絞り込んだり、特定したりすることが可能なる。 Furthermore, as shown in FIG. 4, if the abnormality occurs in optical transceiver 110-1, the abnormality is detected in optical transceiver 110-1; if the abnormality occurs in optical transceiver 110-2, the abnormality is detected in optical transceiver 110-2; and if the abnormality occurs in optical transceiver 110-3, the abnormality is detected in optical transceiver 110-3. Based on the correspondence between the abnormality occurrence locations and the optical transceivers in which the abnormality is detected, it is possible to narrow down or identify the abnormality location from the optical transceiver in which the abnormality is detected.

[異常発生フラグ設定の具体例]
以下、図3の光ネットワークにて発生しうる異常発生箇所の6つのパターンのそれぞれについて、図2に示される光ネットワーク状態推定装置20の動作によって異常発生フラグが設定されるまでの流れを説明する。
[Example of setting an error flag]
Hereinafter, a flow up to the setting of an abnormality occurrence flag by the operation of the optical network state estimating device 20 shown in FIG. 2 will be described for each of six patterns of abnormality occurrence locations that can occur in the optical network of FIG.

まず、1つめのパターンである、例えば光ファイバに曲げが生じることにより、光リンクA-Bにおいて異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-1及び光トランシーバ110-2において異常が検出される。光ネットワーク状態推定装置20の異常発生箇所推定部23は、光リンクA-B、光リンクB-C、及び光リンクC-Dの各々について、光リンクを使用している全ての光トランシーバが異常であると診断されているか否かを特定する(図2のステップS001)。 First, consider the first case, where an abnormality occurs in optical link A-B due to, for example, bending of the optical fiber. In this case, as described above, an abnormality is detected in optical transceiver 110-1 and optical transceiver 110-2. The abnormality location estimation unit 23 of the optical network state estimation device 20 determines whether all optical transceivers using the optical links A-B, B-C, and C-D have been diagnosed as abnormal (step S001 in Figure 2).

図3に示されるように、光リンクA-Bを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-2である。前述の通り、光トランシーバ110-1及び光トランシーバ110-2にはいずれも異常であると診断されていることから(図2のステップS001・YES)、異常発生箇所推定部23は、光リンクA-Bに対して異常発生フラグを設定する(図2のステップS002)。 As shown in Figure 3, the optical transceivers using optical link A-B are optical transceiver 110-1 and optical transceiver 110-2. As mentioned above, both optical transceiver 110-1 and optical transceiver 110-2 have been diagnosed as abnormal (step S001 in Figure 2: YES), so the abnormality location estimation unit 23 sets an abnormality flag for optical link A-B (step S002 in Figure 2).

また、図3に示されるように、光リンクB-Cを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-3である。前述の通り、光トランシーバ110-1は異常であると診断されているが、光トランシーバ110-3は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクB-Cに対しては異常発生フラグを設定しない。 Also, as shown in Figure 3, the optical transceivers using optical link B-C are optical transceiver 110-1 and optical transceiver 110-3. As mentioned above, optical transceiver 110-1 has been diagnosed as abnormal, but optical transceiver 110-3 has not been diagnosed as abnormal (step S001: NO in Figure 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link B-C.

また、図3に示されるように、光リンクC-Dを使用している光トランシーバは、光トランシーバ110-3である。光トランシーバ110-3は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクC-Dに対しては異常発生フラグを設定しない。 Also, as shown in Figure 3, the optical transceiver using optical link C-D is optical transceiver 110-3. Because optical transceiver 110-3 has not been diagnosed as abnormal (step S001: NO in Figure 2), the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link C-D.

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110-1及び光トランシーバ110-2の各々について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図2のステップS003)。 Next, for each of the optical transceivers 110-1 and 110-2 diagnosed as abnormal by the signal condition diagnosis unit 22, the abnormality location estimation unit 23 determines whether an abnormality flag has been set for all optical links through which the optical transceiver passes (step S003 in Figure 2).

図3に示されるように、光トランシーバ110-1が通過する光リンクは、光リンクA-B及び光リンクB-Cである。前述の通り、光リンクB-Cには異常発生フラグが設定されていないが、光リンクA-Bには異常発生フラグが設定されている。よって、光トランシーバ110-1が通過する光リンクのうち、異常発生フラグが設定されている光リンク(すなわち、光リンクA-B)がある。この場合(図2のステップS003・NO)、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクA-Bが、光トランシーバ110-1のみによって使用されている(他の光トランシーバには使用されていない)光リンクであるか否かを特定する(図2のステップS004)。 As shown in FIG. 3, the optical links through which the optical transceiver 110-1 passes are optical link A-B and optical link B-C. As mentioned above, the abnormality flag is not set for optical link B-C, but the abnormality flag is set for optical link A-B. Therefore, among the optical links through which the optical transceiver 110-1 passes, there is an optical link for which the abnormality flag is set (i.e., optical link A-B). In this case (step S003 in FIG. 2: NO), the abnormality location estimation unit 23 determines whether the optical link A-B for which the abnormality flag is set is an optical link used only by the optical transceiver 110-1 (and not used by other optical transceivers) (step S004 in FIG. 2).

光リンクA-Bは、光トランシーバ110-1だけでなく光トランシーバ110-2にも使用されていることから(図2のステップS004・NO)、異常発生箇所推定部23は、光トランシーバ110-1に対しては異常発生フラグを設定しない。 Since optical link A-B is used not only by optical transceiver 110-1 but also by optical transceiver 110-2 (step S004: NO in Figure 2), the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical transceiver 110-1.

また、図3に示されるように、光トランシーバ110-2が通過する光リンクは、光リンクA-Bのみである。前述の通り、光リンクA-Bには異常発生フラグが設定されている。よって、光トランシーバ110-2が通過する光リンクのうち、異常発生フラグが設定されている光リンク(すなわち、光リンクA-B)がある。この場合(図2のステップS003・NO)、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクA-Bが、光トランシーバ110-2のみによって使用されている(他の光トランシーバには使用されていない)光リンクであるか否かを特定する(図2のステップS004)。 As shown in FIG. 3, the only optical link through which the optical transceiver 110-2 passes is optical link A-B. As mentioned above, an abnormality occurrence flag is set on optical link A-B. Therefore, among the optical links through which the optical transceiver 110-2 passes, there is an optical link (i.e., optical link A-B) for which an abnormality occurrence flag is set. In this case (step S003 in FIG. 2: NO), the abnormality occurrence location estimation unit 23 determines whether the optical link A-B for which the abnormality occurrence flag is set is an optical link used only by the optical transceiver 110-2 (and not used by other optical transceivers) (step S004 in FIG. 2).

光リンクA-Bは、光トランシーバ110-2だけでなく光トランシーバ110-1にも使用されていることから(図2のステップS004・NO)、異常発生箇所推定部23は、光トランシーバ110-2に対しては異常発生フラグを設定しない。 Since optical link A-B is used not only by optical transceiver 110-2 but also by optical transceiver 110-1 (step S004 in Figure 2: NO), the anomaly occurrence location estimation unit 23 does not set an anomaly occurrence flag for optical transceiver 110-2.

したがって、図3に示されるネットワーク構成において、光リンクA-Bに異常が発生したパターンでは、光リンクA-Bのみに対して異常発生フラグが設定される。すなわち、光リンクA-Bに異常が発生した場合、異常発生箇所推定部23は、光リンクA-Bに異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in Figure 3, in a pattern in which an abnormality occurs in optical link A-B, an abnormality occurrence flag is set only for optical link A-B. In other words, if an abnormality occurs in optical link A-B, the abnormality occurrence location estimation unit 23 can correctly estimate that an abnormality has occurred in optical link A-B.

図4には、図3の光ネットワークにて発生しうる異常発生箇所の6つのパターンと、各異常発生箇所で異常が発生した場合に設定される異常発生フラグとの対応が示されている。 Figure 4 shows six possible patterns of abnormality locations that can occur in the optical network of Figure 3, and the correspondence between these and the abnormality flags that are set when an abnormality occurs at each abnormality location.

次に、2つめのパターンである、例えば光ファイバに曲げが生じることにより、光リンクB-Cにおいて異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-1及び光トランシーバ110-3において異常が検出される。光ネットワーク状態推定装置20の異常発生箇所推定部23は、光リンクA-B、光リンクB-C、及び光リンクC-Dの各々について、光リンクを使用している全ての光トランシーバが異常であると診断されているか否かを特定する(図2のステップS001)。 Next, consider the second case, where an abnormality occurs in optical link B-C due to, for example, bending of the optical fiber. In this case, as described above, abnormalities are detected in optical transceiver 110-1 and optical transceiver 110-3. The abnormality location estimation unit 23 of the optical network state estimation device 20 determines whether all optical transceivers using the optical links A-B, B-C, and C-D have been diagnosed as abnormal (step S001 in Figure 2).

図3に示されるように、光リンクA-Bを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-2である。前述の通り、光トランシーバ110-1は異常であると診断されているが、光トランシーバ110-2は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクA-Bに対しては異常発生フラグを設定しない。 As shown in Figure 3, the optical transceivers using optical link A-B are optical transceiver 110-1 and optical transceiver 110-2. As mentioned above, optical transceiver 110-1 has been diagnosed as abnormal, but optical transceiver 110-2 has not been diagnosed as abnormal (step S001 in Figure 2: NO), so the abnormality location estimation unit 23 does not set an abnormality flag for optical link A-B.

また、図3に示されるように、光リンクB-Cを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-3である。前述の通り、光トランシーバ110-1及び光トランシーバ110-3はいずれも異常であると診断されていることから(図2のステップS001・YES)、異常発生箇所推定部23は、光リンクB-Cに対して異常発生フラグを設定する(図2のステップS002)。 Also, as shown in Figure 3, the optical transceivers using optical link B-C are optical transceiver 110-1 and optical transceiver 110-3. As mentioned above, both optical transceiver 110-1 and optical transceiver 110-3 have been diagnosed as abnormal (step S001 in Figure 2: YES), so the abnormality location estimation unit 23 sets an abnormality occurrence flag for optical link B-C (step S002 in Figure 2).

また、図3に示されるように、光リンクC-Dを使用している光トランシーバは、光トランシーバ110-3のみである。光トランシーバ110-3は異常であると診断されていることから(図2のステップS001・YES)、異常発生箇所推定部23は、光リンクC-Dに対して本来ならば異常発生フラグを設定するところである。しかしながら、光リンクC-Dに異常が発生したならば、光リンクC-Dを使用していない光トランシーバ110-1が(前述の通り)異常であると診断されていることと矛盾する(異常は複数の箇所で同時に発生しないことを仮定しているため)。よって、異常発生箇所推定部23は、光リンクC-Dに対しては異常発生フラグを設定しない。 Furthermore, as shown in FIG. 3, the only optical transceiver using optical link C-D is optical transceiver 110-3. Because optical transceiver 110-3 has been diagnosed as abnormal (step S001: YES in FIG. 2), the abnormality occurrence location estimation unit 23 would normally set an abnormality occurrence flag for optical link C-D. However, if an abnormality occurs in optical link C-D, this would contradict the fact that optical transceiver 110-1, which does not use optical link C-D, has been diagnosed as abnormal (as described above) (because it is assumed that abnormalities do not occur at multiple locations simultaneously). Therefore, the abnormality occurrence location estimation unit 23 does not set an abnormality occurrence flag for optical link C-D.

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110-1及び光トランシーバ110-3の各々について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図2のステップS003)。 Next, for each of the optical transceivers 110-1 and 110-3 diagnosed as abnormal by the signal status diagnosis unit 22, the abnormality location estimation unit 23 determines whether an abnormality occurrence flag has been set for all optical links through which the optical transceiver passes (step S003 in Figure 2).

図3に示されるように、光トランシーバ110-1が通過する光リンクは、光リンクA-B及び光リンクB-Cである。前述の通り、光リンクA-Bには異常発生フラグが設定されていないが、光リンクB-Cには異常発生フラグが設定されている。よって、光トランシーバ110-1が通過する光リンクのうち、異常発生フラグが設定されている光リンク(すなわち、光リンクB-C)がある。この場合(図2のステップS003・NO)、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクB-Cが、光トランシーバ110-1のみによって使用されている(他の光トランシーバには使用されていない)光リンクであるか否かを特定する(図2のステップS004)。 As shown in FIG. 3, the optical links through which the optical transceiver 110-1 passes are optical link A-B and optical link B-C. As mentioned above, the abnormality flag is not set for optical link A-B, but the abnormality flag is set for optical link B-C. Therefore, among the optical links through which the optical transceiver 110-1 passes, there is an optical link for which the abnormality flag is set (i.e., optical link B-C). In this case (step S003 in FIG. 2: NO), the abnormality location estimation unit 23 determines whether the optical link B-C for which the abnormality flag is set is an optical link used only by the optical transceiver 110-1 (and not used by other optical transceivers) (step S004 in FIG. 2).

光リンクA-Bは、光トランシーバ110-1だけでなく光トランシーバ110-2にも使用されていることから(図2のステップS004・NO)、異常発生箇所推定部23は、光トランシーバ110-1に対しては異常発生フラグを設定しない。 Since optical link A-B is used not only by optical transceiver 110-1 but also by optical transceiver 110-2 (step S004: NO in Figure 2), the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical transceiver 110-1.

また、図3に示されるように、光トランシーバ110-3が通過する光リンクは、光リンクB-C及び光リンクC-Dである。前述の通り、光リンクC-Dには異常発生フラグが設定されていないが、光リンクB-Cには異常発生フラグが設定されている。よって、光トランシーバ110-3が通過する光リンクのうち、異常発生フラグが設定されている光リンク(すなわち、光リンクB-C)がある。この場合(図2のステップS003・NO)、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクB-Cが、光トランシーバ110-3のみによって使用されている(他の光トランシーバには使用されていない)光リンクであるか否かを特定する(図2のステップS004)。 As shown in FIG. 3, the optical links through which the optical transceiver 110-3 passes are optical link B-C and optical link C-D. As mentioned above, the abnormality flag is not set for optical link C-D, but the abnormality flag is set for optical link B-C. Therefore, among the optical links through which the optical transceiver 110-3 passes, there is an optical link for which the abnormality flag is set (i.e., optical link B-C). In this case (step S003 in FIG. 2: NO), the abnormality location estimation unit 23 determines whether the optical link B-C for which the abnormality flag is set is an optical link used only by the optical transceiver 110-3 (and not used by other optical transceivers) (step S004 in FIG. 2).

光リンクB-Cは、光トランシーバ110-3だけでなく光トランシーバ110-1にも使用されていることから(図2のステップS004・NO)、異常発生箇所推定部23は、光トランシーバ110-3に対しては異常発生フラグを設定しない。 Since optical link B-C is used not only by optical transceiver 110-3 but also by optical transceiver 110-1 (step S004: NO in Figure 2), the anomaly occurrence location estimation unit 23 does not set an anomaly occurrence flag for optical transceiver 110-3.

したがって、図3に示されるネットワーク構成において、光リンクB-Cに異常が発生したパターンでは、光リンクB-Cのみに対して異常発生フラグが設定される。すなわち、光リンクB-Cに異常が発生した場合、異常発生箇所推定部23は、光リンクB-Cに異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in Figure 3, in a pattern in which an abnormality occurs in optical link B-C, an abnormality occurrence flag is set only for optical link B-C. In other words, if an abnormality occurs in optical link B-C, the abnormality occurrence location estimation unit 23 can correctly estimate that an abnormality has occurred in optical link B-C.

次に、3つめのパターンである、例えば光ファイバに曲げが生じることにより、光リンクC-Dにおいて異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-3において異常が検出される。光ネットワーク状態推定装置20の異常発生箇所推定部23は、光リンクA-B、光リンクB-C、及び光リンクC-Dの各々について、光リンクを使用している全ての光トランシーバが異常であると診断されているか否かを特定する(図2のステップS001)。 Next, consider the third case, where an abnormality occurs in optical link C-D due to, for example, bending of the optical fiber. In this case, as described above, an abnormality is detected in optical transceiver 110-3. The abnormality location estimation unit 23 of the optical network state estimation device 20 determines whether all optical transceivers using the optical links A-B, B-C, and C-D have been diagnosed as abnormal (step S001 in Figure 2).

図3に示されるように、光リンクA-Bを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-2である。前述の通り、光トランシーバ110-1及び光トランシーバ110-2はいずれも異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクA-Bに対しては異常発生フラグを設定しない。 As shown in Figure 3, the optical transceivers using optical link A-B are optical transceiver 110-1 and optical transceiver 110-2. As mentioned above, neither optical transceiver 110-1 nor optical transceiver 110-2 has been diagnosed as abnormal (step S001: NO in Figure 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link A-B.

また、図3に示されるように、光リンクB-Cを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-3である。前述の通り、光トランシーバ110-3は異常であると診断されているが、光トランシーバ110-1は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクB-Cに対しては異常発生フラグを設定しない。 Also, as shown in Figure 3, the optical transceivers using optical link B-C are optical transceiver 110-1 and optical transceiver 110-3. As mentioned above, optical transceiver 110-3 has been diagnosed as abnormal, but optical transceiver 110-1 has not been diagnosed as abnormal (step S001: NO in Figure 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link B-C.

また、図3に示されるように、光リンクC-Dを使用している光トランシーバは、光トランシーバ110-3のみである。光トランシーバ110-3は異常であると診断されていることから(図2のステップS001・YES)、異常発生箇所推定部23は、光リンクC-Dに対して異常発生フラグを設定する(図2のステップS002)。 Also, as shown in Figure 3, the only optical transceiver using optical link C-D is optical transceiver 110-3. Because optical transceiver 110-3 has been diagnosed as abnormal (step S001 in Figure 2: YES), the abnormality location estimation unit 23 sets an abnormality occurrence flag for optical link C-D (step S002 in Figure 2).

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110-3について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図2のステップS003)。 Next, the abnormality location estimation unit 23 determines whether an abnormality occurrence flag has been set for all optical links through which the optical transceiver 110-3, which has been diagnosed as abnormal by the signal status diagnosis unit 22, passes (step S003 in Figure 2).

図3に示されるように、光トランシーバ110-3が通過する光リンクは、光リンクB-C及び光リンクC-Dである。前述の通り、光リンクB-Cには異常発生フラグが設定されていないが、光リンクC-Dには異常発生フラグが設定されている。よって、光トランシーバ110-3が通過する光リンクのうち、異常発生フラグが設定されている光リンク(すなわち、光リンクC-D)がある。この場合(図2のステップS003・NO)、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクC-Dが、光トランシーバ110-3のみによって使用されている(他の光トランシーバには使用されていない)光リンクであるか否かを特定する(図2のステップS004)。 As shown in FIG. 3, the optical links through which the optical transceiver 110-3 passes are optical link B-C and optical link C-D. As mentioned above, the abnormality flag is not set for optical link B-C, but the abnormality flag is set for optical link C-D. Therefore, among the optical links through which the optical transceiver 110-3 passes, there is an optical link for which the abnormality flag is set (i.e., optical link C-D). In this case (step S003 in FIG. 2: NO), the abnormality location estimation unit 23 determines whether the optical link C-D for which the abnormality flag is set is an optical link used only by the optical transceiver 110-3 (and not used by other optical transceivers) (step S004 in FIG. 2).

光リンクC-Dは光トランシーバ110-3のみによって使用されていることから(図2のステップS004・YES)、異常発生箇所推定部23は、光トランシーバ110-3に対して異常発生フラグを設定する(図2のステップS005)。 Since optical link C-D is being used only by optical transceiver 110-3 (step S004 in Figure 2, YES), the anomaly occurrence location estimation unit 23 sets an anomaly occurrence flag for optical transceiver 110-3 (step S005 in Figure 2).

したがって、図3に示されるネットワーク構成において、光リンクC-Dに異常が発生したパターンでは、光リンクC-D及び光トランシーバ110-3に対して異常発生フラグが設定される。すなわち、光リンクC-Dに異常が発生した場合、異常発生箇所推定部23は、異常発生箇所を一意に推定することはできないが、光リンクC-D又は光トランシーバ110-3のいずれかに異常が発生したと、異常発生箇所の絞り込みを行うことができる。 Therefore, in the network configuration shown in FIG. 3, in a pattern in which an abnormality occurs in optical link C-D, an abnormality occurrence flag is set for optical link C-D and optical transceiver 110-3. In other words, if an abnormality occurs in optical link C-D, the abnormality occurrence location estimation unit 23 cannot uniquely estimate the location of the abnormality, but it can narrow down the location of the abnormality by assuming that an abnormality has occurred in either optical link C-D or optical transceiver 110-3.

次に、4つめのパターンである、例えば光トランシーバ110-1において異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-1のみにおいて異常が検出される。光ネットワーク状態推定装置20の異常発生箇所推定部23は、光リンクA-B、光リンクB-C、及び光リンクC-Dの各々について、光リンクを使用している全ての光トランシーバが異常であると診断されているか否かを特定する(図2のステップS001)。 Next, consider the fourth pattern, where an abnormality occurs in optical transceiver 110-1, for example. In this case, as described above, an abnormality is detected only in optical transceiver 110-1. The abnormality location estimation unit 23 of the optical network state estimation device 20 determines whether all optical transceivers using the optical links A-B, B-C, and C-D have been diagnosed as abnormal (step S001 in Figure 2).

図3に示されるように、光リンクA-Bを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-2である。前述の通り、光トランシーバ110-1は異常であると診断されているが、光トランシーバ110-2は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクA-Bに対して異常発生フラグを設定しない。 As shown in Figure 3, the optical transceivers using optical link A-B are optical transceiver 110-1 and optical transceiver 110-2. As mentioned above, optical transceiver 110-1 has been diagnosed as abnormal, but optical transceiver 110-2 has not been diagnosed as abnormal (step S001 in Figure 2: NO), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link A-B.

また、図3に示されるように、光リンクB-Cを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-3である。前述の通り、光トランシーバ110-1は異常であると診断されているが、光トランシーバ110-3は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクB-Cに対しては異常発生フラグを設定しない。 Furthermore, as shown in FIG. 3, the optical transceivers using optical link B-C are optical transceiver 110-1 and optical transceiver 110-3. As mentioned above, optical transceiver 110-1 has been diagnosed as abnormal, but optical transceiver 110-3 has not been diagnosed as abnormal (step S001: NO in FIG. 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link B-C.

また、図3に示されるように、光リンクC-Dを使用している光トランシーバは、光トランシーバ110-3である。光トランシーバ110-3は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクC-Dに対しては異常発生フラグを設定しない。 Also, as shown in Figure 3, the optical transceiver using optical link C-D is optical transceiver 110-3. Because optical transceiver 110-3 has not been diagnosed as abnormal (step S001: NO in Figure 2), the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link C-D.

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110-1について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図2のステップS003)。 Next, the abnormality location estimation unit 23 determines whether an abnormality occurrence flag has been set for all optical links through which the optical transceiver 110-1 diagnosed as abnormal by the signal status diagnosis unit 22 passes (step S003 in Figure 2).

図3に示されるように、光トランシーバ110-1が通過する光リンクは、光リンクA-B及び光リンクB-Cである。そして、前述の通り、光リンクA-B及び光リンクB-Cには異常発生フラグが設定されていない。この場合(図2のステップS003・YES)、異常発生箇所推定部23は、光トランシーバ110-1に対して異常発生フラグを設定する(図2のステップS005)。 As shown in FIG. 3, the optical links through which optical transceiver 110-1 passes are optical link A-B and optical link B-C. As mentioned above, no abnormality flags have been set for optical link A-B or optical link B-C. In this case (step S003 in FIG. 2: YES), the abnormality location estimation unit 23 sets an abnormality flag for optical transceiver 110-1 (step S005 in FIG. 2).

したがって、図3に示されるネットワーク構成において、光トランシーバ110-1に異常が発生したパターンでは、光トランシーバ110-1のみに対して異常発生フラグが設定される。すなわち、光トランシーバ110-1に異常が発生した場合、異常発生箇所推定部23は、光トランシーバ110-1に異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in FIG. 3, in a pattern in which an abnormality occurs in optical transceiver 110-1, an abnormality occurrence flag is set only for optical transceiver 110-1. In other words, if an abnormality occurs in optical transceiver 110-1, the abnormality occurrence location estimation unit 23 can correctly estimate that the abnormality has occurred in optical transceiver 110-1.

次に、5つめのパターンである、例えば光トランシーバ110-2において異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-2のみにおいて異常が検出される。光ネットワーク状態推定装置20の異常発生箇所推定部23は、光リンクA-B、光リンクB-C、及び光リンクC-Dの各々について、光リンクを使用している全ての光トランシーバが異常であると診断されているか否かを特定する(図2のステップS001)。 Next, consider the fifth pattern, where an abnormality occurs in optical transceiver 110-2, for example. In this case, as described above, an abnormality is detected only in optical transceiver 110-2. The abnormality location estimation unit 23 of the optical network state estimation device 20 determines whether all optical transceivers using the optical links A-B, B-C, and C-D have been diagnosed as abnormal (step S001 in Figure 2).

図3に示されるように、光リンクA-Bを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-2である。前述の通り、光トランシーバ110-2は異常であると診断されているが、光トランシーバ110-1は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクA-Bに対して異常発生フラグを設定しない。 As shown in Figure 3, the optical transceivers using optical link A-B are optical transceiver 110-1 and optical transceiver 110-2. As mentioned above, optical transceiver 110-2 has been diagnosed as abnormal, but optical transceiver 110-1 has not been diagnosed as abnormal (step S001: NO in Figure 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link A-B.

また、図3に示されるように、光リンクB-Cを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-3である。前述の通り、光トランシーバ110-1及び光トランシーバ110-3は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクB-Cに対しては異常発生フラグを設定しない。 Furthermore, as shown in FIG. 3, the optical transceivers using optical link B-C are optical transceiver 110-1 and optical transceiver 110-3. As mentioned above, optical transceiver 110-1 and optical transceiver 110-3 have not been diagnosed as abnormal (step S001 in FIG. 2: NO), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link B-C.

また、図3に示されるように、光リンクC-Dを使用している光トランシーバは、光トランシーバ110-3である。光トランシーバ110-3は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクC-Dに対しては異常発生フラグを設定しない。 Also, as shown in Figure 3, the optical transceiver using optical link C-D is optical transceiver 110-3. Because optical transceiver 110-3 has not been diagnosed as abnormal (step S001: NO in Figure 2), the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link C-D.

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110-2について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図2のステップS003)。 Next, the abnormality location estimation unit 23 determines whether an abnormality occurrence flag has been set for all optical links through which the optical transceiver 110-2, which has been diagnosed as abnormal by the signal status diagnosis unit 22, passes (step S003 in Figure 2).

図3に示されるように、光トランシーバ110-2が通過する光リンクは、光リンクA-Bのみである。そして、前述の通り、光リンクA-Bには異常発生フラグが設定されていない。この場合(図2のステップS003・YES)、異常発生箇所推定部23は、光トランシーバ110-2に対して異常発生フラグを設定する(図2のステップS005)。 As shown in FIG. 3, the only optical link through which optical transceiver 110-2 passes is optical link A-B. As mentioned above, an abnormality occurrence flag has not been set for optical link A-B. In this case (step S003 in FIG. 2: YES), the abnormality occurrence location estimation unit 23 sets an abnormality occurrence flag for optical transceiver 110-2 (step S005 in FIG. 2).

したがって、図3に示されるネットワーク構成において、光トランシーバ110-2に異常が発生したパターンでは、光トランシーバ110-2のみに対して異常発生フラグが設定される。すなわち、光トランシーバ110-2に異常が発生した場合、異常発生箇所推定部23は、光トランシーバ110-2に異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in FIG. 3, in a pattern in which an abnormality occurs in optical transceiver 110-2, an abnormality occurrence flag is set only for optical transceiver 110-2. In other words, if an abnormality occurs in optical transceiver 110-2, the abnormality occurrence location estimation unit 23 can correctly estimate that an abnormality has occurred in optical transceiver 110-2.

最後に、6つめのパターンである、例えば光トランシーバ110-3において異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-3のみにおいて異常が検出される。光ネットワーク状態推定装置20の異常発生箇所推定部23は、光リンクA-B、光リンクB-C、及び光リンクC-Dの各々について、光リンクを使用している全ての光トランシーバが異常であると診断されているか否かを特定する(図2のステップS001)。 Finally, consider the sixth pattern, where an abnormality occurs in optical transceiver 110-3, for example. In this case, as described above, an abnormality is detected only in optical transceiver 110-3. The abnormality location estimation unit 23 of the optical network state estimation device 20 determines whether all optical transceivers using the optical links A-B, B-C, and C-D have been diagnosed as abnormal (step S001 in Figure 2).

図3に示されるように、光リンクA-Bを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-2である。前述の通り、光トランシーバ110-1及び光トランシーバ110-1は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクA-Bに対して異常発生フラグを設定しない。 As shown in Figure 3, the optical transceivers using optical link A-B are optical transceiver 110-1 and optical transceiver 110-2. As mentioned above, optical transceiver 110-1 and optical transceiver 110-2 have not been diagnosed as abnormal (step S001: NO in Figure 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link A-B.

また、図3に示されるように、光リンクB-Cを使用している光トランシーバは、光トランシーバ110-1及び光トランシーバ110-3である。前述の通り、光トランシーバ110-3は異常であると診断されているが、光トランシーバ110-1は異常であるとは診断されていないことから(図2のステップS001・NO)、異常発生箇所推定部23は、光リンクB-Cに対しては異常発生フラグを設定しない。 Also, as shown in Figure 3, the optical transceivers using optical link B-C are optical transceiver 110-1 and optical transceiver 110-3. As mentioned above, optical transceiver 110-3 has been diagnosed as abnormal, but optical transceiver 110-1 has not been diagnosed as abnormal (step S001: NO in Figure 2), so the abnormality location estimation unit 23 does not set an abnormality occurrence flag for optical link B-C.

また、図3に示されるように、光リンクC-Dを使用している光トランシーバは、光トランシーバ110-3のみである。光トランシーバ110-3は異常であると診断されていることから(図2のステップS001・YES)、異常発生箇所推定部23は、光リンクC-Dに対して異常発生フラグを設定する(図2のステップS002)。 Also, as shown in Figure 3, the only optical transceiver using optical link C-D is optical transceiver 110-3. Because optical transceiver 110-3 has been diagnosed as abnormal (step S001 in Figure 2: YES), the abnormality location estimation unit 23 sets an abnormality occurrence flag for optical link C-D (step S002 in Figure 2).

次に、異常発生箇所推定部23は、信号状態診断部22によって異常であると診断された光トランシーバ110-3について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図2のステップS003)。 Next, the abnormality location estimation unit 23 determines whether an abnormality occurrence flag has been set for all optical links through which the optical transceiver 110-3, which has been diagnosed as abnormal by the signal status diagnosis unit 22, passes (step S003 in Figure 2).

図3に示されるように、光トランシーバ110-3が通過する光リンクは、光リンクB-C及び光リンクC-Dである。そして、前述の通り、光リンクB-Cには異常発生フラグが設定されていないが、光リンクC-Dには異常発生フラグが設定されている(図2のステップS003・NO)。この場合、異常発生箇所推定部23は、異常発生フラグが設定されている光リンクC-Dが、光トランシーバ110-3のみによって使用されている(他の光トランシーバには使用されていない)光リンクであるか否かを特定する(図2のステップS004)。 As shown in FIG. 3, the optical links through which optical transceiver 110-3 passes are optical link B-C and optical link C-D. As mentioned above, an abnormality occurrence flag is not set for optical link B-C, but an abnormality occurrence flag is set for optical link C-D (step S003 in FIG. 2: NO). In this case, the abnormality occurrence location estimation unit 23 determines whether optical link C-D, for which an abnormality occurrence flag is set, is an optical link used only by optical transceiver 110-3 (and not used by other optical transceivers) (step S004 in FIG. 2).

光リンクC-Dは光トランシーバ110-3のみによって使用されていることから(図2のステップS004・YES)、異常発生箇所推定部23は、光トランシーバ110-3に対して異常発生フラグを設定する(図2のステップS005)。 Since optical link C-D is being used only by optical transceiver 110-3 (step S004 in Figure 2, YES), the anomaly occurrence location estimation unit 23 sets an anomaly occurrence flag for optical transceiver 110-3 (step S005 in Figure 2).

したがって、図3に示されるネットワーク構成において、光トランシーバ110-3に異常が発生したパターンでは、光リンクC-D及び光トランシーバ110-3に対して異常発生フラグが設定される。すなわち、光トランシーバ110-3に異常が発生した場合、異常発生箇所推定部23は、異常発生箇所を一意に推定することはできないが、光リンクC-D又は光トランシーバ110-3のいずれかに異常が発生したと、異常発生箇所の絞り込みを行うことができる。 Therefore, in the network configuration shown in FIG. 3, in a pattern in which an abnormality occurs in optical transceiver 110-3, an abnormality occurrence flag is set for optical link C-D and optical transceiver 110-3. In other words, if an abnormality occurs in optical transceiver 110-3, the abnormality occurrence location estimation unit 23 cannot uniquely estimate the location of the abnormality, but it can narrow down the location of the abnormality by assuming that an abnormality has occurred in either optical link C-D or optical transceiver 110-3.

以上説明した、異常発生箇所の6つのパターンのそれぞれの場合における異常発生フラグが設定された結果は、図4に示される通りである。図4に示されるように、異常発生箇所が光リンクB-Cである場合又は光トランシーバ110-3である場合を除き、異常発生箇所推定部23は、異常発生箇所を一意に正しく推定することができる。また、異常発生箇所が光リンクB-Cである場合又は光トランシーバ110-3である場合でも、異常発生箇所推定部23は、異常発生箇所が光リンクB-Cであるか又は光トランシーバ110-3であるかを判別することはできないが、異常発生箇所の候補をその2箇所に絞り込むことができる。 The results of setting the abnormality flag for each of the six abnormality location patterns described above are shown in Figure 4. As shown in Figure 4, except when the abnormality location is optical link B-C or optical transceiver 110-3, the abnormality location estimation unit 23 can uniquely and correctly estimate the abnormality location. Furthermore, even when the abnormality location is optical link B-C or optical transceiver 110-3, the abnormality location estimation unit 23 cannot determine whether the abnormality location is optical link B-C or optical transceiver 110-3, but it can narrow down the candidate abnormality locations to those two locations.

以上説明したように、第1の実施形態における光ネットワークシステム1は、光ネットワークで発生した異常の発生箇所を判定することができる。光ネットワークの保守運用においては、通信断が発生する前に、故障の予兆となる異常を早期に発見し、かつ異常発生箇所を特定することが重要となる。本実施形態における光ネットワークシステム1は、光トランシーバ110によって取得された伝送区間の伝送信号情報を、光ネットワークを構成する複数の光ノード装置10から収集する伝送信号情報収集部21と、当該伝送信号情報に基づいて伝送区間の正常性を診断する信号状態診断部22と、信号状態診断部22による複数の診断結果から異常発生箇所を推定する異常発生箇所推定部23とを有することを特徴とする。 As described above, the optical network system 1 in the first embodiment can determine the location of an abnormality that has occurred in the optical network. In the maintenance and operation of an optical network, it is important to quickly detect abnormalities that are a sign of a failure and identify the location of the abnormality before a communication interruption occurs. The optical network system 1 in this embodiment is characterized by having a transmission signal information collection unit 21 that collects transmission signal information for the transmission section acquired by the optical transceiver 110 from multiple optical node devices 10 that make up the optical network, a signal status diagnosis unit 22 that diagnoses the normality of the transmission section based on the transmission signal information, and an abnormality location estimation unit 23 that estimates the location of the abnormality from multiple diagnosis results by the signal status diagnosis unit 22.

このような構成を備えることで、本実施形態における光ネットワークシステム1によれば、複数の光トランシーバ110によって得られた伝送信号情報に基づいて伝送品質の劣化の発生した光リンク区間及び送受信器の推定が可能となる。これにより、本実施形態における光ネットワークシステム1は、異常発生箇所の速やかな把握によって光ネットワークの効率的な運用保守を実現することができる。 With this configuration, the optical network system 1 of this embodiment makes it possible to estimate the optical link section and transmitter/receiver where degradation in transmission quality has occurred based on transmission signal information obtained by multiple optical transceivers 110. As a result, the optical network system 1 of this embodiment can achieve efficient operation and maintenance of the optical network by quickly identifying the location of the abnormality.

(第1の実施形態の第1の変形例)
以下、本発明の第1の実施形態の第1の変形例について説明する。前述の第1の実施形態における光ネットワークシステム1では、光ネットワーク状態推定装置20が信号状態診断部22を備える構成であった。しかしながら、このような構成に限られるものではなく、例えば、各々の光ノード装置が信号状態診断部を備えている構成であってもよい。
(First Modification of the First Embodiment)
A first modified example of the first embodiment of the present invention will now be described. In the optical network system 1 in the first embodiment described above, the optical network state estimation device 20 is configured to include a signal state diagnosis unit 22. However, the present invention is not limited to this configuration, and for example, each optical node device may be configured to include a signal state diagnosis unit.

[光ネットワークシステムの構成]
以下、第1の実施形態の第1の変形例における光ネットワークシステムの構成について説明する。図5は、本発明の第1の実施形態の第1の変形例における光ネットワークシステム1bの全体構成図である。なお、図5の全体構成図において、前述の第1の実施形態における光ネットワークシステム1が備える機能部と同様の機能を有する機能部については、同一の符号を付し、当該機能についての説明を省略することがある。
[Configuration of optical network system]
The configuration of an optical network system according to a first modification of the first embodiment will be described below. Fig. 5 is a diagram showing the overall configuration of an optical network system 1b according to a first modification of the first embodiment of the present invention. In the overall configuration diagram of Fig. 5, functional units having the same functions as those of the optical network system 1 according to the first embodiment described above are denoted by the same reference numerals, and a description of the functions may be omitted.

図5に示されるように、本変形例における光ネットワークシステム1bは、4つの光ノード装置10bと、光ネットワーク状態推定装置20bとを含んで構成される。なお、本変形例では、一例として、光ネットワークシステム1bが有する光ノード装置10bの個数を4つとしているが、これに限られるものではなく、任意の個数で構わない。 As shown in FIG. 5, the optical network system 1b in this modified example is configured to include four optical node devices 10b and an optical network state estimation device 20b. Note that in this modified example, as an example, the number of optical node devices 10b included in the optical network system 1b is four, but this is not limited to this and any number may be used.

図5に示されるように、光ノード装置10bは、光信号入出力部11と、光クロスコネクト部12と、信号状態診断部13とを備える。 As shown in FIG. 5, the optical node device 10b includes an optical signal input/output unit 11, an optical cross-connect unit 12, and a signal status diagnosis unit 13.

光信号入出力部11は、光ノード装置10の間を接続する光リンクにて伝送される信号の入出力を行う。光信号入出力部11には、クライアント信号を伝達する光トランシーバ110(Tx/Rx)が、実際の通信状況に応じて備わる。光信号入出力部11は、光トランシーバ110によって取得された伝送区間の伝送信号情報を、信号状態診断部13へ出力する。 The optical signal input/output unit 11 inputs and outputs signals transmitted over the optical links connecting the optical node devices 10. The optical signal input/output unit 11 is equipped with optical transceivers 110 (Tx/Rx) that transmit client signals depending on the actual communication situation. The optical signal input/output unit 11 outputs transmission signal information for the transmission section acquired by the optical transceiver 110 to the signal status diagnosis unit 13.

信号状態診断部13は、光信号入出力部11から出力された伝送信号情報を取得する。信号状態診断部13は、取得された伝送信号情報に基づいて伝送区間の正常性を診断する(異常の発生の有無を検出する)。具体的には、信号状態診断部13は、各光トランシーバ110を通過する伝送区間が正常であるか否か(異常が発生しているか否か)を判定する。例えば、信号状態診断部13は、受信パワーの値又はビットエラー率の値が予め定められた閾値を下回った場合に異常であると判定する。信号状態診断部13は、伝送区間の正常性の診断結果(異常の検出結果)を示す情報を光ネットワーク状態推定装置20bへ送信する。 The signal state diagnostic unit 13 acquires the transmission signal information output from the optical signal input/output unit 11. The signal state diagnostic unit 13 diagnoses the normality of the transmission section based on the acquired transmission signal information (detects whether an abnormality has occurred). Specifically, the signal state diagnostic unit 13 determines whether the transmission section passing through each optical transceiver 110 is normal (whether an abnormality has occurred). For example, the signal state diagnostic unit 13 determines that an abnormality has occurred when the received power value or bit error rate value falls below a predetermined threshold. The signal state diagnostic unit 13 transmits information indicating the diagnosis result of the normality of the transmission section (the abnormality detection result) to the optical network state estimation device 20b.

なお、信号状態診断部13は、例えば、デジタル変調信号等を用いてニューラルネットワーク等を用いた機械学習を行い、学習がなされたニューラルネットワーク等を用いることによって、伝送区間における異常の発生の有無を判定することができる構成であってもよい。 The signal condition diagnosis unit 13 may be configured to perform machine learning using a neural network or the like using, for example, a digitally modulated signal, and then use the trained neural network or the like to determine whether or not an abnormality has occurred in the transmission section.

図5に示されるように、光ネットワーク状態推定装置20は、伝送信号情報収集部21bと、異常発生箇所推定部23とを備える。伝送信号情報収集部21bは、光ネットワークの被監視区間の光ノード装置10bの各々から伝送区間の正常性の診断結果(異常の検出結果)を示す情報を受信する。伝送信号情報収集部21は、受信された伝送区間の正常性の診断結果(異常の検出結果)を示す情報を信号状態診断部22へ出力する。 As shown in FIG. 5, the optical network status estimation device 20 includes a transmission signal information collection unit 21b and an abnormality location estimation unit 23. The transmission signal information collection unit 21b receives information indicating the diagnosis results of the normality of the transmission section (the abnormality detection results) from each optical node device 10b in the monitored section of the optical network. The transmission signal information collection unit 21b outputs the received information indicating the diagnosis results of the normality of the transmission section (the abnormality detection results) to the signal status diagnosis unit 22.

異常発生箇所推定部23は、伝送信号情報収集部21bから出力された、伝送区間の正常性の診断結果を示す情報を取得する。異常発生箇所推定部23は、取得された情報に基づいて異常発生箇所を推定する。なお、本実施形態における異常発生箇所とは、異常が発生している光リンク、及び異常が発生している光トランシーバ110である。 The abnormality location estimation unit 23 acquires information indicating the diagnosis results for the normality of the transmission section, output from the transmission signal information collection unit 21b. The abnormality location estimation unit 23 estimates the abnormality location based on the acquired information. Note that the abnormality location in this embodiment refers to the optical link in which the abnormality has occurred and the optical transceiver 110 in which the abnormality has occurred.

(第1の実施形態の第2の変形例)
以下、本発明の第1の実施形態の第2の変形例について説明する。前述の第1の実施形態における光ネットワークシステム1では、光ノード装置10間を接続する光リンクにシングルモード光ファイバ30が用いられ、波長多重部15によって波長多重通信が行われる構成であった。しかしながら、このような構成に限られるものではなく、例えば、光ノード装置間を接続する光リンクには、任意の媒体が用いられてもよい。
(Second Modification of the First Embodiment)
A second modified example of the first embodiment of the present invention will be described below. In the optical network system 1 in the first embodiment described above, a single-mode optical fiber 30 is used for the optical link connecting the optical node devices 10, and wavelength multiplexing communication is performed by the wavelength multiplexing unit 15. However, the present invention is not limited to this configuration, and for example, any medium may be used for the optical link connecting the optical node devices.

以下に説明する第1の実施形態の第2の変形例では、光ノード装置10c間を接続する光リンクにマルチコア光ファイバ30cが用いられ、ファンイン/ファンアウト15cによって空間多重通信が行われる構成である。 In the second variant of the first embodiment described below, a multi-core optical fiber 30c is used for the optical link connecting the optical node devices 10c, and spatial multiplexing communication is performed using fan-in/fan-out 15c.

[光ネットワークシステムの構成]
以下、第1の実施形態の第2の変形例における光ネットワークシステムの構成について説明する。図6は、本発明の第1の実施形態の第2の変形例における光ネットワークシステム1cの全体構成図である。なお、図6の全体構成図において、前述の第1の実施形態における光ネットワークシステム1が備える機能部と同様の機能を有する機能部については、同一の符号を付し、当該機能についての説明を省略することがある。
[Configuration of optical network system]
The configuration of an optical network system according to a second modification of the first embodiment will be described below. Fig. 6 is a diagram showing the overall configuration of an optical network system 1c according to the second modification of the first embodiment of the present invention. In the overall configuration diagram of Fig. 6, functional units having the same functions as those of the functional units included in the optical network system 1 according to the first embodiment described above are given the same reference numerals, and descriptions of those functions may be omitted.

図6に示されるように、本変形例における光ネットワークシステム1cは、4つの光ノード装置10cと、光ネットワーク状態推定装置20とを含んで構成される。なお、本変形例では、一例として、光ネットワークシステム1cが有する光ノード装置10cの個数を4つとしているが、これに限られるものではなく、任意の個数で構わない。 As shown in FIG. 6, the optical network system 1c in this modified example is configured to include four optical node devices 10c and an optical network state estimation device 20. In this modified example, as an example, the optical network system 1c has four optical node devices 10c, but this is not limited to this and any number may be used.

図6に示されるように、光ノード装置10cは、光信号入出力部11と、光クロスコネクト部12cとを備える。 As shown in FIG. 6, the optical node device 10c includes an optical signal input/output unit 11 and an optical cross-connect unit 12c.

光信号入出力部11は、光ノード装置10cの間を接続する光リンクにて伝送される信号の入出力を行う。光信号入出力部11には、クライアント信号を伝達する光トランシーバ(Tx/Rx)が、実際の通信状況に応じて備わる。図6に示されるように、本変形例では、光トランシーバ110-1~110-3が備わっているものと仮定する。 The optical signal input/output unit 11 inputs and outputs signals transmitted over the optical links connecting the optical node devices 10c. The optical signal input/output unit 11 is equipped with optical transceivers (Tx/Rx) that transmit client signals depending on the actual communication situation. As shown in Figure 6, this variant assumes that optical transceivers 110-1 to 110-3 are provided.

光クロスコネクト部12cは、光信号の入出力方路を決定する。光クロスコネクト部12cは、ファンイン/ファンアウト15cを備える。光ノード装置10c間を接続する光リンクにはマルチコア光ファイバ30cが用いられる。ファンイン/ファンアウト15cは、光トランシーバ110-1~110-3を任意のコアにそれぞれ収容する。これにより、空間多重通信が行われる。 The optical cross-connect unit 12c determines the input and output paths of optical signals. The optical cross-connect unit 12c includes a fan-in/fan-out 15c. A multi-core optical fiber 30c is used for the optical links connecting the optical node devices 10c. The fan-in/fan-out 15c accommodates the optical transceivers 110-1 to 110-3 in any of the cores. This allows spatial multiplexing communication to be performed.

図7は、本発明の第1の実施形態の第2の変形例における光ネットワークシステム1cのマルチコア光ファイバ30cの断面図である。例えば、図7に示されるように、一方のコアに光トランシーバ(Tx/Rx)110-1が収容され、他方のコアに光トランシーバ110-2及び光トランシーバ110-3が収容されることによって、空間多重通信が行われる。 Figure 7 is a cross-sectional view of a multi-core optical fiber 30c of an optical network system 1c in a second modified example of the first embodiment of the present invention. For example, as shown in Figure 7, spatial multiplexing communication is performed by accommodating optical transceiver (Tx/Rx) 110-1 in one core and optical transceiver 110-2 and optical transceiver 110-3 in the other core.

このように、光ノード装置間を接続する光リンクにマルチコア光ファイバが用いられ、空間多重通信が行われる構成を有する光ネットワークシステム1cであっても、波長多重通信を行う前述の第1の実施形態における光ネットワークシステム1と同様に、光ネットワークにおける異常発生箇所(異常が発生した光リンク又は光トランシーバ)を推定することが可能である。 In this way, even in optical network system 1c, which uses multi-core optical fibers in the optical links connecting optical node devices and is configured to perform spatial multiplexing communication, it is possible to estimate the location of an abnormality in the optical network (the optical link or optical transceiver where the abnormality occurred), just as in the optical network system 1 in the first embodiment described above, which performs wavelength multiplexing communication.

<第2の実施形態>
以下、本発明の第2の実施形態について、図面を参照しながら説明する。前述の第1の実施形態における光ネットワークシステム1は、光トランシーバ110に予め備えられた、例えば受信パワーの値又はビットエラー率の値等の信号品質を測定する機能を用いて、光ネットワークにおける異常発生箇所を判定する構成であった。
Second Embodiment
The second embodiment of the present invention will be described below with reference to the drawings. The optical network system 1 in the first embodiment described above is configured to determine the location of an abnormality in the optical network by using a function that is pre-installed in the optical transceiver 110 to measure signal quality, such as the value of received power or the value of bit error rate.

これに対し、以下に説明する第2の実施形態における光ネットワークシステムは、上記の機能に加え、OTDRを組み合わせることで、より高精度に光ネットワークにおける異常発生箇所を判定する。OTDRは、光トランシーバの異常を検出することはできないが、光ファイバに対して送出した光パルスの反射光(後方散乱光)を観測することによって光ファイバの損失を評価することができる。これにより、OTDRは、光リンクの異常発生箇所をより高い精度で推定することができる。 In contrast, the optical network system in the second embodiment described below combines the above functions with an OTDR to more accurately determine the location of an abnormality in the optical network. While an OTDR cannot detect abnormalities in optical transceivers, it can evaluate optical fiber loss by observing the reflected light (backscattered light) of optical pulses sent to the optical fiber. This allows the OTDR to more accurately estimate the location of an abnormality in the optical link.

[光ネットワークシステムの構成]
例えば、図9に示されるように、本実施形態における光ネットワークシステム1dでは、光ノード装置10Aに、OTDR111が備えられている。OTDR111は、光ノード装置10Aから、光ノード装置10B及び光ノード装置Cを介して、光ノード装置10DへOTDR信号を送信する。光ノード装置10Dにおいて、OTDR信号の終端点は開放されている。
[Configuration of optical network system]
9, in an optical network system 1d in this embodiment, an optical node device 10A is provided with an OTDR 111. The OTDR 111 transmits an OTDR signal from the optical node device 10A to an optical node device 10D via an optical node device 10B and an optical node device C. In the optical node device 10D, the termination point of the OTDR signal is open.

[光ネットワーク状態推定装置の動作]
以下、図8~10を参照しながら、本実施形態における光ネットワーク状態推定装置20dの動作の一例について説明する。なお、本実施形態では、光ネットワークの構成、各光トランシーバの接続状況、及び信号状態診断部22による各光トランシーバの正常性の診断結果は、既知であるものとする。
[Operation of Optical Network State Estimation Device]
An example of the operation of the optical network status estimating device 20d according to this embodiment will be described below with reference to Figures 8 to 10. In this embodiment, it is assumed that the configuration of the optical network, the connection status of each optical transceiver, and the diagnosis result of the normality of each optical transceiver by the signal status diagnostic unit 22 are known.

なお、本実施形態では、前述の第1の実施形態と同様に、光ネットワークにおいて異常が発生している箇所は1箇所であるものとし、同時に複数の箇所で異常が発生していることはないものと仮定する。具体的には、本実施形態では、光ネットワークにおいて異常が発生している箇所は、光リンクのいずれか1箇所、又は光トランシーバのいずれか1箇所であるものとする。 In this embodiment, as with the first embodiment described above, it is assumed that an abnormality occurs in only one location in the optical network, and that abnormalities do not occur in multiple locations at the same time. Specifically, in this embodiment, it is assumed that an abnormality occurs in the optical network in one of the optical links or one of the optical transceivers.

図8は、本発明の第2の実施形態における光ネットワーク状態推定装置20dの動作を示すフローチャートである。図9は、光ネットワーク状態推定装置20dの動作を説明するための光ネットワークの構成の一例を示す図である。図10は、図9に示される光ネットワークにおける異常発生のパターン及び正常性の診断結果を示す図である。 Figure 8 is a flowchart showing the operation of the optical network state estimation device 20d in the second embodiment of the present invention. Figure 9 is a diagram showing an example of an optical network configuration to explain the operation of the optical network state estimation device 20d. Figure 10 is a diagram showing abnormality occurrence patterns and normality diagnosis results in the optical network shown in Figure 9.

図8のフローチャートが示す光ネットワーク状態推定装置20dの動作は、例えば、OTDR111から光ネットワーク状態推定装置20dへ伝送損失情報が送信された際に開始される。伝送損失情報とは、OTDR111によって測定された、光ネットワークにおける光ファイバの損失を示す情報である。 The operation of the optical network state estimation device 20d shown in the flowchart of Figure 8 is initiated, for example, when transmission loss information is transmitted from the OTDR 111 to the optical network state estimation device 20d. The transmission loss information is information that indicates the loss of optical fibers in the optical network, measured by the OTDR 111.

まず、光ネットワーク状態推定装置20dの異常発生箇所推定部23dは、光ノード装置10AのOTDR111から出力された伝送損失情報を取得する(ステップS101)。これにより、光ノード装置10Aから光ノード装置10Dまでの全ての光リンクについて異常の発生の有無が判定される。 First, the anomaly location estimation unit 23d of the optical network state estimation device 20d acquires transmission loss information output from the OTDR 111 of the optical node device 10A (step S101). This determines whether an anomaly has occurred in all optical links from the optical node device 10A to the optical node device 10D.

伝送損失情報に異常発生の情報が含まれている場合(ステップS102・YES)、異常発生箇所推定部23dは、異常が発生していると判定された光リンクに対して異常発生フラグを設定する(ステップS103)。 If the transmission loss information includes information about an abnormality (step S102, YES), the abnormality location estimation unit 23d sets an abnormality flag for the optical link in which it is determined that an abnormality has occurred (step S103).

次に、異常発生箇所推定部23dは、信号状態診断部22によって異常であると診断された光トランシーバの各々について、光トランシーバが通過する全ての光リンクに異常発生フラグが(上記のステップS103の処理によって)設定されていないかどうかを特定する(ステップS104)。言い換えると、異常発生箇所推定部23dは、光トランシーバが通過する少なくとも1つの光リンクに異常発生フラグが(上記のステップS103の処理によって)設定されているか否かを特定する。 Next, for each optical transceiver diagnosed as abnormal by the signal condition diagnosis unit 22, the abnormality occurrence location estimation unit 23d determines whether an abnormality occurrence flag has been set (by the processing of step S103 above) in all optical links through which the optical transceiver passes (step S104). In other words, the abnormality occurrence location estimation unit 23d determines whether an abnormality occurrence flag has been set (by the processing of step S103 above) in at least one optical link through which the optical transceiver passes.

光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていない場合(ステップS104・YES)、異常発生箇所推定部23dは、当該光トランシーバ110に対して異常発生フラグを設定する処理を行う(ステップS105)。 If an abnormality occurrence flag has not been set for all optical links through which the optical transceiver passes (step S104: YES), the abnormality occurrence location estimation unit 23d performs a process to set an abnormality occurrence flag for the optical transceiver 110 in question (step S105).

異常発生箇所推定部23dは、信号状態診断部22によって異常であると診断された全ての光トランシーバについて、上記ステップS104以降の処理を繰り返した場合、図8のフローチャートが示す光ネットワーク状態推定装置20dの動作が終了する。 When the abnormality location estimation unit 23d has repeated the processing from step S104 onwards for all optical transceivers diagnosed as abnormal by the signal state diagnosis unit 22, the operation of the optical network state estimation device 20d shown in the flowchart of Figure 8 ends.

以下、図9及び10を参照しながら、上記の図8に示されるフローチャートの処理が行われた場合の具体例について説明する。 Below, we will explain a specific example of when the processing of the flowchart shown in Figure 8 above is performed, with reference to Figures 9 and 10.

図9には、以下に説明する具体例における光ネットワークシステム1dの全体構成及び光ネットワークの構成が示されている。図8に示されるように、以下に説明する具体例における光ネットワークシステム1dは、光ノード装置10Aと、光ノード装置10Bと、光ノード装置10Cと、光ノード装置10Dと、光ネットワーク状態推定装置20dとを含んで構成される。 Figure 9 shows the overall configuration of the optical network system 1d and the configuration of the optical network in the specific example described below. As shown in Figure 8, the optical network system 1d in the specific example described below is configured to include an optical node device 10A, an optical node device 10B, an optical node device 10C, an optical node device 10D, and an optical network state estimation device 20d.

光ノード装置10A、光ノード装置10B、光ノード装置10C、及び光ノード装置10Dは、シングルモード光ファイバ30を用いた光リンクで互いに通信接続され、光ネットワークを構成する。光ノード装置10A、光ノード装置10B、光ノード装置10C、及び光ノード装置10Dは、それぞれ、光信号入出力部11と、光クロスコネクト部12とを備える。また、光クロスコネクト部12は、波長多重部15を備える。 Optical node device 10A, optical node device 10B, optical node device 10C, and optical node device 10D are communicatively connected to one another via optical links using single-mode optical fibers 30, forming an optical network. Optical node device 10A, optical node device 10B, optical node device 10C, and optical node device 10D each include an optical signal input/output unit 11 and an optical cross-connect unit 12. Furthermore, optical cross-connect unit 12 includes a wavelength multiplexing unit 15.

また、光ノード装置10Aのみ、OTDR111を備える。OTDR111は、光ノード装置10Aから、光ノード装置10B及び光ノード装置Cを介して、光ノード装置10DへOTDR信号を送信する。また、OTDR111は、OTDR信号を送信することによって測定された、光ネットワークにおける光ファイバの損失を示す伝送損失情報を光ネットワーク状態推定装置20dへ送信する。 Furthermore, only the optical node device 10A is equipped with an OTDR 111. The OTDR 111 transmits an OTDR signal from the optical node device 10A to the optical node device 10D via the optical node device 10B and the optical node device C. The OTDR 111 also transmits transmission loss information indicating the loss of the optical fiber in the optical network, measured by transmitting the OTDR signal, to the optical network state estimation device 20d.

以下、光ノード装置10Aと光ノード装置10Bとの間を接続する光リンクを「光リンクA-B」、光ノード装置10Bと光ノード装置10Cとの間を接続する光リンクを「光リンクB-C」、及び光ノード装置10Cと光ノード装置10Dとの間を接続する光リンクを「光リンクC-D」という。 Hereinafter, the optical link connecting optical node device 10A and optical node device 10B will be referred to as "optical link A-B," the optical link connecting optical node device 10B and optical node device 10C will be referred to as "optical link B-C," and the optical link connecting optical node device 10C and optical node device 10D will be referred to as "optical link C-D."

光信号入出力部11には、クライアント信号を伝達する光トランシーバ(Tx/Rx)が、実際の通信状況に応じて備わる。以下に説明する具体例においては、図9に示されるように、光トランシーバ110-1が光ノード装置10Aと光ノード装置10Cとの間で備わっており、光トランシーバ110-2が光ノード装置10Aと光ノード装置10Bとの間で備わっており、光トランシーバ110-3が光ノード装置10Bと光ノード装置10Dとの間で備わっているものと仮定する。 The optical signal input/output unit 11 is equipped with optical transceivers (Tx/Rx) that transmit client signals depending on the actual communication situation. In the specific example described below, as shown in FIG. 9, it is assumed that optical transceiver 110-1 is provided between optical node device 10A and optical node device 10C, optical transceiver 110-2 is provided between optical node device 10A and optical node device 10B, and optical transceiver 110-3 is provided between optical node device 10B and optical node device 10D.

よって、図9に示されるように、光トランシーバ110-1が通過する光リンクは光リンクA-B及び光リンクB-Cであり、光トランシーバ110-2が通過する光リンクは光リンクA-Bのみであり、光トランシーバ110-3が通過する光リンクは光リンクB-C及び光リンクC-Dである。上記のような構成により、光ノード装置10Aと光ノード装置10Cとの間、光ノード装置10Aと光ノード装置10Bとの間、及び光ノード装置10Bと光ノード装置10Dとの間で、それぞれ光トランシーバ110-1、光トランシーバ110-2、及び光トランシーバ110-3による波長多重通信が行われる。 As shown in Figure 9, the optical links that optical transceiver 110-1 passes through are optical link A-B and optical link B-C, the optical link that optical transceiver 110-2 passes through is only optical link A-B, and the optical links that optical transceiver 110-3 passes through are optical link B-C and optical link C-D. With the above configuration, wavelength-multiplexed communications are performed between optical node device 10A and optical node device 10C, between optical node device 10A and optical node device 10B, and between optical node device 10B and optical node device 10D by optical transceivers 110-1, 110-2, and 110-3, respectively.

光ネットワーク状態推定装置20dは、光ノード装置10A、光ノード装置10B、光ノード装置10C、及び光ノード装置10Dによって構成される光ネットワークの通信状態を評価する。図9に示されるように、光ネットワーク状態推定装置20dは、伝送信号情報収集部21と、信号状態診断部22と、異常発生箇所推定部23dとを備える。 The optical network state estimation device 20d evaluates the communication state of an optical network composed of optical node devices 10A, 10B, 10C, and 10D. As shown in FIG. 9, the optical network state estimation device 20d includes a transmission signal information collection unit 21, a signal state diagnosis unit 22, and an abnormality location estimation unit 23d.

前述の通り、本実施形態では、光ネットワークにおいて異常が発生した場合に、異常発生箇所は1箇所であるものとし、同時に複数の箇所で異常が発生していることはないものと仮定している。そのため、本具体例においては、光ネットワークにおいて異常が発生している箇所は、光リンクA-B、光リンクB-C、及び光リンクC-Dのうちいずれか1箇所、又は光トランシーバ110-1、光トランシーバ110-2、及び光トランシーバ110-3のうちいずれか1箇所である。すなわち、本具体例の光ネットワークにおいて発生しうる異常発生箇所は6つである。 As mentioned above, in this embodiment, when an abnormality occurs in the optical network, it is assumed that the abnormality occurs in one location and that abnormalities do not occur in multiple locations at the same time. Therefore, in this specific example, the location where the abnormality occurs in the optical network is either one of optical link A-B, optical link B-C, or optical link C-D, or one of optical transceiver 110-1, optical transceiver 110-2, or optical transceiver 110-3. In other words, there are six possible locations where an abnormality can occur in the optical network of this specific example.

なお、光リンクA-B、光リンクB-C、及び光リンクC-Dにおいて発生する異常とは、例えば、光ファイバの曲げによって生じる通信障害である。また、光トランシーバ110-1、光トランシーバ110-2、及び光トランシーバ110-3で発生する異常とは、例えば、光トランシーバそのものの不具合である。 Note that abnormalities occurring in optical links A-B, B-C, and C-D are, for example, communication failures caused by bending of the optical fiber. Furthermore, abnormalities occurring in optical transceivers 110-1, 110-2, and 110-3 are, for example, malfunctions in the optical transceivers themselves.

図10には、図9の光ネットワークにて発生しうる異常発生箇所の6つのパターンと、各異常発生箇所で異常が発生した場合に信号状態診断部22によって異常が検出される光トランシーバとの対応が示されている。 Figure 10 shows six possible patterns of abnormality locations that can occur in the optical network of Figure 9, and the correspondence between each pattern and the optical transceiver in which the signal status diagnosis unit 22 detects an abnormality when an abnormality occurs at each abnormality location.

図10に示されるように、異常発生箇所が光リンクA-Bであるならば、当該光リンクA-Bを通過する光トランシーバ(Tx/Rx)である、光トランシーバ110-1及び光トランシーバ110-2において異常が検出される。また、異常発生箇所が光リンクB-Cであるならば、当該光リンクB-Cを通過する光トランシーバである、光トランシーバ110-1及び光トランシーバ110-3において異常が検出される。また、異常発生箇所が光リンクC-Dであるならば、当該光リンクC-Dを通過する光トランシーバである、光トランシーバ110-3において異常が検出される。 As shown in FIG. 10, if the abnormality occurs in optical link A-B, the abnormality is detected in optical transceivers 110-1 and 110-2, which are optical transceivers (Tx/Rx) passing through optical link A-B. If the abnormality occurs in optical link B-C, the abnormality is detected in optical transceivers 110-1 and 110-3, which are optical transceivers passing through optical link B-C. If the abnormality occurs in optical link C-D, the abnormality is detected in optical transceiver 110-3, which is an optical transceiver passing through optical link C-D.

また、図10に示されるように、異常発生箇所が光トランシーバ110-1であるならば、光トランシーバ110-1において異常が検出され、異常発生箇所が光トランシーバ110-2であるならば、光トランシーバ110-2において異常が検出され、異常発生箇所が光トランシーバ110-3であるならば、光トランシーバ110-3において異常が検出される。上記のような異常発生箇所と異常検出される光トランシーバとの対応に基づいて、異常が検出された光トランシーバから、異常発生箇所を、絞り込んだり、特定したりすることが可能なる。 Furthermore, as shown in FIG. 10, if the abnormality occurs in optical transceiver 110-1, the abnormality is detected in optical transceiver 110-1; if the abnormality occurs in optical transceiver 110-2, the abnormality is detected in optical transceiver 110-2; and if the abnormality occurs in optical transceiver 110-3, the abnormality is detected in optical transceiver 110-3. Based on the correspondence between the abnormality occurrence locations and the optical transceivers in which the abnormality is detected, it is possible to narrow down or identify the abnormality location from the optical transceiver in which the abnormality is detected.

[異常発生フラグ設定の具体例]
以下、図9の光ネットワークにて発生しうる異常発生箇所の6つのパターンのそれぞれについて、図8に示される光ネットワーク状態推定装置20dの動作によって異常発生フラグが設定されるまでの流れを説明する。
[Example of setting an error flag]
Hereinafter, a flow up to the setting of an abnormality occurrence flag by the operation of the optical network state estimating device 20d shown in FIG. 8 will be described for each of six patterns of abnormality occurrence locations that can occur in the optical network of FIG.

まず、1つめのパターンである、例えば光ファイバに曲げが生じることにより、光リンクA-Bにおいて異常が発生した場合について考える。この場合、OTDR111によって、光リンクA-Bにおいて異常が検出される(図8のステップS101及びステップS102)。異常発生箇所推定部23dは、光リンクA-Bに対して異常発生フラグを設定する(図8のステップS103)。このように、図9に示されるネットワーク構成において、光リンクA-Bに異常が発生したパターンでは、光リンクA-Bのみに対して異常発生フラグが設定される。すなわち、光リンクA-Bに異常が発生した場合、異常発生箇所推定部23dは、光リンクA-Bに異常が発生したと正しく推定することができる。 First, consider the first pattern, where an abnormality occurs in optical link A-B due to, for example, bending of the optical fiber. In this case, OTDR 111 detects an abnormality in optical link A-B (steps S101 and S102 in FIG. 8). The abnormality occurrence location estimation unit 23d sets an abnormality occurrence flag for optical link A-B (step S103 in FIG. 8). Thus, in the network configuration shown in FIG. 9, in a pattern where an abnormality occurs in optical link A-B, an abnormality occurrence flag is set only for optical link A-B. In other words, if an abnormality occurs in optical link A-B, the abnormality occurrence location estimation unit 23d can correctly estimate that an abnormality has occurred in optical link A-B.

図10には、図9の光ネットワークにて発生しうる異常発生箇所の6つのパターンと、各異常発生箇所で異常が発生した場合に設定される異常発生フラグとの対応が示されている。 Figure 10 shows six possible patterns of abnormality locations that can occur in the optical network of Figure 9, along with the corresponding abnormality flags that are set when an abnormality occurs at each abnormality location.

次に、2つめのパターンである、例えば光ファイバに曲げが生じることにより、光リンクB-Cにおいて異常が発生した場合について考える。この場合、OTDR111によって、光リンクB-Cにおいて異常が検出される(図8のステップS101及びステップS102)。異常発生箇所推定部23dは、光リンクB-Cに対して異常発生フラグを設定する(図8のステップS103)。このように、図9に示されるネットワーク構成において、光リンクB-Cに異常が発生したパターンでは、光リンクB-Cのみに対して異常発生フラグが設定される。すなわち、光リンクB-Cに異常が発生した場合、異常発生箇所推定部23dは、光リンクB-Cに異常が発生したと正しく推定することができる。 Next, consider the second pattern, where an abnormality occurs in optical link B-C due to, for example, bending of the optical fiber. In this case, the OTDR 111 detects an abnormality in optical link B-C (steps S101 and S102 in FIG. 8). The abnormality occurrence location estimation unit 23d sets an abnormality occurrence flag for optical link B-C (step S103 in FIG. 8). Thus, in the network configuration shown in FIG. 9, in a pattern where an abnormality occurs in optical link B-C, an abnormality occurrence flag is set only for optical link B-C. In other words, if an abnormality occurs in optical link B-C, the abnormality occurrence location estimation unit 23d can correctly estimate that an abnormality has occurred in optical link B-C.

次に、3つめのパターンである、例えば光ファイバに曲げが生じることにより、光リンクC-Dにおいて異常が発生した場合について考える。この場合、OTDR111によって、光リンクC-Dにおいて異常が検出される(図8のステップS101及びステップS102)。異常発生箇所推定部23dは、光リンクC-Dに対して異常発生フラグを設定する(図8のステップS103)。このように、図9に示されるネットワーク構成において、光リンクC-Dに異常が発生したパターンでは、光リンクC-Dのみに対して異常発生フラグが設定される。すなわち、光リンクB-Cに異常が発生した場合、異常発生箇所推定部23dは、光リンクC-Dに異常が発生したと正しく推定することができる。 Next, consider the third pattern, where an abnormality occurs in optical link C-D due to, for example, bending of the optical fiber. In this case, the OTDR 111 detects an abnormality in optical link C-D (steps S101 and S102 in FIG. 8). The abnormality location estimation unit 23d sets an abnormality occurrence flag for optical link C-D (step S103 in FIG. 8). Thus, in the network configuration shown in FIG. 9, in a pattern where an abnormality occurs in optical link C-D, an abnormality occurrence flag is set only for optical link C-D. In other words, if an abnormality occurs in optical link B-C, the abnormality location estimation unit 23d can correctly estimate that an abnormality has occurred in optical link C-D.

次に、4つめのパターンである、例えば光トランシーバ110-1において異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-1のみにおいて異常が検出される。また、この場合、OTDR111によって各光リンクには異常は検出されない(図8のステップS102・NO)。 Next, consider the fourth pattern, where an abnormality occurs in optical transceiver 110-1, for example. In this case, as mentioned above, an abnormality is detected only in optical transceiver 110-1. Furthermore, in this case, OTDR 111 does not detect an abnormality in any of the optical links (step S102 in Figure 8: NO).

次に、異常発生箇所推定部23dは、信号状態診断部22によって異常であると診断された光トランシーバ110-1について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図8のステップS104)。 Next, the abnormality location estimation unit 23d determines whether an abnormality occurrence flag has been set for all optical links through which the optical transceiver 110-1 diagnosed as abnormal by the signal status diagnosis unit 22 passes (step S104 in Figure 8).

図9に示されるように、光トランシーバ110-1が通過する光リンクは、光リンクA-B及び光リンクB-Cである。そして、前述の通り、光リンクA-B及び光リンクB-Cには異常発生フラグが設定されていない。この場合(図8のステップS104・YES)、異常発生箇所推定部23は、光トランシーバ110-1に対して異常発生フラグを設定する(図8のステップS105)。 As shown in FIG. 9, the optical links through which the optical transceiver 110-1 passes are optical link A-B and optical link B-C. As mentioned above, no abnormality flags have been set for optical link A-B or optical link B-C. In this case (step S104 in FIG. 8: YES), the abnormality location estimation unit 23 sets an abnormality flag for the optical transceiver 110-1 (step S105 in FIG. 8).

したがって、図9に示されるネットワーク構成において、光トランシーバ110-1に異常が発生したパターンでは、光トランシーバ110-1のみに対して異常発生フラグが設定される。すなわち、光トランシーバ110-1に異常が発生した場合、異常発生箇所推定部23dは、光トランシーバ110-1に異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in FIG. 9, in a pattern in which an abnormality occurs in optical transceiver 110-1, an abnormality occurrence flag is set only for optical transceiver 110-1. In other words, if an abnormality occurs in optical transceiver 110-1, the abnormality occurrence location estimation unit 23d can correctly estimate that an abnormality has occurred in optical transceiver 110-1.

次に、5つめのパターンである、例えば光トランシーバ110-2において異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-2のみにおいて異常が検出される。また、この場合、OTDR111によって各光リンクには異常は検出されない(図8のステップS102・NO)。 Next, consider the fifth pattern, where an abnormality occurs in optical transceiver 110-2, for example. In this case, as mentioned above, an abnormality is detected only in optical transceiver 110-2. Also, in this case, OTDR 111 does not detect an abnormality in any of the optical links (step S102 in Figure 8: NO).

次に、異常発生箇所推定部23dは、信号状態診断部22によって異常であると診断された光トランシーバ110-2について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図8のステップS104)。 Next, the abnormality location estimation unit 23d determines whether an abnormality occurrence flag is set for all optical links through which the optical transceiver 110-2, which has been diagnosed as abnormal by the signal status diagnosis unit 22, passes (step S104 in Figure 8).

図9に示されるように、光トランシーバ110-2が通過する光リンクは、光リンクA-Bのみである。そして、前述の通り、光リンクA-Bには異常発生フラグが設定されていない。この場合(図8のステップS104・YES)、異常発生箇所推定部23は、光トランシーバ110-2に対して異常発生フラグを設定する(図8のステップS105)。 As shown in FIG. 9, the only optical link through which the optical transceiver 110-2 passes is optical link A-B. As mentioned above, an abnormality occurrence flag has not been set for optical link A-B. In this case (step S104 in FIG. 8: YES), the abnormality occurrence location estimation unit 23 sets an abnormality occurrence flag for the optical transceiver 110-2 (step S105 in FIG. 8).

したがって、図9に示されるネットワーク構成において、光トランシーバ110-2に異常が発生したパターンでは、光トランシーバ110-2のみに対して異常発生フラグが設定される。すなわち、光トランシーバ110-2に異常が発生した場合、異常発生箇所推定部23dは、光トランシーバ110-2に異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in FIG. 9, in a pattern in which an abnormality occurs in the optical transceiver 110-2, an abnormality occurrence flag is set only for the optical transceiver 110-2. In other words, if an abnormality occurs in the optical transceiver 110-2, the abnormality occurrence location estimation unit 23d can correctly estimate that the abnormality has occurred in the optical transceiver 110-2.

最後に、6つめのパターンである、例えば光トランシーバ110-3において異常が発生した場合について考える。この場合、前述の通り、光トランシーバ110-3のみにおいて異常が検出される。また、この場合、OTDR111によって各光リンクには異常は検出されない(図8のステップS102・NO)。 Finally, consider the sixth pattern, where an abnormality occurs in optical transceiver 110-3, for example. In this case, as mentioned above, an abnormality is detected only in optical transceiver 110-3. Furthermore, in this case, OTDR 111 does not detect an abnormality in any of the optical links (step S102 in Figure 8: NO).

次に、異常発生箇所推定部23dは、信号状態診断部22によって異常であると診断された光トランシーバ110-3について、光トランシーバが通過する全ての光リンクに異常発生フラグが設定されていないかどうかを特定する(図8のステップS104)。 Next, the abnormality location estimation unit 23d determines whether an abnormality occurrence flag is set for all optical links through which the optical transceiver 110-3, which has been diagnosed as abnormal by the signal status diagnosis unit 22, passes (step S104 in Figure 8).

図9に示されるように、光トランシーバ110-3が通過する光リンクは、光リンクB-C及び光リンクC-Dである。そして、前述の通り、光リンクB-C及び光リンクC-Dには異常発生フラグが設定されていない。この場合(図8のステップS104・YES)、異常発生箇所推定部23は、光トランシーバ110-3に対して異常発生フラグを設定する(図8のステップS105)。 As shown in FIG. 9, the optical links through which the optical transceiver 110-3 passes are optical link B-C and optical link C-D. As mentioned above, no abnormality flags have been set for optical link B-C and optical link C-D. In this case (step S104 in FIG. 8: YES), the abnormality location estimation unit 23 sets an abnormality flag for the optical transceiver 110-3 (step S105 in FIG. 8).

したがって、図9に示されるネットワーク構成において、光トランシーバ110-3に異常が発生したパターンでは、光トランシーバ110-3のみに対して異常発生フラグが設定される。すなわち、光トランシーバ110-3に異常が発生した場合、異常発生箇所推定部23dは、光トランシーバ110-3に異常が発生したと正しく推定することができる。 Therefore, in the network configuration shown in FIG. 9, in a pattern in which an abnormality occurs in the optical transceiver 110-3, an abnormality occurrence flag is set only for the optical transceiver 110-3. In other words, if an abnormality occurs in the optical transceiver 110-3, the abnormality occurrence location estimation unit 23d can correctly estimate that the abnormality has occurred in the optical transceiver 110-3.

以上説明した、異常発生箇所の6つのパターンのそれぞれの場合における異常発生フラグが設定された結果は、図10に示される通りである。図10に示されるように、本実施形態では、前述の第1の実施形態とは異なり、異常発生箇所推定部23dは、上記の異常発生箇所の6つのパターンのいずれにおいても、異常発生箇所を一意に正しく推定することができる。これは、本実施形態では、前述の第1の実施形態とは異なり、光リンクの異常についてはOTDR111によって特定することができるため、光リンクの異常であるか、又は、光トランシーバの異常であるかを判別することが可能であるからである。 The results of setting the abnormality flag for each of the six patterns of abnormality locations described above are shown in Figure 10. As shown in Figure 10, in this embodiment, unlike the first embodiment described above, the abnormality location estimation unit 23d can uniquely and correctly estimate the abnormality location for any of the six patterns of abnormality locations described above. This is because, unlike the first embodiment described above, in this embodiment, optical link abnormalities can be identified by the OTDR 111, making it possible to determine whether the abnormality is in the optical link or the optical transceiver.

(第2の実施形態の変形例)
前述の第2の実施形態における光ネットワークシステム1dは、まずOTDR111から取得した伝送損失情報に基づいて、光リンクにおける異常の発生の有無を特定する構成であった。そして、光ネットワークシステム1dは、光リンクにおいて異常が検出された場合には異常発生箇所である光リンクを特定し、光リンクにおいて異常が検出されなかった場合には伝送信号情報に基づいて異常発生箇所である光トランシーバを特定する構成であった。
(Modification of the second embodiment)
The optical network system 1d in the second embodiment described above is configured to first determine whether or not an abnormality has occurred in the optical link based on the transmission loss information acquired from the OTDR 111. If an abnormality is detected in the optical link, the optical network system 1d then identifies the optical link where the abnormality has occurred, and if no abnormality is detected in the optical link, the optical network system 1d is configured to identify the optical transceiver where the abnormality has occurred based on the transmission signal information.

これに対し、第2の実施形態の変形例における光ネットワークシステムは、まず、前述の図2のフローチャートに示される、第1の実施形態における光ネットワークシステム1と同様の動作を行う。そして、本変形例における光ネットワークシステムは、光リンクの異常であるか、又は、光トランシーバの異常であるかを判別することができなかった場合に、OTDRを用いて当該光リンクにおける異常の発生の有無を特定する。これにより、本変形例における光ネットワークシステムは、光リンクの異常であるか、又は、光トランシーバの異常であるかを判別することができる構成である。 In contrast, the optical network system in this modified example of the second embodiment first performs the same operations as the optical network system 1 in the first embodiment, as shown in the flowchart in Figure 2 above. Then, if the optical network system in this modified example is unable to determine whether the abnormality is in the optical link or the optical transceiver, it uses an OTDR to identify whether an abnormality has occurred in the optical link. This allows the optical network system in this modified example to determine whether the abnormality is in the optical link or the optical transceiver.

なお、光リンクの異常であるか、又は、光トランシーバの異常であるかを判別することができない場合とは、例えば、前述の第1の実施形態において、図4に示される、光リンクC-Dの異常であるか、光トランシーバ110-3の異常であるかを判別することができない場合等である。 Note that a case in which it is not possible to determine whether the abnormality is in the optical link or the optical transceiver is, for example, a case in the first embodiment described above in which it is not possible to determine whether the abnormality is in the optical link C-D or the optical transceiver 110-3 shown in FIG. 4.

なお、本変形例における光ネットワークシステムの構成は、前述の図9に示される、第2の実施形態における光ネットワークシステム1dの構成と同様であるため、説明を省略する。 Note that the configuration of the optical network system in this modified example is similar to the configuration of the optical network system 1d in the second embodiment shown in Figure 9 above, and therefore a detailed description will be omitted.

[光ネットワーク状態推定装置の動作]
以下、図11を参照しながら、本変形例における光ネットワーク状態推定装置の動作の一例について説明する。なお、本変形例では、光ネットワークの構成、各光トランシーバ110の接続状況、及び信号状態診断部22による各光トランシーバ110の正常性の診断結果は、既知であるものとする。
[Operation of Optical Network State Estimation Device]
An example of the operation of the optical network state estimating device in this modification will be described below with reference to Fig. 11. In this modification, it is assumed that the configuration of the optical network, the connection status of each optical transceiver 110, and the normality diagnosis results of each optical transceiver 110 by the signal state diagnostic unit 22 are known.

図11は、本発明の第2の実施形態の変形例における光ネットワーク状態推定装置の動作を示すフローチャートである。図11のフローチャートが示す光ネットワーク状態推定装置の動作は、例えば、信号状態診断部22によって光トランシーバ110の少なくとも1つが異常であると診断された場合に開始される。 Figure 11 is a flowchart showing the operation of an optical network state estimation device in a modified example of the second embodiment of the present invention. The operation of the optical network state estimation device shown in the flowchart of Figure 11 is initiated, for example, when the signal state diagnosis unit 22 diagnoses that at least one of the optical transceivers 110 is abnormal.

なお、図11に示されるフローチャートのステップS201からステップS205までの光ネットワーク状態推定装置の動作は、前述の図2に示されるフローチャートのステップS001からステップS005までの第1の実施形態における光ネットワーク状態推定装置20の動作と同様であるため、説明を省略する。 Note that the operation of the optical network state estimation device from step S201 to step S205 in the flowchart shown in FIG. 11 is similar to the operation of the optical network state estimation device 20 in the first embodiment from step S001 to step S005 in the flowchart shown in FIG. 2 described above, and therefore will not be described again.

異常発生箇所推定部23dは、異常発生フラグが複数設定されている場合、OTDR111から出力された伝送損失情報を取得する。異常発生箇所推定部23dは、取得された伝送損失情報に基づいて当該異常発生フラグが設定された光リンクにおける異常の発生の有無を特定する(ステップS206)。 If multiple abnormality flags are set, the abnormality location estimation unit 23d acquires the transmission loss information output from the OTDR 111. Based on the acquired transmission loss information, the abnormality location estimation unit 23d determines whether or not an abnormality has occurred in the optical link for which the abnormality flag is set (step S206).

異常発生箇所推定部23dは、異常発生フラグが設定された光リンクにおいて異常が発生していると特定された場合、光トランシーバに設定された異常発生フラグを削除する。また、異常発生箇所推定部23dは、異常発生フラグが設定された光リンクにおいて異常が発生していないと特定された場合、当該光リンクに設定された異常発生フラグを削除する。以上で、図11のフローチャートが示す光ネットワーク状態推定装置の動作が終了する。 If the abnormality location estimation unit 23d determines that an abnormality has occurred in an optical link for which an abnormality flag has been set, it deletes the abnormality flag set in the optical transceiver. Furthermore, if the abnormality location estimation unit 23d determines that no abnormality has occurred in an optical link for which an abnormality flag has been set, it deletes the abnormality flag set in that optical link. This completes the operation of the optical network state estimation device shown in the flowchart of Figure 11.

以上説明した、本変形例における光ネットワークシステムによれば、前述の第1の実施形態とは異なり、異常発生箇所推定部23dが異常発生箇所を一意に正しく推定することができる。これは、本実施形態では、前述の第1の実施形態とは異なり、光リンクの異常についてはOTDR111によって特定することができるため、光リンクの異常であるか、又は、光トランシーバの異常であるかを判別することが可能であるからである。 As described above, in the optical network system of this modified example, unlike the first embodiment described above, the anomaly occurrence location estimation unit 23d can uniquely and correctly estimate the location of the anomaly. This is because, unlike the first embodiment described above, in this embodiment, an optical link anomaly can be identified by the OTDR 111, making it possible to determine whether the anomaly is in the optical link or in the optical transceiver.

上述した実施形態によれば、異常発生箇所判定装置は、収集部と、診断部と、判定部とを備える。例えば、異常発生箇所判定装置は、実施形態における光ネットワーク状態推定装置20、20b、20dであり、収集部は、実施形態における伝送信号情報収集部21、21bであり、診断部は、実施形態における信号状態診断部13、22であり、判定部は、実施形態における異常発生箇所推定部23、23dである。 According to the above-described embodiment, the abnormality location determination device includes a collection unit, a diagnosis unit, and a determination unit. For example, the abnormality location determination device is the optical network status estimation device 20, 20b, or 20d in the embodiment, the collection unit is the transmission signal information collection unit 21 or 21b in the embodiment, the diagnosis unit is the signal status diagnosis unit 13 or 22 in the embodiment, and the determination unit is the abnormality location estimation unit 23 or 23d in the embodiment.

上記の収集部は、光ネットワークを構成する複数の光ノードから光トランシーバによって取得された伝送区間の伝送信号情報を収集する。上記の診断部は、伝送信号情報に基づいて伝送区間の正常性の診断を行う。上記の判定部は、診断部による複数の診断の結果に基づいて光ネットワークの異常箇所を判定する。例えば、光ノードは、実施形態における光ノード装置10、10bであり、光トランシーバは、実施形態における光トランシーバ110であり、伝送区間は、実施形態における光リンクであり、異常箇所は、実施形態における異常発生箇所である。 The collection unit collects transmission signal information for the transmission section obtained by the optical transceiver from multiple optical nodes that make up the optical network. The diagnosis unit diagnoses the normality of the transmission section based on the transmission signal information. The determination unit determines the location of an abnormality in the optical network based on the results of multiple diagnoses by the diagnosis unit. For example, the optical node is the optical node device 10, 10b in the embodiment, the optical transceiver is the optical transceiver 110 in the embodiment, the transmission section is the optical link in the embodiment, and the abnormal location is the location where the abnormality occurred in the embodiment.

なお、異常発生箇所判定装置は、光パルス試験器をさらに備えていてもよい。この場合、光パルス試験器は、光ノード間の光リンクにおける異常の発生の有無を判定し、判定結果を示す光リンク状態情報を生成する。判定部は、異常箇所が光リンク又は光トランシーバのうちいずれであるかを、上記の診断の結果に基づいて識別できない場合には、光リンク状態情報に基づいて識別する。例えば、光パルス試験器は、実施形態におけるOTDR111であり、光リンク状態情報は、実施形態における伝送損失情報である。 The anomaly location determination device may further include an optical pulse tester. In this case, the optical pulse tester determines whether an anomaly has occurred in the optical link between optical nodes and generates optical link status information indicating the determination result. If the determination unit cannot identify whether the anomaly is in the optical link or the optical transceiver based on the results of the above diagnosis, it identifies it based on the optical link status information. For example, the optical pulse tester is the OTDR 111 in the embodiment, and the optical link status information is transmission loss information in the embodiment.

なお、判定部は、光リンク状態情報に基づいて光リンクにおける異常の発生の有無の判定を行った後、光リンクごとの上記の判定の結果と上記の診断の結果とに基づいて異常箇所を判定するようにしてもよい。 The determination unit may determine whether an abnormality has occurred in the optical link based on the optical link status information, and then determine the location of the abnormality based on the results of the above determination for each optical link and the results of the above diagnosis.

なお、判定部は、上記の診断の結果に基づいて異常箇所の候補となる光リンクと光トランシーバとを抽出し、光リンク状態情報に基づいて異常箇所が光リンク又は光トランシーバのうちいずれであるかを識別するようにしてもよい。 The determination unit may also extract optical links and optical transceivers that are candidates for the abnormal location based on the results of the above diagnosis, and identify whether the abnormal location is the optical link or the optical transceiver based on the optical link status information.

なお、診断部は、複数の光ノードの各々に備えられていてもよい。 The diagnostic unit may be provided in each of multiple optical nodes.

なお、伝送信号情報は、光トランシーバによって受信されたデジタル変調信号、受信パワーの値、又はビットエラー率の値を含む情報であってよい。 The transmission signal information may include the digitally modulated signal received by the optical transceiver, the received power value, or the bit error rate value.

上述した実施形態における光ネットワーク状態推定装置及び光ノード装置の一部又は全部をコンピュータで実現するようにしてもよい。その場合、この機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現してもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記録装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものを含んでもよい。また上記プログラムは、前述した機能の一部を実現するためのものであってもよく、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよく、FPGA(Field Programmable Gate Array)等のプログラマブルロジックデバイスを用いて実現されるものであってもよい。 The optical network state estimation device and optical node device in the above-described embodiments may be implemented in part or in whole by a computer. In this case, a program for implementing this function may be recorded on a computer-readable recording medium, and the program may be loaded and executed by a computer system. Note that the term "computer system" as used herein includes the operating system and peripheral hardware. Furthermore, "computer-readable recording medium" refers to portable media such as flexible disks, optical magnetic disks, ROMs, and CD-ROMs, as well as storage devices such as hard disks built into computer systems. Furthermore, "computer-readable recording medium" may also include media that dynamically store programs for a short period of time, such as communication lines used when transmitting programs over networks such as the Internet or over communication lines such as telephone lines, or media that store programs for a fixed period of time, such as volatile memory within the computer system that serves as the server or client. The program may be designed to implement some of the above-described functions, or may be capable of implementing the above-described functions in combination with a program already stored in the computer system, or may be implemented using a programmable logic device such as an FPGA (Field Programmable Gate Array).

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。 The above describes in detail an embodiment of the present invention with reference to the drawings, but the specific configuration is not limited to this embodiment and includes designs that do not deviate from the gist of the present invention.

1、1a、1b、1c、1d・・・光ネットワークシステム、10、10b・・・光ノード装置、11・・・光信号入出力部、12、12c・・・光クロスコネクト部、13・・・信号状態診断部、15・・・波長多重部、15c・・・ファンイン/ファンアウト、20、20b、20d・・・光ネットワーク状態推定装置、21、21b・・・伝送信号情報収集部、22・・・信号状態診断部、23、23d・・・異常発生箇所推定部、30・・・シングルモード光ファイバ、30c・・・マルチコア光ファイバ、110・・・光トランシーバ 1, 1a, 1b, 1c, 1d... Optical network system, 10, 10b... Optical node device, 11... Optical signal input/output unit, 12, 12c... Optical cross-connect unit, 13... Signal status diagnosis unit, 15... Wavelength multiplexing unit, 15c... Fan-in/fan-out, 20, 20b, 20d... Optical network status estimation device, 21, 21b... Transmission signal information collection unit, 22... Signal status diagnosis unit, 23, 23d... Abnormality location estimation unit, 30... Single-mode optical fiber, 30c... Multi-core optical fiber, 110... Optical transceiver

Claims (8)

光ネットワークを構成する複数の光ノードから光トランシーバによって取得された伝送区間の伝送信号情報を収集する収集部と、
前記伝送信号情報に基づいて前記伝送区間の正常性の診断を行う診断部と、
前記診断部による複数の前記診断の結果に基づいて前記光ネットワークの異常箇所を判定する判定部と、
を備え
前記判定部は、前記伝送区間の光リンクの各々について、前記光リンクを使用している全ての前記光トランシーバが異常と診断されている場合には前記光リンクが前記異常箇所であると判定し、異常と診断された前記光トランシーバが通過する全ての前記光リンクが異常でないと判定されている場合には前記光トランシーバが前記異常箇所であると判定す
異常発生箇所判定装置。
a collection unit that collects transmission signal information of a transmission section acquired by an optical transceiver from a plurality of optical nodes that constitute an optical network;
a diagnosis unit that diagnoses the normality of the transmission section based on the transmission signal information;
a determination unit that determines an abnormality location in the optical network based on a plurality of results of the diagnosis by the diagnosis unit;
Equipped with
The abnormality location determination device, wherein the determination unit determines that the optical link is the abnormal location if all the optical transceivers using the optical link in each of the transmission sections are diagnosed as abnormal, and determines that the optical transceiver is the abnormal location if all the optical links through which the optical transceiver diagnosed as abnormal passes are determined to be normal .
光ネットワークを構成する複数の光ノードから光トランシーバによって取得された伝送区間の伝送信号情報を収集する収集部と、
前記伝送信号情報に基づいて前記伝送区間の正常性の診断を行う診断部と、
前記診断部による複数の前記診断の結果に基づいて前記光ネットワークの異常箇所を判定する判定部と、
前記光ノード間の光リンクにおける異常の発生の有無を判定し、判定結果を示す光リンク状態情報を生成する光パルス試験器と、
を備え、
前記判定部は、前記異常箇所が光リンク又は前記光トランシーバのうちいずれであるかを、前記診断の結果に基づいて識別できない場合には、前記光リンク状態情報に基づいて識別す
常発生箇所判定装置。
a collection unit that collects transmission signal information of a transmission section acquired by an optical transceiver from a plurality of optical nodes that constitute an optical network;
a diagnosis unit that diagnoses the normality of the transmission section based on the transmission signal information;
a determination unit that determines an abnormality location in the optical network based on a plurality of results of the diagnosis by the diagnosis unit;
an optical time domain tester that determines whether an abnormality has occurred in the optical link between the optical nodes and generates optical link status information indicating the determination result ;
Equipped with
When the determination unit cannot determine whether the abnormal part is in the optical link or the optical transceiver based on the result of the diagnosis, the determination unit determines whether the abnormal part is in the optical link or the optical transceiver based on the optical link status information.
An abnormality location determination device.
前記判定部は、前記光リンク状態情報に基づいて前記光リンクにおける異常の発生の有無の判定を行った後、前記光リンクごとの前記判定の結果と前記診断の結果とに基づいて前記異常箇所を判定する
請求項2に記載の異常発生箇所判定装置。
3. The abnormality location determination device according to claim 2, wherein the determination unit determines whether or not an abnormality has occurred in the optical link based on the optical link status information, and then determines the abnormal location based on the result of the determination for each optical link and the result of the diagnosis.
前記判定部は、前記診断の結果に基づいて前記異常箇所の候補となる光リンクと光トランシーバとを抽出し、前記光リンク状態情報に基づいて前記異常箇所が前記光リンク又は前記光トランシーバのうちいずれであるかを識別する
請求項2に記載の異常発生箇所判定装置。
3. The abnormality location determination device according to claim 2, wherein the determination unit extracts optical links and optical transceivers that are candidates for the abnormal location based on the results of the diagnosis, and identifies whether the abnormal location is the optical link or the optical transceiver based on the optical link status information.
前記診断部は、複数の前記光ノードの各々に備えられる
請求項1から4のうちいずれか一項に記載の異常発生箇所判定装置。
The abnormality occurrence location determination device according to claim 1 , wherein the diagnostic unit is provided in each of the plurality of optical nodes.
前記伝送信号情報は、前記光トランシーバによって受信されたデジタル変調信号、受信パワーの値、又はビットエラー率の値を含む
請求項1から5のうちいずれか一項に記載の異常発生箇所判定装置。
The abnormality location determining device according to claim 1 , wherein the transmission signal information includes a digitally modulated signal received by the optical transceiver, a received power value, or a bit error rate value.
光ネットワークを構成する複数の光ノードから光トランシーバによって取得された伝送区間の伝送信号情報を収集する収集ステップと、
前記伝送信号情報に基づいて前記伝送区間の正常性の診断を行う診断ステップと、
前記診断ステップによる複数の前記診断の結果に基づいて前記光ネットワークの異常箇所を推定する推定ステップと、
を有し、
前記推定ステップでは、前記伝送区間の光リンクの各々について、前記光リンクを使用している全ての前記光トランシーバが異常と診断されている場合には前記光リンクが前記異常箇所であると判定し、異常と診断された前記光トランシーバが通過する全ての前記光リンクが異常でないと判定されている場合には前記光トランシーバが前記異常箇所であると判定す
異常発生箇所判定方法。
a collecting step of collecting transmission signal information of a transmission section acquired by an optical transceiver from a plurality of optical nodes constituting the optical network;
a diagnosis step of diagnosing the normality of the transmission section based on the transmission signal information;
an estimation step of estimating an abnormality location in the optical network based on a plurality of results of the diagnosis in the diagnosis step;
and
In the estimation step, for each optical link in the transmission section, if all the optical transceivers using the optical link are diagnosed as abnormal, the optical link is determined to be the abnormal location, and if all the optical links through which the optical transceiver diagnosed as abnormal passes are determined to be normal, the optical transceiver is determined to be the abnormal location.
請求項1から6のうちいずれか一項に記載の異常発生箇所判定装置としてコンピュータを機能させるためのプログラム。 A program for causing a computer to function as the abnormality location determination device described in any one of claims 1 to 6.
JP2021186146A 2021-11-16 2021-11-16 Abnormality location determination device, abnormality location determination method, and program Active JP7737111B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021186146A JP7737111B2 (en) 2021-11-16 2021-11-16 Abnormality location determination device, abnormality location determination method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021186146A JP7737111B2 (en) 2021-11-16 2021-11-16 Abnormality location determination device, abnormality location determination method, and program

Publications (2)

Publication Number Publication Date
JP2023073596A JP2023073596A (en) 2023-05-26
JP7737111B2 true JP7737111B2 (en) 2025-09-10

Family

ID=86425630

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021186146A Active JP7737111B2 (en) 2021-11-16 2021-11-16 Abnormality location determination device, abnormality location determination method, and program

Country Status (1)

Country Link
JP (1) JP7737111B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4703490A1 (en) 2023-04-27 2026-03-04 Nippon Steel Corporation Grain-oriented electrical steel sheet
WO2025079167A1 (en) * 2023-10-11 2025-04-17 日本電信電話株式会社 System for detecting abnormal part of optical fiber network
CN117834379A (en) * 2023-12-29 2024-04-05 北京奥星贝斯科技有限公司 Method, device, electronic equipment and storage medium for transmitting abnormality diagnosis
US20250300726A1 (en) * 2024-03-25 2025-09-25 Nec Corporation Optical transmission system and method of using

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009253475A (en) 2008-04-02 2009-10-29 Fujitsu Telecom Networks Ltd Transmission apparatus, network monitoring device, network communication system and troubleshooting method therefor
JP2018007058A (en) 2016-07-04 2018-01-11 富士通株式会社 Network control device, optical transmission system and fault determination method
US20190245620A1 (en) 2018-02-07 2019-08-08 Adva Optical Networking Se Method and apparatus for performing event-driven diagnostics or prognostics of a network behaviour of a hierarchical optical network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009253475A (en) 2008-04-02 2009-10-29 Fujitsu Telecom Networks Ltd Transmission apparatus, network monitoring device, network communication system and troubleshooting method therefor
JP2018007058A (en) 2016-07-04 2018-01-11 富士通株式会社 Network control device, optical transmission system and fault determination method
US20190245620A1 (en) 2018-02-07 2019-08-08 Adva Optical Networking Se Method and apparatus for performing event-driven diagnostics or prognostics of a network behaviour of a hierarchical optical network

Also Published As

Publication number Publication date
JP2023073596A (en) 2023-05-26

Similar Documents

Publication Publication Date Title
JP7737111B2 (en) Abnormality location determination device, abnormality location determination method, and program
US5157667A (en) Methods and apparatus for performing fault isolation and failure analysis in link-connected systems
JP2014517624A (en) Fault detector for optical network communication system
JP5200159B2 (en) Optical transmission monitoring device
CN111971909A (en) Method for monitoring an optical communication system
US20230344720A1 (en) High-resolution optical backscatter method to discover physical topology of complex, interconnected fiber optic network and automatically monitor and troubleshoot its performance
US11438211B1 (en) Adaptive diagnostics for communication systems
JP5348809B2 (en) Method, system and apparatus for downlink physical link fault diagnosis
CN101995612B (en) Method, device and system for detecting jump fiber connecting state
TW201419773A (en) Read optical power link service for link health diagnostics
EP2903182B1 (en) Diagnosing faults in optical networks
JP2008005340A (en) COMMUNICATION DEVICE, LINE DIAGNOSIS METHOD, PROGRAM, RECORDING MEDIUM
JP2011501593A (en) Diagnostic method for optical communication network
WO2019199780A1 (en) Systems and methods for identification and testing of optical fibers
CN102183946B (en) Method, electronic component and system for diagnosing communication connections
CN120474616A (en) Fault detection method, device, non-volatile storage medium and electronic equipment
WO2025161950A1 (en) Network working state identification method and apparatus, device, medium, and product
KR102620807B1 (en) Optical cable monitoring method using OTDR measuring device
JP7548295B2 (en) Optical communication system, failure cause estimation device, failure analysis device, and failure analysis method for optical communication system
JP7751240B2 (en) Abnormal section estimation method, abnormal section estimation system, and abnormal section estimation device
CN115133983A (en) Method, system and device for determining communication link and electronic equipment
CN109342021B (en) Optical fiber online monitoring method for industrial Ethernet switch
US20260081681A1 (en) Detecting transmitter-receiver misconfigurations in optical signal paths
JP7698222B2 (en) COMMUNICATION SYSTEM, COMMUNICATION METHOD, AND PROGRAM
RU2801825C2 (en) Method, complex for processing information about failures of devices of wireless sensor networks for data transmission and related networks

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20211116

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20240423

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20250617

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250710

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20250821

R150 Certificate of patent or registration of utility model

Ref document number: 7737111

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150