JPH09282252A - Network managing system - Google Patents

Network managing system

Info

Publication number
JPH09282252A
JPH09282252A JP8092213A JP9221396A JPH09282252A JP H09282252 A JPH09282252 A JP H09282252A JP 8092213 A JP8092213 A JP 8092213A JP 9221396 A JP9221396 A JP 9221396A JP H09282252 A JPH09282252 A JP H09282252A
Authority
JP
Japan
Prior art keywords
network
monitoring
management
status
trap
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
JP8092213A
Other languages
Japanese (ja)
Inventor
Kenji Kataoka
健二 片岡
Tetsuhiko Hirata
哲彦 平田
Minoru Koizumi
稔 小泉
Hiroshi Wataya
洋 綿谷
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 JP8092213A priority Critical patent/JPH09282252A/en
Publication of JPH09282252A publication Critical patent/JPH09282252A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To suppress the load increase of a network caused by management and to prevent influence upon other online processing by monitoring the network load through a network monitoring device and reporting the state of the load to a managing station. SOLUTION: The network monitoring device 4 is arranged on a network 3 and while using TRAP, network load conditions are reported to the managing station 1. The managing station 1, which receives the report, suppresses an SNMP request corresponding to the load conditions of the network, reports the suppression to a manager and controls the execution of state monitor at nodes 2a and 2b to be managed by using the SNMP request in the suppressing state. Besides, at the nodes 2a and 2b to be managed, the state monitor is periodically executed according to an instruction from the managing station 1 and when the state exceeds a defined threshold value or gets different from the last monitored value, such a state is reported to the managing station 1 by using the TRAP. Thus, countermeasures are speedily taken.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はSNMPを用いたネ
ットワーク管理、あるいは、システム管理に関し、ネッ
トワーク負荷を増加させずに管理を継続して行える方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to network management using SNMP or system management, and more particularly to a system capable of continuing management without increasing network load.

【0002】[0002]

【従来の技術】先ず初めに、TCP/IPネットワーク
の標準管理プロトコルであるSNMPについて説明し、
その後、SNMPを用いた従来のネットワーク管理方法
について説明する。
2. Description of the Related Art First, SNMP, which is a standard management protocol for TCP / IP networks, will be described.
Then, a conventional network management method using SNMP will be described.

【0003】SNMPとは、ネットワーク内のノードか
ら管理情報の収集や設定処理を行ったり、ノード内で発
生したイベントの通知処理を行うために規定されたネッ
トワーク管理プロトコルであり、管理ステーション内の
マネージャプログラムと被管理ノード内のエージェント
プログラムが互いにメッセージを送受することにより実
現される。SNMPでは管理情報のことをMIB(Ma
nagement−Information−Bas
e)と呼び、イベントのことをTRAPと呼ぶ。
[0003] SNMP is a network management protocol defined for collecting management information from nodes in a network, setting processing, and notification processing of events that occur in nodes, and is a manager in a management station. It is realized by sending and receiving messages between the program and the agent program in the managed node. In SNMP, management information is MIB (Ma
management-Information-Bas
e) and the event is called TRAP.

【0004】より詳しく説明すると、管理ステーション
内のマネージャプログラムは、MIB(メッセージ経路
情報、送信/受信メッセージ数などのトラフィック情
報、障害情報など)の収集/設定を被管理ノード内のエ
ージェントプログラムに依頼するリクエストメッセージ
を送信する。エージェントプログラムでは依頼された情
報の収集/設定処理を行い、その結果をレスポンスメッ
セージに設定しマネージャプログラムに送信する。ま
た、被管理ノードでは自発的にTRAPを管理ステーシ
ョンに送信しイベントの発生を通知することができる。
これらリクエスト/レスポンス、及び、TRAPによっ
て管理を実現するのがSNMPのネットワーク管理であ
る。
More specifically, the manager program in the management station requests the agent program in the managed node to collect / set MIB (message route information, traffic information such as the number of transmitted / received messages, fault information, etc.). Send the request message. The agent program collects / sets the requested information, sets the result in a response message, and sends it to the manager program. Further, the managed node can voluntarily send TRAP to the management station to notify the occurrence of an event.
It is the network management of SNMP that realizes management by these requests / responses and TRAP.

【0005】従来のネットワーク管理APについては、
「大鐘久生著 TCP/IPとOSIネットワーク管理
株式会社ソフト・リサーチ・センター発行の7章 管
理ツールとアプリケーション開発」に記載されているよ
うに、管理者の要求したMIB情報を、要求のあったタ
イミングで収集しウインドウ上に表示したり、指定され
た周期でMIB情報の収集処理を行い、その結果をグラ
フに表示したりしている。又、収集した情報のしきい値
チェックを行い、しきい値を超えていた場合、管理ステ
ーション内でローカルにTRAPを発生させ異常を管理
者に通知している。このように要求タイミング、及び、
設定された周期間隔で、無条件に各被管理ノードに対し
てリクエストを送信しており、管理を行うことによるネ
ットワーク負荷の増加については考慮されていない。
Regarding the conventional network management AP,
As described in "Chapter 7: Management Tools and Application Development by Soft Research Center Co., Ltd., written by Hisao Ohgane, TCP / IP and OSI network management", the MIB information requested by the administrator is requested at the requested timing. Are collected and displayed on a window, or MIB information is collected at a specified cycle and the result is displayed on a graph. Further, the collected information is checked for a threshold value, and if it exceeds the threshold value, TRAP is locally generated in the management station to notify the administrator of the abnormality. In this way, the request timing and
Requests are unconditionally transmitted to each managed node at set cycle intervals, and no consideration is given to an increase in network load due to management.

