JP2003152720A - Network management system - Google Patents

Network management system

Info

Publication number
JP2003152720A
JP2003152720A JP2001344605A JP2001344605A JP2003152720A JP 2003152720 A JP2003152720 A JP 2003152720A JP 2001344605 A JP2001344605 A JP 2001344605A JP 2001344605 A JP2001344605 A JP 2001344605A JP 2003152720 A JP2003152720 A JP 2003152720A
Authority
JP
Japan
Prior art keywords
message
management
request message
managed device
unit
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
JP2001344605A
Other languages
Japanese (ja)
Inventor
Kyoji Oishi
京治 大石
Taku Matsuda
卓 松田
Yasuhiro Iwai
康浩 岩井
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2001344605A priority Critical patent/JP2003152720A/en
Publication of JP2003152720A publication Critical patent/JP2003152720A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a network management system that manages all of a plurality of devices to be managed in real time while relieving a processing load of a management station attended with increase in the devices to be managed and management information items. SOLUTION: The management station 100 attaches a designation key generated by a designation key generating section 108 to a Set Request message and broadcasts the resulting message when setting a definition condition of Trap message transmission of a device 101 to be managed by using the Set Request message. The device 101 to be managed uses a designation key analysis section 114, decides a transmission right of the Trap message on the basis of the designation key and internal information and stores the transmission right of the Trap message to a management information storage device 109 together with the definition condition in the Set Request message. The device 101 to be managed transmits the Trap message to the management station 100 only when the definition condition of the Trap message transmission includes the transmission right.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、SNMP(Simple
Network Management Protocol)を用いてネットワーク
管理を行うネットワーク管理システムに関し、特に、ネ
ットワークの障害発生の有無を監視し、障害発生時の損
害を最小限に留めるネットワーク管理システムに関する
ものである。
TECHNICAL FIELD The present invention relates to an SNMP (Simple
The present invention relates to a network management system for performing network management using a network management protocol, and particularly to a network management system that monitors the occurrence of a network failure and minimizes the damage when the failure occurs.

【0002】[0002]

【従来の技術】ネットワークが複雑化、大規模化するに
つれ、コンピュータや通信装置を人手により管理するこ
とは困難になりつつある。そこで、SNMP(Simple N
etworkManagement Protocol)というネットワーク管理
プロトコルでは、広域に設置された通信装置からの統計
情報を管理ステーションに集約し、障害検出を迅速かつ
的確に行う方法を提供している。
2. Description of the Related Art As networks become more complex and larger in scale, it is becoming difficult to manually manage computers and communication devices. Therefore, SNMP (Simple N
A network management protocol called "etworkManagement Protocol" provides a method for gathering statistical information from communication devices installed in a wide area in a management station and quickly and accurately detecting a failure.

【0003】図2はSNMPによるネットワーク管理を
示す概要図である。管理ステーション200はSNMP
マネージャとして、被管理装置201はSNMPエージ
ェントとして機能する。SNMPマネージャ202は、
障害管理、アカウント管理、通信機器管理、パフォーマ
ンス管理、セキュリティ管理の5つの機能を有する。被
管理装置201は、SNMPマネージャ202に提供す
べき統計情報として管理情報ベース(Management Infor
mation Base ; MIB)204を備える。
FIG. 2 is a schematic diagram showing network management by SNMP. Management station 200 is SNMP
As a manager, the managed device 201 functions as an SNMP agent. The SNMP manager 202
It has five functions: failure management, account management, communication device management, performance management, and security management. The managed device 201 uses the management information base (Management Information) as statistical information to be provided to the SNMP manager 202.
mation base; MIB) 204.

【0004】SNMPマネージャ202は、ポーリング
又はTrapメッセージの少なくとも一方を利用して統計情
報を取得する。このとき、SNMPはUDP(User Data
gramProtocol)プロトコルを使用するため、通信の信頼
性は保証されない。
The SNMP manager 202 obtains statistical information by using at least one of polling and Trap message. At this time, the SNMP is UDP (User Data).
Since the (gramProtocol) protocol is used, the reliability of communication is not guaranteed.

【0005】ポーリングを用いたネットワーク管理で
は、SNMPマネージャ202はSNMPエージェント
203に対して定期的にGet Requestメッセージを送信
することで被管理装置201の統計情報を要求し、SN
MPエージェント203は、管理ステーション200か
らの要求に応じて管理情報204から統計情報を取得
し、Get Responseメッセージを送信する。
In network management using polling, the SNMP manager 202 requests statistical information of the managed device 201 by periodically transmitting a Get Request message to the SNMP agent 203, and the SN
The MP agent 203 acquires statistical information from the management information 204 in response to a request from the management station 200, and sends a Get Response message.

【0006】一方、Trapメッセージを用いたネットワー
ク管理では、管理情報204に設定される定義条件が被
管理装置201で発生した場合に、SNMPマネージャ
202に対して事象を通知するものであり、ポーリング
による方法に比べリアルタイム性の高い監視を行うこと
ができる。
On the other hand, in the network management using the Trap message, when the definition condition set in the management information 204 occurs in the managed device 201, the event is notified to the SNMP manager 202 and polling is performed. Higher real-time monitoring can be performed compared to the method.

【0007】また、SNMPマネージャ202は管理情
報204内で変更可能なMIB変数を設定するために、
Set Requestメッセージを送信することもできる。利用
方法の1つとしては、SNMPエージェント202によ
って検出された定義事象又は定義条件にSNMPエージ
ェント203のTrapメッセージ送信を設定することであ
る。
Further, the SNMP manager 202 sets the MIB variable that can be changed in the management information 204,
You can also send a Set Request message. One of the usage methods is to set the Trap message transmission of the SNMP agent 203 to the definition event or the definition condition detected by the SNMP agent 202.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上記S
NMPを用いたネットワーク管理では、管理すべき統計
情報や対象となる被管理装置の増加に伴い、SNMPマ
ネージャの処理負荷も増大する。つまり、多数の被管理
装置を伴う大規模ネットワークでGet Requestメッセー
ジのポーリングによる管理を行うと、SNMPマネージ
ャの処理負荷が増大し、又、Get Requestメッセージの
ポーリング周期が長くなり、リアルタイムなネットワー
ク管理が困難になるという問題点があった。
However, the above S
In network management using NMP, the processing load on the SNMP manager increases as the statistical information to be managed and the target managed devices increase. In other words, if management is performed by polling the Get Request message in a large-scale network with many managed devices, the processing load of the SNMP manager increases, and the polling cycle of the Get Request message becomes long, so real-time network management is possible. There was a problem that it would be difficult.

【0009】同環境において、Trapメッセージによるネ
ットワーク管理を行う場合も、同時多発的にTrapメッセ
ージが発生すると、管理ステーションにトラフィックが
集中し、SNMPマネージャの処理負荷が増大するとい
う問題点があった。これは、Trapメッセージを送信する
被管理装置をSet Requestメッセージにより指定すれば
解決できるが、事実上、管理ステーションの管理下にな
い被管理装置で発生したTrapメッセージの定義条件は取
得できない。したがって、被管理装置を網羅的に管理す
るには、Set Requestメッセージを用いて被管理装置を
切り換えていく必要があり、結局はGet Requestメッセ
ージのポーリングによるネットワーク管理と同様の問題
が生じる。
In the same environment, even when network management is performed using Trap messages, if Trap messages occur at the same time, traffic will concentrate at the management station, and the processing load of the SNMP manager will increase. This can be solved by designating the managed device transmitting the Trap message by the Set Request message, but in fact, the definition condition of the Trap message generated in the managed device not under the control of the management station cannot be acquired. Therefore, in order to comprehensively manage the managed devices, it is necessary to switch the managed devices using the Set Request message, and eventually, the same problem as the network management by polling the Get Request message occurs.

【0010】従って、従来は、大規模ネットワークをS
NMPにより管理するには、高性能な専用装置を採用す
るか、或いは、複数のSNMPマネージャを設置し、負
荷を分散する必要があった。
Therefore, conventionally, a large-scale network has been
In order to manage by NMP, it is necessary to adopt a high-performance dedicated device or install a plurality of SNMP managers to distribute the load.

【0011】本発明は、上記問題点を解消するためにな
されたものであり、SNMPマネージャの処理負荷を抑
制しながら、リアルタイムにネットワーク全体を管理す
るネットワーク管理システムを提供することを目的とす
る。
The present invention has been made to solve the above problems, and an object of the present invention is to provide a network management system that manages the entire network in real time while suppressing the processing load of the SNMP manager.

【0012】[0012]

【課題を解決するための手段】上記課題を解決するため
に、本発明の請求項1にかかるネットワーク管理システ
ムは、データの同報配信を行う管理装置と、該管理装置
に通信ネットワークを介して接続される少なくとも1つ
以上の被管理装置とからなるネットワーク管理システム
において、上記管理装置は、管理情報の値変更を要求す
るSet Requestメッセージを上記被管理装置に送信するS
et Requestメッセージ送信部と、上記被管理装置から、
上記Set Requestメッセージの応答であるGet Response
メッセージを受信するGet Responseメッセージ受信部
と、上記被管理装置から、通知される事象を監視するTr
apメッセージを受信するTrapメッセージ受信部と、上記
被管理装置が事象を通知する権限であるTrapメッセージ
の送信権を決定するときに用いる指定キーを作成する指
定キー生成部と、管理者とのインタフェースとして取得
すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、を備え、上記被管理装置
は、上記管理装置から上記Set Requestメッセージを受
信するSet Requestメッセージ受信部と、上記Set Reque
stメッセージに含まれる指定キーを用いて事象を通知す
る権限を決定する指定キー解析部と、上記管理装置から
受信した上記Set Requestメッセージの応答であるGet R
esponseメッセージを送信するGet Responseメッセージ
送信部と、定義条件が発生したときの事象をTrapメッセ
ージとして上記管理ステーションへ通知するTrapメッセ
ージ送信部と、を備え、上記管理装置は、上記ネットワ
ーク管理部にて指定された上記管理情報の事象を通知す
る定義条件と、上記指定キー生成部にて作成された上記
指定キーとを上記SetRequestメッセージに挿入して上記
被管理装置へ同報配信し、上記被管理装置は、上記Set
Requestメッセージを受信し、該メッセージ中に指定キ
ーが含まれるとき、上記指定キー解析部により上記指定
キーを解析して上記事象を通知する権限の決定を行い、
該権限を上記Set Requestメッセージ中から検出した定
義条件とともに管理情報として記録することを特徴とす
るものである。これにより、管理装置に集中する被管理
装置からの事象通知を間引き、管理装置の処理負荷を軽
減することができる。
In order to solve the above-mentioned problems, a network management system according to claim 1 of the present invention provides a management device for broadcasting data and a management device for the management device via a communication network. In the network management system including at least one managed device connected, the management device transmits a Set Request message requesting a value change of the management information to the managed device S
From the et Request message sending unit and the managed device,
Get Response which is the response of the above Set Request message
Tr that monitors the events notified from the Get Response message receiving unit that receives the message and the managed device.
Interface between the Trap message receiving unit that receives the ap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator And a network management unit that displays management information acquired from the managed device, and specifies the management information for managing the managed device. The Set Request message receiving part that receives the above Set Request message and the above Set Reque
A designated key analysis unit that determines the authority to notify an event using the designated key included in the st message, and Get R that is a response to the Set Request message received from the management device.
The management device includes a Get Response message transmission unit that transmits an esponse message, and a Trap message transmission unit that notifies the management station of an event when a definition condition occurs as a Trap message. The defined condition for notifying an event of the specified management information and the specified key created by the specified key generation unit are inserted into the SetRequest message and broadcast to the managed device to manage the managed device. Device is the above Set
When a Request message is received and the specified key is included in the message, the specified key analysis unit analyzes the specified key to determine the authority to notify the event,
It is characterized in that the authority is recorded as management information together with the definition condition detected in the Set Request message. As a result, event notifications from the managed devices concentrated in the management device can be thinned out, and the processing load on the management device can be reduced.

【0013】また、本発明の請求項2にかかるネットワ
ーク管理システムは、請求項1に記載のネットワーク管
理システムにおいて、上記管理装置は、管理情報の取得
を要求するGet Requestメッセージを上記被管理装置に
送信するGet Requestメッセージ送信部をさらに備え、
上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えたことを特徴とするものである。これによ
り、Trapメッセージよりも詳細な管理情報を取得するこ
とができる。
The network management system according to claim 2 of the present invention is the network management system according to claim 1, wherein the management device sends a Get Request message requesting acquisition of management information to the managed device. Further equipped with a Get Request message sending unit to send,
The managed device receives the Get Request from the managed device.
It is characterized by further comprising a Get Request message receiving unit for receiving a message. This makes it possible to obtain more detailed management information than the Trap message.

【0014】また、本発明の請求項3にかかるネットワ
ーク管理システムは、データの同報配信を行う管理装置
と、該管理装置に通信ネットワークを介して接続される
少なくとも1つ以上の被管理装置とからなるネットワー
ク管理システムにおいて、上記管理装置は、管理情報の
値変更を要求するSet Requestメッセージを上記被管理
装置に送信するSet Requestメッセージ送信部と、上記
被管理装置から、通知される事象を監視するTrapメッセ
ージを受信するTrapメッセージ受信部と、上記被管理装
置が事象を通知する権限であるTrapメッセージの送信権
を決定するときに用いる指定キーを作成する指定キー生
成部と、管理者とのインタフェースとして取得すべき上
記被管理装置を管理するための管理情報の指定、及び上
記被管理装置から取得した管理情報の表示を行うネット
ワーク管理部と、上記Set Requestメッセージの同報配
信の時間を監視する計時部と、を備え、上記被管理装置
は、上記管理装置から上記Set Requestメッセージを受
信するSet Requestメッセージ受信部と、上記Set Reque
stメッセージに含まれる指定キーを用いて事象を通知す
る権限を決定する指定キー解析部と、定義条件が発生し
たときの事象をTrapメッセージとして上記管理ステーシ
ョンへ通知するTrapメッセージ送信部と、を備え、上記
管理装置は、上記ネットワーク管理部にて指定された上
記管理情報の事象を通知する定義条件と、上記指定キー
生成部にて作成された上記指定キーとを上記Set Reques
tメッセージに挿入して上記被管理装置へ周期的に同報
配信し、上記被管理装置は、上記Set Requestメッセー
ジを受信し、該メッセージ中に指定キーが含まれると
き、上記指定キー解析部により上記指定キーを解析して
上記事象を通知する権限の決定を行い、該権限を上記Se
t Requestメッセージ中から検出した定義条件とともに
管理情報として記録することを特徴とするものである。
これにより、複数の被管理装置の全てを容易に管理し、
被管理装置や管理情報の増加に伴う管理装置の処理負荷
を軽減することができる。
According to a third aspect of the present invention, there is provided a network management system comprising: a management device for broadcasting data, and at least one managed device connected to the management device via a communication network. In the network management system consisting of, the management device monitors the event notified from the managed device, and a set request message transmission unit for transmitting a set request message requesting a change in management information value to the managed device. The Trap message receiving unit that receives the Trap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the administrator Designation of management information for managing the managed device to be acquired as an interface, and management information acquired from the managed device. A network management unit that displays information and a timekeeping unit that monitors the time of broadcast distribution of the Set Request message, and the managed device receives the Set Request message from the management device. Receiver and above Set Reque
A specified key analysis unit that determines the authority to notify an event using the specified key included in the st message, and a Trap message transmission unit that notifies the management station of the event when the definition condition occurs as a Trap message. The management device sets the definition conditions for notifying an event of the management information specified by the network management unit and the specified key created by the specified key generation unit to the Set Reques
When the managed device receives the Set Request message and the designated key is included in the message, the designated key analysis unit inserts it into the t message and periodically broadcasts it to the managed device. The specified key is analyzed to determine the authority to notify the above event, and the authority is set to the Se above.
It is characterized by being recorded as management information together with the definition condition detected from the t Request message.
This makes it easy to manage all of the multiple managed devices,
It is possible to reduce the processing load on the managed device and the management device due to an increase in management information.

【0015】また、本発明の請求項4にかかるネットワ
ーク管理システムは、請求項3に記載のネットワーク管
理システムにおいて、上記管理装置は、管理情報の取得
を要求するGet Requestメッセージを上記被管理装置に
送信するGet Requestメッセージ送信部をさらに備え、
上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えたことを特徴とするものである。これによ
り、Trapメッセージよりも詳細な管理情報を取得するこ
とができる。
The network management system according to claim 4 of the present invention is the network management system according to claim 3, wherein the management device sends a Get Request message requesting acquisition of management information to the managed device. Further equipped with a Get Request message sending unit to send,
The managed device receives the Get Request from the managed device.
It is characterized by further comprising a Get Request message receiving unit for receiving a message. This makes it possible to obtain more detailed management information than the Trap message.

【0016】また、本発明の請求項5にかかるネットワ
ーク管理システムは、データの同報配信を行う管理装置
と、該管理装置に通信ネットワークを介して接続される
少なくとも1つ以上の被管理装置とからなるネットワー
ク管理システムにおいて、上記管理装置は、管理情報の
値変更を要求するSet Requestメッセージを上記被管理
装置に送信するSet Requestメッセージ送信部と、上記
被管理装置から、通知される事象を監視するTrapメッセ
ージを受信するTrapメッセージ受信部と、上記被管理装
置が事象を通知する権限であるTrapメッセージの送信権
を決定するときに用いる指定キーを作成する指定キー生
成部と、管理者とのインタフェースとして取得すべき上
記被管理装置を管理するための管理情報の指定、及び上
記被管理装置から取得した管理情報の表示を行うネット
ワーク管理部と、上記Trapメッセージの受信数をカウン
トするTrapカウンタと、を備え、上記被管理装置は、上
記管理装置から上記Set Requestメッセージを受信するS
et Requestメッセージ受信部と、上記Set Requestメッ
セージに含まれる指定キーを用いて事象を通知する権限
を決定する指定キー解析部と、定義条件が発生したとき
の事象をTrapメッセージとして上記管理ステーションへ
通知するTrapメッセージ送信部と、を備え、上記管理装
置は、上記Trapカウンタが所定の値を超えたことを契機
に上記ネットワーク管理部にて指定された上記管理情報
の事象を通知する定義条件と、上記指定キー生成部にて
作成された上記指定キーとを上記Set Requestメッセー
ジに挿入して上記被管理装置へ上記同報配信し、上記被
管理装置は、上記Set Requestメッセージを受信し、該
メッセージ中に指定キーが含まれるとき、上記指定キー
解析部により上記指定キーを解析して上記事象を通知す
る権限の決定を行い、該権限を上記Set Requestメッセ
ージ中から検出した定義条件とともに管理情報として記
録することを特徴とするものである。これにより、複数
の被管理装置の全てを容易に管理し、被管理装置や管理
情報の増加に伴う管理装置の処理負荷を軽減することが
できる。
According to a fifth aspect of the present invention, there is provided a network management system comprising: a management device for broadcasting data; and at least one managed device connected to the management device via a communication network. In the network management system, the management device monitors the event notified from the set request message sending unit that sends a set request message requesting a change in management information value to the managed device and the managed device. The Trap message receiving unit that receives the Trap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the administrator Designation of management information for managing the managed device to be acquired as an interface, and management information acquired from the managed device. A network management unit for displaying information and a Trap counter for counting the number of received Trap messages, wherein the managed device receives the Set Request message from the management device.
et Request message receiving unit, specified key analysis unit that determines the authority to notify the event using the specified key included in the Set Request message, and notifies the management station of the event when the definition condition occurs as a Trap message And a trap message sending unit, wherein the management device is a definition condition for notifying an event of the management information designated by the network management unit when the Trap counter exceeds a predetermined value, The specified key created by the specified key generation unit is inserted into the Set Request message and broadcast-delivered to the managed device, and the managed device receives the Set Request message and sends the message. When the specified key is included in the specified key, the specified key analysis unit analyzes the specified key to determine the authority to notify the event, and the authority is set to the Set Reque It is characterized by being recorded as management information together with the definition condition detected from the st message. As a result, it is possible to easily manage all of the plurality of managed devices and reduce the processing load on the managed devices and the management device associated with an increase in management information.

【0017】また、本発明の請求項6にかかるネットワ
ーク管理システムは、請求項5に記載のネットワーク管
理システムにおいて、上記管理装置は、管理情報の取得
を要求するGet Requestメッセージを上記被管理装置に
送信するGet Requestメッセージ送信部をさらに備え、
上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えたことを特徴とするものである。これによ
り、Trapメッセージよりも詳細な管理情報を取得するこ
とができる。
A network management system according to claim 6 of the present invention is the network management system according to claim 5, wherein the management device sends a Get Request message requesting acquisition of management information to the managed device. Further equipped with a Get Request message sending unit to send,
The managed device receives the Get Request from the managed device.
It is characterized by further comprising a Get Request message receiving unit for receiving a message. This makes it possible to obtain more detailed management information than the Trap message.

【0018】また、本発明の請求項7にかかるネットワ
ーク管理システムは、データの同報配信を行う管理装置
と、該管理装置に通信ネットワークを介して接続される
少なくとも1つ以上の被管理装置とからなるネットワー
ク管理システムにおいて、上記管理装置は、管理情報の
値変更を要求するSet Requestメッセージを上記被管理
装置に送信するSet Requestメッセージ送信部と、上記
被管理装置から、上記Set Requestメッセージの応答で
あるGet Responseメッセージを受信するGet Responseメ
ッセージ受信部と、上記被管理装置から、通知される事
象を監視するTrapメッセージを受信するTrapメッセージ
受信部と、上記被管理装置が事象を通知する権限である
Trapメッセージの送信権を決定するときに用いる指定キ
ーを作成する指定キー生成部と、管理者とのインタフェ
ースとして取得すべき上記被管理装置を管理するための
管理情報の指定、及び上記被管理装置から取得した管理
情報の表示を行うネットワーク管理部と、を備え、上記
被管理装置は、上記管理装置から上記Set Requestメッ
セージを受信するSet Requestメッセージ受信部と、上
記Set Requestメッセージに含まれる指定キーを用いて
事象を通知する権限を決定する指定キー解析部と、上記
管理装置から受信した上記Set Requestメッセージの応
答であるGet Responseメッセージを送信するGet Respon
seメッセージ送信部と、定義条件が発生したときの事象
をTrapメッセージとして上記管理ステーションへ通知す
るTrapメッセージ送信部と、上記指定キー解析部が指定
キーを用いて応答遅延時間を決定したとき、上記Set Re
questメッセージ受信部による上記Set Requestメッセー
ジを取得してから上記応答遅延時間の経過を待ち、上記
GetResponseメッセージを送信するよう上記Get Respons
eメッセージ送信部を制御する計時部と、を備え、上記
管理装置は、上記ネットワーク管理部にて指定された上
記管理情報の事象を通知する定義条件と、上記指定キー
生成部にて作成された上記指定キーとを上記Set Reques
tメッセージに挿入して上記被管理装置へ送信し、上記
被管理装置は、上記Set Requestメッセージを受信し、
該メッセージ中に指定キーが含まれるとき、上記指定キ
ー解析部により上記指定キーを解析して上記事象を通知
する権限の決定を行い、該権限を上記Set Requestメッ
セージ中から検出した定義条件とともに管理情報として
記録することを特徴とするものである。これにより、管
理装置に集中する応答メッセージを分散し、管理装置の
処理負荷を軽減することができる。
Further, a network management system according to claim 7 of the present invention comprises a management device for broadcasting data, and at least one managed device connected to the management device via a communication network. In the network management system, the management device transmits a Set Request message transmitting unit that transmits a Set Request message requesting a value change of management information to the managed device, and a response of the Set Request message from the managed device. The Get Response message receiving unit that receives the Get Response message, the Trap message receiving unit that receives the Trap message that monitors the notified event from the managed device, and the authority that the managed device notifies the event. is there
A designated key generation unit that creates a designated key used when determining the right to send a Trap message, designation of management information for managing the managed device that should be acquired as an interface with an administrator, and the managed device And a network management unit that displays the management information acquired from the managed device, wherein the managed device receives a Set Request message receiving unit that receives the Set Request message from the management device, and a designated key included in the Set Request message. Specified key analysis unit that determines the authority to notify an event by using the Get Response message that is a response to the Set Request message received from the management device.
The se message transmission unit, the Trap message transmission unit that notifies the management station of an event when the definition condition occurs as a Trap message, and the designated key analysis unit determines the response delay time using the designated key. Set Re
After obtaining the Set Request message by the quest message receiver, wait for the response delay time to elapse, then
Get Respons above to send a GetResponse message
An e-mail message transmission unit is controlled, and the management device includes a definition condition for notifying an event of the management information specified by the network management unit, and the specified key generation unit. Set Reques to the specified key above
t message and send it to the managed device, the managed device receives the Set Request message,
When the specified key is included in the message, the specified key analysis unit analyzes the specified key to determine the authority to notify the event, and manages the authority together with the definition condition detected from the Set Request message. It is characterized by being recorded as information. As a result, response messages concentrated on the management device can be distributed, and the processing load on the management device can be reduced.

【0019】また、本発明の請求項8にかかるネットワ
ーク管理システムは、請求項7に記載のネットワーク管
理システムにおいて、上記管理装置は、管理情報の取得
を要求するGet Requestメッセージを上記被管理装置に
送信するGet Requestメッセージ送信部をさらに備え、
上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えたことを特徴とするものである。これによ
り、Trapメッセージよりも詳細な管理情報を取得するこ
とができる。
A network management system according to claim 8 of the present invention is the network management system according to claim 7, wherein the management device sends a Get Request message requesting acquisition of management information to the managed device. Further equipped with a Get Request message sending unit to send,
The managed device receives the Get Request from the managed device.
It is characterized by further comprising a Get Request message receiving unit for receiving a message. This makes it possible to obtain more detailed management information than the Trap message.

【0020】また、本発明の請求項9にかかるネットワ
ーク管理システムは、データの同報配信を行う管理装置
と、該管理装置に通信ネットワークを介して接続される
少なくとも1つ以上の被管理装置とからなるネットワー
ク管理システムにおいて、上記管理装置は、管理情報の
値変更を要求するSet Requestメッセージを上記被管理
装置に送信するSet Requestメッセージ送信部と、上記
被管理装置から、上記Set Requestメッセージの応答で
あるGet Responseメッセージを受信するGet Responseメ
ッセージ受信部と、上記被管理装置から、通知される事
象を監視するTrapメッセージを受信するTrapメッセージ
受信部と、上記被管理装置が事象を通知する権限である
Trapメッセージの送信権を決定するときに用いる指定キ
ーを作成する指定キー生成部と、管理者とのインタフェ
ースとして取得すべき上記被管理装置を管理するための
管理情報の指定、及び上記被管理装置から取得した管理
情報の表示を行うネットワーク管理部と、を備え、上記
被管理装置は、上記管理装置から上記Set Requestメッ
セージを受信するSet Requestメッセージ受信部と、上
記Set Requestメッセージに含まれる指定キーを用いて
事象を通知する権限を決定する指定キー解析部と、上記
管理装置から受信した上記Set Requestメッセージの応
答であるGet Responseメッセージを送信するGet Respon
seメッセージ送信部と、定義条件が発生したときの事象
をTrapメッセージとして上記管理ステーションへ通知す
るTrapメッセージ送信部と、を備え、上記管理装置は、
上記ネットワーク管理部にて指定された上記管理情報の
事象を通知する定義条件と、上記指定キー生成部にて作
成された上記指定キーとを上記Set Requestメッセージ
に挿入して上記被管理装置へ送信し、上記被管理装置
は、上記Set Requestメッセージを受信し、該メッセー
ジ中に指定キーが含まれるとき、上記指定キー解析部に
より上記指定キーを解析して上記事象を通知する権限の
決定を行い、該権限を上記Set Requestメッセージ中か
ら検出した定義条件とともに管理情報として記録し、上
記事象を通知する権限をもたない間に発生した定義条件
の回数を管理情報に記録し、上記事象を通知する権限を
取得したときに上記管理情報を上記Trapメッセージ送信
部から送信することを特徴とするものである。これによ
り、被管理装置が事象を通知する権限をもたない間に発
生した定義条件をも管理し、被管理装置や管理情報の増
加に伴う管理装置の処理負荷を軽減することができる。
Further, a network management system according to claim 9 of the present invention comprises a management device for broadcasting data, and at least one managed device connected to the management device via a communication network. In the network management system, the management device transmits a Set Request message transmitting unit that transmits a Set Request message requesting a value change of management information to the managed device, and a response of the Set Request message from the managed device. The Get Response message receiving unit that receives the Get Response message, the Trap message receiving unit that receives the Trap message that monitors the notified event from the managed device, and the authority that the managed device notifies the event. is there
A designated key generation unit that creates a designated key used when determining the right to send a Trap message, designation of management information for managing the managed device that should be acquired as an interface with an administrator, and the managed device And a network management unit that displays the management information acquired from the managed device, wherein the managed device receives a Set Request message receiving unit that receives the Set Request message from the management device, and a designated key included in the Set Request message. Specified key analysis unit that determines the authority to notify an event by using the Get Response message that is a response to the Set Request message received from the management device.
The management apparatus comprises an se message transmission section and a Trap message transmission section for notifying the management station of an event when a defined condition occurs as a Trap message.
The definition condition for notifying the event of the management information designated by the network management unit and the designation key created by the designation key generation unit are inserted into the Set Request message and transmitted to the managed device. Then, the managed device receives the Set Request message, and when the message includes the designated key, the designated key analysis unit analyzes the designated key to determine the authority to notify the event. , The authority is recorded as management information together with the definition condition detected in the Set Request message, the number of definition conditions that occurred while not having the authority to notify the event is recorded in the management information, and the event is notified The management information is transmitted from the Trap message transmission unit when the authority to operate is acquired. Accordingly, it is possible to manage the definition condition that occurs while the managed device does not have the authority to notify the event, and reduce the processing load of the managed device and the management device due to the increase of management information.

【0021】また、本発明の請求項10にかかるネット
ワーク管理システムは、請求項1に記載のネットワーク
管理システムにおいて、上記管理装置は、管理情報の取
得を要求するGet Requestメッセージを上記被管理装置
に送信するGet Requestメッセージ送信部をさらに備
え、上記被管理装置は、上記管理装置から上記Get Requ
estメッセージを受信するGet Requestメッセージ受信部
をさらに備えたことを特徴とするものである。これによ
り、Trapメッセージよりも詳細な管理情報を取得するこ
とができる。
A network management system according to a tenth aspect of the present invention is the network management system according to the first aspect, wherein the management apparatus sends a Get Request message requesting acquisition of management information to the managed apparatus. The managed device further includes a Get Request message transmission unit for transmitting, and
It is characterized by further comprising a Get Request message receiving unit for receiving an est message. This makes it possible to obtain more detailed management information than the Trap message.

【0022】また、本発明の請求項11にかかるネット
ワーク管理システムは、データの同報配信を行う管理装
置と、該管理装置に通信ネットワークを介して接続され
る少なくとも1つ以上の被管理装置とからなるネットワ
ーク管理システムにおいて、上記管理装置は、管理情報
の値変更を要求するSet Requestメッセージを上記被管
理装置に送信するSet Requestメッセージ送信部と、上
記被管理装置から、通知される事象を監視するTrapメッ
セージを受信するTrapメッセージ受信部と、上記被管理
装置が事象を通知する権限であるTrapメッセージの送信
権を決定するときに用いる指定キーを作成する指定キー
生成部と、管理者とのインタフェースとして取得すべき
上記被管理装置を管理するための管理情報の指定、及び
上記被管理装置から取得した管理情報の表示を行うネッ
トワーク管理部と、を備え、上記被管理装置は、上記管
理装置から上記Set Requestメッセージを受信するSet R
equestメッセージ受信部と、上記Set Requestメッセー
ジに含まれる指定キーを用いて事象を通知する権限を決
定する指定キー解析部と、定義条件が発生したときの事
象をTrapメッセージとして上記管理ステーションへ通知
するTrapメッセージ送信部と、を備え、上記管理装置
は、上記ネットワーク管理部にて指定された上記管理情
報の事象を通知する定義条件と、上記指定キー生成部に
て作成された上記指定キーとを上記Set Requestメッセ
ージに挿入して上記被管理装置へ送信し、上記被管理装
置は、上記Set Requestメッセージを受信し、該メッセ
ージ中に指定キーが含まれるとき、上記指定キー解析部
により上記指定キーを解析して上記事象を通知する権限
の決定を行い、該権限を上記Set Requestメッセージ中
から検出した定義条件とともに管理情報として記録し、
上記通信ネットワークは、上記管理装置から上記被管理
装置への通信は衛星回線を利用し、上記被管理装置から
上記管理装置への通信は地上回線を利用し、上記定義条
件は、上記衛星回線経由のデータ受信不能状態とするこ
とを特徴とするものである。これにより、リアルタイム
に衛星回線のダウン状態を把握し、被管理装置や管理情
報の増加に伴う管理装置の処理負荷を軽減することがで
きる。
A network management system according to an eleventh aspect of the present invention includes a management device for broadcasting data, and at least one managed device connected to the management device via a communication network. In the network management system, the management device monitors the event notified from the set request message sending unit that sends a set request message requesting a change in management information value to the managed device and the managed device. The Trap message receiving unit that receives the Trap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the administrator Designation of management information for managing the managed device to be acquired as an interface, and management acquired from the managed device And a network management unit for displaying information, wherein the managed device receives a Set R message that receives the Set Request message from the management device.
The equest message receiving unit, the specified key analysis unit that determines the authority to notify the event using the specified key included in the Set Request message, and the event when the definition condition occurs is notified to the management station as a Trap message. A trap message transmission unit is provided, and the management device provides definition conditions for notifying an event of the management information specified by the network management unit and the specified key created by the specified key generation unit. When it is inserted into the Set Request message and transmitted to the managed device, the managed device receives the Set Request message, and when the message includes a designated key, the designated key analysis unit performs the designated key. Is analyzed to determine the authority to notify the above event, and the authority is used as management information together with the definition condition detected from the above Set Request message. Record,
In the communication network, communication from the management device to the managed device uses a satellite line, communication from the managed device to the management device uses a terrestrial line, and the definition condition is via the satellite line. It is characterized in that the data cannot be received. As a result, it is possible to grasp the down state of the satellite line in real time and reduce the processing load on the managed device and the management device due to an increase in management information.

【0023】[0023]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照しながら説明する。なお、ここで示す実施
の形態はあくまでも一例であって、必ずしもこの実施の
形態に限定されるものではない。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. The embodiment shown here is merely an example, and the present invention is not necessarily limited to this embodiment.

【0024】(実施の形態1)以下に、本発明の請求項
1及び請求項2に対応する、実施の形態1によるネット
ワーク管理システムについて説明する。図1は、本実施
の形態1によるネットワーク管理システムを示す図であ
る。図1において、100はSNMPマネージャ機能を
有する管理ステーション(管理装置)であり、101は
SNMPエージェント機能を有する被管理装置であり、
102は管理ステーション100と被管理装置101を
接続する通信ネットワークである。
(Embodiment 1) A network management system according to Embodiment 1 corresponding to claims 1 and 2 of the present invention will be described below. FIG. 1 is a diagram showing a network management system according to the first embodiment. In FIG. 1, 100 is a management station (management device) having an SNMP manager function, 101 is a managed device having an SNMP agent function,
A communication network 102 connects the management station 100 and the managed device 101.

【0025】管理ステーション100は、管理情報の指
定及び取得を行う管理者とのインタフェースである、画
像装置や音声装置により管理情報を管理者に通知する機
能をもつネットワーク管理部103と、管理情報の取得
を要求するGet Requestメッセージ、Get Next Request
メッセージを被管理装置101に送信するGet Request
メッセージ送信部104と、管理情報の値変更を要求す
るSet Requestメッセージを被管理装置101に送信す
るSet Requestメッセージ送信部105と、上記Get Req
uestメッセージあるいは上記Set Requestメッセージの
応答であるGet Responseメッセージを受信するGet Resp
onseメッセージ受信部106と、被管理装置101から
通知される事象を監視するTrapメッセージを受信するTr
apメッセージ受信部107と、被管理装置101にて事
象を通知する権限であるTrapメッセージの送信権を決定
するときに用いる指定キーを作成する指定キー生成部1
08と、を有する。なお、Get Requestメッセージ送信
部104とSet Requestメッセージ送信部105とGet R
esponseメッセージ受信部106とTrapメッセージ受信
部107は、それぞれネットワーク管理部103に直接
接続される。指定キー生成部108は、ネットワーク管
理部103とSet Requestメッセージ送信部105を介
する。
The management station 100 is an interface with an administrator who designates and acquires management information, which has a function of notifying the administrator of the management information by an image device or an audio device, and a management information of the management information. Get Request message, Get Next Request to request acquisition
Get Request for sending a message to the managed device 101
A message transmission unit 104, a Set Request message transmission unit 105 that transmits a Set Request message requesting a change in the value of management information to the managed device 101, and the above Get Req
Get Resp that receives the uest message or the Get Response message that is the response to the above Set Request message
Onse message receiving unit 106 and a Tr that receives a Trap message for monitoring the event notified from the managed device 101.
The ap message receiving unit 107 and the designated key generation unit 1 that creates a designated key used when determining the transmission right of a Trap message that is the authority to notify an event in the managed device 101.
08 and. The Get Request message transmission unit 104, the Set Request message transmission unit 105, and Get R
The esponse message receiving unit 106 and the Trap message receiving unit 107 are directly connected to the network management unit 103, respectively. The designated key generation unit 108 passes through the network management unit 103 and the Set Request message transmission unit 105.

【0026】被管理装置101は、被管理装置101の
統計情報を保持している記憶装置である管理情報109
と、管理ステーション100からGet Requestメッセー
ジ、Get Next Requestメッセージを受信するGet Reques
tメッセージ受信部110と、管理ステーション100
からSet Requestメッセージを受信するSet Requestメッ
セージ受信部111と、管理ステーション100から受
信した上記Get Requestメッセージ、あるいは上記Set R
equestメッセージの応答であるGet Responseメッセージ
を管理ステーション100に送信するGet Responseメッ
セージ送信部112と、定義条件が発生したときの事象
をTrapメッセージとして管理ステーション100に通知
するTrapメッセージ送信部113と、Set Requestメッ
セージに含まれる指定キーを用いて事象を通知する権限
を決定する指定キー解析部114とを有する。なお、管
理情報109、Get Requestメッセージ受信部110、S
etRequestメッセージ受信部111、Get Response送信
部112、Trapメッセージ送信部113は、それぞれ管
理情報109に直接接続される。指定キー解析部114
は、ネットワーク管理部109とSet Requestメッセー
ジ受信部111を介する。
The managed device 101 is a management information 109 which is a storage device holding statistical information of the managed device 101.
And Get Reques that receives a Get Request message and a Get Next Request message from the management station 100.
t message receiving unit 110 and management station 100
From the management station 100, or the Set Request message receiving unit 111 that receives the Set Request message from the management station 100.
A Get Response message transmission unit 112 that transmits a Get Response message, which is a response to the equest message, to the management station 100, a Trap message transmission unit 113 that notifies the management station 100 of an event when a definition condition occurs as a Trap message, and Set The specified key analysis unit 114 determines the authority to notify an event using the specified key included in the Request message. The management information 109, the Get Request message receiving unit 110, S
The etRequest message receiving unit 111, the Get Response transmitting unit 112, and the Trap message transmitting unit 113 are directly connected to the management information 109. Designated key analysis unit 114
Via the network management unit 109 and the Set Request message receiving unit 111.

【0027】以上のように構成されたネットワーク管理
システムの動作について説明する。まず、管理ステーシ
ョン100の動作について図3を用いて説明する。管理
者がネットワーク管理部103を介してネットワーク管
理部103に管理情報名(Trapメッセージを送信する定
義条件)を指定し(S301)、該管理情報名に基づい
て、指定キー生成部108にて指定キーを作成する(S
302)。そして、Set Requestメッセージ送信部10
5にて、上記管理情報名と指定キーとを含むSet Reques
tメッセージが作成され、複数の被管理装置101へ同
報配信される(S303)。
The operation of the network management system configured as above will be described. First, the operation of the management station 100 will be described with reference to FIG. The administrator designates a management information name (definition condition for transmitting a Trap message) to the network management unit 103 via the network management unit 103 (S301), and designates the designation key generation unit 108 based on the management information name. Create key (S
302). Then, the Set Request message transmission unit 10
5. Set Reques including the management information name and specified key
A t message is created and broadcasted to a plurality of managed devices 101 (S303).

【0028】被管理装置101から、上記Set Request
メッセージの応答であるGet ResponseメッセージをGet
Responseメッセージ受信部106にて受信すると、該Ge
t Responseメッセージは、ネットワーク管理部103に
より解析され(S304)、画像あるいは音声により管
理者に通知される(S305)。また、被管理装置10
1から、Trapメッセージ受信部107にてTrapメッセー
ジ受信すると(S306)、その受信内容はネットワー
ク管理部103により管理者に通知される(S30
7)。
From the managed device 101, the above Set Request
Get Response which is the response of the message Get the message
When received by the Response message receiving unit 106, the Ge
The t Response message is analyzed by the network management unit 103 (S304) and notified to the administrator by image or sound (S305). In addition, the managed device 10
When the Trap message is received by the Trap message receiving unit 107 from 1 (S306), the received contents are notified to the administrator by the network management unit 103 (S30).
7).

