JP2004172651A - Network management system - Google Patents

Network management system Download PDF

Info

Publication number
JP2004172651A
JP2004172651A JP2002332487A JP2002332487A JP2004172651A JP 2004172651 A JP2004172651 A JP 2004172651A JP 2002332487 A JP2002332487 A JP 2002332487A JP 2002332487 A JP2002332487 A JP 2002332487A JP 2004172651 A JP2004172651 A JP 2004172651A
Authority
JP
Japan
Prior art keywords
polling
mib
management
network management
management system
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
JP2002332487A
Other languages
Japanese (ja)
Inventor
Yasushi Higuchi
靖 樋口
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2002332487A priority Critical patent/JP2004172651A/en
Publication of JP2004172651A publication Critical patent/JP2004172651A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To improve application reusability and extensibility by automatically selecting a trade-off between a polling efficiency to an SNMP (Simple Network Management Protocol) agent and the performance of resources of a network management system. <P>SOLUTION: A polling object manager 114 generates a polling object 111 by referring to security information and operation information of a DB 115, extracts a pollable MIB instance, and adds (or deletes) the MIB object instance 113 to an MIB iterator object 112. Consequently, an attribute value acquisition method for the extracted MIB object instance is executed for each polling period to transmit SNMP GetRequest to the corresponding SNMP agent 2. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、SNMP(Simple Network Management Protocol:簡易型ネットワーク管理プロトコル)を利用してネットワーク管理を行うマネージャ(管理装置)と管理されるエージェント(被管理装置)とからなるネットワーク管理システム(NMS;Network Management System )に関する。
【0002】
【従来の技術】
従来より、ネットワーク管理を効率的に行うために、分散処理環境を前提としたコンピューティングプラットフォームの1つであるCORBA(Common Object Request Broker Architecture )の利用が提案されている。このCORBAは、分散環境システムでオブジェクト同士がメッセージを交換するための機能であるORB(Object Request Broker )の共通仕様を規定するものである。
【0003】
例えば、ネットワーク管理プロトコルとしてSNMP(Simple Network Management Protocol:簡易型ネットワーク管理プロトコル)を用いる場合、取り扱われる管理オブジェクトは、MIB(Management Information Base )と称されるものである。
【0004】
また、本出願人により先に出願されている特開2002−101098号公報(特許文献1)のネットワーク管理システムがある。このものは、SNMPを用いたネットワーク管理システムにおいて、被管理装置とSNMPで通信するゲートウェイと、NMS管理モジュール群とを備え、オペレータの指示によりポーリングオブジェクトの数を増減することで、SNMPエージェントに対してのポーリング効率とネットワーク管理システムのハードウェアに掛かる負荷軽減とのトレードオフを選択できるようにするものである。
【0005】
【特許文献1】
特開2002−101098号公報
【0006】
【発明が解決しようとする課題】
しかしながら、従来のSNMPを用いるネットワーク管理システムでは、ポーリング効率とネットワーク管理システムのリソースの性能とを同時に管理し、さらにセキュリティ情報や運用情報を参照することにより、自動的にポーリング効率とネットワーク管理システムのリソースの性能とのトレードオフを選択できるようなアーキテクチャを持つネットワーク管理システムは存在しない。
また、従来の技術では、監視対象のSNMPエージェントの増加やポーリング効率を改善するのに伴い、システムのパフォーマンスが低下するという問題があった。
【0007】
また、上述した特許文献1に示すものは、ポーリング効率とネットワーク管理システムのリソースの性能とのトレードオフを選択できる好適なものであるが、そのトレードオフの選択を自動的に行うことまで考慮されたものではない。すなわち、上記のトレードオフを選択するためには、オペレータが判断してポーリングオブジェクトの数の増減を指示する必要があった。
【0008】
本発明はこのような状況に鑑みてなされたもので、SNMPエージェントに対するポーリング効率と、ネットワーク管理システムのリソースの性能とのトレードオフを、運用情報やセキュリティ情報を参照しているポーリングマネージャを通して調節できるようにすることにより、上記のトレードオフを自動的に選択でき、アプリケーションの再利用性を向上させると共に拡張性があるネットワーク管理システムを提供することを目的とする。
【0009】
【課題を解決するための手段】
上記課題を解決するために、本発明は以下の特徴を有する。
請求項1記載の発明は、SNMPを用いてネットワーク管理を行う管理装置と、該管理装置にネットワークを介して接続された複数の被管理装置とからなるネットワーク管理システムにおいて、管理装置が、被管理装置に対するポーリングを行うポーリングオブジェクトと、ポーリングオブジェクトを管理するポーリングオブジェクト管理手段と、ポーリングにおける処理を管理するための情報を格納した管理情報格納手段とを備え、ポーリングオブジェクト管理手段は、管理情報格納手段を必要に応じて参照してポーリングオブジェクトを管理することを特徴とする。
【0010】
請求項2記載の発明は、上記したポーリングオブジェクト管理手段が、システム稼働中に管理情報格納手段を参照し、ポーリングオブジェクトを生成/削除することを特徴とする。
【0011】
請求項3記載の発明は、上記したポーリングオブジェクト管理手段が、1つのポーリングオブジェクトが管理するMIBオブジェクトインスタンスの数を、システム稼働中に管理情報格納手段を参照して追加/削除することを特徴とする。
【0012】
請求項4記載の発明は、ポーリングオブジェクトが、MIBオブジェクトインスタンスを管理するMIBイテレータオブジェクトにより、MIBオブジェクトインスタンスを生成/削除することを特徴とする。
【0013】
請求項5記載の発明は、上記した管理情報格納手段が、MIBオブジェクトインスタンスのそれぞれに対して、アクセスの許可/不許可を示すセキュリティ情報と、運用中/運用停止中を示す運用情報とを格納することを特徴とする。
【0014】
請求項6記載の発明は、上記した管理装置が、ポーリングオブジェクトと、ポーリングオブジェクト管理手段と、管理情報格納手段とを備えたゲートウェイと、ゲートウェイとCORBAで通信するNMS管理モジュール群と、を備えてなることを特徴とする。
【0015】
【発明の実施の形態】
次に、本発明に係るネットワーク管理システムを図面を用いて詳細に説明する。
本発明は、SNMP(Simple Network Management Protocol)を利用したネットワーク管理システムにおいて、SNMPエージェントに対するポーリング効率と、ネットワーク管理システムの性能のトレードオフを、運用情報やセキュリティ情報を参照しているポーリングマネージャを通して調節できるようにすることにより、ネットワーク管理システムとしてのアプリケーションの再利用性を向上させ、拡張性があるネットワーク管理システムのフレームワークを提供するものである。
【0016】
図1に、本発明の実施形態としてのネットワーク管理システムの概要について示す。
本実施形態のネットワーク管理システムは、この図1に示すように、SNMPマネージャ(管理装置)1と、複数のSNMPエージェント(被管理装置)2とを備え、それぞれがWANやLANなどのネットワークに接続されて構成される。
上記したSNMPマネージャ1と、SNMPエージェント2とは、入力手段(キーボードやマウスなど)と、表示手段(ディスプレイなど)と、格納手段(HDDなど)と、制御手段(CPUなど)とを備え、格納手段に所要のプログラムを格納し、そのプログラムにより動作する。
【0017】
図2に、上記のSNMPマネージャ1と、SNMPエージェント2との接続と通信について示す。
本実施形態のネットワーク管理システムは、この図2に示すように、SNMPエージェント2、CORBA−SNMP ゲートウェイ11、NMS管理モジュール群12から構成されており、SNMPエージェント2とCORBA−SNMP ゲートウェイ11との通信は、SNMPで行い、CORBA−SNMP ゲートウェイ11とNMS管理モジュール群12との通信は、CORBA(CommonObject Request Broker Architecture )を利用していることを示している。
【0018】
図3に、上記したSNMPマネージャ1とSNMPエージェント2との構成と動作の例を示す。
CORBA−SNMP ゲートウェイ11は、この図3に示すように、ポーリングオブジェクト111と、そのポーリングオブジェクト111を管理するポーリングオブジェクトマネージャ(ポーリングオブジェクト管理手段)114と、ポーリングにおける処理を管理するための情報を格納したDB(管理情報格納手段)115とを備え、ポーリングオブジェクトマネージャ114の指示により、MIBイテレータオブジェクト112とMIBオブジェクトインスタンス113が生成/削除される。
このように、CORBA−SNMP ゲートウェイ11は、各SNMPエージェント2(2a,2b,・・・)に定義されているMIB(Management Information Base )に対して、SNMP GetRequestを定期的に送信するポーリングオブジェクト111(111a,111b,・・・)を複数有している。
【0019】
このポーリングオブジェクト111は、SNMPエージェント2のそれぞれに対して、上記SNMP GetRequestを定期的に送信すると共にSNMP GetResponseを受信し、SNMPエージェント2のそれぞれに対するポーリングを行う。
【0020】
ポーリングオブジェクト111(111a,111b,・・・)の数は、ネットワーク管理システムの運用中に、ポーリングオブジェクトマネージャ114がDB115を必要に応じて参照し、生成(Appendメソッド)・削除(Removeメソッド)することができる。すなわち、ポーリングオブジェクト111の数は、システム稼動中に常時DB115を参照しているポーリングオブジェクトマネージャ114が生成・削除することができる。
このことにより、ネットワーク管理システムの性能に密接に関係するポーリングオブジェクト111の数を柔軟に調節できるアーキテクチャを提供することができる。
【0021】
また、各ポーリングオブジェクト111(111a,111b,・・・)は、GetRequestの対象となるMIBオブジェクトインスタンス113を1つずつ取り出す機能(nextメソッド)を持つMIBイテレータオブジェクト112を所有している。すなわち、ポーリングオブジェクト111は、MIBオブジェクトインスタンス113の数を直接管理しないことを示している。
このことにより、ポーリングオブジェクト111とMIBオブジェクトインスタンス113とは、お互い疎な関係になり、両者のどちらかに修正、変更が生じても他のオブジェクトに影響を与えないようにすることができる。
【0022】
また、ポーリングオブジェクトマネージャ114は、各ポーリングオブジェクト111(111a,111b,・・・)が所有するMIBイテレータオブジェクト112に対し、セキュリティ情報や運用情報を格納してあるDB115を必要に応じて参照し、MIBオブジェクトインスタンス113を追加、削除することができる。
すなわち、ポーリングオブジェクトマネージャ114は、DB115に格納されている情報に基づいて各ポーリングオブジェクト111(111a,111b,・・・)が所有するMIBイテレータオブジェクト112に対し、MIBオブジェクトインスタンス113を追加、削除することができる。
【0023】
NMS管理モジュール群12は、状態変化受信オブジェクト121(121a,121b,・・・)をポーリングオブジェクト111の1つに対し、1つ以上有している。状態変化受信オブジェクト121は、ポーリングオブジェクト111が判断したMIBオブジェクトインスタンス113の状態変化の内容を受け取ることができるメソッドを有している。
図3では、ポーリングオブジェクト111と状態変化受信オブジェクト121とは、CORBAで通信していることを示している。
【0024】
図4は、1つのMIBイテレータオブジェクト112が管理するMIBオブジェクトインスタンス113(113a,113b,・・・)の数が多い場合の構成例を示している。すなわち、ポーリングオブジェクトマネージャ114が、1つのMIBイテレータオブジェクト112に対して、管理するMIBオブジェクトインスタンス113を追加する(多くする)ことで、ポーリングオブジェクト111の数を少なくした場合の例を示している。
この場合、ポーリングオブジェクト111はMIBイテレータオブジェクト112からMIBオブジェクトインスタンス113を一つずつ抽出するため、システム全体としてのポーリング効率が悪くなるが、ネットワーク管理システムのハードウェアに掛かる負荷を減らすことが可能となる。
【0025】
逆に図5では、1つのMIBイテレータオブジェクト112が管理するMIBオブジェクトインスタンス113の数が1つである場合の例を示している。
この図5に示すように、ポーリングオブジェクトマネージャ114が、1つのMIBイテレータオブジェクト112が管理するMIBオブジェクトインスタンス113の数を減らし、ポーリングオブジェクト111の数を増やした場合、各SNMPエージェント2(2a,2b,・・・)に対するポーリング効率を向上させることができる。
【0026】
このように、本実施形態としてのネットワーク管理システムによれば、ポーリングオブジェクト111の数と、1つのポーリングオブジェクト111が管理するMIBオブジェクトインスタンス113の数を調整することで、SNMPエージェント2に対するポーリング効率とネットワーク管理システムのハードウェアに掛かる負荷軽減のトレードオフを選択することができる。
換言すると、本実施形態としてのネットワーク管理システムでは、ポーリングオブジェクトマネージャ114が1つのMIBイテレータオブジェクトにより管理されるMIBオブジェクトインスタンス113の数を追加/削除することで、ポーリングオブジェクト111の数も連動して追加/削除するため、上記したSNMPエージェント2に対するポーリング効率とネットワーク管理システムのハードウェアに掛かる負荷軽減のトレードオフを、ポーリングオブジェクトマネージャ114への設定や操作により選択することができる。
【0027】
図6は、ポーリングオブジェクト111と状態変化受信オブジェクト121との動作メカニズムを示している。
状態変化受信オブジェクト121は、Attachしたポーリングオブジェクト111への参照(オブジェクトリファレンス)を保持しており、ポーリングオブジェクト111にて、自身のUpdateメソッドの呼び出しにより、自動的にGetStatusメソッドが呼び出され、ポーリングオブジェクト111の状態変化の内容を取得することができる。このことにより、状態変化受信オブジェクト121とポーリングオブジェクト111との間で、CORBAを利用した非同期メッセージ通信を行うことが可能となる。
【0028】
図7は、ポーリングオブジェクトマネージャ114とポーリングオブジェクト111との動作メカニズムを示している。
ポーリングオブジェクトマネージャ114は、自身のCreateSubjectメソッドを呼ぶことにより、ポーリングオブジェクト111を生成する。その後、ポーリングオブジェクトマネージャ114は、DB115を参照し、特定のSNMPエージェント2に対する運用停止情報やセキュリティ情報に変更が生じたタイミングにより、MIBオブジェクトインスタンス113の追加(Appendメソッド)や削除(Removeメソッド)を、MIBイテレータのメソッド呼び出しを行うことにより実現することができる。
すなわち、ポーリングオブジェクトマネージャ114は、DB115を参照し、特定のSNMPエージェント2の運用停止情報やセキュリティ情報の変更により、MIBイテレータオブジェクト112に対しMIBオブジェクトインスタンス113の追加/削除を行うことができる。
【0029】
図8は、本実施形態におけるクラス構成を示している。
CreatorBaseクラス109は、subjectインタフェース101を実装したクラス102を生成するCreateSubjectメソッドを有する。CreateBaseクラス109の実装クラスとしてポーリングマネージャクラス114が存在し、CreateSubjectメソッドにより、ポーリングオブジェクト111を生成する。
【0030】
ポーリングオブジェクト111は、Subjectインタフェースクラス101を実装した抽象クラス102を継承しているクラスのインスタンスである。Subjectインタフェースクラス101は、状態変化受信オブジェクト121を加えるAttachメソッドと、削除するDetachメソッドと、状態変化を判断したとき状態変化受信オブジェクト121に通知するNotifyメソッドと、ポーリングオブジェクト111の状態変化の内容を取得するGetStatusメソッドとを有する。
また、ポーリングオブジェクト111は、MIBオブジェクトインスタンス113をMIBイテレータオブジェクト112から追加・削除できるメソッドを有する。
【0031】
状態変化受信オブジェクト121は、Observerインタフェース106を実装した抽象クラスを継承しているクラスのインスタンスである。Observerインタフェース106は、ポーリングオブジェクト111から状態変化が通知されたときのために、更新するためのUpdateメソッドを有する。MIBイテレータオブジェクトクラス112は、MIBオブジェクトインスタンス113を1つずつ取り出すNextメソッドを有する。
【0032】
図9は、MIBオブジェクトクラスに定義された属性とメソッドとを示す図である。
MIBオブジェクトクラスは、この図9に示すように、クラスの属性として、MIB Object ID、MIB Object IDの属性値を定義し、クラスのメソッドとして、属性値取得メソッドと属性値を保存しているデータベースの更新メソッドとを定義している。
図10は、CORBA−SNMP ゲートウェイ11のIDL(Interface Definition Language )の例である。
【0033】
図11に、MIBオブジェクトインスタンス単位でのMIBイテレータへのマッピング情報、セキュリティ情報、運用情報を格納しているDB115のテーブル構造例を示す。
このマッピング情報は、MIBオブジェクトインスタンスごとに管理しているMIBイテレータの名称を示す。
また、セキュリティ情報は、MIBオブジェクトインスタンスごとにアクセス可能か否かを示す。
また、運用情報は、MIBオブジェクトインスタンスごとに運用中であるか運用停止中であるかを示す。
こうして、ポーリングオブジェクトマネージャ114がこのDB115を参照することにより、各MIBオブジェクトインスタンス113(113a,113b,・・・)に対して、そのMIBオブジェクトインスタンスを抽出してポーリングすることが可能か否かを判定することができるようになっている。
【0034】
MIBオブジェクトインスタンスとMIBイテレータへの上記したマッピング情報は、ポーリングオブジェクトマネージャ114がMIBオブジェクトインスタンス113をMIBイテレータへ登録する際にDB115の書き換えを行う。セキュリティ情報、運用情報については、オペレータが直接データの書き換えを行う。
【0035】
次に図6、図7を参照して、本実施例の動作について詳細に説明する。
まず、ポーリングオブジェクトマネージャ114がポーリングオブジェクト111を生成する機能(ステップS1)、及びDB115を参照して(ステップS4)MIBイテレータオブジェクト112へMIBオブジェクトインスタンス113を追加する機能(ステップS5)について、図6を用いて説明する。
【0036】
ポーリングオブジェクトマネージャ114は、自身のCreateSubjectメソッドを呼び出す(ステップS1)ことにより、ポーリングオブジェクト111を生成する。次に、ポーリングオブジェクトマネージャ114は、セキュリティ情報や運用情報が格納されているDB115を参照し(ステップS4)、ポーリング可能なMIBオブジェクトインスタンスを抽出し、MIBイテレータオブジェクト112へMIBオブジェクトインスタンス113を追加する(ステップS5)。このとき呼び出すメソッドは、ポーリングオブジェクトのAppendメソッドである。
【0037】
上述したステップS4の動作は、ポーリングオブジェクトマネージャ114がDB115を必要に応じて参照することで行われる。この必要に応じた参照は、一定期間ごとでも、DB115の内容が更新された場合に参照することとしてもよい。
【0038】
ここで、ポーリングオブジェクト111が実施するポーリング機能、及び状態変化受信オブジェクト121に変化内容を通知する動作について、図4に示す状態を例として説明する。
ポーリングオブジェクト111は、MIBイテレータオブジェクトを1つ有し、MIBオブジェクトインスタンスを抽出する場合、MIBイテレータオブジェクトのNextメソッドを実行する(ステップS6)。
次に、抽出したMIBオブジェクトインスタンスの属性値取得メソッドを実行し、SNMP GetRequestを該当するSNMPエージェント2に対し送信する(ステップS7)。SNMPエージェント2から応答のSNMP GetResponseが送られて来たとき、MIBオブジェクトインスタンス113は、属性値取得メソッドの戻り値としてGetResponseの内容を戻す(ステップS8)。
【0039】
MIBオブジェクトインスタンスの属性値取得メソッドの呼び出しから戻るまでの間、ポーリングオブジェクト111は待ち状態となる。ポーリングオブジェクト111は、ネットワーク管理システムが保存しているMIBオブジェクトインスタンスのObject IDの値と、属性値取得メソッドの戻り値とを比較し(ステップS9)、異なっている場合はポーリングオブジェクト111のNotifyメソッドを自ら呼び出す(ステップS10)。
Notifyメソッドでは、ポーリングオブジェクト111にAttachされている状態変化受信オブジェクト121のUpdateメソッドが呼び出されるとともに、MIBオブジェクトインスタンスの属性値の変更を行う。状態変化受信オブジェクトのUpdateメソッド(ステップS11)では、AttachしたポーリングオブジェクトのGetStatusメソッドを呼び出す(ステップS12)ことにより、ポーリングオブジェクトの状態変化内容を取得する。
以上のように、ポーリングオブジェクト111は、S2からS12までの動作を周期的に繰り返し行うことで、SNMPエージェント2に対するポーリング機能とNMS管理モジュール群12への非同期通信を実現する。
【0040】
次に、図7を用いて、DB115の情報が更新された場合のボーリングオブジェクトマネージャ114の動作について説明する。
ポーリングオブジェクトマネージャ114は、上述した図6と同様に、ポーリングオブジェクト111を生成する機能(ステップS21)、及びDB115を参照して(ステップS23)MIBイテレータオブジェクト112へMIBオブジェクトインスタンス113を追加する機能を有する。
【0041】
DB115の更新は、特定のSNMPエージェント2に対する運用停止、又はMIBオブジェクトインスタンス毎のセキュリティ情報の変更のタイミングでオペレータによって行われる(ステップS24)。このとき、ポーリングオブジェクトマネージャ114は、ポーリングオブジェクト111のRemoveメソッドを呼び出すことにより(ステップS25)、MIBイテレータから該当MIBオブジェクトインスタンスを削除する。
すなわち、ポーリングオブジェクトマネージャ114は、オペレータによるDB115の更新で、セキュリティ情報を“アクセス不可”とされた、又は運用情報を“運用停止中”とされたMIBオブジェクトインスタンスを、MIBイテレータオブジェクトの管理下から削除する。
【0042】
以上により、本実施形態によれば、第1の効果として、ポーリングオブジェクトマネージャが、セキュリティ情報や運用情報が格納されているDBを必要に応じて参照することにより、ポーリング可能なMIBオブジェクトインスタンスを選択できる。
【0043】
第2の効果は、ポーリングオブジェクトマネージャが、ポーリングオブジェクトの生成・削除、MIBイテレータオブジェクトへのMIBオブジェクトインスタンスの追加・削除を管理しているため、NMS管理モジュール群に意識させることなく、CORBA−SNMP ゲートウェイ内部の性能を調整することができる。
【0044】
第3の効果は、ポーリングオブジェクトをCORBA−SNMP ゲートウェイに設け、ポーリングオブジェクトのインスタンス数の調節することによって、ポーリング効率の調整と性能劣化の防止が可能になることである。
【0045】
第4の効果は、ポーリングオブジェクトと状態変化受信オブジェクトの依存関係が少なくなったことにより、ポーリングオブジェクトと状態変化受信オブジェクトとの再利用性の向上が期待できることである。
【0046】
第5の効果は、ポーリングオブジェクトは、直接MIBオブジェクトインスタンスの集合を管理しないため、MIBオブジェクトインスタンスの集合を変更しても、MIBイテレータオブジェクトを変更すれば対応できる。このため、ポーリングオブジェクトを変更する必要がない。
【0047】
以上により、ポーリングオブジェクトマネージャ、ポーリングオブジェクトの実装において、ポーリングオブジェクトと関連するクラスの再利用性の向上が期待できるようになる。
【0048】
また、本発明の他の実施例として、例えば、上述した実施形態におけるDB115に、MIBオブジェクトインスタンスのRead/Write属性などの情報をさらに管理させる(格納する)こととしてもよい。この場合、ポーリングオブジェクトマネージャ114がDB115を参照した際に、上記のRead/Write属性などの情報を読み取り、ポーリングオブジェクト111を管理することとなる。
この実施例によれば、MIBオブジェクトインスタンス113に対するポーリングが可能かどうかを、ポーリングオブジェクトマネージャ114が管理することが可能となる。
【0049】
【発明の効果】
以上のように、本発明では、ポーリングオブジェクト管理手段が、ポーリングにおける処理を管理するための情報を格納した管理情報格納手段を必要に応じて参照し、ポーリングオブジェクトを管理する。
このことにより、ポーリングオブジェクト管理手段を通してポーリングオブジェクトを管理することができるようになる。
このため、ネットワーク管理システムの性能に密接に関係するポーリングオブジェクトを、ポーリングオブジェクト管理手段を通して操作したり、ポーリングオブジェクト管理手段により自動的に管理することができる。
【0050】
また、ポーリングオブジェクト管理手段が、システム稼働中に管理情報格納手段を参照し、ポーリングオブジェクトを生成/削除することにより、ポーリングオブジェクトの数をシステム稼働中に柔軟に管理することができる。
【0051】
また、ポーリングオブジェクト管理手段が、ポーリングオブジェクトの生成/削除、MIBイテレータオブジェクトへのMIBオブジェクトインスタンスの追加/削除を管理しているため、ポーリングオブジェクトとMIBオブジェクトインスタンスとの数をシステム稼働中に柔軟に管理することができる。
このため、ポーリングオブジェクト管理手段を通して、システム内部の性能をシステム稼働中に柔軟に調整することができる。
これにより、被管理装置に対するポーリング効率と、ネットワーク管理システムのリソースの性能とのトレードオフを、ポーリングオブジェクト管理手段により自動的に選択できるようになる。
【0052】
また、管理装置が、ゲートウェイと、そのゲートウェイとCORBAで通信するNMS管理モジュール群とを備えてなり、ゲートウェイが、上記のポーリングオブジェクトと、ポーリングオブジェクト管理手段と、管理情報格納手段とを備えることにより、ゲートウェイ内部の性能を、NMS管理モジュール群に意識させることなくポーリングオブジェクト管理手段を通して調整することができる。
【図面の簡単な説明】
【図1】本発明の実施形態としてのネットワーク管理システムの構成の概要を示す図である。
【図2】SNMPマネージャ1とSNMPエージェント2との構成における接続と通信について示すブロック図である。
【図3】SNMPマネージャ1とSNMPエージェント2との構成と動作の例を示すブロック図である。
【図4】1つのMIBイテレータオブジェクト112が管理するMIBオブジェクトインスタンス113の数が多い場合の例を示す図である。
【図5】1つのMIBイテレータオブジェクト112が管理するMIBオブジェクトインスタンス113の数が1つである場合の例を示す図である。
【図6】ポーリングオブジェクト111と状態変化受信オブジェクト121との動作メカニズムを示す図である。
【図7】ポーリングオブジェクトマネージャ114とポーリングオブジェクト111との動作メカニズムを示す図である。
【図8】本発明の実施形態としてのネットワーク管理システムにおけるクラス構成を例示する図である。
【図9】MIBオブジェクトクラスに定義された属性とメソッドとを示す図である。
【図10】CORBA−SNMP ゲートウェイ11におけるIDLの例を示す図である。
【図11】DB115のテーブル構造例を示す図である。
【符号の説明】
1 SNMPマネージャ(管理装置)
2(2a,2b,・・・) SNMPエージェント(被管理装置)
11 CORBA−SNMP ゲートウェイ
111(111a,111b,・・・) ポーリングオブジェクト
112(112a,112b,・・・) MIBイテレータオブジェクト
113(113a,113b,・・・) MIBオブジェクトインスタンス
114 ポーリングオブジェクトマネージャ(ポーリングオブジェクト管理手段)
115 DB(管理情報格納手段)
12 NMS管理モジュール群
121(121a,121b,・・・) 状態変化受信オブジェクト
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a network management system (NMS; Network) including a manager (management device) that performs network management using SNMP (Simple Network Management Protocol) and an agent (managed device) to be managed. Management System).
[0002]
[Prior art]
2. Description of the Related Art Conventionally, in order to efficiently perform network management, use of a CORBA (Common Object Request Broker Architecture), which is one of computing platforms based on a distributed processing environment, has been proposed. The CORBA defines a common specification of an ORB (Object Request Broker), which is a function for exchanging messages between objects in a distributed environment system.
[0003]
For example, when SNMP (Simple Network Management Protocol: Simple Network Management Protocol) is used as a network management protocol, the managed object handled is what is called MIB (Management Information Base).
[0004]
In addition, there is a network management system disclosed in Japanese Patent Application Laid-Open No. 2002-101098 (Patent Document 1) previously filed by the present applicant. This is a network management system using SNMP, which comprises a gateway for communicating with a managed device by SNMP, and a group of NMS management modules. By increasing or decreasing the number of polling objects according to an operator's instruction, an SNMP agent is provided. This makes it possible to select a trade-off between the overall polling efficiency and the reduction of the load on the hardware of the network management system.
[0005]
[Patent Document 1]
JP 2002-101098 A
[0006]
[Problems to be solved by the invention]
However, in a conventional network management system using SNMP, polling efficiency and resource performance of the network management system are simultaneously managed, and further, by referring to security information and operation information, the polling efficiency and the network management system are automatically controlled. There is no network management system with an architecture that allows a tradeoff with resource performance to be selected.
Further, in the conventional technique, there is a problem that the performance of the system is reduced as the number of monitored SNMP agents increases and the polling efficiency is improved.
[0007]
The technique disclosed in Patent Document 1 described above is suitable for selecting a trade-off between polling efficiency and resource performance of a network management system. However, it is considered that the trade-off is automatically selected. Not something. That is, in order to select the above trade-off, it is necessary for the operator to judge and instruct the increase or decrease of the number of polling objects.
[0008]
The present invention has been made in view of such a situation, and the trade-off between the polling efficiency of the SNMP agent and the performance of the resource of the network management system can be adjusted through the polling manager which refers to the operation information and the security information. By doing so, it is an object to provide a network management system that can automatically select the above trade-off, improve the reusability of applications, and have expandability.
[0009]
[Means for Solving the Problems]
In order to solve the above problems, the present invention has the following features.
According to a first aspect of the present invention, in a network management system including a management device that performs network management using SNMP and a plurality of managed devices connected to the management device via a network, the management device includes A polling object for polling the device; a polling object management unit for managing the polling object; and a management information storage unit for storing information for managing a process in the polling. The polling object management unit includes a management information storage unit. Is referred to as needed to manage the polling object.
[0010]
The invention according to claim 2 is characterized in that the polling object management means refers to the management information storage means during system operation and generates / deletes a polling object.
[0011]
According to a third aspect of the present invention, the polling object management means adds / deletes the number of MIB object instances managed by one polling object while referring to the management information storage means during operation of the system. I do.
[0012]
The invention according to claim 4 is characterized in that the polling object generates / deletes an MIB object instance by an MIB iterator object that manages the MIB object instance.
[0013]
According to a fifth aspect of the present invention, the management information storage means stores security information indicating permission / non-permission of access and operation information indicating operation / stop of operation for each of the MIB object instances. It is characterized by doing.
[0014]
According to a sixth aspect of the present invention, the management apparatus includes a polling object, a gateway including a polling object management unit, a management information storage unit, and an NMS management module group that communicates with the gateway by CORBA. It is characterized by becoming.
[0015]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, a network management system according to the present invention will be described in detail with reference to the drawings.
The present invention adjusts the trade-off between the polling efficiency of an SNMP agent and the performance of a network management system in a network management system using Simple Network Management Protocol (SNMP) through a polling manager that refers to operation information and security information. The present invention improves the reusability of an application as a network management system, and provides a framework of a network management system having expandability.
[0016]
FIG. 1 shows an outline of a network management system as an embodiment of the present invention.
As shown in FIG. 1, the network management system of the present embodiment includes an SNMP manager (management device) 1 and a plurality of SNMP agents (managed devices) 2, each of which is connected to a network such as a WAN or a LAN. It is composed.
The above-described SNMP manager 1 and SNMP agent 2 include input means (keyboard, mouse, etc.), display means (display, etc.), storage means (HDD, etc.), and control means (CPU, etc.). A required program is stored in the means, and the program is operated by the program.
[0017]
FIG. 2 shows the connection and communication between the SNMP manager 1 and the SNMP agent 2.
As shown in FIG. 2, the network management system according to the present embodiment includes an SNMP agent 2, a CORBA-SNMP gateway 11, and an NMS management module group 12, and communicates between the SNMP agent 2 and the CORBA-SNMP gateway 11. Indicates that the communication between the CORBA-SNMP gateway 11 and the NMS management module group 12 uses CORBA (Common Object Request Broker Architecture).
[0018]
FIG. 3 shows an example of the configuration and operation of the SNMP manager 1 and the SNMP agent 2 described above.
As shown in FIG. 3, the CORBA-SNMP gateway 11 stores a polling object 111, a polling object manager (polling object management means) 114 for managing the polling object 111, and information for managing a process in polling. And a polling object manager 114 for generating / deleting an MIB iterator object 112 and an MIB object instance 113.
As described above, the CORBA-SNMP gateway 11 periodically transmits the SNMP GetRequest to the MIB (Management Information Base) defined in each SNMP agent 2 (2a, 2b,...). (111a, 111b,...).
[0019]
The polling object 111 periodically sends the SNMP GetRequest to each of the SNMP agents 2 and receives the SNMP GetResponse, and polls each of the SNMP agents 2.
[0020]
The number of the polling objects 111 (111a, 111b,...) Is generated (Append method) and deleted (Remove method) by the polling object manager 114 referring to the DB 115 as needed during operation of the network management system. be able to. In other words, the number of polling objects 111 can be generated and deleted by the polling object manager 114 that constantly refers to the DB 115 during operation of the system.
This provides an architecture that can flexibly adjust the number of polling objects 111 that are closely related to the performance of the network management system.
[0021]
Each polling object 111 (111a, 111b,...) Owns an MIB iterator object 112 having a function (next method) for extracting one MIB object instance 113 to be subjected to GetRequest one by one. That is, the polling object 111 does not directly manage the number of the MIB object instances 113.
As a result, the polling object 111 and the MIB object instance 113 have a sparse relationship with each other, and even if any of them is modified or changed, the other objects are not affected.
[0022]
The polling object manager 114 refers to the DB 115 storing security information and operation information as needed for the MIB iterator object 112 owned by each polling object 111 (111a, 111b,...) The MIB object instance 113 can be added or deleted.
That is, the polling object manager 114 adds or deletes the MIB object instance 113 to or from the MIB iterator object 112 owned by each polling object 111 (111a, 111b,...) Based on the information stored in the DB 115. be able to.
[0023]
The NMS management module group 12 has one or more state change receiving objects 121 (121a, 121b,...) For one of the polling objects 111. The state change receiving object 121 has a method capable of receiving the contents of the state change of the MIB object instance 113 determined by the polling object 111.
FIG. 3 shows that the polling object 111 and the state change receiving object 121 are communicating with each other using CORBA.
[0024]
FIG. 4 shows a configuration example in a case where the number of MIB object instances 113 (113a, 113b,...) Managed by one MIB iterator object 112 is large. That is, an example is shown in which the polling object manager 114 adds (increases) the MIB object instances 113 to be managed to one MIB iterator object 112, thereby reducing the number of polling objects 111.
In this case, since the polling object 111 extracts the MIB object instances 113 one by one from the MIB iterator object 112, the polling efficiency of the entire system deteriorates, but the load on the hardware of the network management system can be reduced. Become.
[0025]
Conversely, FIG. 5 shows an example in which the number of MIB object instances 113 managed by one MIB iterator object 112 is one.
As shown in FIG. 5, when the polling object manager 114 reduces the number of MIB object instances 113 managed by one MIB iterator object 112 and increases the number of polling objects 111, each SNMP agent 2 (2a, 2b) ,...) Can be improved.
[0026]
As described above, according to the network management system of the present embodiment, by adjusting the number of polling objects 111 and the number of MIB object instances 113 managed by one polling object 111, the polling efficiency for the SNMP agent 2 can be improved. A trade-off for reducing the load on the hardware of the network management system can be selected.
In other words, in the network management system according to the present embodiment, the polling object manager 114 adds / deletes the number of the MIB object instances 113 managed by one MIB iterator object, so that the number of the polling objects 111 is also linked. For addition / deletion, the trade-off between the polling efficiency of the SNMP agent 2 and the reduction of the load on the hardware of the network management system can be selected by setting and operating the polling object manager 114.
[0027]
FIG. 6 shows an operation mechanism of the polling object 111 and the state change receiving object 121.
The state change receiving object 121 holds a reference (object reference) to the polled object 111 that has been attached, and when the Update method of the polling object 111 calls its own Update method, the GetStatus method is automatically called. The content of the state change of 111 can be acquired. Thus, asynchronous message communication using CORBA can be performed between the state change receiving object 121 and the polling object 111.
[0028]
FIG. 7 shows an operation mechanism of the polling object manager 114 and the polling object 111.
The polling object manager 114 generates the polling object 111 by calling its own CreateSubject method. After that, the polling object manager 114 refers to the DB 115 and adds (Append method) or deletes (Remove method) the MIB object instance 113 at the timing when the operation stop information or the security information for the specific SNMP agent 2 is changed. , By calling the method of the MIB iterator.
That is, the polling object manager 114 can add / delete the MIB object instance 113 to / from the MIB iterator object 112 by referring to the DB 115 and changing the operation stop information or security information of the specific SNMP agent 2.
[0029]
FIG. 8 shows a class configuration in the present embodiment.
The CreatorBase class 109 has a CreateSubject method for generating a class 102 implementing the subject interface 101. A polling manager class 114 exists as an implementation class of the CreateBase class 109, and a polling object 111 is generated by a CreateSubject method.
[0030]
The polling object 111 is an instance of a class that inherits the abstract class 102 that implements the subject interface class 101. The Subject interface class 101 includes an Attach method for adding the state change receiving object 121, a Detach method for deleting, a Notify method for notifying the state change receiving object 121 when a state change is determined, and the contents of the state change of the polling object 111. GetStatus method to be acquired.
Further, the polling object 111 has a method for adding / deleting the MIB object instance 113 from / to the MIB iterator object 112.
[0031]
The state change receiving object 121 is an instance of a class inheriting an abstract class implementing the Observer interface 106. The Observer interface 106 has an Update method for updating when a status change is notified from the polling object 111. The MIB iterator object class 112 has a Next method for extracting the MIB object instances 113 one by one.
[0032]
FIG. 9 is a diagram illustrating attributes and methods defined in the MIB object class.
As shown in FIG. 9, the MIB object class defines a MIB Object ID and an attribute value of the MIB Object ID as attributes of the class, and a database storing an attribute value acquisition method and an attribute value as methods of the class. And update method are defined.
FIG. 10 is an example of an IDL (Interface Definition Language) of the CORBA-SNMP gateway 11.
[0033]
FIG. 11 shows an example of a table structure of the DB 115 that stores mapping information to the MIB iterator, security information, and operation information for each MIB object instance.
This mapping information indicates the name of the MIB iterator managed for each MIB object instance.
The security information indicates whether or not each MIB object instance can be accessed.
The operation information indicates whether the MIB object instance is in operation or in operation stop.
In this way, the polling object manager 114 refers to this DB 115 to determine whether or not each MIB object instance 113 (113a, 113b,...) Can extract and poll the MIB object instance. It can be determined.
[0034]
The above-described mapping information for the MIB object instance and the MIB iterator rewrites the DB 115 when the polling object manager 114 registers the MIB object instance 113 in the MIB iterator. For security information and operation information, the operator directly rewrites data.
[0035]
Next, the operation of the present embodiment will be described in detail with reference to FIGS.
First, a function (step S1) of generating the polling object 111 by the polling object manager 114 and a function of adding the MIB object instance 113 to the MIB iterator object 112 with reference to the DB 115 (step S4) (step S5) are shown in FIG. This will be described with reference to FIG.
[0036]
The polling object manager 114 generates the polling object 111 by calling its own CreateSubject method (step S1). Next, the polling object manager 114 refers to the DB 115 storing security information and operation information (step S4), extracts a pollable MIB object instance, and adds the MIB object instance 113 to the MIB iterator object 112. (Step S5). The method to be called at this time is the Append method of the polling object.
[0037]
The operation in step S4 described above is performed by the polling object manager 114 referring to the DB 115 as necessary. This reference as needed may be made at regular intervals, even when the contents of the DB 115 are updated.
[0038]
Here, the polling function performed by the polling object 111 and the operation of notifying the content of the change to the status change receiving object 121 will be described using the status shown in FIG. 4 as an example.
The polling object 111 has one MIB iterator object, and when extracting an MIB object instance, executes the Next method of the MIB iterator object (step S6).
Next, an attribute value acquisition method of the extracted MIB object instance is executed, and an SNMP GetRequest is transmitted to the corresponding SNMP agent 2 (step S7). When the SNMP GetResponse of the response is sent from the SNMP agent 2, the MIB object instance 113 returns the content of GetResponse as a return value of the attribute value acquisition method (step S8).
[0039]
The polling object 111 is in a waiting state from the time of calling the attribute value acquisition method of the MIB object instance until returning. The polling object 111 compares the value of the Object ID of the MIB object instance stored in the network management system with the return value of the attribute value acquisition method (step S9). If the values are different, the Notify method of the polling object 111 is used. Is called by itself (step S10).
In the Notify method, the Update method of the state change receiving object 121 attached to the polling object 111 is called, and the attribute value of the MIB object instance is changed. In the Update method of the state change receiving object (Step S11), the GetStatus method of the attached polling object is called (Step S12) to acquire the contents of the state change of the polling object.
As described above, the polling object 111 implements the polling function for the SNMP agent 2 and the asynchronous communication to the NMS management module group 12 by periodically repeating the operations from S2 to S12.
[0040]
Next, the operation of the boring object manager 114 when the information of the DB 115 is updated will be described with reference to FIG.
6, the polling object manager 114 has a function of generating the polling object 111 (step S21) and a function of adding the MIB object instance 113 to the MIB iterator object 112 with reference to the DB 115 (step S23). Have.
[0041]
The update of the DB 115 is performed by the operator at the timing of stopping the operation of the specific SNMP agent 2 or changing the security information for each MIB object instance (step S24). At this time, the polling object manager 114 deletes the corresponding MIB object instance from the MIB iterator by calling the Remove method of the polling object 111 (Step S25).
That is, the polling object manager 114 updates the MIB object instance whose security information is set to “access denied” or whose operation information is set to “operation suspended” by updating the DB 115 by the operator from the management of the MIB iterator object. delete.
[0042]
As described above, according to the present embodiment, as a first effect, the polling object manager selects a pollable MIB object instance by referring to a DB in which security information and operation information are stored as necessary. it can.
[0043]
The second effect is that the polling object manager manages generation / deletion of a polling object and addition / deletion of an MIB object instance to / from an MIB iterator object, so that the CORBA-SNMP is not conscious of the NMS management module group. The performance inside the gateway can be adjusted.
[0044]
A third effect is that by providing a polling object in the CORBA-SNMP gateway and adjusting the number of instances of the polling object, it is possible to adjust polling efficiency and prevent performance degradation.
[0045]
The fourth effect is that, since the dependency between the polling object and the state change receiving object is reduced, the reusability of the polling object and the state change receiving object can be improved.
[0046]
The fifth effect is that the polling object does not directly manage the set of MIB object instances, so that even if the set of MIB object instances is changed, it can be dealt with by changing the MIB iterator object. Therefore, there is no need to change the polling object.
[0047]
As described above, in the implementation of the polling object manager and the polling object, it is possible to expect an improvement in reusability of the class related to the polling object.
[0048]
Further, as another example of the present invention, for example, the DB 115 in the above-described embodiment may further manage (store) information such as the Read / Write attribute of the MIB object instance. In this case, when the polling object manager 114 refers to the DB 115, the information such as the above Read / Write attribute is read and the polling object 111 is managed.
According to this embodiment, the polling object manager 114 can manage whether the polling of the MIB object instance 113 is possible.
[0049]
【The invention's effect】
As described above, in the present invention, the polling object management unit manages the polling object by referring to the management information storage unit that stores the information for managing the polling process as needed.
Thus, the polling object can be managed through the polling object management means.
Therefore, a polling object closely related to the performance of the network management system can be operated through the polling object management means or automatically managed by the polling object management means.
[0050]
In addition, the polling object management means refers to the management information storage means during operation of the system and generates / deletes polling objects, so that the number of polling objects can be managed flexibly during operation of the system.
[0051]
Further, since the polling object management means manages generation / deletion of polling objects and addition / deletion of MIB object instances to / from MIB iterator objects, the number of polling objects and MIB object instances can be flexibly determined during system operation. Can be managed.
Therefore, the performance inside the system can be flexibly adjusted during operation of the system through the polling object management means.
Thus, the trade-off between the polling efficiency for the managed device and the performance of the resources of the network management system can be automatically selected by the polling object management means.
[0052]
In addition, the management device includes a gateway and an NMS management module group that communicates with the gateway by CORBA, and the gateway includes the polling object, the polling object management unit, and the management information storage unit. The performance inside the gateway can be adjusted through the polling object management means without being aware of the NMS management modules.
[Brief description of the drawings]
FIG. 1 is a diagram showing an outline of a configuration of a network management system as an embodiment of the present invention.
FIG. 2 is a block diagram showing connection and communication in a configuration between an SNMP manager 1 and an SNMP agent 2.
FIG. 3 is a block diagram showing an example of the configuration and operation of an SNMP manager 1 and an SNMP agent 2.
FIG. 4 is a diagram showing an example in which the number of MIB object instances 113 managed by one MIB iterator object 112 is large.
FIG. 5 is a diagram illustrating an example in which the number of MIB object instances 113 managed by one MIB iterator object 112 is one;
FIG. 6 is a diagram illustrating an operation mechanism of a polling object 111 and a state change receiving object 121.
FIG. 7 is a diagram showing an operation mechanism of a polling object manager 114 and a polling object 111.
FIG. 8 is a diagram illustrating a class configuration in a network management system as an embodiment of the present invention.
FIG. 9 is a diagram showing attributes and methods defined in an MIB object class.
FIG. 10 is a diagram showing an example of IDL in the CORBA-SNMP gateway 11;
FIG. 11 is a diagram illustrating an example of a table structure of a DB 115.
[Explanation of symbols]
1 SNMP manager (management device)
2 (2a, 2b, ...) SNMP agent (managed device)
11 CORBA-SNMP gateway
111 (111a, 111b, ...) Polling object
112 (112a, 112b, ...) MIB iterator object
113 (113a, 113b, ...) MIB object instance
114 Polling Object Manager (Polling Object Management Means)
115 DB (management information storage means)
12 NMS management module group
121 (121a, 121b, ...) state change receiving object