【0006】[0006]

【発明が解決しようとする課題】SNMPを用いた管理
システムでは、管理ステーションから被管理ノードへの
ポーリング監視によって管理が行われるのが一般的であ
る。しかし、ポーリング監視では、監視の度にネットワ
ーク上にリクエスト/レスポンスメッセージが流れるた
め、管理対象ノード数が増大した場合や、より早く障害
を検知するために監視周期を短くした場合など、ネット
ワーク負荷が増大するといった問題がある。
In a management system using SNMP, management is generally performed by polling monitoring from a management station to a managed node. However, in polling monitoring, request / response messages flow on the network each time monitoring is performed, so network load may increase when the number of managed nodes increases or when the monitoring cycle is shortened to detect failures earlier. There is a problem of increase.

【0007】本発明の目的は、管理よるネットワーク負
荷の増加を抑え、他オンライン処理に影響を与えないよ
うに管理を実現することである。又、リクエストを要求
した管理者に対して、負荷状況を通知することにより早
期に対策を取れるようにすることにある。
It is an object of the present invention to suppress an increase in network load due to management and realize management so as not to affect other online processing. Moreover, it is to notify the administrator who has requested the load status so that countermeasures can be taken early.

【0008】他の目的は、管理情報のステータス値にそ
った状態監視を行えるようにすることであり、さらに、
SNMPの標準管理を用いて実現することにより適用範
囲の広い方式にすることにある。
Another object is to enable state monitoring according to the status value of the management information.
The purpose is to make it a method with a wide range of application by implementing it using standard management of SNMP.

【0009】[0009]

【課題を解決するための手段】上記課題を達成するた
め、本発明はネットワーク上にネットワーク監視装置を
配置し、TRAPを使ってネットワーク負荷状況を管理
ステーションに通知する手段を設け、管理ステ−ション
はネットワークの負荷状況に応じて、SNMPリクエス
トを抑止し管理者に通知するとともに、抑止状態時、S
NMPリクエストを使って被管理ノードでの状態監視の
実行を制御する手段を設け、被管理ノードでは、管理ス
テーションからの指示により定期的に状態監視を実行
し、定義されたしきい値を越えたとき、あるいは、状態
が前監視値と異なっているとき、TRAPを使って管理
ステーションに通知する手段を設ける。
In order to achieve the above object, the present invention has a network monitoring device arranged on a network and is provided with a means for notifying a management station of a network load condition by using TRAP. Suppresses SNMP requests and notifies the administrator according to the network load status.
The NMP request is used to provide a means for controlling the execution of the status monitoring in the managed node, and the managed node periodically executes the status monitoring according to the instruction from the management station, and the defined threshold is exceeded. When, or when the state is different from the previous monitoring value, means for notifying the management station using TRAP is provided.

【0010】[0010]

【発明の実施の形態】本実施例ではSNMPを使ってネ
ットワーク管理、あるいは、システム管理が実現される
ものとする。
BEST MODE FOR CARRYING OUT THE INVENTION In this embodiment, it is assumed that network management or system management is realized using SNMP.

【0011】図2に本発明が適用されるシステムのブロ
ック図を示す。管理ステーション1と被管理ノード2a
〜2b、ネットワーク監視装置4がLAN3に接続され
ており、このLAN上ではTCP/IPを用いて通信が
行われている。
FIG. 2 shows a block diagram of a system to which the present invention is applied. Management station 1 and managed node 2a
2b, the network monitoring device 4 is connected to the LAN 3, and communication is performed on this LAN using TCP / IP.

【0012】先ず初めに、ネットワーク監視装置4にお
いてネットワーク負荷を監視し、管理ステーションに対
して負荷状態を通知する処理について説明する。
First, a process of monitoring the network load in the network monitoring device 4 and notifying the management station of the load state will be described.

【0013】ネットワーク監視装置4は図3に示すよう
に、SNMPを実現するためのSNMP−API5、管
理ステーションからのSNMPリクエストを処理するエ
ージェント6、セグメント上の統計情報を監視するセグ
メント監視プロセス8、統計テーブル31、リクエスト
抑止制御テーブル32から構成される。
As shown in FIG. 3, the network monitoring device 4 includes an SNMP-API 5 for realizing SNMP, an agent 6 for processing an SNMP request from a management station, a segment monitoring process 8 for monitoring statistical information on a segment, It comprises a statistics table 31 and a request suppression control table 32.

【0014】セグメント監視プロセス8の処理フローチ
ャートを図4を用いて説明する。
A processing flowchart of the segment monitoring process 8 will be described with reference to FIG.

【0015】セグメント上に送信されたパケットを常
時、取り込みパケットを解析する(処理41)。そし
て、解析結果に基づいて統計テーブルの更新処理を行う
(処理42)。
The packet transmitted on the segment is constantly analyzed for the fetched packet (process 41). Then, the statistical table is updated based on the analysis result (process 42).

【0016】統計テーブル31の構成を図5に示す。パ
ケット数、パケット総バイト数、ブロードキャスト数、
コリジョン数をセットするエリアからなり、履歴として
ある時間、保持しておくため複数のエントリから構成さ
れる。
The structure of the statistical table 31 is shown in FIG. Packet count, packet total byte count, broadcast count,
It consists of an area for setting the number of collisions, and is composed of multiple entries for holding the history for a certain period of time.

