JPS63280537A - Fault state reporting system - Google Patents

Fault state reporting system

Info

Publication number
JPS63280537A
JPS63280537A JP62114611A JP11461187A JPS63280537A JP S63280537 A JPS63280537 A JP S63280537A JP 62114611 A JP62114611 A JP 62114611A JP 11461187 A JP11461187 A JP 11461187A JP S63280537 A JPS63280537 A JP S63280537A
Authority
JP
Japan
Prior art keywords
fault
status
failure
center
report
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP62114611A
Other languages
Japanese (ja)
Inventor
Tsutomu Nakamura
勤 中村
Kosuke Shinnai
新内 浩介
Ryoichi Sasaki
良一 佐々木
Michio Suzuki
鈴木 三知男
Fumio Akiyama
秋山 文夫
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP62114611A priority Critical patent/JPS63280537A/en
Publication of JPS63280537A publication Critical patent/JPS63280537A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

PURPOSE:To quicken the detection of fault occurrence by providing a function generating a fault status report where an instantaneous failure status of each communication line and each node, a fault status based on the result of monitor within a prescribed time while being roughly classified depending on the fault status and a function sending the report to a network management center to each node. CONSTITUTION:Multiplexers 1,2 are connected to a ground high speed digital line 4 by a satellite line 7. The fault information at the instantaneous time and withinprescribed time collected by the multiplexer 1 is classified depending on the fault state and communicated to the center 11 in a form of a status word, for example. Moreover, the multiplexer 1 is provided with a function monitoring the state of the communication line and the multiplexer 1 itself at a sampling time interval, a function generating the fault status report comprising the result of monitor of a specified time and the instantaneous value at present in a form of status word, for example, aud a function returning the report in a form of the status word in response to the polling from the center 11. Thus, the time till the detection of fault occurrence is shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ネットワーク管理方式に係り、特に障害管理
に好適な障害状況報告方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a network management system, and particularly to a failure situation reporting system suitable for failure management.

〔従来の技術〕[Conventional technology]