【0029】次に、被管理装置101の動作について図
4を用いて説明する。Set Requestメッセージ受信部1
11にてSet Requestメッセージを受信し、該メッセー
ジの解析を行う(S401)。
Next, the operation of the managed device 101 will be described with reference to FIG. Set Request message receiver 1
The Set Request message is received at 11 and the message is analyzed (S401).

【0030】Set Requestメッセージに指定キーが含ま
れている場合、S403に進み、指定キー解析部114
にてSet Requestメッセージに含まれる指定キーと被管
理装置101の内部情報(被管理装置固有の識別子、時
間)からTrapメッセージの送信権を決定し(S40
3)、該送信権を同メッセージに含まれる管理情報名と
ともに管理情報109に設定する(S404)。そし
て、Get Responseメッセージ送信部112により、受信
したSet Requestメッセージの応答であるGet Response
メッセージを作成して管理ステーション100に送信し
(S406)、S407に進む。
When the Set Request message includes the designated key, the process proceeds to S403, and the designated key analysis unit 114
In step S40, the transmission right of the Trap message is determined from the specified key included in the Set Request message and the internal information of the managed device 101 (identifier of managed device, time).
3) The transmission right is set in the management information 109 together with the management information name included in the message (S404). Then, the Get Response message transmitting unit 112 is a response to the received Set Request message, that is, Get Response.
A message is created and transmitted to the management station 100 (S406), and the process proceeds to S407.