Claims (6)

SNMPを用いてネットワーク管理を行う管理装置と、該管理装置にネットワークを介して接続された複数の被管理装置とからなるネットワーク管理システムにおいて、
前記管理装置は、
前記被管理装置に対するポーリングを行うポーリングオブジェクトと、
前記ポーリングオブジェクトを管理するポーリングオブジェクト管理手段と、
ポーリングにおける処理を管理するための情報を格納した管理情報格納手段とを備え、
前記ポーリングオブジェクト管理手段は、前記管理情報格納手段を必要に応じて参照して前記ポーリングオブジェクトを管理することを特徴とするネットワーク管理システム。
In a network management system including a management device that performs network management using SNMP and a plurality of managed devices connected to the management device via a network,
The management device,
A polling object for polling the managed device;
Polling object management means for managing the polling object;
Comprising management information storage means for storing information for managing processing in polling,
A network management system, wherein the polling object management means manages the polling object by referring to the management information storage means as needed.
前記ポーリングオブジェクト管理手段は、システム稼働中に前記管理情報格納手段を参照し、ポーリングオブジェクトを生成/削除することを特徴とする請求項1記載のネットワーク管理システム。2. The network management system according to claim 1, wherein the polling object management unit refers to the management information storage unit during system operation and generates / deletes a polling object. 前記ポーリングオブジェクト管理手段は、1つのポーリングオブジェクトが管理するMIBオブジェクトインスタンスの数を、システム稼働中に前記管理情報格納手段を参照して追加/削除することを特徴とする請求項1又は2記載のネットワーク管理システム。3. The polling object management unit according to claim 1, wherein the number of MIB object instances managed by one polling object is added / deleted with reference to the management information storage unit during system operation. Network management system. 前記ポーリングオブジェクトは、MIBオブジェクトインスタンスを管理するMIBイテレータオブジェクトにより、MIBオブジェクトインスタンスを生成/削除することを特徴とする請求項1から3の何れか1項に記載のネットワーク管理システム。4. The network management system according to claim 1, wherein the polling object creates / deletes an MIB object instance by an MIB iterator object that manages the MIB object instance. 5. 前記管理情報格納手段は、MIBオブジェクトインスタンスのそれぞれに対して、
アクセスの許可/不許可を示すセキュリティ情報と、
運用中/運用停止中を示す運用情報とを格納することを特徴とする請求項1から4の何れか1項に記載のネットワーク管理システム。
The management information storage means, for each of the MIB object instances,
Security information indicating permission / non-permission of access;
The network management system according to any one of claims 1 to 4, wherein the network management system stores operation information indicating operation / stop.
前記管理装置は、
前記ポーリングオブジェクトと、前記ポーリングオブジェクト管理手段と、前記管理情報格納手段とを備えたゲートウェイと、
前記ゲートウェイとCORBAで通信するNMS管理モジュール群と、を備えてなることを特徴とする請求項1から5の何れか1項に記載のネットワーク管理システム。
The management device,
A gateway including the polling object, the polling object management unit, and the management information storage unit;
The network management system according to any one of claims 1 to 5, further comprising: an NMS management module group that communicates with the gateway by CORBA.
JP2002332487A 2002-11-15 2002-11-15 Network management system Pending JP2004172651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002332487A JP2004172651A (en) 2002-11-15 2002-11-15 Network management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002332487A JP2004172651A (en) 2002-11-15 2002-11-15 Network management system