従来、ネットワーク管理については、モデム用ネットワ
ークの管理が主として行なわれてきたが、高速ディジタ
ル回線の利用が増加するとともにマルチメディア多重化
装置から構成されるネットワ−りの管理が重要になって
きている。ネットワーク管理機能の中特に、回線障害等
の障害が発生した場合の障害検知9診断及び修復機能か
らなる障害管理については、日経コミュニケーション(
1986年7月7日号第101頁から103頁において
論じられている。
Traditionally, network management has mainly focused on modem networks, but as the use of high-speed digital lines increases, the management of networks consisting of multimedia multiplexing devices has become important. . Among the network management functions, Nikkei Communication (Nikkei Communication) particularly deals with failure management, which consists of failure detection9 diagnosis and repair functions when failures such as line failures occur.
Discussed in the July 7, 1986 issue, pages 101-103.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記障害管理の機能の1つである障害検知の方法として
は、従来、(1)割込み方式と(2)ポーリング方式の
2方式が用いられている。割り込み方式は、マルチメデ
ィア多重化V装置(以下、多重化装置と略す)で多重化
装置本体または多重化装置に接続されている回線に障害
が発生したことを検知した場合、割り込み信号により非
同期にネットワークを管理しているネットワーク管理セ
ンタ(以下、センタと略す)に知らせる方式である。
Conventionally, two methods have been used to detect a fault, which is one of the fault management functions: (1) an interrupt method and (2) a polling method. In the interrupt method, when a multimedia multiplexer V device (hereinafter referred to as multiplexer) detects that a failure has occurred in the multiplexer itself or in the line connected to the multiplexer, an interrupt signal is used to asynchronously interrupt the multiplexer. This is a method of notifying the network management center (hereinafter abbreviated as "center") that manages the network.

この方式では、センタがネットワーク内の障害発生を認
識するまでの時間が短いという長所を有するが、割り込
みが頻繁に発生した場合には、割り込み信号受信処理オ
ーバヘッドの為にすべての信号を処理出来なくなるとい
う短所がある。また、ポーリング方式は、割り込み方式
とは逆に、センタの方から各多重化装置に順番に障害情
報の有無を問い合わせるもので、センタでの障害発生認
識までの時間はかかるが、センタでの障害情報収集の制
御が容易になるという長所がある。ただ、ポーリング方
式では、多重化装置から取得する障害情報は、ポーリン
グをした時の瞬時値であるため、本当に障害が発生して
いるのか、一過性の障害なのかといった状況判断をする
ためには、何回か同じ多重化装置にポーリングする必要
があり、障害発生検知までに場合によっては非常に長い
時間がかかるという問題があった。
This method has the advantage that it takes a short time for the center to recognize the occurrence of a fault in the network, but if interrupts occur frequently, it will not be possible to process all signals due to interrupt signal reception processing overhead. There is a disadvantage. Also, in the polling method, contrary to the interrupt method, the center queries each multiplexer in turn for the presence or absence of fault information, and although it takes time for the center to recognize the occurrence of a fault, This has the advantage that information collection can be easily controlled. However, with the polling method, the fault information obtained from the multiplexer is the instantaneous value at the time of polling, so it is difficult to judge whether a fault has really occurred or whether it is a temporary fault. The problem with this method is that it is necessary to poll the same multiplexing device several times, and in some cases it takes a very long time to detect the occurrence of a failure.

本発明の目的は、ポーリング方式において上述した障害
発生検知までの時間を短かくすること、さらに、一過性
の障害と定常障害への対処を可能にすることにある。
An object of the present invention is to shorten the time until the above-mentioned fault occurrence is detected in the polling method, and also to make it possible to deal with temporary faults and steady faults.

〔問題点を解決するための手段〕[Means for solving problems]

上記目的を達成するため、多重化装置で収集される瞬時
及び所定時間内の障害情報を障害状況に応じてクラス分
けし、例えばステータスワードの形でセンタに連絡する
In order to achieve the above object, the fault information collected by the multiplexing device both instantaneously and within a predetermined time is divided into classes according to the fault situation and is communicated to the center in the form of a status word, for example.

また、多重化装置に通信回線と多重化装置本体の状況を
あるサンプリング間隔で監視する機能とある規定時間の
監視結果と現在のサンプリング時の瞬時値からなる障害
状況報告を、例えば、ステータス・ワードの形式で作成
する機能とセンタがらのポーリングに対する応答として
上記報告をこのステータス・ワードの形式で返送する機
能を設ける。
In addition, the multiplexing device has a function to monitor the status of the communication line and the multiplexing device itself at a certain sampling interval, and a failure situation report consisting of the monitoring results at a certain specified time and the instantaneous value at the current sampling time is sent, for example, as a status word. A function is provided to generate the report in the form of this status word, and a function to return the above report in the form of this status word as a response to polling from the center.

〔作用〕[Effect]

多重化装置によって収集される障害情報には、多重化装
置本体に関するものと多重化装置に接続されている回線
に関するものがある。この中、多重化装置本体に関する
障害情報は、メモリ、 cpuおよび多重化装置内での
データの伝送路であるハイウェイ等に関するものからな
る。回線に関する障害情報は網の障害やクロック等の同
期はずれに関するものからなる。これらの障害情報は、
多重化装置内の制御系により、メモリ内の障害情報エリ
アにハード的に割込みにより書き込まれる。多重化装置
の管理機能は、障害情報エリアをあるサンプリング間隔
でチェックし、そのサンプリング回数と各障害情報の発
生頻度をカウントする。センタからのポーリング・メツ
セージを受けとると上記カウント値とポーリング・メツ
セージ受信時の各障害情報の瞬時値とからステータス・
ワードを作成する。ステータス・ワードはポーリングに
対する応答として、多重化装置に返送される。多重化装
置はステータス・ワードを受信すると各障害情報の発生
頻度が閾値を越えているかどうかをチェックし、どれか
1つの障害情報の発生頻度でも閾値を越えておりその障
害情報の瞬時値も障害を示している場合は、障害発生と
判定することになる6ただし、回線障害の場合には、回
線の状態が不安定で、取得される障害情報が時間ととも
に変動する場合には、障害発生の断定が困難になる。
The fault information collected by the multiplexing device includes information regarding the multiplexing device itself and information regarding lines connected to the multiplexing device. Among these, the fault information regarding the multiplexing device main body includes information regarding the memory, CPU, highway, which is a data transmission path within the multiplexing device, and the like. Fault information related to lines includes information related to network faults and clock out-of-synchronization. These failure information are
The control system within the multiplexing device writes the error information to the fault information area in the memory using a hardware interrupt. The management function of the multiplexing device checks the fault information area at certain sampling intervals and counts the number of sampling times and the frequency of occurrence of each fault information. When a polling message is received from the center, the status is calculated from the above count value and the instantaneous value of each fault information at the time of receiving the polling message.
Create word. The status word is sent back to the multiplexer in response to the poll. When the multiplexer receives the status word, it checks whether the frequency of occurrence of each fault information exceeds the threshold, and if the frequency of occurrence of any one fault information exceeds the threshold, the instantaneous value of that fault information also becomes a fault. 6 However, in the case of a line failure, if the line condition is unstable and the acquired failure information changes over time, it is determined that a failure has occurred. It becomes difficult to determine.

そこで、このような場合に対処するために障害状況のク
ラスを設け、障害発生を断定できない場合には警告フラ
グがステータスワードにセットされる。このことにより
、センタは1回のポーリングにより、障害状況の把握が
可能になるため、障害発生認識までの時間が短かくなる
。また、各障害情報の発生頻度と瞬時値の両方に基づい
て障害診断を行うため、一過性の障害への対処も可能に
なる。
Therefore, in order to deal with such cases, a class of failure conditions is provided, and if it is not possible to determine the occurrence of a failure, a warning flag is set in the status word. This makes it possible for the center to grasp the failure situation through one poll, thereby shortening the time required to recognize the occurrence of the failure. Furthermore, since fault diagnosis is performed based on both the occurrence frequency and instantaneous value of each fault information, it is also possible to deal with temporary faults.

〔実施例ゴ 以下、本発明の実施例を第1図〜第3図により説明する
。第1図は、多重化装置から構成されるネットワークの
基本構成例である。多重化装置1と2は地上の高速ディ
ジタル回線(以下、高速回線と略す)4と衛星回線7に
より接続されている。
[Example Go] Examples of the present invention will be described below with reference to FIGS. 1 to 3. FIG. 1 shows an example of the basic configuration of a network composed of multiplexing devices. The multiplexers 1 and 2 are connected by a terrestrial high-speed digital line (hereinafter abbreviated as high-speed line) 4 and a satellite line 7.

多重化装置1と3は地上の回線5により接続されている
。多重化装置2と3は、地上の回線6により接続されて
いる。各多重化装置の低速回線(例えば、加入者回線)
側には計算機等が接続され、相互に通信を行なっている
。また、センタ11は多重化装置1に接続されている。
Multiplexers 1 and 3 are connected by a terrestrial line 5. Multiplexers 2 and 3 are connected by a terrestrial line 6. Low-speed lines (e.g. subscriber lines) for each multiplexer
Computers etc. are connected to the side and communicate with each other. Further, the center 11 is connected to the multiplexing device 1.

第2図に、多重化装置12の構成を示す。低速回線側か
らのデータは、低速側インタフェース14を介して中に
取人込まれ、制御部15により対応する高速回線へ高速
側インタフェース13を介して転送される。
FIG. 2 shows the configuration of the multiplexer 12. Data from the low-speed line is taken in via the low-speed interface 14, and transferred by the control unit 15 to the corresponding high-speed line via the high-speed interface 13.

また、高速回線側からのデータは、高速側インタフェー
ス13を介して中に取り込まれ、制御部15により対応
する低速回線へ低速側インタフェース14を介して転送
される。制御部15の状態は、監視部16により、定期
的に制御部]5から送られてくる信号により監視される
。高速回線の状態は、高速側インタフェース13を介し
て送られてくるデータを制御部15が監視することによ
りチェックされる。制御部15または高速回線に異常が
認識されると、制御部15の場合は、ただちに予備系に
切り替える。回線障害の場合には、先ず規定時間のモニ
タリングにより、網障害やクロック等の同期はずれの発
生頻度をカウントし、その値が閾値を超えた場合は、回
線障害と判断し、超えなかった場合は回線状態不安定と
判断する。
Further, data from the high-speed line side is taken in via the high-speed side interface 13, and transferred by the control unit 15 to the corresponding low-speed line via the low-speed side interface 14. The status of the control unit 15 is monitored by the monitoring unit 16 periodically using signals sent from the control unit]5. The state of the high-speed line is checked by the control unit 15 monitoring data sent via the high-speed interface 13. When an abnormality is recognized in the control unit 15 or the high-speed line, the control unit 15 immediately switches to the standby system. In the case of a line failure, first, we count the frequency of network failures and clock out-of-synchronization by monitoring for a specified period of time, and if the value exceeds the threshold, it is determined that there is a line failure, and if it does not, then It is determined that the line condition is unstable.