【0031】一方、Set Requestメッセージに指定キー
が含まれていない場合、該メッセージに含まれる管理情
報名とその値を管理情報109に設定し(S405)、
S407に進む。
On the other hand, if the Set Request message does not include the designated key, the management information name and its value included in the message are set in the management information 109 (S405),
Proceed to S407.

【0032】S407では、管理情報109に設定され
た管理情報名に対する定義条件が発生したとき、Trapメ
ッセージの送信権があれば、Trapメッセージ送信部11
3からTrapメッセージを管理ステーション100に送信
する(S408)。
In S407, when the definition condition for the management information name set in the management information 109 occurs, if there is a transmission right of the Trap message, the Trap message transmission unit 11
The Trap message is transmitted from 3 to the management station 100 (S408).

【0033】このように、本実施の形態1によるネット
ワーク管理システムでは、複数の被管理装置101に同
報配信された共通の指定キーから、各被管理装置101
がTrapメッセージの送信権を個別に決定するようにした
ので、Trapメッセージの送信権を有する被管理装置10
1は一部のみとなるため、Trapメッセージの定義条件が
複数の被管理装置101で同時発生した場合において
も、従来のように高性能な専用装置を用いたり、複数の
SNMPマネージャを設置して処理負荷を分散させたり
することなく、管理ステーション100の処理負荷を抑
制することができる。
As described above, in the network management system according to the first embodiment, each managed device 101 is managed from the common designated key broadcasted to a plurality of managed devices 101.
Is configured to individually determine the transmission right of the Trap message, the managed device 10 having the transmission right of the Trap message
Since 1 is only a part, even if the definition conditions of the Trap message occur simultaneously in a plurality of managed devices 101, a high-performance dedicated device as in the past is used or a plurality of SNMP managers are installed. The processing load on the management station 100 can be suppressed without distributing the processing load.

【0034】なお、通常のSNMPと同様に指定キーを
用いることなく、ネットワーク管理部103から管理情
報名とその値を直接指定し、管理情報109の値変更要
求するためのSet RequestメッセージをSet Requestメッ
セージ送信部105から送信するようにしても良い。
It should be noted that the Set Request message for directly specifying the management information name and its value and requesting the value change of the management information 109 is issued from the network management unit 103 without using a specification key as in the case of normal SNMP. You may make it transmit from the message transmission part 105.

【0035】また、図3と図4には示していないが、Ge
t Requestメッセージ送信部104から管理情報の取得
を要求し、Get Requestメッセージ受信部110がGet R
equestメッセージを取得すると、その応答となるGet Re
sponseメッセージをGet Responseメッセージ送信部11
2から送信するようにすれば、Trapメッセージに比べて
詳細な管理情報を取得することも可能である。
Although not shown in FIGS. 3 and 4, Ge
t Request message transmission unit 104 requests acquisition of management information, and Get Request message reception unit 110 requests Get R
When you get the equest message, the response is Get Re
Send response message to Get Response message 11
If it is transmitted from 2, it is possible to acquire detailed management information as compared with the Trap message.

【0036】また、指定キー生成部108で作成される
指定キーは、無作為に作成されるばかりでなく、被管理
装置の総数とTrapメッセージの送信権をもたせる被管理
装置の数から算出することも可能であり、これらの数は
ネットワーク管理部から与えるものとする。
The designated key created by the designated key generation unit 108 is not only randomly created, but also calculated from the total number of managed devices and the number of managed devices that have the transmission right of the Trap message. It is also possible, and these numbers shall be given from the network management unit.

【0037】(実施の形態2)以下に、本発明の請求項
7及び請求項8に対応する、実施の形態2によるネット
ワーク管理システムについて説明する。図5は、本実施
の形態2によるネットワーク管理システムを示す図であ
る。図5において、500はSNMPマネージャ機能を
有する管理ステーション(管理装置)であり、501は
SNMPエージェント機能を有する被管理装置であり、
502は管理ステーション500と被管理装置501を
接続する通信ネットワークである。
(Embodiment 2) A network management system according to Embodiment 2 corresponding to claims 7 and 8 of the present invention will be described below. FIG. 5 is a diagram showing a network management system according to the second embodiment. In FIG. 5, reference numeral 500 is a management station (management device) having an SNMP manager function, 501 is a managed device having an SNMP agent function,
A communication network 502 connects the management station 500 and the managed device 501.

【0038】管理ステーション500は、管理情報の指
定及び取得を行う管理者とのインタフェースである、画
像装置や音声装置により管理情報を管理者に通知する機
能をもつネットワーク管理部503と、管理情報の値変
更を要求するSet Requestメッセージを被管理装置50
1に送信するSet Requestメッセージ送信部504と、
上記Set Request メッセージの応答であるGet Response
メッセージを受信するGet Responseメッセージ受信部5
05と、被管理装置501から通知される事象を監視す
るTrapメッセージを受信するTrapメッセージ受信部50
6と、被管理装置501にて事象を通知する権限である
Trapメッセージの送信権を決定するときに用いる指定キ
ーを作成する指定キー生成部507と、を有する。
The management station 500 is an interface with a manager who designates and acquires management information, which has a function of notifying the manager of the management information by an image device or an audio device, and a management information of the management information. The managed device 50 sends a Set Request message requesting a value change.
1 and a Set Request message transmission unit 504,
Get Response which is the response of the above Set Request message
Get Response message receiving unit 5 that receives a message
05, and a Trap message receiving unit 50 that receives a Trap message for monitoring the event notified from the managed device 501.
6 and the authority to notify an event in the managed device 501.
And a designated key generation unit 507 that creates a designated key used when determining the transmission right of the Trap message.

【0039】被管理装置501は、被管理装置501の
統計情報を保持している記憶装置である管理情報508
と、管理ステーション500からSet Requestメッセー
ジを受信するSet Requestメッセージ受信部509と、
上記Set Requestメッセージの応答であるGet Response
メッセージを管理ステーション500に送信するGet Re
sponseメッセージ送信部510と、定義条件が発生した
ときの事象をTrapメッセージとして管理ステーション5
00に通知するTrapメッセージ送信部511と、Set Re
questメッセージに含まれる指定キーを用いて事象を通
知する権限を決定する指定キー解析部512と、時間経
過を監視し、Get Responseメッセージ送信までに挿入さ
れる応答遅延時間を計る計時部513とを有する。
The managed device 501 is a management information 508 which is a storage device holding statistical information of the managed device 501.
And a Set Request message receiving unit 509 that receives a Set Request message from the management station 500,
Get Response which is the response of the above Set Request message
Send message to management station 500 Get Re
The sponse message transmission unit 510 and the management station 5 as an event when a defined condition occurs as a Trap message.
Trap message sending unit 511 that notifies 00 and Set Re
A specified key analysis unit 512 that determines the authority to notify an event using the specified key included in the quest message, and a timer unit 513 that monitors the passage of time and measures the response delay time inserted until the Get Response message is transmitted. Have.

【0040】以上のように構成されたネットワーク管理
システムの動作について説明する。管理ステーション5
00では、ネットワーク管理部503で指定された管理
情報名と、指定キー生成部507で作成された指定キー
とを含むSet Requestメッセージを作成し、Set Request
メッセージ送信部504から複数の被管理装置501へ
同報配信する。
The operation of the network management system configured as above will be described. Management station 5
At 00, a Set Request message including the management information name specified by the network management unit 503 and the specified key created by the specified key generation unit 507 is created, and the Set Request message is created.
Broadcast from the message transmission unit 504 to a plurality of managed devices 501.

【0041】被管理装置501では、上記管理ステーシ
ョン500からSet Requestメッセージを受信し解析す
る。Set Requestメッセージに指定キーが含まれている
場合、指定キー解析部512にて上記Set Requestメッ
セージに含まれる指定キーと被管理装置501の内部情
報とからTrapメッセージの送信権を決定し、該送信権を
同メッセージに含まれる管理情報名とともに管理情報5
08に設定する。このとき、同様の手順により、指定キ
ーを用いてGet Responseメッセージを送信すべき時間、
つまり、Set Requestメッセージの受信からGet Respons
eメッセージを送信するまでの応答遅延時間も決定し、
計時部513を用いて上記応答遅延時間分待機してか
ら、Get ResponseメッセージをGet Responseメッセージ
送信部510から管理ステーション500に送信する。
一方、Set Requestメッセージに指定キーが含まれてい
ない場合、該メッセージに含まれる管理情報名とその値
を管理情報508に設定する。
The managed device 501 receives and analyzes the Set Request message from the management station 500. When the Set Request message includes the designated key, the designated key analysis unit 512 determines the transmission right of the Trap message from the designated key included in the Set Request message and the internal information of the managed device 501, and transmits the Trap message. Management information 5 along with the management information name included in the message
Set to 08. At this time, with the same procedure, the time to send the Get Response message using the specified key,
That is, from receiving the Set Request message from Get Respons
Determine the response delay time before sending e-message,
After waiting for the response delay time using the time counting unit 513, the Get Response message is transmitted from the Get Response message transmitting unit 510 to the management station 500.
On the other hand, if the Set Request message does not include the designated key, the management information name and its value included in the message are set in the management information 508.

【0042】また、被管理装置501において、管理情
報508に設定された管理情報名に対する定義条件が発
生したとき、Trapメッセージの送信権が有れば、Trapメ
ッセージを管理ステーション500に送信する。
In the managed device 501, when the definition condition for the management information name set in the management information 508 occurs, the Trap message is transmitted to the management station 500 if the Trap message has the transmission right.