Publications (1)

Publication Number Publication Date
JP2004172651A true JP2004172651A (en) 2004-06-17

Family

ID=32697495

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002332487A Pending JP2004172651A (en) 2002-11-15 2002-11-15 Network management system

Country Status (1)

Country Link
JP (1) JP2004172651A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007174235A (en) * 2005-12-21 2007-07-05 Fujitsu Ltd Attribute information collection device, attribute information collection method and attribute information collection program
CN101867501A (en) * 2010-05-25 2010-10-20 北京宜富泰网络测试实验室有限公司 Method and system for automatically testing consistence of SNMP (Simple Network Management Protocol) interface information model

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007174235A (en) * 2005-12-21 2007-07-05 Fujitsu Ltd Attribute information collection device, attribute information collection method and attribute information collection program
JP4684883B2 (en) * 2005-12-21 2011-05-18 富士通株式会社 Attribute information collecting apparatus, attribute information collecting method, and attribute information collecting program
US8275876B2 (en) 2005-12-21 2012-09-25 Fujitsu Limited Method and apparatus for collecting attribute-information, and computer product
CN101867501A (en) * 2010-05-25 2010-10-20 北京宜富泰网络测试实验室有限公司 Method and system for automatically testing consistence of SNMP (Simple Network Management Protocol) interface information model