【0017】統計テーブル31を用いて、ある一定間隔
で統計情報をカウントしていくとともに、そのときのパ
ケット総バイト数を、セグメントの伝送速度で割って
(パケット総バイト数÷伝送速度)ネットワークの負荷
率を算出する(処理43,44)。本実施例では、10
秒周期で統計情報を取得し、ネットワーク負荷率を算出
する。
Using the statistical table 31, the statistical information is counted at a constant interval, and the total packet byte count at that time is divided by the segment transmission rate (total packet byte number / transmission rate). The load factor is calculated (processes 43 and 44). In this embodiment, 10
The statistical information is acquired every second cycle and the network load factor is calculated.

【0018】次に、リクエスト抑止制御テーブル32を
参照し、管理ステーションへの通知が必要か否かを確認
する。
Next, referring to the request suppression control table 32, it is confirmed whether or not the notification to the management station is necessary.

【0019】リクエスト抑止制御テーブルは図6に示す
構成である。アラーム値、定常値、通知ステータスをセ
ットするエリアから構成される。アラーム値はその値を
超えた場合、ネットワークが高負荷状態であり管理ステ
ーションからのSNMPリクエストを抑止することを表
す数値であり、定常値は、一度、アラーム値を超えた場
合、定常値より下がらない限りSNMPリクエストの送
信を許可しないことを表す数値である。通知ステータス
は、管理ステーションに対して、同一通知を連続して送
らないようにする為のステータス情報である。1のとき
はリクエスト抑止の通知済み状態、0のときはリクエス
ト抑止の解除通知済み状態とし初期値は0とする。
The request suppression control table has the structure shown in FIG. It consists of areas for setting alarm values, steady values, and notification status. When the alarm value exceeds that value, it indicates that the network is in a high load state and suppresses the SNMP request from the management station, and the steady value falls below the steady value once the alarm value is exceeded. This is a numerical value indicating that the transmission of the SNMP request is not permitted unless there is any. The notification status is status information for preventing the same notification from being continuously sent to the management station. When 1 is set, the request suppression notification has been issued, and when 0, the request suppression cancellation notification has been sent, and the initial value is set to 0.

【0020】図4に示すように、算出した負荷率がアラ
ーム値を超えており(処理45)、かつ、通知ステータ
スが0ときは(処理46)、リクエスト抑止TRAPを
管理ステーションに送信し通知ステータスを1にセット
する(処理47,401)。又、負荷率が定常値より下
がっており(処理45)、かつ、通知ステータスが1の
ときは(処理48)、リクエスト抑止解除TRAPを送
信し通知ステータスを0にセットする(処理49,40
2)。
As shown in FIG. 4, when the calculated load factor exceeds the alarm value (process 45) and the notification status is 0 (process 46), the request suppression TRAP is transmitted to the management station and the notification status is sent. Is set to 1 (process 47, 401). If the load factor is lower than the steady value (process 45) and the notification status is 1 (process 48), the request suppression release TRAP is transmitted and the notification status is set to 0 (process 49, 40).
2).

【0021】本実施例では、アラーム値80%、定常値
40%とする。これによりセグメント監視プロセスは1
0秒周期でネットワーク負荷を監視し80%を越えたと
き、リクエスト抑止TRAPを管理ステーションに送信
し、40%を下回った時点でリクエスト抑止解除TRA
Pを送信する。尚、通知ステータスによって、前回送信
したTRAP情報を保持しており、同一TRAPは連続
して送信されない。
In this embodiment, the alarm value is 80% and the steady value is 40%. This makes the segment monitoring process 1
When the network load is monitored at 0 second intervals and exceeds 80%, a request suppression TRAP is sent to the management station, and when it falls below 40%, the request suppression release TRA
Send P. The TRAP information transmitted last time is held according to the notification status, and the same TRAP is not continuously transmitted.

【0022】TRAPメッセージのフォーマットを図7
に示す。エンタープライズID、エージェントアドレ
ス、generic−trapとspecific−t
rap、タイムスタンプ、変数リストをセットするエリ
ア71〜76からなる。
The format of the TRAP message is shown in FIG.
Shown in Enterprise ID, agent address, generic-trap and specific-t
Areas 71 to 76 for setting rap, time stamp, and variable list.

【0023】エンタープライズIDは機器を識別するた
めのIDであり、ネットワーク監視装置、被管理ノード
の機種毎に異なる番号を付けられる。エージェントアド
レスは、TRAPを発生したノードのIPアドレス、g
eneric−trapとspecific−trap
番号は、このTRAPの内容、つまり発生した要因を表
す番号である。このgeneric−trapについて
は予め番号が決められており、固有のTRAPの場合は
6を使用しなければならないが、specific−t
rapについては、自由に番号を決めることができる。
変数リストにはTRAPに関する情報を指定し、nam
e(エリア77)とvalue(エリア78)から構成
されている。nameにはセットする管理情報のIDが
セットされ、valueにはそのIDが示す値がセット
される。このnameとvalueの数はセットする情
報の数に一致しており、特に指定されない場合は、本フ
イールドは省略される。
The enterprise ID is an ID for identifying a device, and a different number is given to each model of the network monitoring device and the managed node. The agent address is the IP address of the node that generated the TRAP, g
energy-trap and specific-trap
The number is a number indicating the content of this TRAP, that is, the factor that has occurred. A number is predetermined for this generic-trap, and 6 must be used for a unique TRAP.
The number of rap can be freely determined.
Information regarding TRAP is specified in the variable list.
It is composed of e (area 77) and value (area 78). The ID of the management information to be set is set in name, and the value indicated by the ID is set in value. The number of names and values match the number of information to be set, and this field is omitted unless otherwise specified.