【0043】管理ステーション500では、Get Respon
seメッセージを受信すると、ネットワーク管理部503
によりGet Responseメッセージの内容を管理者に通知す
る。また、Trapメッセージを受信すると、該Trapメッセ
ージの内容をネットワーク管理部503により管理者に
通知する。
At the management station 500, Get Respon
Upon receiving the se message, the network management unit 503
Notifies the administrator of the content of the Get Response message. When the Trap message is received, the network management unit 503 notifies the administrator of the content of the Trap message.

【0044】このように、本実施の形態2によるネット
ワーク管理システムでは、Set Requestメッセージを用
いてTrapメッセージの定義条件を設定する際に、Get Re
sponseメッセージを送信するまでの応答遅延時間を指定
キーから算出し、Get Responseメッセージの送信を遅ら
せるようにしたので、管理ステーション500に集中し
て送信されるGet Responseメッセージを分散させ、管理
ステーション500の処理負荷を軽減することができ
る。
As described above, in the network management system according to the second embodiment, when the definition condition of the Trap message is set by using the Set Request message, Get Re
The response delay time until the sponse message is transmitted is calculated from the specified key, and the transmission of the Get Response message is delayed. The processing load can be reduced.

【0045】なお、指定キーからGet Responseメッセー
ジ送信までの応答遅延時間を決定するのではなく、Trap
メッセージの送信がない場合にGet Responseメッセージ
の送信を禁止する場合も含む。
Note that the response delay time from the designated key to the transmission of the Get Response message is not determined, but the Trap
It also includes the case where the sending of Get Response message is prohibited when the message is not sent.

【0046】また、管理装置に、管理情報の取得を要求
するGet Requestメッセージを上記被管理装置に送信す
るGet Requestメッセージ送信部をさらに備え、被管理
装置に、上記管理装置から上記Get Requestメッセージ
を受信するGet Requestメッセージ受信部をさらに備え
るようにすれば、Trapメッセージよりも詳細な管理情報
を取得することができる。
Further, the management device further comprises a Get Request message transmission unit for transmitting a Get Request message requesting acquisition of management information to the managed device, and the managed device receives the Get Request message from the management device. If a Get Request message receiving unit for receiving is further provided, it is possible to obtain more detailed management information than the Trap message.

【0047】(実施の形態3)以下に、本発明の請求項
3及び請求項4に対応する、実施の形態3によるネット
ワーク管理システムについて説明する。図6は、本実施
の形態3によるネットワーク管理システムを示す図であ
る。図6において、600はSNMPマネージャ機能を
有する管理ステーション(管理装置)であり、601は
SNMPエージェント機能を有する被管理装置であり、
602は管理ステーション600と被管理装置601を
接続する通信ネットワークである。
(Third Embodiment) A network management system according to a third embodiment corresponding to claims 3 and 4 of the present invention will be described below. FIG. 6 is a diagram showing a network management system according to the third embodiment. 6, reference numeral 600 is a management station (management device) having an SNMP manager function, 601 is a managed device having an SNMP agent function,
A communication network 602 connects the management station 600 and the managed device 601.

【0048】管理ステーション600は、管理情報の指
定及び取得を行う管理者とのインタフェースである、画
像装置や音声装置により管理情報を管理者に通知する機
能をもつネットワーク管理部603と、管理情報の値変
更を要求するSet Requestメッセージを被管理装置60
1に送信するSet Requestメッセージ送信部604と、
被管理装置601から通知される事象を監視するTrapメ
ッセージを受信するTrapメッセージ受信部605と、被
管理装置601にて事象を通知する権限、つまり、Trap
メッセージの送信権を決定するときに用いる指定キーを
作成する指定キー生成部606と、時間経過を監視し、
指定キー生成部606で作成された指定キーを含むSet
Requestメッセージをネットワーク管理部603が送信
する周期間隔を計る計時部607と、を有する。
The management station 600 is an interface with an administrator who designates and obtains management information, and has a function of notifying the administrator of the management information by an image device or an audio device, and a management information of the management information. The managed device 60 sends a Set Request message requesting a value change.
1, a Set Request message transmission unit 604 for transmitting to
A Trap message receiving unit 605 that receives a Trap message that monitors the event notified from the managed device 601, and the authority to notify the event in the managed device 601, that is, Trap
A designated key generation unit 606 that creates a designated key used when determining the message transmission right, and monitors the passage of time,
Set including the specified key created by the specified key generation unit 606
The network management unit 603 transmits a Request message, and a clock unit 607 that measures a periodic interval.

【0049】被管理装置601は、被管理装置601の
統計情報を保持している記憶装置である管理情報608
と、管理ステーション600からSet Requestメッセー
ジを受信するSet Requestメッセージ受信部609と、
定義条件が発生したときの事象をTrapメッセージとして
管理ステーション600に通知するTrapメッセージ送信
部610と、Set Requestメッセージに含まれる指定キ
ーを用いて事象を通知する権限を決定する指定キー解析
部611と、を有する。
The managed device 601 is a management information 608 which is a storage device holding the statistical information of the managed device 601.
And a Set Request message receiving unit 609 that receives a Set Request message from the management station 600,
A Trap message transmission unit 610 that notifies the management station 600 of an event when the definition condition occurs as a Trap message, and a designated key analysis unit 611 that determines the authority to notify the event using the designated key included in the Set Request message. With.

【0050】以上のように構成されたネットワーク管理
システムの動作について説明する。管理ステーション6
00では、ネットワーク管理部603で指定された管理
情報名と、指定キー生成部606で作成された指定キー
とを含むSet Requestメッセージを作成し、Set Request
メッセージ送信部604から複数の被管理装置601へ
同報配信する。このときの時間情報を計時部607で記
録しておく。
The operation of the network management system configured as above will be described. Management station 6
At 00, a Set Request message including the management information name specified by the network management unit 603 and the specified key created by the specified key generation unit 606 is created, and the Set Request message is created.
Broadcast from the message transmission unit 604 to a plurality of managed devices 601. The time information at this time is recorded by the clock unit 607.

【0051】被管理装置601では、上記管理ステーシ
ョン600からSet RequestメッセージをSet Requestメ
ッセージ受信部609にて受信し、解析を行う。Set Re
questメッセージに指定キーが含まれている場合、指定
キー解析部611によりSetRequestメッセージに含まれ
る指定キーと被管理装置601の内部情報とからTrapメ
ッセージの送信権を決定し、該送信権を同メッセージに
含まれる管理情報名とともに管理情報608に設定す
る。一方、Set Requestメッセージに指定キーが含まれ
ていない場合、該メッセージに含まれる管理情報名とそ
の値を管理情報608に設定する。
In the managed device 601, the Set Request message receiving unit 609 receives the Set Request message from the management station 600 and analyzes it. Set Re
When the quest message includes the designated key, the designated key analysis unit 611 determines the transmission right of the Trap message from the designated key included in the SetRequest message and the internal information of the managed device 601, and sets the transmission right to the same message. It is set in the management information 608 together with the management information name included in. On the other hand, if the Set Request message does not include the designated key, the management information name and its value included in the message are set in the management information 608.

【0052】そして、管理情報608に設定された管理
情報名に対する定義条件が発生したとき、Trapメッセー
ジの送信権が有れば、Trapメッセージ送信部610から
Trapメッセージを管理ステーション600に送信する。
Then, when the definition condition for the management information name set in the management information 608 occurs, if there is the right to send the Trap message, the Trap message sending unit 610 sends
The Trap message is transmitted to the management station 600.

【0053】管理ステーション600では、Trapメッセ
ージ受信部605でTrapメッセージを受信すると、ネッ
トワーク管理部603により該Trapメッセージの受信内
容が管理者に通知される。そして、計時部607により
所定の時間経過を確認したネットワーク管理部603
は、管理情報名と指定キー生成部606で新たに作成さ
れた指定キーを含むSet RequestメッセージをSet Reque
stメッセージ送信部604から複数の被管理装置601
へ同報配信し、このときの時間情報を計時部607で記
録しておく。
When the Trap message receiving unit 605 of the management station 600 receives the Trap message, the network management unit 603 notifies the administrator of the received content of the Trap message. Then, the network management unit 603 which has confirmed the elapse of a predetermined time by the timer unit 607.
Sends a Set Request message including the management information name and the specified key newly created by the specified key generation unit 606 to Set Reque
A plurality of managed devices 601 from the st message transmission unit 604
Broadcasting is carried out to, and the time information at this time is recorded by the clock unit 607.

【0054】このように、本実施の形態3によるネット
ワーク管理システムでは、指定キーを周期的に同報配信
し、Trapメッセージの送信権を有する被管理装置601
を動的に変更するようにしたので、管理ステーション6
00は、ある時点においては通信ネットワーク602を
介して接続されている複数の被管理装置601のうちの
一部しか管理していないが、ある時間経過すれば上記複
数の被管理装置601全てを管理することが可能とな
り、その結果、被管理装置601や管理情報の増加に伴
う管理ステーション600の処理負荷を軽減することが
できる。
As described above, in the network management system according to the third embodiment, the managed device 601 which broadcasts the designated key periodically and has the Trap message transmission right.
Since it was changed dynamically, the management station 6
00 manages only a part of the plurality of managed devices 601 connected via the communication network 602 at a certain point of time, but manages all of the plurality of managed devices 601 after a certain time elapses. As a result, the processing load on the managed device 601 and the management station 600 associated with an increase in management information can be reduced.

【0055】なお、管理装置に、管理情報の取得を要求
するGet Requestメッセージを上記被管理装置に送信す
るGet Requestメッセージ送信部をさらに備え、被管理
装置に、上記管理装置から上記Get Requestメッセージ
を受信するGet Requestメッセージ受信部をさらに備え
るようにすれば、Trapメッセージよりも詳細な管理情報
を取得することができる。
The management device further includes a Get Request message transmission unit for transmitting a Get Request message requesting acquisition of management information to the managed device, and the managed device receives the Get Request message from the management device. If a Get Request message receiving unit for receiving is further provided, it is possible to obtain more detailed management information than the Trap message.

【0056】(実施の形態4)以下に、本発明の請求項
5及び請求項6に対応する実施の形態4によるネットワ
ーク管理システムについて説明する。図7は、本実施の
形態4によるネットワーク管理システムを示す図であ
る。図7において、700はSNMPマネージャ機能を
有する管理ステーション(管理装置)であり、701は
SNMPエージェント機能を有する被管理装置であり、
702は管理ステーション700と被管理装置701を
接続する通信ネットワークである。
(Embodiment 4) A network management system according to Embodiment 4 corresponding to Claims 5 and 6 of the present invention will be described below. FIG. 7 is a diagram showing a network management system according to the fourth embodiment. In FIG. 7, reference numeral 700 is a management station (management device) having an SNMP manager function, 701 is a managed device having an SNMP agent function,
A communication network 702 connects the management station 700 and the managed device 701.

【0057】管理ステーション700は、管理情報の指
定及び取得を行う管理者とのインタフェースである、画
像装置や音声装置により管理情報を管理者に通知する機
能をもつネットワーク管理部703と、管理情報の値変
更を要求するSet Requestメッセージを被管理装置70
1に送信するSet Requestメッセージ送信部704と、
被管理装置701から通知される事象を監視するTrapメ
ッセージを受信するTrapメッセージ受信部705と、被
管理装置701にて事象を通知する権限、つまり、Trap
メッセージの送信権を決定するときに用いる指定キーを
作成する指定キー生成部706と、Trapメッセージの受
信数をカウントするTrapカウンタ707とを有する。な
お、Trapカウンタ707によるTrapメッセージの受信数
が所定の値を超えたことを契機に、指定キーの作成、及
びSet Requestメッセージの同報配信を行い、事象を通
知する権限をもつ被管理装置701を動的に切り替え
る。
The management station 700 is an interface with a manager who designates and acquires management information, and has a network management unit 703 having a function of notifying the manager of the management information by an image device or an audio device, and the management information of the management information. The managed device 70 sends a Set Request message requesting a value change.
1 and a Set Request message transmission unit 704,
The Trap message receiving unit 705 that receives a Trap message that monitors the event notified from the managed device 701, and the authority to notify the event in the managed device 701, that is, Trap
It has a designated key generation unit 706 that creates a designated key used when determining the message transmission right, and a Trap counter 707 that counts the number of Trap messages received. Note that when the number of Trap messages received by the Trap counter 707 exceeds a predetermined value, the managed device 701 having the authority to create a specified key and broadcast the Set Request message to notify the event. To switch dynamically.

【0058】被管理装置701は、被管理装置701の
統計情報を保持している記憶装置である管理情報708
と、管理ステーション700から管理情報の値変更を要
求するSet Requestメッセージを受信するSet Requestメ
ッセージ受信部709と、定義条件が発生したときの事
象をTrapメッセージとして管理ステーション700に通
知するTrapメッセージ送信部710と、Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部711と、を有する。
The managed device 701 is a management information 708 which is a storage device holding statistical information of the managed device 701.
And a Set Request message receiving unit 709 that receives a Set Request message requesting a value change of the management information from the management station 700, and a Trap message transmitting unit that notifies the management station 700 of an event when a definition condition occurs as a Trap message. 710 and a designated key analysis unit 711 that determines the authority to notify an event using the designated key included in the Set Request message.

【0059】以上のように構成されたネットワーク管理
システムの動作について説明する。管理ステーション7
00では、ネットワーク管理部703で指定された管理
情報名と、指定キー生成部706で作成された指定キー
とを含むSet Requestメッセージを作成し、Set Request
メッセージ送信部704から複数の被管理装置701へ
同報配信する。
The operation of the network management system configured as above will be described. Management station 7
At 00, a Set Request message including the management information name specified by the network management unit 703 and the specified key created by the specified key generation unit 706 is created, and the Set Request message is created.
Broadcast from the message transmission unit 704 to a plurality of managed devices 701.

【0060】被管理装置701では、上記管理ステーシ
ョン700からSet Requestメッセージを受信し解析す
る。Set Requestメッセージに指定キーが含まれている
場合、指定キー解析部711にてSet Requestメッセー
ジに含まれる指定キーと被管理装置701の内部情報と
からTrapメッセージの送信権を決定し、該送信権を同メ
ッセージに含まれる管理情報名とともに管理情報708
に設定する。一方、Set Requestメッセージに指定キー
が含まれていない場合、該メッセージに含まれる管理情
報名とその値を管理情報708に設定する。
The managed device 701 receives and analyzes the Set Request message from the management station 700. When the Set Request message includes the designated key, the designated key analysis unit 711 determines the transmission right of the Trap message from the designated key included in the Set Request message and the internal information of the managed device 701, and the transmission right is determined. And management information 708 included in the message together with the management information name.
Set to. On the other hand, if the Set Request message does not include the designated key, the management information name and its value included in the message are set in the management information 708.

【0061】そして、管理情報708に設定された管理
情報名に対する定義条件が発生し、Trapメッセージの送
信権が有れば、Trapメッセージ送信部710からTrapメ
ッセージを管理ステーション700に送信する。
Then, if a definition condition for the management information name set in the management information 708 occurs and there is a Trap message transmission right, the Trap message transmission unit 710 transmits the Trap message to the management station 700.

【0062】管理ステーション700では、Trapメッセ
ージ受信部705でTrapメッセージを受信すると、Trap
カウンタ707を更新し、ネットワーク管理部703に
より受信内容が管理者に通知される。そして、Trapカウ
ンタ707により受信Trapメッセージが所定数を超過し
たことを検出したとき、ネットワーク管理部703は、
管理情報名と指定キー生成部706で新たに作成された
指定キーを含むSet RequestメッセージをSet Requestメ
ッセージ送信部704から複数の被管理装置701へ同
報配信する。
In the management station 700, when the Trap message receiving section 705 receives the Trap message, the Trap message is received.
The counter 707 is updated, and the reception contents are notified to the administrator by the network management unit 703. When the Trap counter 707 detects that the number of received Trap messages exceeds the predetermined number, the network management unit 703
The Set Request message including the management information name and the designated key newly created by the designated key generation unit 706 is broadcast from the Set Request message transmission unit 704 to the plurality of managed devices 701.

【0063】このように、本実施の形態4によるネット
ワーク管理システムでは、Trapメッセージの受信数を契
機として指定キーを同報配信し、Trapメッセージの送信
権を有する被管理装置を動的に変更するようにしたの
で、管理ステーション700は、被管理装置701から
受信したTrapメッセージの定義条件が他の被管理装置に
おいても同様の定義条件が発生しているかを把握し、複
数の被管理装置701の全てを容易に管理可能となり、
その結果、被管理装置701や管理情報の増加に伴う管
理ステーション700の処理負荷を軽減することができ
る。なお、Trapカウンタ707は、Trapメッセージの定
義条件毎に複数備える場合もある。
As described above, in the network management system according to the fourth embodiment, the designated key is broadcast by using the number of received Trap messages as a trigger, and the managed device having the right to send the Trap message is dynamically changed. Therefore, the management station 700 recognizes whether the definition condition of the Trap message received from the managed device 701 is the same in the other managed devices, and the management station 700 manages the plurality of managed devices 701. You can easily manage everything,
As a result, the processing load on the managed device 701 and the management station 700 due to the increase in management information can be reduced. There may be a case where a plurality of Trap counters 707 are provided for each definition condition of the Trap message.

【0064】また、管理装置に、管理情報の取得を要求
するGet Requestメッセージを上記被管理装置に送信す
るGet Requestメッセージ送信部をさらに備え、被管理
装置に、上記管理装置から上記Get Requestメッセージ
を受信するGet Requestメッセージ受信部をさらに備え
るようにすれば、Trapメッセージよりも詳細な管理情報
を取得することができる。
Further, the management apparatus further comprises a Get Request message transmitting section for transmitting a Get Request message requesting acquisition of management information to the managed apparatus, and the managed apparatus receives the Get Request message from the management apparatus. If a Get Request message receiving unit for receiving is further provided, it is possible to obtain more detailed management information than the Trap message.