上記の制御部15の障害も回線障害もセンタ11からの
ポーリング・メツセージ受信時に、ステータスワード作
成部17において、ステータスワード18の形にセット
される。第3図のステータスワード18は、多重化装置
のネットワークアドレス19.障害情報有無表示フラグ
20.メモリ障害フラグ21.、CPU障害フラグ22
.ハイウェイ障害フラグ23.その他表示ランプ用フラ
グ24.高速回線番号25.網障害フラグ26゜クロッ
ク等の同期はずれフラグ27.障害クラス表示フラグ2
8などからなる6回線番号25から表示フラグ28まで
の部分は高速回線の数(本実施例では4)だけ存在する
。上記ステータスワードは、メモリ内にセットされ、セ
ンタからのポーリングの際に読み出されて、センタに送
られることになる0本実施例によれば、多重化装置によ
る障害状況のモニタリングと障害状況のクラス分けによ
り、−回のポーリングによる障害状況の推定と一過性の
障害への対処も可能となる。
When a polling message is received from the center 11, both the fault in the control section 15 and the line fault are set in the form of a status word 18 in the status word creation section 17. The status word 18 in FIG. 3 contains the multiplexer's network address 19. Fault information presence/absence display flag 20. Memory failure flag 21. , CPU failure flag 22
.. Highway Obstacle Flag 23. Other indicator lamp flag 24. High speed line number 25. Network failure flag 26. Out-of-synchronization flag for clocks, etc. 27. Fault class display flag 2
The number from line number 25 to display flag 28 is equal to the number of high-speed lines (four in this embodiment). The status word is set in memory, read out during polling from the center, and sent to the center. According to this embodiment, the multiplexer monitors the failure status and Classification also makes it possible to estimate the failure status and deal with temporary failures by polling - times.