【0024】本実施例では、リクエスト抑止TRAP、
リクエスト抑止解除TRAPのspecific番号を
それぞれ、1,2とし、変数リストには、ネットワーク
負荷率をセットする。
In this embodiment, the request suppression TRAP,
The specific numbers of the request inhibition release TRAP are set to 1 and 2, respectively, and the network load factor is set in the variable list.

【0025】尚、リクエスト抑止制御テーブルはMIB
化しておくことにより管理ステーションからのSNMP
リクエストによって変更を可能とする。
The request suppression control table is MIB
SNMP from the management station
Can be changed by request.

【0026】エージェント6の処理は、被管理ノード内
のエージェントと同一処理であり後で詳しく説明する。
以上がネットワーク監視装置の説明である。
The process of the agent 6 is the same as that of the agent in the managed node and will be described later in detail.
The above is the description of the network monitoring device.

【0027】次に、管理ステーション1の処理について
説明する。
Next, the processing of the management station 1 will be described.

【0028】管理ステーションは図8に示すように、S
NMP−API5、被管理ノードからのTRAPを受信
するTRAP受信プロセス9、管理AP7a,7b、リ
クエスト抑止フラグ81、及び、TRAP受信プロセス
と管理AP間でTRAP情報のやりとりをおこなうメッ
セージキュー82から構成される。
The management station, as shown in FIG.
It is composed of an NMP-API 5, a TRAP receiving process 9 for receiving a TRAP from a managed node, management APs 7a and 7b, a request inhibition flag 81, and a message queue 82 for exchanging TRAP information between the TRAP receiving process and the management AP. It

【0029】初めに、ネットワーク監視装置4から送信
されたTRAPの受信処理について説明し、次に管理A
P7a,7bの処理について説明する。
First, the reception process of the TRAP transmitted from the network monitoring device 4 will be described, and then the management A
The processing of P7a and P7b will be described.

【0030】TRAP受信プロセス9の処理フローを図
9を用いて説明する。
The processing flow of the TRAP receiving process 9 will be described with reference to FIG.

【0031】常時TRAP受信待ち状態であり、TRA
Pを受信するとエンタープライズIDをチェックしネッ
トワーク監視ステーションからのTRAPか否かを識別
する(処理91,92)。ネットワーク監視ステーショ
ンからのTRAPならば、TRAPのspecific
番号をチェックし、リクエスト抑止TRAP(=1)、
あるいは、リクエスト抑止解除TRAP(=2)か否か
をチェックする(処理93)。
TRA is always waiting for reception, and TRA
When P is received, the enterprise ID is checked to identify whether it is a TRAP from the network monitoring station (processes 91 and 92). If TRAP from the network monitoring station, TRAP specific
Check the number, request suppression TRAP (= 1),
Alternatively, it is checked whether or not the request inhibition cancellation TRAP (= 2) (process 93).

【0032】specific番号が1ならば、被管理
ノード内のデーモンステータスMIB値を1にセットす
るSETリクエストを(処理94)、又、specif
ic番号が2ならば0にセットするSETリクエストを
ブロードキャストにて送信する(処理96)。
If the specific number is 1, a SET request for setting the daemon status MIB value in the managed node to 1 (process 94).
If the ic number is 2, a SET request to be set to 0 is transmitted by broadcasting (process 96).

【0033】ここで、デーモンステータスの値が1の場
合は、被管理ノードでの状態監視の開始を表し、0の場
合は状態監視の停止を表すものとする。尚、本実施例で
説明するGET/SET処理は全てSNMPの規約に準
じるものであり、詳細については省略する。
Here, when the value of the daemon status is 1, it represents the start of status monitoring in the managed node, and when it is 0, it represents the stop of status monitoring. Note that all the GET / SET processing described in this embodiment complies with the conventions of SNMP, and thus the details thereof will be omitted.

【0034】SETリクエスト送信後、リクエスト送信
可能か否かを識別するために、リクエスト抑止フラグの
オン/オフを行う。リクエスト抑止TRAP受信時、フ
ラグをオンにし(処理95)、リクエスト抑止解除TR
AP受信時、フラグをオフにセットする(処理97)。
After transmitting the SET request, the request suppression flag is turned on / off to identify whether the request can be transmitted. When the request suppression TRAP is received, the flag is turned on (process 95), and the request suppression release TR
When the AP is received, the flag is set off (process 97).

【0035】そして、受信した全TARPについて、メ
ッセージキューを介して管理APに送信する(処理9
8)。メッセージキューはプロセス間通信を実現するた
めのものであり、詳細については省略する。
Then, all the received TARPs are transmitted to the management AP via the message queue (process 9).
8). The message queue is for realizing inter-process communication and will not be described in detail.

【0036】次に、管理AP7a,7bの処理について
説明する。このAPはTRAP受信によって管理を行う
メインルーチンと、定期的に管理情報を収集し管理を行
うアラームルーチンから構成され、それぞれの処理フロ
ーを図10と図1に示す。
Next, the processing of the management APs 7a and 7b will be described. This AP is composed of a main routine for performing management by receiving TRAP and an alarm routine for periodically collecting and managing management information, and the respective processing flows are shown in FIG. 10 and FIG.