【0065】(実施の形態5)以下に、本発明の請求項
9及び請求項10に対応する実施の形態5によるネット
ワーク管理システムについて説明する。図8は、本実施
の形態5によるネットワーク管理システムを示す図であ
る。図8において、800はSNMPマネージャ機能を
有する管理ステーション(管理装置)であり、801は
SNMPエージェント機能を有する被管理装置であり、
802は管理ステーション800と被管理装置801を
接続する通信ネットワークである。
(Embodiment 5) A network management system according to Embodiment 5 corresponding to claims 9 and 10 of the present invention will be described below. FIG. 8 is a diagram showing a network management system according to the fifth embodiment. In FIG. 8, reference numeral 800 is a management station (management device) having an SNMP manager function, 801 is a managed device having an SNMP agent function,
A communication network 802 connects the management station 800 and the managed device 801.

【0066】管理ステーション800は、管理情報の指
定及び取得を行う管理者とのインタフェースである、画
像装置や音声装置により管理情報を管理者に通知する機
能をもつネットワーク管理部803と、管理情報の値変
更を要求するSet Requestメッセージを被管理装置80
1に送信するSet Requestメッセージ送信部804と、
上記Set Request メッセージの応答であるGet Response
メッセージを受信するGet Responseメッセージ受信部8
05と、被管理装置801から通知される事象を監視す
るTrapメッセージを受信するTrapメッセージ受信部80
6と、被管理装置801にて事象を通知する権限、つま
り、Trapメッセージの送信権を決定するときに用いる指
定キーを作成する指定キー生成部807と、を有する。
The management station 800 is an interface with an administrator who designates and acquires management information, and has a function of notifying the administrator of the management information by an image device or an audio device, and a management information of the management information. The managed device 80 sends a Set Request message requesting a value change.
1 and a Set Request message transmission unit 804,
Get Response which is the response of the above Set Request message
Get Response message receiving unit 8 for receiving a message
05, and a Trap message receiving unit 80 that receives a Trap message for monitoring the event notified from the managed device 801.
6 and a designated key generation unit 807 that creates a designated key used when determining the event of the managed device 801, that is, the transmission right of the Trap message.

【0067】被管理装置801は、被管理装置801の
統計情報を保持している記憶装置である管理情報808
と、管理ステーション800からSet Requestメッセー
ジを受信するSet Requestメッセージ受信部809と、
上記Set Requestメッセージの応答であるGet Response
メッセージを管理ステーション800に送信するGet Re
sponseメッセージ送信部810と、定義条件が発生した
ときの事象をTrapメッセージとして管理ステーション8
00に通知するTrapメッセージ送信部811と、Set Re
questメッセージに含まれる指定キーを用いて事象を通
知する権限を決定する指定キー解析部812とを有す
る。
The managed device 801 is a management information 808 which is a storage device holding the statistical information of the managed device 801.
And a Set Request message receiving unit 809 that receives a Set Request message from the management station 800,
Get Response which is the response of the above Set Request message
Send message to management station 800 Get Re
The sponse message transmission unit 810 and the management station 8 as a Trap message indicating the event when the defined condition occurs.
Trap message sending unit 811 that notifies 00 and Set Re
The specified key analysis unit 812 determines the authority to notify the event using the specified key included in the quest message.

【0068】以上のように構成されたネットワーク管理
システムの動作について説明する。管理ステーション8
00では、ネットワーク管理部803で指定された管理
情報名と指定キー生成部807で作成された指定キーと
を含むSet Requestメッセージを作成し、Set Requestメ
ッセージ送信部804から複数の被管理装置801へ同
報配信する。
The operation of the network management system configured as above will be described. Management station 8
In 00, a Set Request message including the management information name specified by the network management unit 803 and the specified key created by the specified key generation unit 807 is created, and the Set Request message transmission unit 804 sends the managed devices 801 a plurality of managed devices 801. Broadcast.

【0069】被管理装置801では、上記管理ステーシ
ョン800からSet Requestメッセージを受信し解析す
る。Set Requestメッセージに指定キーが含まれている
場合、指定キー解析部812によりSet Requestメッセ
ージに含まれる指定キーと被管理装置801の内部情報
とからTrapメッセージの送信権を決定し、該送信権を同
メッセージに含まれる管理情報名とともに管理情報80
8に設定する。一方、Set Requestメッセージに指定キ
ーが含まれていない場合、該メッセージに含まれる管理
情報名とその値を管理情報808に設定する。
The managed device 801 receives and analyzes the Set Request message from the management station 800. When the Set Request message includes the designated key, the designated key analysis unit 812 determines the transmission right of the Trap message from the designated key included in the Set Request message and the internal information of the managed device 801, and determines the transmission right. Management information 80 together with the management information name included in the message
Set to 8. On the other hand, if the Set Request message does not include the designated key, the management information name and its value included in the message are set in the management information 808.

【0070】そして、管理情報808に設定された定義
条件が発生したとき、Trapメッセージの送信権がなけれ
ば、その定義条件の発生回数を定義条件毎に管理情報8
08に記録しておく。そして、被管理装置801が後に
Trapメッセージの送信権を取得すれば、管理情報808
に蓄積されていた上記Trapメッセージに関する管理情報
を管理ステーション800に送信する。
When the definition condition set in the management information 808 occurs, if there is no transmission right of the Trap message, the number of occurrences of the definition condition is set in the management information 8 for each definition condition.
It is recorded in 08. Then, the managed device 801 is
If the transmission right of the Trap message is acquired, the management information 808
The management information relating to the Trap message stored in the above is transmitted to the management station 800.

【0071】このように、本実施の形態5によるネット
ワーク管理システムでは、Trapメッセージの送信権をも
たない被管理装置801がTrapメッセージの発生回数を
定義条件毎に管理しておき、Trapメッセージの送信権を
取得したとき、該Trapメッセージに関する管理情報を送
信するようにしたので、管理ステーション800は、被
管理装置801が事象を通知する権限をもたない間に発
生した定義条件をも管理し、複数の被管理装置801の
全てを容易に管理することができ、その結果、被管理装
置801や管理情報の増加に伴う管理ステーション80
0の処理負荷を軽減することができる。
As described above, in the network management system according to the fifth embodiment, the managed device 801 that does not have the right to send the Trap message manages the number of times the Trap message is generated for each definition condition, and Since the management information related to the Trap message is transmitted when the transmission right is acquired, the management station 800 also manages the definition condition that occurs while the managed device 801 does not have the authority to notify the event. , All the plurality of managed devices 801 can be easily managed, and as a result, the managed device 801 and the management station 80 accompanying the increase of management information
The processing load of 0 can be reduced.

【0072】なお、管理装置に、管理情報の取得を要求
するGet Requestメッセージを上記被管理装置に送信す
るGet Requestメッセージ送信部をさらに備え、被管理
装置に、上記管理装置から上記Get Requestメッセージ
を受信するGet Requestメッセージ受信部をさらに備え
るようにすれば、Trapメッセージよりも詳細な管理情報
を取得することができる。
The management apparatus further comprises a Get Request message transmitting unit for transmitting a Get Request message requesting acquisition of management information to the managed apparatus, and the managed apparatus receives the Get Request message from the management apparatus. If a Get Request message receiving unit for receiving is further provided, it is possible to obtain more detailed management information than the Trap message.

【0073】(実施の形態6)以下に、本発明の請求項
11に対応する実施の形態6によるネットワーク管理シ
ステムについて説明する。図9は、本実施の形態6によ
るネットワーク管理システムを示す図である。図9にお
いて、900はSNMPマネージャ機能を有する管理ス
テーション(管理装置)であり、901はSNMPエー
ジェント機能を有する被管理装置である。また、902
の衛星回線は管理ステーション900から被管理装置9
01への通信経路であり、903の地上回線は被管理装
置901から管理ステーション900への通信経路であ
る。
(Sixth Embodiment) A network management system according to a sixth embodiment of the present invention will be described below. FIG. 9 is a diagram showing a network management system according to the sixth embodiment. In FIG. 9, reference numeral 900 is a management station (management apparatus) having an SNMP manager function, and 901 is a managed apparatus having an SNMP agent function. Also, 902
The satellite link is from the management station 900 to the managed device 9
01, and the ground line 903 is a communication route from the managed device 901 to the management station 900.

【0074】管理ステーション900は、管理情報の値
変更を要求するSet Requestメッセージを被管理装置9
01に送信するSet Requestメッセージ送信部904
と、被管理装置901にて事象を通知する権限、つま
り、Trapメッセージの送信権を決定するときに用いる指
定キーを作成する指定キー生成部905と、管理情報の
指定及び取得を行う管理者とのインタフェースである、
画像装置や音声装置により管理情報を管理者に通知する
機能をもつネットワーク管理部906と、被管理装置9
01から通知される事象を監視するTrapメッセージを受
信するTrapメッセージ受信部907と、を有する。
The management station 900 sends a Set Request message requesting a value change of the management information to the managed device 9
Set Request message sending unit 904 to send to 01
And an authority to notify an event in the managed device 901, that is, a designated key generation unit 905 that creates a designated key used when determining a transmission right of a Trap message, and an administrator who designates and acquires management information. Is the interface of
A network management unit 906 having a function of notifying management information to an administrator by an image device or an audio device, and a managed device 9
And a Trap message receiving unit 907 that receives a Trap message that monitors the event notified from 01.

【0075】被管理装置901は、管理ステーション9
00から管理情報の値変更を要求するSet Requestメッ
セージを受信するSet Requestメッセージ受信部908
と、Set Requestメッセージに含まれる指定キーを用い
て事象を通知する権限を決定する指定キー解析部909
と、被管理装置901の統計情報を保持している記憶装
置である管理情報910と、定義条件が発生したときの
事象をTrapメッセージとして管理ステーション900に
通知するTrapメッセージ送信部911と、を有する。
The managed device 901 is a management station 9
00 to receive a Set Request message requesting a change in the value of the management information.
And a designated key analysis unit 909 that determines the authority to notify an event using the designated key included in the Set Request message.
Management information 910, which is a storage device that holds the statistical information of the managed device 901, and a Trap message transmission unit 911 that notifies the management station 900 of an event when a definition condition occurs as a Trap message. .

【0076】以上のように構成されたネットワーク管理
システムの動作について説明する。管理ステーション9
00では、ネットワーク管理部906で管理情報名とし
て指定された衛星回線902経由のデータ受信不能状態
と、指定キー生成部905で作成された指定キーとを含
むSet Requestメッセージを作成し、Set Requestメッセ
ージ送信部904から衛星回線902経由で同報配信す
る。
The operation of the network management system configured as above will be described. Management station 9
At 00, a Set Request message including a data unreceivable state via the satellite line 902 designated as the management information name by the network management unit 906 and the designated key created by the designated key generation unit 905 is created. Broadcast transmission is performed from the transmission unit 904 via the satellite line 902.

【0077】被管理装置901では、上記管理ステーシ
ョン900からSet Requestメッセージを受信し解析す
る。Set Requestメッセージに指定キーが含まれている
とき、指定キー解析部909にてSet Requestメッセー
ジに含まれる指定キーと被管理装置901の内部情報と
からTrapメッセージの送信権を決定し、同メッセージに
含まれる管理情報名である衛星回線経由のデータ受信不
能状態とともに管理情報910に設定する。そして、衛
星回線経由のデータ受信不能状態が発生し、Trapメッセ
ージの送信権が有れば、Trapメッセージ送信部911よ
りTrapメッセージを管理ステーション900に送信す
る。管理ステーション900は、Trapメッセージ受信部
907でTrapメッセージを受信すると、ネットワーク管
理部906により受信内容が管理者に通知される。
The managed device 901 receives and analyzes the Set Request message from the management station 900. When the Set Request message includes the designated key, the designated key analysis unit 909 determines the transmission right of the Trap message from the designated key included in the Set Request message and the internal information of the managed device 901. The management information 910 is set in the management information 910 together with the management information name that is included and the state that data cannot be received via the satellite line. Then, when the data cannot be received via the satellite line and the Trap message transmission right is given, the Trap message transmission unit 911 transmits the Trap message to the management station 900. In the management station 900, when the Trap message reception unit 907 receives the Trap message, the network management unit 906 notifies the reception content to the administrator.

【0078】このように、本実施の形態6によるネット
ワーク管理システムでは、管理ステーション900から
被管理装置901への通信経路が衛星回線902のみの
場合、地上回線903経由のTrapメッセージを用いるこ
とで、従来のようなSNMPのGet Requestメッセージ
を用いたネットワーク管理を行うことなく、衛星回線経
由のデータ受信不能状態を検知することができる。
As described above, in the network management system according to the sixth embodiment, when the communication path from the management station 900 to the managed device 901 is only the satellite line 902, the Trap message via the ground line 903 is used. It is possible to detect a state in which data cannot be received via the satellite line without performing network management using the SNMP Get Request message as in the related art.

【0079】また、Trapメッセージの送信権をもつ被管
理装置901だけがTrapメッセージを送信するようにし
たので、天候などの影響により同時発生する可能性をも
つ衛星回線経由のデータ受信不能状態に対するTrapメッ
セージを間引くことができ、管理ステーションの処理負
荷をより軽減することができる。
Further, since only the managed device 901 having the right to transmit the Trap message is made to transmit the Trap message, the Trap for the data unreceivable state via the satellite line which may possibly occur at the same time due to the influence of weather or the like. The messages can be thinned out, and the processing load on the management station can be further reduced.

【発明の効果】以上のように、本発明の請求項1に記載
のネットワーク管理システムによれば、上記課題を解決
するために、本発明の請求項1にかかるネットワーク管
理システムは、データの同報配信を行う管理装置と、該
管理装置に通信ネットワークを介して接続される少なく
とも1つ以上の被管理装置とからなるネットワーク管理
システムにおいて、上記管理装置は、管理情報の値変更
を要求するSet Requestメッセージを上記被管理装置に
送信するSet Requestメッセージ送信部と、上記被管理
装置から、上記Set Requestメッセージの応答であるGet
Responseメッセージを受信するGet Responseメッセー
ジ受信部と、上記被管理装置から、通知される事象を監
視するTrapメッセージを受信するTrapメッセージ受信部
と、上記被管理装置が事象を通知する権限であるTrapメ
ッセージの送信権を決定するときに用いる指定キーを作
成する指定キー生成部と、管理者とのインタフェースと
して取得すべき上記被管理装置を管理するための管理情
報の指定、及び上記被管理装置から取得した管理情報の
表示を行うネットワーク管理部と、を備え、上記被管理
装置は、上記管理装置から上記Set Requestメッセージ
を受信するSet Requestメッセージ受信部と、上記Set R
equestメッセージに含まれる指定キーを用いて事象を通
知する権限を決定する指定キー解析部と、上記管理装置
から受信した上記Set Requestメッセージの応答であるG
et Responseメッセージを送信するGet Responseメッセ
ージ送信部と、定義条件が発生したときの事象をTrapメ
ッセージとして上記管理ステーションへ通知するTrapメ
ッセージ送信部と、を備え、上記管理装置は、上記ネッ
トワーク管理部にて指定された上記管理情報の事象を通
知する定義条件と、上記指定キー生成部にて作成された
上記指定キーとを上記SetRequestメッセージに挿入して
上記被管理装置へ同報配信し、上記被管理装置は、上記
Set Requestメッセージを受信し、該メッセージ中に指
定キーが含まれるとき、上記指定キー解析部により上記
指定キーを解析して上記事象を通知する権限の決定を行
い、該権限を上記Set Requestメッセージ中から検出し
た定義条件とともに管理情報として記録するようにした
ので、管理装置に集中する被管理装置からの事象通知を
間引き、管理装置の処理負荷を軽減することができる。
As described above, according to the network management system according to claim 1 of the present invention, in order to solve the above-mentioned problems, the network management system according to claim 1 of the present invention uses the same data In a network management system including a management device that performs information distribution and at least one managed device that is connected to the management device via a communication network, the management device requests a change in the value of management information. A Set Request message sending unit that sends a Request message to the managed device, and a Get request that is a response to the Set Request message from the managed device.
Get Response message receiving unit that receives a Response message, a Trap message receiving unit that receives a Trap message that monitors the notified event from the managed device, and a Trap message that is the authority of the managed device to notify the event A specified key generation unit that creates a specified key to be used when determining the transmission right of the device, specification of management information for managing the managed device that should be acquired as an interface with the administrator, and acquisition from the managed device The managed device, the managed device is configured to display the set request message from the managed device, and the managed device is configured to display the set request message.
A designated key analysis unit that determines the authority to notify an event using the designated key included in the equest message, and a response G of the Set Request message received from the management device.
The management device includes a Get Response message transmission unit that transmits an et Response message, and a Trap message transmission unit that notifies the management station of an event when a definition condition occurs as a Trap message. The definition condition for notifying the event of the management information specified by the above and the specified key created by the specified key generation unit are inserted into the SetRequest message and broadcast to the managed device, Management device is above
When the Set Request message is received and the specified key is included in the message, the specified key analysis unit analyzes the specified key to determine the authority to notify the event, and the authority is set in the Set Request message. Since it is recorded as the management information together with the definition condition detected from the above, it is possible to reduce the processing load on the management device by thinning out the event notifications from the managed devices concentrated in the management device.