また、上記ステータス・ワード18における領域21〜
28の他の割付例として、サンプリング回数21.網障
害発生件数22.クロック同期はずれ発生件数23.フ
レーム同期はずれ発生件数24、網障害、クロック同期
はずれ、フレーム同期はずれ状態のポーリングされた時
点の瞬時値25、メモリ障害(制御部15)フラグ26
゜CPU障害(制御部15)フラグ27.監視部16の
障害フラグ28とすることも可能である。
In addition, areas 21 to 21 in the status word 18 above
As another example of allocation of 28, the number of sampling times 21. Number of network failures: 22. Number of occurrences of clock synchronization: 23. Number of frame out of synchronization occurrences 24, network failure, clock out of synchronization, instantaneous value at the time of polling of frame out of synchronization state 25, memory failure (control unit 15) flag 26
゜CPU failure (control unit 15) flag 27. It is also possible to use the fault flag 28 of the monitoring unit 16.

この場合も、網障害発生件数22からフレーム同期はず
れ発生件数25までの項目は、多重化装置に接続できる
高速回線の最大数分(4回線)存在する。
In this case as well, the items from the number of network fault occurrences 22 to the number of frame out-of-synchronization occurrences 25 exist for the maximum number of high-speed lines (4 lines) that can be connected to the multiplexing device.

上記ステータス・ワード18は、センタ11からのポー
リング・メツセージを受信するとメモリ内に書き込まれ
ている上記障害情報を基に作成され、応答データとして
センタ11に返される。
The status word 18 is created based on the fault information written in the memory upon receiving a polling message from the center 11, and is returned to the center 11 as response data.

センタ11は、ステータス・ワード18を受信すると障
害情報有無表示フラグ20を先ずチェックし、値が0で
あればネットワークアドレス19の多重化装置に関して
は障害なしと判断する。逆に値が1であると回線または
多重化装置本体に関する障害情報がセットされているこ
とになるので、サンプリング回数21から監視部障害フ
ラグ28までの値をチェックする。メモリ障害フラグ2
6゜CPU障害フラグ27.監視部障害フラグ28がO
Nの場合は該当する障害が発生していることになるので
、その旨の障害メツセージを表示する。
When the center 11 receives the status word 18, it first checks the fault information presence flag 20, and if the value is 0, it determines that there is no fault with the multiplexing device at the network address 19. On the other hand, if the value is 1, this means that failure information regarding the line or the multiplexer itself has been set, so the values from the sampling count 21 to the monitoring unit failure flag 28 are checked. Memory failure flag 2
6゜CPU failure flag 27. Monitoring unit failure flag 28 is O
If N, it means that a corresponding failure has occurred, and a failure message to that effect is displayed.