【0037】メインルーチンでは先ず、被管理ノードに
おいてローカルに状態監視を実行してもらうため監視情
報のセット処理をSETリクエストでおこなう(処理1
01)。監視情報は被管理ノード内の監視情報テーブル
のことであり後で詳しく説明する。
In the main routine, first, a monitoring request is set by a SET request in order to have the managed node locally execute status monitoring (process 1).
01). The monitoring information is a monitoring information table in the managed node, which will be described later in detail.

【0038】被管理ノード内の監視情報のセット処理を
実行した後、アラームのセットを行いTRAPの受信待
ち状態になる(処理102,103)。TRAPが受信
されると、エンタープライズID、specific番
号をチェックし、処理101で定義した監視情報に関す
るイベントか否かをチェックする(処理104)。関連
する場合にはTRAPの内容に従って管理を行い(処理
105)、関連しない場合にはTRAP情報を廃棄する
(処理106)。そして、繰り返しTRAPを受信し管
理を継続して行う。
After the monitoring information setting process in the managed node is executed, an alarm is set and a TRAP reception waiting state is set (processes 102 and 103). When TRAP is received, the enterprise ID and the specific number are checked, and it is checked whether or not the event is related to the monitoring information defined in the process 101 (process 104). If related, management is performed according to the content of TRAP (processing 105), and if not related, TRAP information is discarded (processing 106). Then, the TRAP is repeatedly received and the management is continued.

【0039】アラームが発生しアラームルーチンが起動
されると、リクエスト抑止フラグをチェックし、リクエ
ストが送信できる状態であるか否かをチェックする(処
理11)。リクエスト抑止フラグがオフならば、GET
リクエストを送信し管理を行うが(処理12,13)、
リクエスト抑止フラグがオンならばGETリクエストは
送信せず、抑止状態を管理者に通知した後(処理1
4)、次の監視周期時間まで待つようにする(処理1
4)。そして、アラームを再セットし(処理15)処理
を終了する。
When an alarm occurs and the alarm routine is activated, the request suppression flag is checked to see if the request can be transmitted (process 11). If the request suppression flag is off, GET
The request is sent and managed (processes 12 and 13),
If the request suppression flag is on, the GET request is not sent, and after the suppression status is notified to the administrator (Process 1
4) Wait until the next monitoring cycle time (Process 1
4). Then, the alarm is reset (process 15) and the process ends.

【0040】以上のTRAP受信プロセスと管理APの
処理によって、ネットワーク監視装置からのTRAPに
よって、リクエスト抑止フラグのオン/オフが行われ
る。リクエスト抑止フラグがオンのとき、管理APはリ
クエストを送信しないで、被管理ノードからのTRAP
によってのみ管理を継続して実行するため、ネットワー
ク負荷の増加を抑えることができる。
By the processing of the TRAP receiving process and the management AP described above, the request inhibition flag is turned on / off by the TRAP from the network monitoring device. When the request suppression flag is on, the management AP does not send a request and the TRAP from the managed node
Since the management is continuously executed only by, the increase in network load can be suppressed.

【0041】最後に、被管理ノード2a,2bの処理に
ついて説明する。
Finally, the processing of the managed nodes 2a and 2b will be described.

【0042】被管理ノードは図11に示すように、SN
MP−API5、エージェント6、ローカルノード上の
状態監視を行う状態監視デーモン111、および、監視
情報テーブル112とデーモンステータスフラグ113
から構成される。
The managed node is an SN as shown in FIG.
MP-API 5, agent 6, status monitoring daemon 111 that monitors the status on the local node, monitoring information table 112, and daemon status flag 113
Consists of

【0043】管理ステーションからのリクエストは全て
エージェント6によって処理され、図12に示すフロー
を実行する。常時SNMPリクエスト受信待ち状態であ
り(処理121)、リクエストを受信すると、リクエス
ト種別(SET/GET)、及び、nameとvalu
eをチェックし、nameで指定された管理情報に対し
て、収集/設定処理を行い、その結果をレスポンスとし
て管理ステーションに送信する(処理122〜12
4)。
All requests from the management station are processed by the agent 6, and the flow shown in FIG. 12 is executed. It is always in the waiting state for receiving an SNMP request (process 121), and when a request is received, the request type (SET / GET) and the name and value
Check e, collect / set the management information specified by name, and send the result as a response to the management station (processes 122 to 12).
4).

【0044】処理122の管理情報収集/設定処理で、
デーモンステータスMIBに対するGET/SETリク
エストがきた場合には図13に示す処理を実行する。
In the management information collecting / setting process of process 122,
When a GET / SET request for the daemon status MIB is received, the processing shown in FIG. 13 is executed.

【0045】SETリクエストの場合、valueで指
定されたセット値を取得する(処理131,132)。
値が1ならば、状態監視デーモンの起動を行うととも
に、MIBに対する値を1にセットする(処理133,
134)。値が0の場合にはデーモンの起動を停止し、
MIBに対する値を0にセットする(処理135,13
6)。そして、レスポンスを作成し送信する(処理13
7)。GETリクエストの場合には、デーモンステータ
ス値を取得しレスポンスを作成し送信する(処理13
8,137)。
In the case of a SET request, the set value designated by value is acquired (process 131, 132).
If the value is 1, the state monitoring daemon is activated and the value for the MIB is set to 1 (process 133).
134). If the value is 0, stop the daemon startup,
The value for MIB is set to 0 (processing 135, 13).
6). Then, a response is created and transmitted (process 13).
7). In the case of a GET request, a daemon status value is acquired, a response is created and transmitted (process 13).
8, 137).