【0080】また、本発明の請求項2に記載のネットワ
ーク管理システムによれば、請求項1に記載のネットワ
ーク管理システムにおいて、上記管理装置は、管理情報
の取得を要求するGet Requestメッセージを上記被管理
装置に送信するGet Requestメッセージ送信部をさらに
備え、上記被管理装置は、上記管理装置から上記Get Re
questメッセージを受信するGet Requestメッセージ受信
部をさらに備えたことより、Trapメッセージよりも詳細
な管理情報を取得することができる。
According to a second aspect of the network management system of the present invention, in the network management system of the first aspect, the management device sends a Get Request message requesting acquisition of management information to the target device. The managed device further comprises a Get Request message transmission unit for transmitting to the management device, and
Since the Get Request message receiving unit that receives the quest message is further provided, it is possible to obtain more detailed management information than the Trap message.

【0081】また、本発明の請求項3に記載のネットワ
ーク管理システムによれば、データの同報配信を行う管
理装置と、該管理装置に通信ネットワークを介して接続
される少なくとも1つ以上の被管理装置とからなるネッ
トワーク管理システムにおいて、上記管理装置は、管理
情報の値変更を要求するSet Requestメッセージを上記
被管理装置に送信するSet Requestメッセージ送信部
と、上記被管理装置から、通知される事象を監視するTr
apメッセージを受信するTrapメッセージ受信部と、上記
被管理装置が事象を通知する権限であるTrapメッセージ
の送信権を決定するときに用いる指定キーを作成する指
定キー生成部と、管理者とのインタフェースとして取得
すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、上記SetRequestメッセージ
の同報配信の時間を監視する計時部と、を備え、上記被
管理装置は、上記管理装置から上記Set Requestメッセ
ージを受信するSet Requestメッセージ受信部と、上記S
et Requestメッセージに含まれる指定キーを用いて事象
を通知する権限を決定する指定キー解析部と、定義条件
が発生したときの事象をTrapメッセージとして上記管理
ステーションへ通知するTrapメッセージ送信部と、を備
え、上記管理装置は、上記ネットワーク管理部にて指定
された上記管理情報の事象を通知する定義条件と、上記
指定キー生成部にて作成された上記指定キーとを上記Se
t Requestメッセージに挿入して上記被管理装置へ周期
的に同報配信し、上記被管理装置は、上記Set Request
メッセージを受信し、該メッセージ中に指定キーが含ま
れるとき、上記指定キー解析部により上記指定キーを解
析して上記事象を通知する権限の決定を行い、該権限を
上記Set Requestメッセージ中から検出した定義条件と
ともに管理情報として記録するようにしたので、複数の
被管理装置の全てを容易に管理し、被管理装置や管理情
報の増加に伴う管理装置の処理負荷を軽減することがで
きる。
Further, according to the network management system of the third aspect of the present invention, a management device for broadcasting data and at least one or more managed devices connected to the management device via a communication network. In the network management system including the management device, the management device is notified from the managed device and a Set Request message transmission unit that transmits a Set Request message requesting a change in management information value to the managed device. Tr that monitors events
Interface between the Trap message receiving unit that receives the ap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator Network management unit that specifies management information for managing the managed device to be acquired as described above, and displays the management information acquired from the managed device, and timekeeping that monitors the broadcast delivery time of the SetRequest message. The managed device includes a Set Request message receiving unit that receives the Set Request message from the management device, and the S
A specified key analysis unit that determines the authority to notify an event using the specified key included in the et Request message, and a Trap message transmission unit that notifies the management station of the event when the definition condition occurs as a Trap message. The management device includes a definition condition for notifying an event of the management information specified by the network management unit, and the specification key created by the specification key generation unit.
t Request message and periodically broadcast to the managed device.
When a message is received and the specified key is included in the message, the specified key analysis unit analyzes the specified key to determine the authority to notify the event, and the authority is detected from the Set Request message. Since it is recorded as the management information together with the defined conditions, all of the plurality of managed devices can be easily managed and the processing load on the managed device and the management device due to the increase of the management information can be reduced.

【0082】また、本発明の請求項4に記載のネットワ
ーク管理システムによれば、請求項3に記載のネットワ
ーク管理システムにおいて、上記管理装置は、管理情報
の取得を要求するGet Requestメッセージを上記被管理
装置に送信するGet Requestメッセージ送信部をさらに
備え、上記被管理装置は、上記管理装置から上記Get Re
questメッセージを受信するGet Requestメッセージ受信
部をさらに備えたことより、Trapメッセージよりも詳細
な管理情報を取得することができる。
According to the network management system of claim 4 of the present invention, in the network management system of claim 3, the management device sends a Get Request message requesting acquisition of management information to the target device. The managed device further comprises a Get Request message transmission unit for transmitting to the management device, and
Since the Get Request message receiving unit that receives the quest message is further provided, it is possible to obtain more detailed management information than the Trap message.

【0083】また、本発明の請求項5に記載のネットワ
ーク管理システムによれば、データの同報配信を行う管
理装置と、該管理装置に通信ネットワークを介して接続
される少なくとも1つ以上の被管理装置とからなるネッ
トワーク管理システムにおいて、上記管理装置は、管理
情報の値変更を要求するSet Requestメッセージを上記
被管理装置に送信するSet Requestメッセージ送信部
と、上記被管理装置から、通知される事象を監視するTr
apメッセージを受信するTrapメッセージ受信部と、上記
被管理装置が事象を通知する権限であるTrapメッセージ
の送信権を決定するときに用いる指定キーを作成する指
定キー生成部と、管理者とのインタフェースとして取得
すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、上記Trapメッセージの受信
数をカウントするTrapカウンタと、を備え、上記被管理
装置は、上記管理装置から上記Set Requestメッセージ
を受信するSet Requestメッセージ受信部と、上記Set R
equestメッセージに含まれる指定キーを用いて事象を通
知する権限を決定する指定キー解析部と、定義条件が発
生したときの事象をTrapメッセージとして上記管理ステ
ーションへ通知するTrapメッセージ送信部と、を備え、
上記管理装置は、上記Trapカウンタが所定の値を超えた
ことを契機に上記ネットワーク管理部にて指定された上
記管理情報の事象を通知する定義条件と、上記指定キー
生成部にて作成された上記指定キーとを上記Set Reques
tメッセージに挿入して上記被管理装置へ上記同報配信
し、上記被管理装置は、上記Set Requestメッセージを
受信し、該メッセージ中に指定キーが含まれるとき、上
記指定キー解析部により上記指定キーを解析して上記事
象を通知する権限の決定を行い、該権限を上記Set Requ
estメッセージ中から検出した定義条件とともに管理情
報として記録するようにしたので、複数の被管理装置の
全てを容易に管理し、被管理装置や管理情報の増加に伴
う管理装置の処理負荷を軽減することができる。
Further, according to the network management system of the fifth aspect of the present invention, a management device for broadcasting data and at least one or more connected devices connected to the management device via a communication network. In the network management system including the management device, the management device is notified from the managed device and a Set Request message transmission unit that transmits a Set Request message requesting a change in management information value to the managed device. Tr that monitors events
Interface between the Trap message receiving unit that receives the ap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator A network management unit that specifies management information for managing the managed device to be acquired as, and displays the management information acquired from the managed device, and a Trap counter that counts the number of received Trap messages, The managed device includes a Set Request message receiving unit that receives the Set Request message from the management device, and the Set R
A specified key analysis unit that determines the authority to notify an event using the specified key included in the equest message, and a Trap message transmission unit that notifies the management station of the event when the definition condition occurs as a Trap message. ,
The management device is created by the specified key generation unit and definition conditions for notifying an event of the management information specified by the network management unit when the Trap counter exceeds a predetermined value. Set Reques to the specified key above
When the managed device receives the Set Request message and the designated key is included in the message, the designated key analysis unit designates the designated key. The authority to notify the above event is determined by analyzing the key, and the authority is notified to the Set Requ
Since it is recorded as management information together with the definition condition detected from the est message, it is possible to easily manage all of the multiple managed devices and reduce the processing load on the managed device and the management device due to an increase in management information. be able to.

【0084】また、本発明の請求項6に記載のネットワ
ーク管理システムによれば、請求項5に記載のネットワ
ーク管理システムにおいて、上記管理装置は、管理情報
の取得を要求するGet Requestメッセージを上記被管理
装置に送信するGet Requestメッセージ送信部をさらに
備え、上記被管理装置は、上記管理装置から上記Get Re
questメッセージを受信するGet Requestメッセージ受信
部をさらに備えたことより、Trapメッセージよりも詳細
な管理情報を取得することができる。
Further, according to the network management system of claim 6 of the present invention, in the network management system of claim 5, the management device sends a Get Request message requesting acquisition of management information to the target device. The managed device further comprises a Get Request message transmission unit for transmitting to the management device, and
Since the Get Request message receiving unit that receives the quest message is further provided, it is possible to obtain more detailed management information than the Trap message.

【0085】また、本発明の請求項7に記載のネットワ
ーク管理システムによれば、データの同報配信を行う管
理装置と、該管理装置に通信ネットワークを介して接続
される少なくとも1つ以上の被管理装置とからなるネッ
トワーク管理システムにおいて、上記管理装置は、管理
情報の値変更を要求するSet Requestメッセージを上記
被管理装置に送信するSet Requestメッセージ送信部
と、上記被管理装置から、上記Set Requestメッセージ
の応答であるGet Responseメッセージを受信するGet Re
sponseメッセージ受信部と、上記被管理装置から、通知
される事象を監視するTrapメッセージを受信するTrapメ
ッセージ受信部と、上記被管理装置が事象を通知する権
限であるTrapメッセージの送信権を決定するときに用い
る指定キーを作成する指定キー生成部と、管理者とのイ
ンタフェースとして取得すべき上記被管理装置を管理す
るための管理情報の指定、及び上記被管理装置から取得
した管理情報の表示を行うネットワーク管理部と、を備
え、上記被管理装置は、上記管理装置から上記Set Requ
estメッセージを受信するSet Requestメッセージ受信部
と、上記Set Requestメッセージに含まれる指定キーを
用いて事象を通知する権限を決定する指定キー解析部
と、上記管理装置から受信した上記Set Requestメッセ
ージの応答であるGet Responseメッセージを送信するGe
t Responseメッセージ送信部と、定義条件が発生したと
きの事象をTrapメッセージとして上記管理ステーション
へ通知するTrapメッセージ送信部と、上記指定キー解析
部が指定キーを用いて応答遅延時間を決定したとき、上
記Set Requestメッセージ受信部による上記Set Request
メッセージを取得してから上記応答遅延時間の経過を待
ち、上記Get Responseメッセージを送信するよう上記Ge
t Responseメッセージ送信部を制御する計時部と、を備
え、上記管理装置は、上記ネットワーク管理部にて指定
された上記管理情報の事象を通知する定義条件と、上記
指定キー生成部にて作成された上記指定キーとを上記Se
t Requestメッセージに挿入して上記被管理装置へ送信
し、上記被管理装置は、上記Set Requestメッセージを
受信し、該メッセージ中に指定キーが含まれるとき、上
記指定キー解析部により上記指定キーを解析して上記事
象を通知する権限の決定を行い、該権限を上記Set Requ
estメッセージ中から検出した定義条件とともに管理情
報として記録するようにしたので、管理装置に集中する
応答メッセージを分散し、管理装置の処理負荷を軽減す
ることができる。
According to a seventh aspect of the network management system of the present invention, a management device for broadcasting data and at least one or more connected devices connected to the management device via a communication network. In a network management system including a management device, the management device transmits a Set Request message transmitting unit that transmits a Set Request message requesting a change in management information value to the managed device, and the Set Request message from the managed device. Get Res, which is the response of the message, Get Response message
The sponse message receiving unit, the Trap message receiving unit that receives a Trap message for monitoring the notified event from the managed device, and the transmission right of the Trap message that is the authority for the managed device to notify the event A designated key generation unit for creating a designated key used at the time, designation of management information for managing the managed device to be acquired as an interface with an administrator, and display of management information acquired from the managed device. And a network management unit for performing the Set Req from the management apparatus.
A Set Request message receiving unit that receives an est message, a designated key analysis unit that determines the authority to notify an event using the designated key included in the Set Request message, and a response to the Set Request message received from the management device. Ge that sends a Get Response message that is
When the t Response message transmission unit, the Trap message transmission unit that notifies the management station of an event when the definition condition occurs as a Trap message, and the designated key analysis unit determines the response delay time using the designated key, The above Set Request by the above Set Request message receiver
After getting the message, wait for the response delay time to elapse, then send the Get Response message as described above.
The response time is controlled by the t Response message transmission unit, and the management device is created by the specified key generation unit and definition conditions for notifying an event of the management information specified by the network management unit. The specified key and the Se
t Request message and transmits to the managed device, the managed device receives the Set Request message, and when the specified key is included in the message, the specified key analysis unit specifies the specified key. Analyze and determine the authority to notify the above event, and set the authority to Set Requ
Since it is recorded as the management information together with the definition condition detected from the est message, the response messages concentrated in the management device can be dispersed and the processing load of the management device can be reduced.

【0086】また、本発明の請求項8に記載のネットワ
ーク管理システムによれば、請求項7に記載のネットワ
ーク管理システムにおいて、上記管理装置は、管理情報
の取得を要求するGet Requestメッセージを上記被管理
装置に送信するGet Requestメッセージ送信部をさらに
備え、上記被管理装置は、上記管理装置から上記Get Re
questメッセージを受信するGet Requestメッセージ受信
部をさらに備えたことより、Trapメッセージよりも詳細
な管理情報を取得することができる。
According to the network management system of the eighth aspect of the present invention, in the network management system of the seventh aspect, the management device sends a Get Request message requesting acquisition of management information to the target device. The managed device further comprises a Get Request message transmission unit for transmitting to the management device, and
Since the Get Request message receiving unit that receives the quest message is further provided, it is possible to obtain more detailed management information than the Trap message.

【0087】また、本発明の請求項9に記載のネットワ
ーク管理システムによれば、データの同報配信を行う管
理装置と、該管理装置に通信ネットワークを介して接続
される少なくとも1つ以上の被管理装置とからなるネッ
トワーク管理システムにおいて、上記管理装置は、管理
情報の値変更を要求するSet Requestメッセージを上記
被管理装置に送信するSet Requestメッセージ送信部
と、上記被管理装置から、上記Set Requestメッセージ
の応答であるGet Responseメッセージを受信するGet Re
sponseメッセージ受信部と、上記被管理装置から、通知
される事象を監視するTrapメッセージを受信するTrapメ
ッセージ受信部と、上記被管理装置が事象を通知する権
限であるTrapメッセージの送信権を決定するときに用い
る指定キーを作成する指定キー生成部と、管理者とのイ
ンタフェースとして取得すべき上記被管理装置を管理す
るための管理情報の指定、及び上記被管理装置から取得
した管理情報の表示を行うネットワーク管理部と、を備
え、上記被管理装置は、上記管理装置から上記Set Requ
estメッセージを受信するSet Requestメッセージ受信部
と、上記Set Requestメッセージに含まれる指定キーを
用いて事象を通知する権限を決定する指定キー解析部
と、上記管理装置から受信した上記Set Requestメッセ
ージの応答であるGet Responseメッセージを送信するGe
t Responseメッセージ送信部と、定義条件が発生したと
きの事象をTrapメッセージとして上記管理ステーション
へ通知するTrapメッセージ送信部と、を備え、上記管理
装置は、上記ネットワーク管理部にて指定された上記管
理情報の事象を通知する定義条件と、上記指定キー生成
部にて作成された上記指定キーとを上記Set Requestメ
ッセージに挿入して上記被管理装置へ送信し、上記被管
理装置は、上記Set Requestメッセージを受信し、該メ
ッセージ中に指定キーが含まれるとき、上記指定キー解
析部により上記指定キーを解析して上記事象を通知する
権限の決定を行い、該権限を上記Set Requestメッセー
ジ中から検出した定義条件とともに管理情報として記録
し、上記事象を通知する権限をもたない間に発生した定
義条件の回数を管理情報に記録し、上記事象を通知する
権限を取得したときに上記管理情報を上記Trapメッセー
ジ送信部から送信するようにしたので、被管理装置が事
象を通知する権限をもたない間に発生した定義条件をも
管理し、被管理装置や管理情報の増加に伴う管理装置の
処理負荷を軽減することができる。
Further, according to the network management system of the ninth aspect of the present invention, a management device for broadcasting data and at least one or more connected devices connected to the management device via a communication network. In a network management system including a management device, the management device transmits a Set Request message transmitting unit that transmits a Set Request message requesting a value change of management information to the managed device, and the Set Request message from the managed device. Get Res, which is the response of the message, Get Response message
The sponse message receiving unit, the Trap message receiving unit that receives a Trap message for monitoring the notified event from the managed device, and the transmission right of the Trap message that is the authority for the managed device to notify the event A designated key generation unit for creating a designated key used at the time, designation of management information for managing the managed device to be acquired as an interface with an administrator, and display of management information acquired from the managed device. And a network management unit for performing the Set Req from the management apparatus.
A Set Request message receiving unit that receives an est message, a designated key analysis unit that determines the authority to notify an event using the designated key included in the Set Request message, and a response to the Set Request message received from the management device. Ge that sends a Get Response message that is
The management device includes a t Response message transmission unit and a Trap message transmission unit that notifies the management station of an event when a defined condition occurs as a Trap message. The definition condition for notifying an event of information and the specified key created by the specified key generation unit are inserted into the Set Request message and transmitted to the managed device, and the managed device receives the Set Request. When a message is received and the specified key is included in the message, the specified key analysis unit analyzes the specified key to determine the authority to notify the event, and the authority is detected from the Set Request message. It is recorded as management information together with the defined conditions, and the number of definition conditions that occurred while not having the authority to notify the above event is recorded in the management information. Since the above management information is sent from the Trap message transmission unit when the authority to notify the elephant is acquired, it also manages the definition conditions that occur while the managed device does not have the authority to notify the event. It is possible to reduce the processing load on the managed device and the management device due to an increase in management information.