回線障害については、網障害発生件数22とサンプリン
グ回数21の比、クロック同期はずれ発生件数23とサ
ンプリング回数21の比、フレーム同期はずれ発生件数
24とサンプリング回数21の比のいずれかが、ある閾
値を越えており、かつ、対応する瞬時値25も障害を示
している場合のみ、回線障害発生と判断する。このよう
に、多重化装置において、ポーリング・サイクル時間(
センタ11からポーリング・メツセージを受信してから
次のポーリング・メツセージを受信するまでの時間)の
間あるサンプリング間隔でチェックされた障害情報をも
とに障害状況を判断するため、一時的に発生した、いわ
ゆる一過性の障害を定常的障害と誤って判断することは
ない。また、ポーリング・メツセージが受信された時点
の瞬時値も障害状況の判断に用いるため、先はどとは逆
に定常的障害の判定をより確かなものしこする。
Regarding line faults, any of the ratios between the number of network fault occurrences 22 and the number of sampling times 21, the ratio between the number of clock out-of-synchronization occurrences 23 and the number of sampling times 21, and the ratio between the number of frame out-of-synchronization occurrences 24 and the number of sampling times 21 meet a certain threshold. Only when the value is exceeded and the corresponding instantaneous value 25 also indicates a failure, it is determined that a line failure has occurred. Thus, in the multiplexer, the polling cycle time (
The failure status is determined based on failure information checked at a certain sampling interval (the time from receiving a polling message from the center 11 to receiving the next polling message). , so-called temporary failures will not be mistakenly judged as permanent failures. In addition, since the instantaneous value at the time when the polling message is received is also used to determine the failure status, it is possible to more accurately determine whether there is a steady failure.

上記の処理により、センタ11は、1回のポーリングに
より、障害箇所の同定を信頼性高く、早期におこなえる
Through the above-described processing, the center 11 can quickly and reliably identify the location of the fault by polling once.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、従来のポーリング方式と比較して、迅
速に障害発生を検知できるとともに一過性の障害に対し
ても対処可能であるため、障害時の回線切り替えを効率
よく迅速に実施できる。
According to the present invention, compared to the conventional polling method, it is possible to detect the occurrence of a failure more quickly, and it is also possible to deal with temporary failures, so that line switching in the event of a failure can be carried out efficiently and quickly. .

また、高速回路、多重化装置の集約された障害情報を1
回のポーリングで取得できるため、障害検知までの時間
が短かくなるとともに、一過性および定常的障害の判断
を正しく行なわせることができる。
In addition, the aggregated failure information of high-speed circuits and multiplexing equipment is
Since the information can be obtained by polling once, the time required to detect a failure is shortened, and temporary and steady failures can be correctly determined.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例のマルチメディア多重化装置
から構成されるネットワークの基本構成例を示すブロッ
ク図、第2図はマルチメディア多重化装置の構成図、第
3図はステータスワードの形式図である。
FIG. 1 is a block diagram showing an example of the basic configuration of a network consisting of a multimedia multiplexing device according to an embodiment of the present invention, FIG. 2 is a configuration diagram of the multimedia multiplexing device, and FIG. 3 is a block diagram of a status word This is a format diagram.

Claims (1)

【特許請求の範囲】 1、ネットワーク管理センタと該センタにより管理され
る複数のノードと複数の通信回線とからなる情報ネット
ワークにおいて、各ノードに各通信回線とノードの瞬時
の障害状況と所定時間内の監視結果に基づく障害状況を
障害状況に応じてクラス分けした障害状況報告を作成す
る機能と該報告を上記センタに伝送する機能を設けるこ
とを特徴とする障害状況報告方式。 2、上記所定時間は、ノード側で決定されることを特徴
とする第1項の障害状況報告方式。 3、上記報告はステータス・ワードにより表現されるこ
とを特徴とする第1項の障害状況報告方式。 4、ネットワーク管理センタとこれにより管理される複
数のノードと複数の通信回線とからなる情報ネットワー
クにおいて、各ノードに上記通信回線とノード本体の状
況を所定のサンプリング間隔で監視する機能と、ネット
ワーク管理センタ側で決定した所定時間内におけるポー
リングによる監視結果とポーリング時の瞬時値から障害
状況報告を作成する機能とポーリングに対する応答とし
て該報告を上記センタに返送する機能を設けることを特
徴とする障害状況報告方式。 5、上記報告はステータス・ワードにより表現されるこ
とを特徴とする第4項の障害状況報告方式。
[Claims] 1. In an information network consisting of a network management center and a plurality of nodes and a plurality of communication lines managed by the center, each node is provided with information on the instantaneous failure status of each communication line and node and within a predetermined period of time. 1. A fault situation reporting system characterized by providing a function of creating a fault situation report that classifies fault situations based on monitoring results according to the fault situation, and a function of transmitting the report to the center. 2. The failure situation reporting method as set forth in item 1, wherein the predetermined time is determined on the node side. 3. The failure status reporting method as set forth in item 1, wherein the report is expressed by a status word. 4. In an information network consisting of a network management center and multiple nodes and multiple communication lines managed by the network management center, each node has a function to monitor the status of the communication lines and the node itself at predetermined sampling intervals, and network management. A failure situation characterized by having a function of creating a failure status report from monitoring results by polling within a predetermined time determined by the center and an instantaneous value at the time of polling, and a function of sending the report back to the center as a response to the polling. Reporting method. 5. The failure situation reporting method according to item 4, wherein the report is expressed by a status word.
JP62114611A 1987-05-13 1987-05-13 Fault state reporting system Pending JPS63280537A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62114611A JPS63280537A (en) 1987-05-13 1987-05-13 Fault state reporting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62114611A JPS63280537A (en) 1987-05-13 1987-05-13 Fault state reporting system

Publications (1)

Publication Number Publication Date
JPS63280537A true JPS63280537A (en) 1988-11-17

Family

ID=14642191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62114611A Pending JPS63280537A (en) 1987-05-13 1987-05-13 Fault state reporting system

Country Status (1)

Country Link
JP (1) JPS63280537A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0355940A (en) * 1989-07-25 1991-03-11 Nec Corp Automatic managing system for terminal equipment
JPH04229741A (en) * 1990-04-30 1992-08-19 Internatl Business Mach Corp <Ibm> Method and apparatus for isolating fault and analyzing fault in link coupling system
JPH0895883A (en) * 1994-09-21 1996-04-12 Nec Software Ltd Reporting system for management information of communication path
JP2009225284A (en) * 2008-03-18 2009-10-01 Fujitsu Ltd Line-monitoring apparatus and line-monitoring method
JPWO2016157237A1 (en) * 2015-03-27 2017-07-27 三菱電機株式会社 COMMUNICATION DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION METHOD
JP2019117611A (en) * 2017-12-27 2019-07-18 株式会社リコー Information processing device, information processing system, information processing method and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0355940A (en) * 1989-07-25 1991-03-11 Nec Corp Automatic managing system for terminal equipment
JPH04229741A (en) * 1990-04-30 1992-08-19 Internatl Business Mach Corp <Ibm> Method and apparatus for isolating fault and analyzing fault in link coupling system
JPH0895883A (en) * 1994-09-21 1996-04-12 Nec Software Ltd Reporting system for management information of communication path
JP2009225284A (en) * 2008-03-18 2009-10-01 Fujitsu Ltd Line-monitoring apparatus and line-monitoring method
US8917609B2 (en) 2008-03-18 2014-12-23 Fujitsu Limited Line monitoring apparatus and line monitoring method
JPWO2016157237A1 (en) * 2015-03-27 2017-07-27 三菱電機株式会社 COMMUNICATION DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION METHOD
JP2019117611A (en) * 2017-12-27 2019-07-18 株式会社リコー Information processing device, information processing system, information processing method and program

Similar Documents

Publication Publication Date Title
US5383178A (en) Network commentator
JPH08506946A (en) Event correlation in communication networks
US5363493A (en) Token ring network test device using finite state machine
JPS63280537A (en) Fault state reporting system
US5784274A (en) System and method for monitoring errors occurring in data processed by a duplexed communication apparatus
CN113268395B (en) Service data processing method, processing device and terminal
KR920702891A (en) How to monitor computer network
JPH07184279A (en) Supervisory control system
JP2002367064A (en) System for polling control in alarm monitoring
JPH0648791B2 (en) Device for collecting monitoring information in transmission device
JP2979191B2 (en) Alarm information notification method
KR960001084B1 (en) A node alarm confirmation method between exchanger&#39;s
JPS6340079B2 (en)
JP3060076B2 (en) Line monitoring system
JPS609246A (en) Monitor system for data circuit network
JPH0311841A (en) Local area network
JP2757455B2 (en) Transmission line switching device
JPH03152638A (en) Log data collection system for information processor
JP3467848B2 (en) Network monitoring system
JPH02277397A (en) Remote supervisory system
JPS63304744A (en) Fault diagnostic system
JPH07202826A (en) Method for locating faulty position
JPS58123255A (en) Detection system for fault position of single loop transmission system
JPS5945304B2 (en) Line failure detection method in two-wire communication equipment
JPH04321342A (en) Fault detection method by token access method