【0046】これら処理によって、管理ステーションか
らのデーモンステータスMIBのSETリクエストによ
って、状態監視デーモンの起動、及び、停止処理を制御
することができる。
By these processes, the start and stop processes of the status monitoring daemon can be controlled by the SET request of the daemon status MIB from the management station.

【0047】状態監視デーモンは周期的に起動され図1
4に示す処理フローを実行する。起動されると管理AP
によって定義された監視情報テーブルに基づいて状態監
視を実行する。
The status monitoring daemon is activated periodically, as shown in FIG.
The processing flow shown in 4 is executed. Management AP when activated
State monitoring is performed based on the monitoring information table defined by.

【0048】監視情報テーブルは図15に示す構成であ
る。
The monitoring information table has the structure shown in FIG.

【0049】監視するMIB値、発生させるTRAPの
specific番号、状態監視のタイプ、前監視時の
ステータス値、しきい値、リアーム値、送信フラグをセ
ットするエリアで構成される。監視タイプには、しきい
値監視とステータス監視の二つがあり、しきい値監視
は、しきい値とリアーム値に従ってTRAPの発生が行
われる場合で、ステータス監視は、前状態からステータ
スが変化した場合に発生されるTRAPである。監視タ
イプがしきい値監視の場合には前ステータスは無効であ
り、ステータス監視の場合にはしきい値、リアーム値、
状態フラグは無効である。リアーム値はいったんしきい
値を越えた場合、リアーム値より下がらないと、次の監
視でしきい値を越えてもTRAP送信を行わないように
するために定める値である。又、送信フラグはしきい値
を越えた時に、前回TRAPを送信した時から現時点ま
での間に、MIB値がリアーム値より下がったか否かを
チェックするためのフラグである。オンはリアーム値よ
り下がった状態で、オフはリアーム値より下がっていな
い状態を表す。尚、specific番号は、他管理A
Pで使用する番号とダブらないように、システムで一意
になるように割り当てる必要がある。
The MIB value to be monitored, the specific number of the TRAP to be generated, the type of status monitoring, the status value at the time of previous monitoring, the threshold value, the rearm value, and the area for setting the transmission flag are included. There are two types of monitoring: threshold monitoring and status monitoring. In threshold monitoring, TRAP is generated according to the threshold and rearm value. In status monitoring, the status changes from the previous state. This is the TRAP that is generated in some cases. If the monitor type is threshold monitoring, the previous status is invalid, and if it is status monitoring, the threshold, rearm value,
The status flag is invalid. The rearm value is a value determined so that, once the rearm value is exceeded, if it does not drop below the rearm value, TRAP transmission will not be performed even if the threshold value is exceeded in the next monitoring. The transmission flag is a flag for checking whether or not the MIB value is lower than the rearm value from the time when the TRAP was transmitted last time to the present time when the threshold value is exceeded. ON indicates a state where the value is lower than the rearm value, and OFF indicates a state where the value is not lower than the rearm value. The specific number is the other management A
It must be assigned uniquely in the system so that it will not be duplicated with the number used in P.

【0050】図14に示すように、この監視情報テーブ
ルの先頭エントリーから順次、データを取り出し状態を
監視する(処理1401)。指定されたMIB値の情報
を取り出し、監視タイプがしきい値監視かステータス監
視かをチェックする(処理1402,1403)。しき
い値監視の場合には取得したMIB値とリアーム値、及
び、しきい値との比較を行う。リアーム値より小さいと
きは送信フラグをオンにする(処理1404,140
9)。又、しきい値を超えており、かつ、送信フラグが
オンのときは、TRAP送信をおこない状態フラグをオ
フにする(処理1405〜1408)。ステータス監視
の場合は、前ステータス値との比較を行い値が異なると
きだけTRAPの送信処理を行い、取得したMIB値を
監視情報テーブルの前ステータス値にセットする(処理
1410〜1412)。尚、TRAPは、取得したMI
B値を変数にセットし、指定されたspecific番
号で発生させる。
As shown in FIG. 14, data is sequentially taken out from the first entry of the monitoring information table and the state is monitored (process 1401). Information on the designated MIB value is taken out and it is checked whether the monitoring type is threshold value monitoring or status monitoring (processing 1402, 1403). In the case of threshold value monitoring, the acquired MIB value, rearm value, and threshold value are compared. If it is smaller than the rearm value, the transmission flag is turned on (processing 1404, 140).
9). If the threshold is exceeded and the transmission flag is on, TRAP transmission is performed and the status flag is turned off (processes 1405 to 1408). In the case of status monitoring, a TRAP transmission process is performed only when the values are different from the previous status value, and the acquired MIB value is set as the previous status value in the monitoring information table (processes 1410 to 1412). Note that TRAP is the acquired MI
The B value is set to a variable and the specified specific number is generated.