【0088】また、本発明の請求項10に記載のネット
ワーク管理システムによれば、請求項9に記載のネット
ワーク管理システムにおいて、上記管理装置は、管理情
報の取得を要求するGet Requestメッセージを上記被管
理装置に送信するGet Requestメッセージ送信部をさら
に備え、上記被管理装置は、上記管理装置から上記GetR
equestメッセージを受信するGet Requestメッセージ受
信部をさらに備えたことより、Trapメッセージよりも詳
細な管理情報を取得することができる。
According to the network management system of the tenth aspect of the present invention, in the network management system of the ninth aspect, the management device sends a Get Request message requesting acquisition of management information to the target device. The managed device further comprises a Get Request message transmission unit for transmitting to the management device.
Since the Get Request message receiving unit for receiving the equest message is further provided, it is possible to obtain more detailed management information than the Trap message.

【0089】また、本発明の請求項11に記載のネット
ワーク管理システムによれば、データの同報配信を行う
管理装置と、該管理装置に通信ネットワークを介して接
続される少なくとも1つ以上の被管理装置とからなるネ
ットワーク管理システムにおいて、上記管理装置は、管
理情報の値変更を要求するSet Requestメッセージを上
記被管理装置に送信するSet Requestメッセージ送信部
と、上記被管理装置から、通知される事象を監視するTr
apメッセージを受信するTrapメッセージ受信部と、上記
被管理装置が事象を通知する権限であるTrapメッセージ
の送信権を決定するときに用いる指定キーを作成する指
定キー生成部と、管理者とのインタフェースとして取得
すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、を備え、上記被管理装置
は、上記管理装置から上記Set Requestメッセージを受
信するSet Requestメッセージ受信部と、上記Set Reque
stメッセージに含まれる指定キーを用いて事象を通知す
る権限を決定する指定キー解析部と、定義条件が発生し
たときの事象をTrapメッセージとして上記管理ステーシ
ョンへ通知するTrapメッセージ送信部と、を備え、上記
管理装置は、上記ネットワーク管理部にて指定された上
記管理情報の事象を通知する定義条件と、上記指定キー
生成部にて作成された上記指定キーとを上記Set Reques
tメッセージに挿入して上記被管理装置へ送信し、上記
被管理装置は、上記Set Requestメッセージを受信し、
該メッセージ中に指定キーが含まれるとき、上記指定キ
ー解析部により上記指定キーを解析して上記事象を通知
する権限の決定を行い、該権限を上記Set Requestメッ
セージ中から検出した定義条件とともに管理情報として
記録し、上記通信ネットワークは、上記管理装置から上
記被管理装置への通信は衛星回線を利用し、上記被管理
装置から上記管理装置への通信は地上回線を利用し、上
記定義条件は、上記衛星回線経由のデータ受信不能状態
とすることより、リアルタイムに衛星回線のダウン状態
を把握し、被管理装置や管理情報の増加に伴う管理装置
の処理負荷を軽減することができる。
According to the eleventh aspect of the network management system of the present invention, a management device for broadcasting data and at least one or more connected devices connected to the management device via a communication network. In the network management system including the management device, the management device is notified from the managed device and a Set Request message transmission unit that transmits a Set Request message requesting a change in management information value to the managed device. Tr that monitors events
Interface between the Trap message receiving unit that receives the ap message, the designated key generation unit that creates the designated key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator And a network management unit that displays management information acquired from the managed device, and specifies the management information for managing the managed device. The Set Request message receiving part that receives the above Set Request message and the above Set Reque
A specified key analysis unit that determines the authority to notify an event using the specified key included in the st message, and a Trap message transmission unit that notifies the management station of the event when the definition condition occurs as a Trap message. The management device sets the definition conditions for notifying an event of the management information specified by the network management unit and the specified key created by the specified key generation unit to the Set Reques
t message and send it to the managed device, the managed device receives the Set Request message,
When the specified key is included in the message, the specified key analysis unit analyzes the specified key to determine the authority to notify the event, and manages the authority together with the definition condition detected from the Set Request message. The information is recorded as information, the communication network uses a satellite line for communication from the management device to the managed device, and uses a terrestrial line for communication from the managed device to the management device. By setting the state in which the data cannot be received via the satellite line, the down state of the satellite line can be grasped in real time, and the processing load on the managed device and the management device accompanying an increase in management information can be reduced.

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

【図1】実施の形態1によるネットワーク管理システム
のブロック図である。
FIG. 1 is a block diagram of a network management system according to a first embodiment.

【図2】SNMPによるネットワーク管理の概要図であ
る。
FIG. 2 is a schematic diagram of network management by SNMP.

【図3】管理ステーションにおけるSNMPメッセージ
の送受信を示すフロー図である。
FIG. 3 is a flow diagram showing transmission / reception of an SNMP message in a management station.

【図4】被管理装置のTrapメッセージ送信までのフロー
図である。
FIG. 4 is a flowchart of a managed device transmitting a Trap message.

【図5】実施の形態2によるネットワーク管理システム
のブロック図である。
FIG. 5 is a block diagram of a network management system according to a second embodiment.

【図6】実施の形態3によるネットワーク管理システム
のブロック図である。
FIG. 6 is a block diagram of a network management system according to a third embodiment.

【図7】実施の形態4によるネットワーク管理システム
のブロック図である。
FIG. 7 is a block diagram of a network management system according to a fourth embodiment.

【図8】実施の形態5によるネットワーク管理システム
のブロック図である。
FIG. 8 is a block diagram of a network management system according to a fifth embodiment.

【図9】実施の形態6によるネットワーク管理システム
のブロック図ある。
FIG. 9 is a block diagram of a network management system according to a sixth embodiment.

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

100 管理ステーション 101 被管理装置 102 通信ネットワーク 103 ネットワーク管理部 104 Get Requestメッセージ送信部 105 Set Requestメッセージ送信部 106 Get Responseメッセージ受信部 107 Trapメッセージ受信部 108 指定キー生成部 109 管理情報 110 Get Requestメッセージ受信部 111 Set Requestメッセージ受信部 112 Get Responseメッセージ送信部 113 Trapメッセージ送信部 114 指定キー解析部 200 管理ステーション 201 被管理装置 202 SNMPマネージャ 203 SNMPエージェント 204 MIB 500 管理ステーション 501 被管理装置 502 通信ネットワーク 503 ネットワーク管理部 504 Set Requestメッセージ送信部 505 Get Responseメッセージ受信部 506 Trapメッセージ受信部 507 指定キー生成部 508 管理情報 509 Set Requestメッセージ受信部 510 Get Responseメッセージ送信部 511 Trapメッセージ送信部 512 指定キー解析部 513 時計部 600 管理ステーション 601 被管理装置 602 通信ネットワーク 603 ネットワーク管理部 604 Set Requestメッセージ送信部 605 Trapメッセージ受信部 606 指定キー生成部 607 時計部 608 管理情報 609 Set Requestメッセージ受信部 610 Trapメッセージ送信部 611 指定キー解析部 700 管理ステーション 701 被管理装置 702 通信ネットワーク 703 ネットワーク管理部 704 Set Requestメッセージ送信部 705 Trapメッセージ受信部 706 指定キー生成部 707 Trapカウンタ 708 管理情報 709 Set Requestメッセージ受信部 710 Trapメッセージ送信部 711 指定キー解析部 800 管理ステーション 801 被管理装置 802 通信ネットワーク 803 ネットワーク管理部 804 Set Requestメッセージ送信部 805 Get Responseメッセージ受信部 806 Trapメッセージ受信部 807 指定キー生成部 808 管理情報 809 Set Requestメッセージ受信部 810 Get Responseメッセージ送信部 811 Trapメッセージ送信部 812 指定キー解析部 900 管理ステーション 901 被管理装置 902 衛星回線 903 地上回線 904 Set Requestメッセージ送信部 905 指定キー生成部 906 ネットワーク管理部 907 Trapメッセージ受信部 908 Set Requestメッセージ受信部 909 指定キー解析部 910 管理情報 911 Trapメッセージ送信部 100 management stations 101 managed device 102 communication network 103 network management unit 104 Get Request message sending part 105 Set Request message sending part 106 Get Response Message Receiver 107 Trap message receiver 108 designated key generation unit 109 management information 110 Get Request Message Receiver 111 Set Request message receiver 112 Get Response Message sending part 113 Trap message transmitter 114 designated key analysis unit 200 management stations 201 Managed device 202 SNMP manager 203 SNMP agent 204 MIB 500 management station 501 Managed device 502 communication network 503 Network Management Department 504 Set Request message transmitter 505 Get Response Message receiver 506 Trap message receiver 507 Designated key generation unit 508 management information 509 Set Request message receiver 510 Get Response Message sending part 511 Trap message sending part 512 Specified key analysis unit 513 clock section 600 management station 601 Managed device 602 communication network 603 Network management unit 604 Set Request message sending part 605 Trap message receiver 606 Designated key generation unit 607 Clock part 608 Management information 609 Set Request message receiver 610 Trap message transmitter 611 Designated key analysis unit 700 management station 701 Managed device 702 communication network 703 Network management unit 704 Set Request message transmitter 705 Trap message receiver 706 Designated key generation unit 707 Trap counter 708 management information 709 Set Request message receiver 710 Trap message transmitter 711 Designated key analysis unit 800 management station 801 Managed device 802 communication network 803 Network Management Department 804 Set Request message sending part 805 Get Response Message receiver 806 Trap message receiver 807 Designated key generation unit 808 management information 809 Set Request message receiver 810 Get Response Message sending part 811 Trap message transmitter 812 Designated key analysis unit 900 management station 901 Managed device 902 satellite line 903 Ground line 904 Set Request message transmitter 905 Designated key generation unit 906 Network Management Department 907 Trap message receiver 908 Set Request message receiver 909 Designated key analysis unit 910 Management information 911 Trap message transmitter