Similar Documents

Publication Publication Date Title
US6493756B1 (en) System and method for dynamically sensing an asynchronous network event within a modular framework for network event processing
US6421737B1 (en) Modularly implemented event monitoring service
KR20110040934A (en) Intelligent mobile device management client
JP2007188505A (en) Management method of network-enabled devices and medium
JPWO2004071014A1 (en) SNMP proxy agent and management information relay method
US20080126551A1 (en) CIMOM abstraction layer
JP2002101098A (en) Network management system
EP1953652A1 (en) Generating configuration files
CN110768818B (en) Network management method and device
US8880578B2 (en) Hardware independent simple network management protocol based on a generic data collection scheme
US7331050B2 (en) System and method for communicating information between application programs
CN113032139A (en) Request processing method and device, computer readable storage medium and electronic equipment
WO2000054460A1 (en) Method and apparatus for accessing network information on a network device
JP2008071197A (en) Device information acquisition method for acquiring information from device by snmp message, and information processor
JP2004172651A (en) Network management system
JP5005913B2 (en) Domain management method
JP2003076618A (en) Device condition managing method and system therefor
CN105959427B (en) DNS server automatic expansion method
JP3505412B2 (en) Socket management device and socket management method
JP3666619B2 (en) How to find and age printers in a network
US7548965B2 (en) System and method for organizing network management information
JP2008210110A (en) Business system and its execution request management method
JP2008077293A (en) Network monitor
JP2003216458A (en) Updating method for data bank
JP2004023571A (en) Monitoring device, monitoring object device, network management system, and method for controlling suppression of message transmission

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20051014

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070809

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070814

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20071211