【0051】なお、ネットワーク監視ステーション、管
理ステーションと被管理ノードの処理によって、ネット
ワーク負荷がアラーム値(80%)を越えてから定常負
荷状態(40%)まで下がるまで、管理ステーション上
の管理APはSNMPリクエストを送信しない。そして
リクエスト抑止状態時、被管理ノード内でローカルに状
態監視が実行され、異常が発生したときのみ管理ステー
ションに対してTRAPが送信される。
By the processing of the network monitoring station, the management station and the managed node, the management AP on the management station is controlled until the network load drops below the alarm value (80%) to the steady load state (40%). Do not send SNMP requests. Then, in the request inhibition state, state monitoring is executed locally in the managed node, and TRAP is transmitted to the management station only when an abnormality occurs.

【0052】[0052]

【発明の効果】管理によるネットワーク負荷の増加を抑
え、他オンライン処理に影響を与えないように管理を実
現することができる。又、ネットワーク負荷が、それ
程、高くない状態では、管理者の要求する周期でポーリ
ング監視を行うことができ、ネットワーク資源を有効に
使うことができる。
According to the present invention, it is possible to suppress the increase of the network load due to the management and realize the management without affecting other online processing. Also, when the network load is not so high, polling monitoring can be performed at the cycle requested by the administrator, and network resources can be used effectively.

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

【図1】本発明の特徴を表す管理情報収集の処理フロー
チャート。
FIG. 1 is a processing flowchart of management information collection that represents a feature of the present invention.

【図2】本発明の適用に好適なシステムのブロック図。FIG. 2 is a block diagram of a system suitable for applying the present invention.

【図3】ネットワーク監視ステーションのソフトのブロ
ック図。
FIG. 3 is a block diagram of software of a network monitoring station.

【図4】セグメント監視プロセスの処理フローチャー
ト。
FIG. 4 is a processing flowchart of a segment monitoring process.

【図5】統計テーブルの説明図。FIG. 5 is an explanatory diagram of a statistical table.

【図6】リクエスト抑止制御テーブルの説明図。FIG. 6 is an explanatory diagram of a request suppression control table.

【図7】TRAPメッセージのフォーマットの説明図。FIG. 7 is an explanatory diagram of a format of a TRAP message.

【図8】管理ステーションのソフトの説明図。FIG. 8 is an explanatory diagram of software of a management station.

【図9】TRAP受信プロセスの処理フローチャート。FIG. 9 is a processing flowchart of a TRAP receiving process.

【図10】管理APのメイン処理フローチャート。FIG. 10 is a main processing flowchart of a management AP.

【図11】被管理ノードのソフトのブロック図。FIG. 11 is a block diagram of software of a managed node.

【図12】エージェントの処理フローチャート。FIG. 12 is a processing flowchart of an agent.

【図13】デーモンステータスMIBに対するリクエス
ト処理フローチャート。
FIG. 13 is a request processing flowchart for a daemon status MIB.

【図14】状態監視デーモンの処理フローチャート。FIG. 14 is a processing flowchart of a status monitoring daemon.

【図15】監視情報テーブルの説明図。FIG. 15 is an explanatory diagram of a monitoring information table.

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

name…管理情報のID、 value…管理情報の値。 name ... ID of management information, value ... Value of management information.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 綿谷 洋 茨城県日立市大みか町五丁目2番1号株式 会社日立製作所大みか工場内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Hiroshi Wataya 5-2-1 Omika-cho, Hitachi-shi, Ibaraki Hitachi Ltd. Omika factory

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】SNMPを用いたネットワーク管理方式に
おいて、前記ネットワーク上の負荷状態を監視する手
段、及び、前記ネットワーク上の負荷状況に応じて、管
理ステーションからのSNMPリクエストを抑止する手
段、及び、前記管理ステーションでの前記SNMPリク
エスト抑止時、被管理ノードでローカルに状態監視を実
現する手段、及び、前記被管理ノードで異常発見時、異
常を通知するためのTRAPを管理ステーションに送信
することを特徴とするネットワーク管理方式。
1. A network management system using SNMP, means for monitoring a load condition on the network, and means for suppressing an SNMP request from a management station according to a load condition on the network, Means for realizing status monitoring locally on the managed node when the SNMP request is suppressed at the management station, and transmitting TRAP for notifying the abnormality to the management station when an abnormality is detected at the managed node. A characteristic network management method.
【請求項2】請求項1において、ネットワークセグメン
ト上に、ネットワーク負荷を監視するネットワーク監視
装置を配置する手段、及び、前記ネットワーク監視装置
で、ネットワーク負荷があるしきい値を越えたとき、あ
るいは、いったんしきい値を越えてから定常負荷状態ま
で下がったとき、TRAPを使って管理ステーションに
通知する手段、及び、前記管理ステーションは前記TR
APを受信し、ネットワーク負荷があるしきい値を越え
てから定常負荷状態まで下がるまでの間、SNMPリク
エストを抑止するネットワーク管理方式。
2. A means for arranging a network monitoring device for monitoring a network load on a network segment, and when the network load of the network monitoring device exceeds a certain threshold value, or A means for notifying the management station by using TRAP when the load has dropped to a steady load state after exceeding the threshold value, and the management station is provided with the TR
A network management method in which an SNMP request is suppressed during the period from when an AP is received and the network load exceeds a certain threshold until it is reduced to a steady load state.
【請求項3】請求項1において、前記SNMPのリクエ
スト抑止状態時、管理者に通知するマンマシンインタフ
ェースを持つネットワーク管理方式。
3. The network management system according to claim 1, having a man-machine interface for notifying an administrator when the SNMP request is suppressed.
【請求項4】請求項1において、被管理ノード上に、定
期的に状態監視を実行する状態監視デーモンを配置する
手段、及び、状態監視デーモンにおける状態監視の開始
/停止を管理ステーションからのSNMP−SETリク
エストで制御するネットワーク管理方式。
4. A means for arranging a status monitoring daemon for periodically performing status monitoring on a managed node, and start / stop of status monitoring in the status monitoring daemon from an administration station according to claim 1. -Network management method controlled by SET request.
【請求項5】請求項4において、状態監視デーモンは、
定期的に状態監視を実行し、状態が定義されたしきい値
を越えたとき、あるいは、状態が前監視値と異なってい
るとき、管理ステーションにTARPを送信するネット
ワーク管理方式。
5. The condition monitoring daemon according to claim 4,
A network management method that periodically executes status monitoring and sends a TARP to a management station when the status exceeds a defined threshold value or when the status is different from the previous monitoring value.
【請求項6】SNMPを用いたネットワーク管理におい
て、ネットワークの負荷状況に応じて、管理ステーショ
ンからのポーリング監視と、被管理ノードでのローカル
な状態監視とを切り替えるネットワーク管理方式。
6. A network management method for switching between polling monitoring from a management station and local status monitoring at a managed node in network management using SNMP in accordance with the load status of the network.
JP8092213A 1996-04-15 1996-04-15 Network managing system Pending JPH09282252A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8092213A JPH09282252A (en) 1996-04-15 1996-04-15 Network managing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8092213A JPH09282252A (en) 1996-04-15 1996-04-15 Network managing system