───────────────────────────────────────────────────── フロントページの続き (72)発明者 岩井 康浩 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 Fターム(参考) 5K030 GA14 HA08 HB06 JA10 KA07 LD02 5K033 AA03 BA08 CB13 CB14 DB12 DB14 DB20 EA07    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Yasuhiro Iwai             1006 Kadoma, Kadoma-shi, Osaka Matsushita Electric             Sangyo Co., Ltd. F-term (reference) 5K030 GA14 HA08 HB06 JA10 KA07                       LD02                 5K033 AA03 BA08 CB13 CB14 DB12                       DB14 DB20 EA07

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 データの同報配信を行う管理装置と、該
管理装置に通信ネットワークを介して接続される少なく
とも1つ以上の被管理装置とからなるネットワーク管理
システムにおいて、 上記管理装置は、 管理情報の値変更を要求するSet Requestメッセージを
上記被管理装置に送信するSet Requestメッセージ送信
部と、上記被管理装置から、上記Set Requestメッセー
ジの応答であるGet Responseメッセージを受信するGet
Responseメッセージ受信部と、上記被管理装置から、通
知される事象を監視するTrapメッセージを受信するTrap
メッセージ受信部と、上記被管理装置が事象を通知する
権限であるTrapメッセージの送信権を決定するときに用
いる指定キーを作成する指定キー生成部と、管理者との
インタフェースとして取得すべき上記被管理装置を管理
するための管理情報の指定、及び上記被管理装置から取
得した管理情報の表示を行うネットワーク管理部と、を
備え、 上記被管理装置は、 上記管理装置から上記Set Requestメッセージを受信す
るSet Requestメッセージ受信部と、上記Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部と、上記管理装置から受信
した上記Set Requestメッセージの応答であるGet Respo
nseメッセージを送信するGet Responseメッセージ送信
部と、定義条件が発生したときの事象をTrapメッセージ
として上記管理ステーションへ通知するTrapメッセージ
送信部と、を備え、 上記管理装置は、上記ネットワーク管理部にて指定され
た上記管理情報の事象を通知する定義条件と、上記指定
キー生成部にて作成された上記指定キーとを上記Set Re
questメッセージに挿入して上記被管理装置へ同報配信
し、 上記被管理装置は、上記Set Requestメッセージを受信
し、該メッセージ中に指定キーが含まれるとき、上記指
定キー解析部により上記指定キーを解析して上記事象を
通知する権限の決定を行い、該権限を上記Set Request
メッセージ中から検出した定義条件とともに管理情報と
して記録する、 ことを特徴とするネットワーク管理システム。
1. A network management system comprising a management device for broadcasting data and at least one managed device connected to the management device via a communication network, wherein the management device is a management device. A Set Request message sending unit that sends a Set Request message requesting a change in the information value to the managed device, and a Get Response message that is a response to the Set Request message from the managed device Get
Trap that receives the Trap message that monitors the notified event from the Response message receiving unit and the managed device.
The message receiving unit, the specified key generation unit that creates a specified key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the managed device that should be acquired as an interface with the administrator. A network management unit for designating management information for managing the management device and displaying the management information acquired from the managed device, wherein the managed device receives the Set Request message from the management device. Set Request message receiving unit, a designated key analysis unit that determines the authority to notify an event using the designated key included in the Set Request message, and a Get Respo that is a response to the Set Request message received from the management device.
The management device includes a Get Response message transmission unit that transmits an nse message, and a Trap message transmission unit that notifies the management station of an event when a defined condition occurs as a Trap message. The definition condition for notifying the event of the specified management information and the specified key created by the specified key generation unit are set in the Set Re
When the managed device receives the Set Request message and inserts it into the quest message and broadcasts it to the managed device, and the designated key is included in the message, the designated key analysis unit performs the designated key. The authority to notify the above event is determined by analyzing the
A network management system characterized by recording it as management information together with the definition conditions detected in the message.
【請求項2】 請求項1に記載のネットワーク管理シス
テムにおいて、 上記管理装置は、管理情報の取得を要求するGet Reques
tメッセージを上記被管理装置に送信するGet Requestメ
ッセージ送信部をさらに備え、 上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えた、 ことを特徴とするネットワーク管理システム。
2. The network management system according to claim 1, wherein the management device requests acquisition of management information.
The management device further includes a Get Request message transmission unit that transmits a t message to the managed device, wherein the managed device receives the Get Request from the management device.
A network management system, further comprising a Get Request message receiving unit for receiving a message.
【請求項3】 データの同報配信を行う管理装置と、該
管理装置に通信ネットワークを介して接続される少なく
とも1つ以上の被管理装置とからなるネットワーク管理
システムにおいて、 上記管理装置は、 管理情報の値変更を要求するSet Requestメッセージを
上記被管理装置に送信するSet Requestメッセージ送信
部と、上記被管理装置から、通知される事象を監視する
Trapメッセージを受信するTrapメッセージ受信部と、上
記被管理装置が事象を通知する権限であるTrapメッセー
ジの送信権を決定するときに用いる指定キーを作成する
指定キー生成部と、管理者とのインタフェースとして取
得すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、上記Set Requestメッセー
ジの同報配信の時間を監視する計時部と、を備え、 上記被管理装置は、 上記管理装置から上記Set Requestメッセージを受信す
るSet Requestメッセージ受信部と、上記Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部と、定義条件が発生したと
きの事象をTrapメッセージとして上記管理ステーション
へ通知するTrapメッセージ送信部と、を備え、 上記管理装置は、上記ネットワーク管理部にて指定され
た上記管理情報の事象を通知する定義条件と、上記指定
キー生成部にて作成された上記指定キーとを上記Set Re
questメッセージに挿入して上記被管理装置へ周期的に
同報配信し、 上記被管理装置は、上記Set Requestメッセージを受信
し、該メッセージ中に指定キーが含まれるとき、上記指
定キー解析部により上記指定キーを解析して上記事象を
通知する権限の決定を行い、該権限を上記Set Request
メッセージ中から検出した定義条件とともに管理情報と
して記録する、 ことを特徴とするネットワーク管理システム。
3. A network management system comprising a management device for broadcasting data and at least one managed device connected to the management device via a communication network. Monitor the event notified from the Set Request message sending unit that sends a Set Request message requesting a change in the value of information to the managed device and the managed device.
Interface between the Trap message receiving unit that receives the Trap message, the specified key generation unit that creates the specified key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator Network management unit that specifies management information for managing the managed device to be acquired, and displays the management information acquired from the managed device, and monitors the broadcast time of the Set Request message. The managed device comprises a Set Request message receiving unit that receives the Set Request message from the management device, and the authority to notify the event using the designated key included in the Set Request message. Specified key parser and Trap message that notifies the above management station of the event when the definition condition occurs as a Trap message The management device includes a definition condition for notifying an event of the management information specified by the network management unit, and the specified key created by the specified key generation unit. Re
When the managed device receives the Set Request message and includes a designated key in the message, the managed device receives the designated key by the designated key analysis unit. The authority to notify the above event is determined by analyzing the specified key, and the authority is assigned to the Set Request.
A network management system characterized by recording it as management information together with the definition conditions detected in the message.
【請求項4】 請求項3に記載のネットワーク管理シス
テムにおいて、 上記管理装置は、管理情報の取得を要求するGet Reques
tメッセージを上記被管理装置に送信するGet Requestメ
ッセージ送信部をさらに備え、 上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えた、 ことを特徴とするネットワーク管理システム。
4. The network management system according to claim 3, wherein the management device requests acquisition of management information.
The management device further includes a Get Request message transmission unit that transmits a t message to the managed device, wherein the managed device receives the Get Request from the management device.
A network management system, further comprising a Get Request message receiving unit for receiving a message.
【請求項5】 データの同報配信を行う管理装置と、該
管理装置に通信ネットワークを介して接続される少なく
とも1つ以上の被管理装置とからなるネットワーク管理
システムにおいて、 上記管理装置は、 管理情報の値変更を要求するSet Requestメッセージを
上記被管理装置に送信するSet Requestメッセージ送信
部と、上記被管理装置から、通知される事象を監視する
Trapメッセージを受信するTrapメッセージ受信部と、上
記被管理装置が事象を通知する権限であるTrapメッセー
ジの送信権を決定するときに用いる指定キーを作成する
指定キー生成部と、管理者とのインタフェースとして取
得すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、上記Trapメッセージの受信
数をカウントするTrapカウンタと、を備え、 上記被管理装置は、 上記管理装置から上記Set Requestメッセージを受信す
るSet Requestメッセージ受信部と、上記Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部と、定義条件が発生したと
きの事象をTrapメッセージとして上記管理ステーション
へ通知するTrapメッセージ送信部と、を備え、 上記管理装置は、上記Trapカウンタが所定の値を超えた
ことを契機に上記ネットワーク管理部にて指定された上
記管理情報の事象を通知する定義条件と、上記指定キー
生成部にて作成された上記指定キーとを上記Set Reques
tメッセージに挿入して上記被管理装置へ上記同報配信
し、 上記被管理装置は、上記Set Requestメッセージを受信
し、該メッセージ中に指定キーが含まれるとき、上記指
定キー解析部により上記指定キーを解析して上記事象を
通知する権限の決定を行い、該権限を上記Set Request
メッセージ中から検出した定義条件とともに管理情報と
して記録する、 ことを特徴とするネットワーク管理システム。
5. A network management system comprising a management device for broadcasting data, and at least one managed device connected to the management device via a communication network. Monitors events notified from the Set Request message sending unit that sends a Set Request message requesting a value change of information to the managed device and the managed device.
Interface between the Trap message receiving unit that receives the Trap message, the specified key generation unit that creates the specified key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator A network management unit that specifies management information for managing the managed device to be acquired as, and displays the management information acquired from the managed device, and a Trap counter that counts the number of received Trap messages, The managed device comprises a Set Request message receiving unit that receives the Set Request message from the management device, and a designated key analysis that determines the authority to notify an event using the designated key included in the Set Request message. Section and Trap message transmission that notifies the above management station of the event when the defined condition occurs as a Trap message And a definition condition for notifying an event of the management information designated by the network management unit when the Trap counter exceeds a predetermined value, and the designated key generation unit. The specified key created in
When the managed device receives the Set Request message and the specified key is included in the message, the specified key analysis unit specifies the specified value. The authority to notify the above event is determined by analyzing the key, and the authority is set to the above Set Request.
A network management system characterized by recording it as management information together with the definition conditions detected in the message.
【請求項6】 請求項5に記載のネットワーク管理シス
テムにおいて、 上記管理装置は、管理情報の取得を要求するGet Reques
tメッセージを上記被管理装置に送信するGet Requestメ
ッセージ送信部をさらに備え、 上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えた、 ことを特徴とするネットワーク管理システム。
6. The network management system according to claim 5, wherein the management device requests acquisition of management information.
The management device further includes a Get Request message transmission unit that transmits a t message to the managed device, wherein the managed device receives the Get Request from the management device.
A network management system, further comprising a Get Request message receiving unit for receiving a message.
【請求項7】 データの同報配信を行う管理装置と、該
管理装置に通信ネットワークを介して接続される少なく
とも1つ以上の被管理装置とからなるネットワーク管理
システムにおいて、 上記管理装置は、 管理情報の値変更を要求するSet Requestメッセージを
上記被管理装置に送信するSet Requestメッセージ送信
部と、上記被管理装置から、上記Set Requestメッセー
ジの応答であるGet Responseメッセージを受信するGet
Responseメッセージ受信部と、上記被管理装置から、通
知される事象を監視するTrapメッセージを受信するTrap
メッセージ受信部と、上記被管理装置が事象を通知する
権限であるTrapメッセージの送信権を決定するときに用
いる指定キーを作成する指定キー生成部と、管理者との
インタフェースとして取得すべき上記被管理装置を管理
するための管理情報の指定、及び上記被管理装置から取
得した管理情報の表示を行うネットワーク管理部と、を
備え、 上記被管理装置は、 上記管理装置から上記Set Requestメッセージを受信す
るSet Requestメッセージ受信部と、上記Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部と、上記管理装置から受信
した上記Set Requestメッセージの応答であるGet Respo
nseメッセージを送信するGet Responseメッセージ送信
部と、定義条件が発生したときの事象をTrapメッセージ
として上記管理ステーションへ通知するTrapメッセージ
送信部と、上記指定キー解析部が指定キーを用いて応答
遅延時間を決定したとき、上記Set Requestメッセージ
受信部による上記Set Requestメッセージを取得してか
ら上記応答遅延時間の経過を待ち、上記Get Responseメ
ッセージを送信するよう上記Get Responseメッセージ送
信部を制御する計時部と、を備え、 上記管理装置は、上記ネットワーク管理部にて指定され
た上記管理情報の事象を通知する定義条件と、上記指定
キー生成部にて作成された上記指定キーとを上記Set Re
questメッセージに挿入して上記被管理装置へ送信し、 上記被管理装置は、上記Set Requestメッセージを受信
し、該メッセージ中に指定キーが含まれるとき、上記指
定キー解析部により上記指定キーを解析して上記事象を
通知する権限の決定を行い、該権限を上記Set Request
メッセージ中から検出した定義条件とともに管理情報と
して記録する、 ことを特徴とするネットワーク管理システム。
7. A network management system comprising a management device for broadcasting data and at least one managed device connected to the management device via a communication network. A Set Request message sending unit that sends a Set Request message requesting a change in the value of information to the managed device, and a Get Response message that is a response to the Set Request message from the managed device Get
Trap that receives the Trap message that monitors the notified event from the Response message receiving unit and the managed device.
The message receiving unit, the specified key generation unit that creates a specified key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the managed device that should be acquired as an interface with the administrator. A network management unit for designating management information for managing the management device and displaying the management information acquired from the managed device, wherein the managed device receives the Set Request message from the management device. Set Request message receiving unit, a designated key analysis unit that determines the authority to notify an event using the designated key included in the Set Request message, and a Get Respo that is a response to the Set Request message received from the management device.
Get Response message sending unit that sends nse message, Trap message sending unit that notifies the management station of the event when the definition condition occurs as a Trap message, and the specified key analysis unit uses the specified key for the response delay time. And a time counting unit that controls the Get Response message transmitting unit to transmit the Get Response message after waiting for the response delay time to elapse after the Set Request message receiving unit acquires the Set Request message. The management device includes a definition condition for notifying an event of the management information specified by the network management unit and the specified key created by the specified key generation unit.
When it is inserted into a quest message and transmitted to the managed device, the managed device receives the Set Request message, and when the specified key is included in the message, the specified key analysis unit analyzes the specified key. Then, the authority to notify the above event is determined, and the authority is notified to the above Set Request.
A network management system characterized by recording it as management information together with the definition conditions detected in the message.
【請求項8】 請求項7に記載のネットワーク管理シス
テムにおいて、 上記管理装置は、管理情報の取得を要求するGet Reques
tメッセージを上記被管理装置に送信するGet Requestメ
ッセージ送信部をさらに備え、 上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えた、 ことを特徴とするネットワーク管理システム。
8. The network management system according to claim 7, wherein the management device requests acquisition of management information.
The management device further includes a Get Request message transmission unit that transmits a t message to the managed device, wherein the managed device receives the Get Request from the management device.
A network management system, further comprising a Get Request message receiving unit for receiving a message.
【請求項9】 データの同報配信を行う管理装置と、該
管理装置に通信ネットワークを介して接続される少なく
とも1つ以上の被管理装置とからなるネットワーク管理
システムにおいて、 上記管理装置は、 管理情報の値変更を要求するSet Requestメッセージを
上記被管理装置に送信するSet Requestメッセージ送信
部と、上記被管理装置から、上記Set Requestメッセー
ジの応答であるGet Responseメッセージを受信するGet
Responseメッセージ受信部と、上記被管理装置から、通
知される事象を監視するTrapメッセージを受信するTrap
メッセージ受信部と、上記被管理装置が事象を通知する
権限であるTrapメッセージの送信権を決定するときに用
いる指定キーを作成する指定キー生成部と、管理者との
インタフェースとして取得すべき上記被管理装置を管理
するための管理情報の指定、及び上記被管理装置から取
得した管理情報の表示を行うネットワーク管理部と、を
備え、 上記被管理装置は、 上記管理装置から上記Set Requestメッセージを受信す
るSet Requestメッセージ受信部と、上記Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部と、上記管理装置から受信
した上記Set Requestメッセージの応答であるGet Respo
nseメッセージを送信するGet Responseメッセージ送信
部と、定義条件が発生したときの事象をTrapメッセージ
として上記管理ステーションへ通知するTrapメッセージ
送信部と、を備え、 上記管理装置は、上記ネットワーク管理部にて指定され
た上記管理情報の事象を通知する定義条件と、上記指定
キー生成部にて作成された上記指定キーとを上記Set Re
questメッセージに挿入して上記被管理装置へ送信し、 上記被管理装置は、 上記Set Requestメッセージを受信し、該メッセージ中
に指定キーが含まれるとき、上記指定キー解析部により
上記指定キーを解析して上記事象を通知する権限の決定
を行い、該権限を上記Set Requestメッセージ中から検
出した定義条件とともに管理情報として記録し、 上記事象を通知する権限をもたない間に発生した定義条
件の回数を管理情報に記録し、上記事象を通知する権限
を取得したときに上記管理情報を上記Trapメッセージ送
信部から送信する、 ことを特徴とするネットワーク管理システム。
9. A network management system comprising a management device for broadcasting data and at least one managed device connected to the management device via a communication network. A Set Request message sending unit that sends a Set Request message requesting a change in the value of information to the managed device, and a Get Response message that is a response to the Set Request message from the managed device Get
Trap that receives the Trap message that monitors the notified event from the Response message receiving unit and the managed device.
The message receiving unit, the specified key generation unit that creates a specified key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the managed device that should be acquired as an interface with the administrator. A network management unit for designating management information for managing the management device and displaying the management information acquired from the managed device, wherein the managed device receives the Set Request message from the management device. Set Request message receiving unit, a designated key analysis unit that determines the authority to notify an event using the designated key included in the Set Request message, and a Get Respo that is a response to the Set Request message received from the management device.
The management device includes a Get Response message transmission unit that transmits an nse message, and a Trap message transmission unit that notifies the management station of an event when a defined condition occurs as a Trap message. The definition condition for notifying the event of the specified management information and the specified key created by the specified key generation unit are set in the Set Re
When it is inserted into a quest message and transmitted to the managed device, the managed device receives the Set Request message, and when the specified key is included in the message, the specified key analysis unit analyzes the specified key. Then, the authority to notify the above event is determined, the authority is recorded as management information together with the definition condition detected in the Set Request message, and the definition condition generated while not having the authority to notify the event A network management system, wherein the number of times is recorded in management information, and the management information is transmitted from the Trap message transmission unit when the authority to notify the event is acquired.
【請求項10】 請求項9に記載のネットワーク管理シ
ステムにおいて、 上記管理装置は、管理情報の取得を要求するGet Reques
tメッセージを上記被管理装置に送信するGet Requestメ
ッセージ送信部をさらに備え、 上記被管理装置は、上記管理装置から上記Get Request
メッセージを受信するGet Requestメッセージ受信部を
さらに備えた、 ことを特徴とするネットワーク管理システム。
10. The network management system according to claim 9, wherein the management device requests acquisition of management information.
The management device further includes a Get Request message transmission unit that transmits a t message to the managed device, wherein the managed device receives the Get Request from the management device.
A network management system, further comprising a Get Request message receiving unit for receiving a message.
【請求項11】 データの同報配信を行う管理装置と、
該管理装置に通信ネットワークを介して接続される少な
くとも1つ以上の被管理装置とからなるネットワーク管
理システムにおいて、 上記管理装置は、 管理情報の値変更を要求するSet Requestメッセージを
上記被管理装置に送信するSet Requestメッセージ送信
部と、上記被管理装置から、通知される事象を監視する
Trapメッセージを受信するTrapメッセージ受信部と、上
記被管理装置が事象を通知する権限であるTrapメッセー
ジの送信権を決定するときに用いる指定キーを作成する
指定キー生成部と、管理者とのインタフェースとして取
得すべき上記被管理装置を管理するための管理情報の指
定、及び上記被管理装置から取得した管理情報の表示を
行うネットワーク管理部と、を備え、 上記被管理装置は、 上記管理装置から上記Set Requestメッセージを受信す
るSet Requestメッセージ受信部と、上記Set Requestメ
ッセージに含まれる指定キーを用いて事象を通知する権
限を決定する指定キー解析部と、定義条件が発生したと
きの事象をTrapメッセージとして上記管理ステーション
へ通知するTrapメッセージ送信部と、を備え、 上記管理装置は、上記ネットワーク管理部にて指定され
た上記管理情報の事象を通知する定義条件と、上記指定
キー生成部にて作成された上記指定キーとを上記Set Re
questメッセージに挿入して上記被管理装置へ送信し、 上記被管理装置は、上記Set Requestメッセージを受信
し、該メッセージ中に指定キーが含まれるとき、上記指
定キー解析部により上記指定キーを解析して上記事象を
通知する権限の決定を行い、該権限を上記Set Request
メッセージ中から検出した定義条件とともに管理情報と
して記録し、 上記通信ネットワークは、上記管理装置から上記被管理
装置への通信は衛星回線を利用し、上記被管理装置から
上記管理装置への通信は地上回線を利用し、 上記定義条件は、上記衛星回線経由のデータ受信不能状
態とする、 ことを特徴とするネットワーク管理システム。
11. A management device for broadcasting data,
In a network management system comprising at least one or more managed devices connected to the management device via a communication network, the management device sends a Set Request message requesting a value change of management information to the managed device. Monitor the events notified from the Set Request message transmission unit and the managed device to be transmitted.
Interface between the Trap message receiving unit that receives the Trap message, the specified key generation unit that creates the specified key used when the managed device determines the transmission right of the Trap message that is the authority to notify the event, and the interface with the administrator A network management unit for designating management information for managing the managed device to be acquired and displaying the management information acquired from the managed device, wherein the managed device is The Set Request message receiving unit that receives the Set Request message, the specified key analysis unit that determines the authority to notify the event using the specified key included in the Set Request message, and the event when the definition condition occurs Trap A Trap message transmission unit for notifying the management station as a message, wherein the management device is the network management unit. The above and defined conditions to notify the events of the specified above management information, and the designated key that was created by the designated key generation unit Te Set Re
When it is inserted into a quest message and transmitted to the managed device, the managed device receives the Set Request message, and when the specified key is included in the message, the specified key analysis unit analyzes the specified key. Then, the authority to notify the above event is determined, and the authority is notified to the above Set Request.
It is recorded as management information together with the definition condition detected in the message. In the communication network, communication from the management device to the managed device uses a satellite line, and communication from the managed device to the management device is on the ground. A network management system, characterized in that, by using a line, the above defined condition is a state in which data cannot be received via the satellite line.
JP2001344605A 2001-11-09 2001-11-09 Network management system Pending JP2003152720A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001344605A JP2003152720A (en) 2001-11-09 2001-11-09 Network management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001344605A JP2003152720A (en) 2001-11-09 2001-11-09 Network management system

Publications (1)

Publication Number Publication Date
JP2003152720A true JP2003152720A (en) 2003-05-23

Family

ID=19158101

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001344605A Pending JP2003152720A (en) 2001-11-09 2001-11-09 Network management system

Country Status (1)

Country Link
JP (1) JP2003152720A (en)

Similar Documents

Publication Publication Date Title
EP1635505B1 (en) Distributed messaging system and method for sharing network status data
US9571358B2 (en) Service level view of audiovisual conference systems
WO2017054553A1 (en) Video quality detection method and apparatus, and service quality management centre
US6665262B1 (en) Distributed fault management architecture
US6625648B1 (en) Methods, systems and computer program products for network performance testing through active endpoint pair based testing and passive application monitoring
US8806550B1 (en) Rules engine for troubleshooting video content delivery network
EP0994602B1 (en) Computer system and network performance monitoring
US8547855B1 (en) Method and apparatus to schedule multiple probes for active or passive monitoring of networks
WO2008020721A1 (en) Element management system in wireless communication network
US20030105801A1 (en) Method, system and agent for connecting event consumers to event producers in a distributed event management system
EP2141860B1 (en) Method for monitoring events in a communication network
CN107734350B (en) Live broadcasting system and live broadcasting method
CN103312593B (en) A kind of message distributing system and method
US20100211629A1 (en) Expandable element management system in wireless communication network
WO2011153838A1 (en) Traffic collection system, method and device
JP2003152720A (en) Network management system
CN105592485A (en) Method for collecting and processing messages in real time based on SNMP
CN111683261B (en) Live video stream scheduling method and system based on big data
JPH09282252A (en) Network managing system
KR101377461B1 (en) Remote Maintenance and Monitoring Service Framework for Heterogeneous Device and System
KR101214651B1 (en) Apparatus for sending sms when ups fails
KR100285709B1 (en) Method for showing network conditions on the communication network management system
JP2008077293A (en) Network monitor
KR101831165B1 (en) Device for monitoring and analyzing time synchronization state between ntp sever and ntp client
CN109905391A (en) A kind of business network secure data acquisition management system