Publications (1)

Publication Number Publication Date
JPH09282252A true JPH09282252A (en) 1997-10-31

Family

ID=14048172

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8092213A Pending JPH09282252A (en) 1996-04-15 1996-04-15 Network managing system

Country Status (1)

Country Link
JP (1) JPH09282252A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008009960A (en) * 2006-05-31 2008-01-17 Ricoh Co Ltd Information processor, process control method, and process control program
US8134926B2 (en) 2005-04-15 2012-03-13 Huawei Technologies Co., Ltd. Method for monitoring and reporting events by media gateways
JP2012199708A (en) * 2011-03-18 2012-10-18 Fujitsu Ltd Transmission device and information acquisition control method
JPWO2012101759A1 (en) * 2011-01-25 2014-06-30 富士通株式会社 Processor processing method and processor system
US9021089B2 (en) 2011-07-25 2015-04-28 Fujitsu Limited Network monitoring control apparatus and management information acquisition method
US9225588B2 (en) 2013-01-23 2015-12-29 Fujitsu Limited Alarm management apparatus and method for managing alarms
JP2019021982A (en) * 2017-07-12 2019-02-07 日本電信電話株式会社 Network measuring system and network measuring method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8134926B2 (en) 2005-04-15 2012-03-13 Huawei Technologies Co., Ltd. Method for monitoring and reporting events by media gateways
US8614953B2 (en) 2005-04-15 2013-12-24 Huawei Technologies Co., Ltd. Method for monitoring and reporting events by media gateways
JP2008009960A (en) * 2006-05-31 2008-01-17 Ricoh Co Ltd Information processor, process control method, and process control program
JPWO2012101759A1 (en) * 2011-01-25 2014-06-30 富士通株式会社 Processor processing method and processor system
JP5704176B2 (en) * 2011-01-25 2015-04-22 富士通株式会社 Processor processing method and processor system
JP2012199708A (en) * 2011-03-18 2012-10-18 Fujitsu Ltd Transmission device and information acquisition control method
US9021089B2 (en) 2011-07-25 2015-04-28 Fujitsu Limited Network monitoring control apparatus and management information acquisition method
US9225588B2 (en) 2013-01-23 2015-12-29 Fujitsu Limited Alarm management apparatus and method for managing alarms
JP2019021982A (en) * 2017-07-12 2019-02-07 日本電信電話株式会社 Network measuring system and network measuring method

Similar Documents

Publication Publication Date Title
US6430613B1 (en) Process and system for network and system management
US6665262B1 (en) Distributed fault management architecture
EP0818096B1 (en) Method and apparatus for policy-based alarm notification in a distributed network management environment
US7562140B2 (en) Method and apparatus for providing trend information from network devices
US8989002B2 (en) System and method for controlling threshold testing within a network
JPH09186688A (en) Improved node discovery and network control system with monitoring
JP2004021549A (en) Network monitoring system and program
EP1890427B1 (en) A system and method for monitoring the device port state
JPH07297854A (en) Destination fixing connection management system for switching network, node management system and node
US20060168263A1 (en) Monitoring telecommunication network elements
GB2372667A (en) Providing improved stress thresholds in network management systems
WO2008020722A1 (en) Expandable element management system in wireless communication network
JP3425871B2 (en) Network management system and management method thereof
JPH09282252A (en) Network managing system
US20030195922A1 (en) SNMP trap and inform shaping mechanism
Muller Improving network operations with intelligent agents
JP2004350198A (en) Network control system
CN113612647B (en) Alarm processing method and device
JP3395897B2 (en) Centralized fault monitoring method
JP3131607B2 (en) State change aggregation method of network monitoring system
KR100612254B1 (en) Apparatus and method of manage performance data in network management system using snmp
JP2002344510A (en) Network management system, device and method, and program
JPH09101929A (en) Trap transmitter
JP2001337873A (en) Fault supervision system
JP4198217B2 (en) Operation system and congestion control method in the operation system