JP5434493B2 - Network management server device, management target device, network system, management target information request method, and management target information transmission method - Google Patents
Network management server device, management target device, network system, management target information request method, and management target information transmission method Download PDFInfo
- Publication number
- JP5434493B2 JP5434493B2 JP2009257156A JP2009257156A JP5434493B2 JP 5434493 B2 JP5434493 B2 JP 5434493B2 JP 2009257156 A JP2009257156 A JP 2009257156A JP 2009257156 A JP2009257156 A JP 2009257156A JP 5434493 B2 JP5434493 B2 JP 5434493B2
- Authority
- JP
- Japan
- Prior art keywords
- management target
- information
- target information
- network
- management
- 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.)
- Expired - Fee Related
Links
- 230000005540 biological transmission Effects 0.000 title claims description 65
- 238000000034 method Methods 0.000 title claims description 39
- 230000004044 response Effects 0.000 claims description 90
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 claims description 38
- 238000004891 communication Methods 0.000 description 86
- 230000008569 process Effects 0.000 description 12
- 238000010586 diagram Methods 0.000 description 10
- 238000012545 processing Methods 0.000 description 8
- 230000008859 change Effects 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 238000012790 confirmation Methods 0.000 description 2
- 230000003247 decreasing effect Effects 0.000 description 2
- 238000013461 design Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 230000003111 delayed effect Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Landscapes
- Computer And Data Communications (AREA)
Description
本発明は、ネットワーク管理サーバ装置、管理対象装置、ネットワークシステム、管理対象情報要求方法および管理対象情報送信方法に関する。 The present invention relates to a network management server device, a management target device, a network system, a management target information request method, and a management target information transmission method.
ネットワーク管理サーバ装置が、ネットワークに接続される管理対象の装置(管理対象装置)から、その装置の状態情報を取得する方法の一つに、状態変化が発生した管理対象装置から送信された、状態変化を通知するTrap(トラップ、イベント通知)を、ネットワーク管理サーバ装置が受信し、受信したTrapから状態情報を読み出す方法がある。その際、SNMP(Simple Network Management Protocol)等、確認応答を前提としていないプロトコル(protocol;通信規約)に基づいて通信を行っている場合は、ノイズの混入等、何らかの理由でTrapがネットワーク管理サーバ装置に正常に届かないときでも、確認応答を前提としていないため、管理対象装置からのTrapの再送は行われない。このとき、Trapが送信されたことをネットワーク管理サーバ装置が認識できない場合は、ネットワーク管理サーバ装置が管理対象装置に再送要求することもできず、ネットワーク管理サーバ装置が記憶する管理対象装置の状態情報が更新されない。
そこで、ネットワーク管理サーバ装置が、ポーリング(polling)等によって定期的に管理対象装置の持つ全情報を取得し、当該ネットワーク管理サーバ装置が記憶する状態情報を、取得した情報に基づいて更新する方式が用いられている。
The status sent from the managed device in which the status change occurred to one of the methods by which the network management server device acquires the status information of the device from the managed device (managed device) connected to the network There is a method in which a network management server apparatus receives a trap (trap or event notification) for notifying a change and reads status information from the received trap. At this time, when communication is performed based on a protocol (protocol: communication protocol) that does not require confirmation response, such as SNMP (Simple Network Management Protocol), Trap may be a network management server device for some reason such as noise mixing. Even if the message does not arrive normally, since the confirmation response is not premised, the Trap is not retransmitted from the management target device. At this time, if the network management server device cannot recognize that the Trap has been transmitted, the network management server device cannot make a retransmission request to the management target device, and the status information of the management target device stored in the network management server device Is not updated.
Therefore, there is a method in which the network management server device periodically acquires all information held by the management target device by polling or the like, and updates the state information stored in the network management server device based on the acquired information. It is used.
ネットワーク管理サーバ装置が、管理対象装置に情報を要求する際、従来の方式では、ネットワーク管理サーバ装置は、1個の情報要求パケットで1個の情報を取得する。この方式では、ネットワーク管理サーバ装置が、管理対象装置が持つ全情報を取得するためには、取得する情報の数だけ情報要求パケットを送信し、それぞれの情報要求パケットに対して管理対象装置がネットワーク管理サーバ装置に応答パケットを送信する。このため、ネットワークがパケットであふれ、ネットワーク管理サーバ装置が応答パケットを受信できなくなる、あるいは受信が遅延するおそれがある。
一方、ネットワーク管理サーバ装置が1個の情報要求パケットで複数の情報を要求し、管理対象装置が、要求された複数の情報を1個の応答パケットで送信するようにすれば、通信されるパケット数を減らすことができる。しかし、管理対象装置が複数の情報を1個の応答パケットで送信する際、応答パケットのサイズが管理対象装置の最大送信可能サイズを超えてエラーとなり、情報を送信できないおそれがある。
When the network management server device requests information from the management target device, in the conventional method, the network management server device acquires one piece of information with one piece of information request packet. In this method, in order for the network management server device to acquire all information held by the management target device, the network management server device transmits information request packets as many as the number of pieces of information to be acquired. A response packet is transmitted to the management server device. For this reason, there is a possibility that the network overflows with packets, and the network management server apparatus cannot receive the response packet, or reception is delayed.
On the other hand, if the network management server device requests a plurality of information with one information request packet and the management target device transmits the requested plurality of information with one response packet, the packet to be communicated The number can be reduced. However, when the management target device transmits a plurality of pieces of information in one response packet, the size of the response packet exceeds the maximum transmittable size of the management target device, and there is a possibility that the information cannot be transmitted.
そこで、特許文献1では、ネットワークデバイス制御装置(ネットワーク管理サーバ装置)が、SNMPに基づいてデバイス(管理対象装置)に対してオブジェクトの設定値(状態情報)を要求する際に、オブジェクトの設定値を要求するGetRequestパケットを分割することにより、デバイスがオブジェクトの設定値を送信するGetResponseパケットのデータサイズが、デバイスの送信可能サイズを超えないようにする方法が提案されている。
この方法では、ネットワークデバイス制御装置が、デバイスの送信可能サイズを記憶しておき、また、デバイスが送信する各オブジェクトの設定値のデータサイズを予測する。ネットワークデバイス制御装置は、デバイスが有する複数のオブジェクトの設定値を要求する場合、デバイスが1個のパケットでオブジェクトの設定値を送信するとデバイスの送信可能サイズを超えるか否かを判定する。そして、送信可能サイズを超えると判定した場合は、GetRequestパケットを、適当なオブジェクトの設定値を要求する複数のパケットに分割することにより、GetResponseパケットのサイズが、デバイスの送信可能サイズを超えないようにする。
Therefore, in
In this method, the network device control apparatus stores the transmittable size of the device and predicts the data size of the set value of each object transmitted by the device. When the network device control apparatus requests setting values of a plurality of objects that the device has, when the device transmits the setting values of the object in one packet, the network device control apparatus determines whether or not the device's transmittable size is exceeded. If the GetRequest packet is determined to exceed the transmittable size, the GetRequest packet is divided into multiple packets that request the setting value of the appropriate object so that the size of the GetResponse packet does not exceed the transmittable size of the device. To.
上述したように、特許文献1に記載された技術では、ネットワークデバイス制御装置が、各オブジェクトの設定値のデータサイズを予測し、GetResponseパケットのデータサイズがデバイスの送信可能サイズを超えるか否かを判定し、超えると判定した場合は、GetRequestパケットを、適当なオブジェクトの設定値を要求する複数のパケットに分割する。このため、デバイスの送信可能サイズが小さく、オブジェクトの設定値のデータサイズが大きい場合は、ネットワーク管理サーバ装置が送信するGetRequestパケットの数が増大する。また、デバイスのオブジェクト数が多い場合には、設定値要求対象のオブジェクトを示す情報のデータサイズが増大し、その結果、GetRequestパケットのデータサイズが増大する。これにより、ネットワーク管理サーバ装置が送信するデータ量が増大してしまうという問題があった。
As described above, in the technique described in
本発明は、このような事情を考慮してなされたものであり、その目的は、ネットワーク管理サーバ装置が管理対象装置に管理対象情報を要求する際に、ネットワーク管理サーバ装置が送信するデータ量を抑制できるネットワーク管理サーバ装置、ネットワークシステム、管理対象情報要求方法、および、管理対象情報送信方法を提供することにある。 The present invention has been made in view of such circumstances, and its purpose is to reduce the amount of data transmitted by the network management server device when the network management server device requests management target information from the management target device. An object of the present invention is to provide a network management server device, a network system, a management object information request method, and a management object information transmission method that can be suppressed.
[1]この発明は上述した課題を解決するためになされたもので、本発明の一態様によるネットワーク管理サーバ装置は、ネットワークに接続された管理対象装置から管理対象情報を取得するネットワーク管理サーバ装置であって、前記管理対象装置が有する管理対象情報のうち予め指定されて当該指定を前記管理対象装置が既知の管理対象情報の送信を要求する所定情報要求信号を生成する情報要求信号生成部と、前記情報要求信号生成部が生成した前記所定情報要求信号を前記管理対象装置に送信する送信部と、を具備することを特徴とする。 [1] The present invention was made to solve the above-described problems, and a network management server device according to an aspect of the present invention acquires management target information from a management target device connected to a network. An information request signal generation unit that generates a predetermined information request signal that is designated in advance among the management target information of the management target device and that requests the management target information to be transmitted by the management target device. A transmission unit that transmits the predetermined information request signal generated by the information request signal generation unit to the device to be managed.
[2]また、本発明の一態様によるネットワーク管理サーバ装置は、上述のネットワーク管理サーバ装置であって、前記予め指定されて当該指定を前記管理対象装置が既知の管理対象情報は、前記管理対象装置が有する全ての管理対象情報であることを特徴とする。 [2] A network management server device according to an aspect of the present invention is the network management server device described above, wherein the management target information that is specified in advance and known by the management target device is the management target. It is all the management object information which the apparatus has.
[3]また、本発明の一態様によるネットワーク管理サーバ装置は、上述のネットワーク管理サーバ装置であって、前記管理対象情報はSNMPのオブジェクトであることを特徴とする。 [3] A network management server apparatus according to an aspect of the present invention is the network management server apparatus described above, wherein the management target information is an SNMP object.
[4]また、本発明の一態様による管理対象装置は、ネットワークに接続され、ネットワーク管理装置に管理対象情報を送信する管理対象装置であって、予め指定された管理対象情報を識別する情報を記憶する記憶部と、前記管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する所定情報要求信号を受信する受信部と、前記受信部が前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得部と、前記情報取得部が取得した管理対象情報を送信する送信部と、を具備することを特徴とする。 [4] A management target device according to an aspect of the present invention is a management target device that is connected to a network and transmits management target information to the network management device, and includes information for identifying management target information designated in advance. A storage unit for storing; a receiving unit for receiving a predetermined information request signal for requesting transmission of management target information specified in advance among management target information included in the management target device; and the reception unit receiving the predetermined information request signal When receiving , based on information for identifying the pre-designated management target information stored in the storage unit, an information acquisition unit for obtaining the pre-designated management target information, and the management target obtained by the information acquisition unit And a transmission unit that transmits information.
[5]また、本発明の一態様による管理対象装置は、上述の管理対象装置であって、前記予め指定された管理対象情報は、前記管理対象装置が有する全ての管理対象情報であることを特徴とする。 [5] In addition, a management target device according to an aspect of the present invention is the management target device described above, and the management target information designated in advance is all management target information included in the management target device. Features.
[6]また、本発明の一態様による管理対象装置は、上述の管理対象装置であって、前記管理対象情報はSNMPのオブジェクトであることを特徴とする。 [6] A management target apparatus according to an aspect of the present invention is the management target apparatus described above, wherein the management target information is an SNMP object.
[7]また、本発明の一態様による管理対象装置は、上述の管理対象装置であって、前記情報取得部が取得した管理対象情報の全てを1個の応答信号に含めた場合のデータサイズが、当該管理対象装置が送信可能なサイズか否かを判定し、送信可能なサイズであると判定した場合は、前記情報取得部が取得した管理対象情報の全てを含む1個の応答信号を生成し、送信可能なサイズを超えていると判定した場合は、前記情報取得部が取得した管理対象情報を送信可能なサイズに分割し、分割した前記管理対象情報ごとに応答信号を生成する応答信号生成部をさらに具備し、前記送信部は、前記応答信号を送信し、
前記応答信号生成部は、分割した前記管理対象情報ごとの応答信号を生成した場合、送信すべき応答信号が残り1個か否かを判定し、残り1個であると判定した場合は、残り1個でないと判定した場合と異なる値の情報送信状態フラグを当該応答信号に含める、ことを特徴とする。
[7] In addition, a management target device according to an aspect of the present invention is the management target device described above, and the data size when all of the management target information acquired by the information acquisition unit is included in one response signal. However, it is determined whether or not the managed device is a size that can be transmitted, and if it is determined that the managed device is a size that can be transmitted, one response signal including all of the management target information acquired by the information acquisition unit is received. A response that generates and divides the management target information acquired by the information acquisition unit into a transmittable size and generates a response signal for each of the divided management target information when it is determined that the size exceeds the transmittable size Further comprising a signal generator, wherein the transmitter transmits the response signal ,
When the response signal generation unit generates a response signal for each of the divided pieces of management target information, the response signal generation unit determines whether or not there is only one response signal to be transmitted. An information transmission state flag having a value different from that determined when the number is not one is included in the response signal .
[8]また、本発明の一態様によるネットワークシステムは、管理対象装置と、前記管理対象装置から管理対象情報を取得するネットワーク管理サーバ装置と、を含むネットワークシステムであって、前記ネットワーク管理サーバ装置は、前記管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する信号として予め定められた信号である所定情報要求信号を生成する情報要求信号生成部と、前記情報要求信号生成部が生成した前記所定情報要求信号を前記管理対象装置に送信する送信部と、を具備し、前記管理対象装置は、前記予め指定された管理対象情報を識別する情報を記憶する記憶部と、前記所定情報要求信号を受信する受信部と、前記受信部が前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得部と、前記情報取得部が取得した管理対象情報を送信する送信部と、を具備する、ことを特徴とする。 [8] A network system according to an aspect of the present invention is a network system including a management target device and a network management server device that acquires management target information from the management target device, the network management server device An information request signal generation unit that generates a predetermined information request signal that is a signal that is predetermined as a signal that requests transmission of management target information that is specified in advance among the management target information that the management target device has, and the information A transmission unit that transmits the predetermined information request signal generated by the request signal generation unit to the management target device, and the management target device stores information that identifies the management target information designated in advance and parts, and a receiving unit that receives the predetermined information request signal, when the receiving unit receives the predetermined information request signal, the storage unit stores The advance based on the specified information for identifying the management object information, an information acquisition section that acquires management target information the previously designated, the transmission unit that transmits the management object information by the information acquisition unit has acquired that, It is characterized by comprising.
[9]また、本発明の一態様による管理対象情報要求方法は、ネットワークに接続された管理対象装置から管理対象情報を取得するネットワーク管理サーバ装置の管理対象情報要求方法であって、前記ネットワーク管理サーバ装置が、前記管理対象装置が有する管理対象情報のうち予め指定されて当該指定を前記管理対象装置が既知の管理対象情報の送信を要求する信号として予め定められた信号である所定情報要求信号を送信する、ことを特徴とする。 [9] A management target information request method according to an aspect of the present invention is a management target information request method for a network management server device that acquires management target information from a management target device connected to a network, the network management server A predetermined information request signal that is a signal that is preliminarily specified as a signal that the server device specifies in advance among the management target information that the management target device has and the management target device requests transmission of known management target information. Is transmitted.
[10]また、本発明の一態様による管理対象情報送信方法は、ネットワークに接続され、予め指定された管理対象情報を識別する情報を記憶する記憶部を具備して、ネットワーク管理装置に管理対象情報を送信する管理対象装置の管理対象情報送信方法であって、前記管理対象装置が、当該管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する所定情報要求信号を受信する受信ステップと、前記管理対象装置が、前記受信ステップにて前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得ステップと、前記管理対象装置が、前記情報取得ステップにて取得した管理対象情報を送信する送信ステップと、を具備することを特徴とする。
[10] A management target information transmitting method according to an aspect of the present invention includes a storage unit that is connected to a network and stores information for identifying management target information designated in advance. A management target information transmission method of a management target device for transmitting information, wherein the management target device requests transmission of management target information specified in advance among management target information of the management target device And when the management target device receives the predetermined information request signal in the reception step , based on information identifying the management target information designated in advance stored in the storage unit, An information acquisition step of acquiring management target information designated in advance, and the management target device transmits the management target information acquired in the information acquisition step Characterized by comprising a transmission step, the.
本発明によれば、ネットワーク管理サーバ装置が管理対象装置に管理対象情報を要求する際に、ネットワーク管理サーバ装置が送信するデータ量を抑制することができる。 ADVANTAGE OF THE INVENTION According to this invention, when a network management server apparatus requests | requires management object information from a management object apparatus, the data amount which a network management server apparatus transmits can be suppressed.
以下、図面を参照して、本発明の一実施形態について説明する。
図1は、本発明の一実施形態におけるネットワークシステムの概略構成を示すシステム構成図である。
同図において、ネットワークシステム1は、ネットワーク管理サーバ装置11と通信装置(管理対象装置)21−1〜21−6を含んで構成される。
ネットワーク管理サーバ装置11は、通信装置21−1〜21−6に対して情報要求パケットを送信する。また、ネットワーク管理サーバ装置11は、通信装置21−1〜21−6から管理対象情報を含む情報応答パケットを受信し、ネットワーク管理サーバ装置11自らが記憶する管理対象情報を更新し、更新した情報を表示する。
通信装置21−1〜21−6は、例えばスイッチングハブであり、パーソナル・コンピュータやプリンタ等が接続される。通信装置21−1〜21−6は、ネットワーク管理サーバ装置11から情報要求パケットを受信すると、受信した情報要求パケットに応じた管理対象情報を含む情報応答パケットを送信する。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a system configuration diagram showing a schematic configuration of a network system according to an embodiment of the present invention.
In FIG. 1, the
The network
The communication devices 21-1 to 21-6 are switching hubs, for example, and are connected to a personal computer, a printer, and the like. When receiving the information request packet from the network
以下では、ネットワーク管理サーバ装置11が、通信装置21−1〜21−6のいずれかに対して、その通信装置の全オブジェクトの管理対象情報を要求する場合について、通信装置21−2に対して要求する場合を例に説明する。加えて、通信装置21−1〜21−6はTrapを送信し、また、ネットワーク管理サーバ装置11は、通信装置21−1〜21−6の特定のオブジェクトを指定して管理対象情報を要求するが、これらは従来技術と同様であり、説明を省略する。
なお、ここでいうオブジェクトとは、管理対象項目、すなわち、通信装置21−1〜21−6の状態情報(例えば、通信中か否か)や通信装置21−1〜21−6が計測するデータ(例えば通信速度)のうち、ネットワーク管理サーバ装置11が管理対象とする項目である。通信装置21−1〜21−6のオブジェクトは、例えばSNMPに規定されるオブジェクトである。
In the following, when the network
The object here refers to a management target item, that is, status information of the communication devices 21-1 to 21-6 (for example, whether communication is in progress) or data measured by the communication devices 21-1 to 21-6. Of (for example, communication speed), the network
なお、図1のネットワークの形状は1例であり、本発明はネットワークの形状や、有線/無線等の送信方法に依存しない。
また、管理対象装置は通信装置に限らず、例えばプリンタ等、他の装置であってもよいし、複数種類の管理対象装置が同一のネットワークシステムに含まれていてもよい。また、管理対象装置の個数は、図1に示す6個に限らず、7個以上であってもよいし、5個以下であってもよい。また、ネットワーク管理サーバ装置の個数も、図1に示す1個に限らない。ネットワークシステムが2個以上のネットワーク管理サーバ装置を具備し、各ネットワーク管理サーバ装置が、管理対象装置に対して管理対象情報の送信を要求するようにしてもよい。
Note that the shape of the network in FIG. 1 is an example, and the present invention does not depend on the shape of the network or a transmission method such as wired / wireless.
Further, the management target device is not limited to the communication device, and may be another device such as a printer, or a plurality of types of management target devices may be included in the same network system. Further, the number of management target devices is not limited to six as shown in FIG. 1, but may be seven or more, or may be five or less. Further, the number of network management server devices is not limited to one shown in FIG. The network system may include two or more network management server devices, and each network management server device may request the management target device to transmit management target information.
図2は、ネットワーク管理サーバ装置11の概略構成を示す構成図である。同図において、ネットワーク管理サーバ装置11は、情報要求判定部111と情報要求信号生成部112と記憶部121と表示部131と表示制御部132と情報読出部133と送受信部141とを含んで構成される。
記憶部121は、通信装置21−1〜21−6から送信される管理対象情報を、通信装置の識別子およびオブジェクトの識別子と対応付けて記憶する。また、記憶部121は、ネットワーク管理サーバ装置11自身が全ての管理対象情報を要求中か否かを示す全情報要求状態フラグを記憶する。
情報要求判定部111は、例えば、管理対象情報を更新してからの経過時間を計測し、時間経過により通信装置21−1〜21−6のいずれかに全オブジェクトの管理対象情報を要求する必要が生じたか否かを判定する。必要が生じたと判定した場合は、情報要求判定部111は、全オブジェクトの管理対象情報を要求すべきこと、および、要求先の通信装置21−i(iは1≦i≦6の正整数)を示す情報を、情報要求信号生成部112に出力する。
FIG. 2 is a configuration diagram illustrating a schematic configuration of the network
The
For example, the information request determination unit 111 needs to measure the elapsed time since the management target information is updated, and request the management target information of all objects from any of the communication devices 21-1 to 21-6 with the passage of time. It is determined whether or not an error has occurred. When it is determined that the necessity has arisen, the information request determination unit 111 should request the management target information of all objects, and the communication device 21-i of the request destination (i is a positive integer of 1 ≦ i ≦ 6). Is output to the information
情報要求信号生成部112は、情報要求判定部111から出力される情報が示す通信装置21−iに全オブジェクトの管理対象情報を要求する全情報要求パケット(全情報要求信号)を生成し、送受信部141に出力する。送受信部141は、情報要求信号生成部112から出力される全情報要求パケットを、このパケットの宛先の通信装置21−iに出力する。また、送受信部141は、通信装置21−iから管理対象情報を含む情報応答パケットを受信すると、受信したパケットを情報読出部133に出力する。情報読出部133は、送受信部141から出力される情報応答パケットから通信装置の識別子とオブジェクトの識別子と管理対象情報を読み出し、読み出した管理対象情報を管理対象情報記憶部121に書き込む。
表示制御部132は、情報読出部133が記憶部121に書き込んだ管理対象情報を読み出し、読み出した管理対象情報に基づいて表示部131に表示させる画像データを生成し、表示部131に出力する。表示部131は、例えば液晶パネル等の表示用デバイスを備え、表示制御部132から出力される画像データを表示する。
The information request
The
図3は、通信装置21−2の概略構成を示す構成図である。通信装置21−1〜21−6は、同図で説明する部分に関しては同様の構成であり、代表として通信装置21−2について説明する。
同図において、通信装置21−2は、OID(Objedt Identifier;オブジェクトの識別子)取得部211と情報読出部212と応答信号生成部213と記憶部221と情報生成部231と送受信部241とを具備する。
記憶部221は、管理対象情報を、そのオブジェクトのOIDと対応付けて記憶する。ネットワーク管理サーバ装置11および通信装置21−1〜21−6は、OIDとして、例えばSNMPに規定されるOIDを使用する。
FIG. 3 is a configuration diagram illustrating a schematic configuration of the communication device 21-2. The communication devices 21-1 to 21-6 have the same configuration with respect to the parts described in the figure, and the communication device 21-2 will be described as a representative.
In the figure, the communication device 21-2 includes an OID (Objedt Identifier)
The
情報生成部231は、通信装置21−2の状態を判定し、あるいは、通信速度等のデータを測定して管理対象情報を生成し、生成した管理対象情報を記憶部221に書き込む。
送受信部241は、ネットワーク管理サーバ装置11から送信される全情報要求パケットを受信すると、OID取得部211に出力する。また、送受信部241は、受信した全情報要求パケット(全情報要求信号)に対する応答信号である情報応答パケットが応答信号生成部213から出力されると、出力されたパケットをネットワーク管理サーバ装置11に送信する。
OID取得部211は、送受信部241から全情報要求パケットが出力されると、記憶部221から通信装置21−2の全てのオブジェクトのOIDを読み出して、情報読出部212に出力する。
情報読出部(情報取得部)212は、OID取得部211から出力されるOIDに基づいて記憶部221から管理対象情報を読み出すことにより管理対象情報を取得し、取得した管理対象情報を応答信号生成部213に出力する。
The
Upon receiving all information request packets transmitted from the network
When the all information request packet is output from the transmission /
The information reading unit (information acquisition unit) 212 reads the management target information from the
応答信号生成部213は、情報読出部212から出力される管理対象情報を含む情報応答パケットを生成し、送受信部241に出力する。その際、応答信号生成部213は、情報応答パケットのサイズが通信装置21−2自身の送信可能サイズ(送信可能なパケット長)を超える場合は複数パケットに分割する。
なお、通信装置21−1〜21−6は、図3で示した構成の他に、当該装置としての機能を実現する部分、すなわち、通信を行う機能を実現する部分を具備するが、図示および説明を省略する。
The response
In addition to the configuration shown in FIG. 3, the communication devices 21-1 to 21-6 include a portion that realizes a function as the device, that is, a portion that realizes a function of performing communication. Description is omitted.
次に、ネットワーク管理サーバ装置11と通信装置21−2との間における全オブジェクトの管理対象情報の受け渡しについて説明する。
図4は、ネットワーク管理サーバ装置11が送信する全情報要求パケットと、通信装置21−2が送信する情報応答パケットとの、信号の流れを示す図である。同図におけるネットワークシステム1の構成は図1と同様であり、説明を省略する。
ネットワーク管理サーバ装置11の情報要求判定部111が、通信装置21−2の全オブジェクトの管理対象情報を取得する必要があると判定すると、同図に示すように、ネットワーク管理サーバ装置11は、通信装置21−2に全情報要求パケットを送信する。全情報要求パケットを受信した通信装置21−2は、管理対象情報21−2自身が記憶する全てのオブジェクトの管理対象情報を含む情報応答パケットを生成し、ネットワーク管理サーバ装置11に出力する。
Next, transfer of management object information of all objects between the network
FIG. 4 is a diagram illustrating a signal flow of all information request packets transmitted by the network
If the information request determination unit 111 of the network
図5は、ネットワーク管理サーバ装置11が全情報要求パケットを送信し、通信装置21−2が情報応答パケットを送信する例を示すシーケンス図である。
ネットワーク管理サーバ装置11は、通信装置21−2の全オブジェクトの最新の状態を取得する必要が生じると、通信装置21−2に対して全情報要求パケットを送信する。また、ネットワーク管理サーバ装置11は、記憶部121が記憶する全情報要求状態フラグを「OFF」から「ON」に書き換える(シーケンスS101)。ここで、全情報要求状態フラグの値は、ネットワーク管理サーバ装置11が通信装置21−2の全情報要求中(全情報要求状態フラグ=「ON」)か否(全情報要求状態フラグ=「OFF」)かを示す。
FIG. 5 is a sequence diagram illustrating an example in which the network
When it becomes necessary to acquire the latest state of all objects of the communication device 21-2, the network
通信装置21−2は、ネットワーク管理サーバ装置11からの全情報要求パケットを受信し、通信装置21−2自身の持つ全オブジェクトを通知するための情報応答パケットを生成する(シーケンスS102)。情報応答パケットには1つ以上のオブジェクトと、情報応答パケットの送信が継続中か否かを示す情報送信状態フラグとが含まれる。通信装置21−2は、情報応答パケットを生成する際、パケットサイズが通信装置21−2自身の送信可能サイズを超えない範囲で、複数のオブジェクトを1つのパケットにまとめる。全オブジェクトの管理対象情報の合計サイズが送信可能サイズを超えない場合は1パケットにまとめることができるため、情報送信状態フラグを「OFF」にする。一方、全オブジェクトを1パケットにまとめることができない場合は、送信可能サイズを超えない範囲でより多くのオブジェクトをまとめ、情報送信状態フラグを「ON」にしてパケットを生成し、残りのオブジェクトについても同様の処理を繰り返す。複数パケットに分割される場合の最後のパケットについては、情報送信状態フラグを「OFF」にする。通信装置21−2は、パケット生成処理を終えると、生成したパケットを生成順にネットワーク管理サーバ装置11に送信する(シーケンスS103)。情報応答パケットを受信したネットワーク管理サーバ装置11は、受信したパケットの情報送信状態フラグが「ON」であれば、全情報要求状態フラグを「ON」のままとする。一方、情報送信状態フラグが「OFF」であれば、全情報要求状態フラグを「OFF」として、全情報要求状態を解除する。また、ネットワーク管理サーバ装置11は、受信したパケットから管理対象情報を読み出し、画面表示等に反映させる(シーケンスS104)。
The communication device 21-2 receives the all information request packet from the network
図6は、ネットワーク管理サーバ装置11が全情報要求を行う処理手順を示すフローチャートである。
ネットワーク管理サーバ装置11の情報要求判定部111が、全情報要求を行うべきと判定し、情報要求信号生成部112に全情報要求を行うべき通信装置を示す情報を出力すると、ネットワーク管理サーバ装置11は、全情報要求を行う処理を開始する。
ステップS201において、情報要求判定部111は、記憶部121が記憶する全情報要求状態フラグを「ON」にする。
ステップS202において、情報要求信号生成部112は、全情報要求パケットを生成する。ここで、全情報要求パケットは、例えば全情報要求コマンドを含むなど、予めパターンが定められている。情報要求信号生成部112は、この予め定められたパターンに従って、情報要求判定部111から出力される情報が示す、全情報要求を行うべき通信装置宛の全情報要求パケットを生成する。情報要求信号生成部112は、生成した全情報要求パケットを送受信部141に出力する。
FIG. 6 is a flowchart showing a processing procedure in which the network
When the information request determination unit 111 of the network
In step S <b> 201, the information request determination unit 111 sets the all information request state flag stored in the
In step S202, the information request
ステップS203において、送受信部141は、情報要求信号生成部112から出力される全情報要求パケットを、パケットの宛先の通信装置に送信する。
ステップS204において、送受信部141は、全情報要求パケットの送信に応じて通信装置より返信される情報応答パケットを受信したか否かを判定する。受信したと判定した場合(ステップS204:YES)はステップS205に進み、受信していないと判定した場合(ステップS204:NO)はステップS204を繰り返す。
ステップS205において、送受信部141は、受信した情報応答パケットを情報読出部133に出力し、情報読出部133は、送受信部141から出力された情報応答パケットから管理対象情報を読み出す。
In step S203, the transmission /
In step S204, the transmission /
In step S205, the transmission /
ステップS206において、情報読出部133は、情報応答パケットから情報送信状態フラグを読み出し、読み出した情報送信状態フラグが「ON」か「OFF」かを判定する。「OFF」であると判定した場合(ステップS206:YES)はステップS207に進み、「ON」であると判定した場合(ステップS206:NO)はステップS204に戻る。
ステップS207において、情報読出部133は、記憶部121が記憶する全情報要求状態フラグを「OFF」に設定する。また、情報読出部133は、全情報要求が終了したことを示す信号を、表示制御部132に出力する。
ステップS208において、表示制御部132は、記憶部121から管理対象情報を読み出し、読み出した管理対象情報に基づいて表示用データを生成する。表示部131は、表示制御部132が生成した表示用データに基づいて管理対象情報を示す画像を表示する。
In step S206, the
In step S207, the
In step S208, the
なお、ネットワーク管理サーバ装置11が全情報要求パケットを送信してからの時間を計測し、ステップS204において情報送信状態フラグの値が「OFF」の状態応答パケットを受信する前に予め設定された時間を超えた場合は、処理を中断(タイムアウト)するようにしてもよい。これにより、情報送信状態フラグが「OFF」の情報応答パケットが何らかの理由でネットワーク管理サーバ装置11に到達しなかった場合に無限ループに陥ることを回避できる。
また、ネットワーク管理サーバ装置11は、ステップS207等の情報送信状態フラグ「OFF」を受信後に、受信した情報応答パケットに含まれるオブジェクトと記憶部121が記憶するオブジェクトとを比較することにより、全てのオブジェクトの管理対象情報を受信したか否かを判定し、受信していないと判定した場合に再送要求するようにしてもよい。これにより、一部の管理対象情報が何らかの理由でネットワーク管理サーバ装置11に到達しなかった場合でも、ネットワーク管理サーバ装置11は、この管理対象情報を取得できる。
Note that the time after the network
Further, after receiving the information transmission state flag “OFF” in step S207 and the like, the network
図7は、通信装置21−2が情報応答パケットを生成する処理手順を示すフローチャートである。通信装置21−2は、送受信部241が全情報要求パケットを受信し、受信した全情報要求パケットをOID取得部211に出力すると、情報応答パケットを生成する処理を開始する。
ステップS301において、OID取得部211は、送受信部241から出力されるパケットが全情報要求パケットであると判定すると、通信装置21−2の全てのオブジェクトのOIDを記憶部221から読み出す。OID取得部211は、読み出したOIDを情報読出部212に出力する。
FIG. 7 is a flowchart illustrating a processing procedure in which the communication device 21-2 generates an information response packet. When the transmission /
In step S <b> 301, when the
ステップS302において、情報読出部212は、OID取得部211から出力されるOIDに基づいて、記憶部221から管理対象情報を読み出す。ここでは、情報読出部212は、記憶部221が記憶する全ての管理対象情報を読み出す。情報読出部212は、読み出した情報を応答信号生成部213に出力する。
ステップS303において、応答信号生成部213は、情報読出部212から出力された全ての管理対象情報を1個のパケットにまとめた場合に通信装置21−2の送信可能サイズを超えるか否かを判定する。超えると判定した場合(ステップS303:YES)はステップS304に進み、超えないと判定した場合(ステップS303:NO)はステップS306に進む。
In step S <b> 302, the
In step S303, the response
ステップS304において、応答信号生成部213は、情報読出部212から出力された全ての管理対象情報の中から、送信可能サイズを超えない範囲でパケットを生成できる管理対象情報を選択し(すなわち、管理対象情報のデータサイズとパケットヘッダ等のデータサイズとの合計が送信可能サイズを超えないように、管理対象情報を選択し)、選択した管理対象情報を要素とする1個の集合を生成する。
ステップS305において、応答信号生成部213は、残りの管理対象情報を1個のパケットにまとめた場合に通信装置21−2の送信可能サイズを超えるか否かを判定する。超えると判定した場合(ステップS305:YES)はステップS304に戻り、上記の「情報読出部212から出力された全ての管理対象情報」を「ステップS304で選択した残りの管理対象情報」と読み替えて処理を繰り返す。一方、超えないと判定した場合(ステップS305:NO)はステップS306に進む。
ステップS306において、応答信号生成部213は、ステップS304で生成した管理対象情報の集合ごとに情報応答パケットを生成する。(ステップS303で送信可能サイズを超えないと判定した場合は、情報読出部212から出力された全ての管理対象情報を含む1個の情報応答パケットを生成する。)
In step S304, the response
In step S <b> 305, the response
In step S306, the response
ステップS307において、応答信号生成部213は、ネットワーク管理サーバ装置11に送信すべき情報応答パケットが残り1個か否かを判定する。残り1個と判定した場合(ステップS307:YES)はステップS308に進み、そうでないと判定した場合は、ステップS309に進む。
ステップS308において、応答信号生成部213は、情報応答パケットに情報送信状態フラグを含め、フラグの値を「OFF」とする。応答信号生成部213は、情報送信状態フラグを含む情報応答パケットを入出力部241に出力する。入出力部241は、応答信号生成部213から出力される情報応答パケットをネットワーク管理サーバ装置11に出力する。その後、通信装置21−2は、情報応答パケットを生成する処理を終了する。
In step S307, the response
In step S308, the response
ステップS309において、応答信号生成部213は、情報応答パケットに情報送信状態フラグを含め、フラグの値を「ON」とする。応答信号生成部213は、情報送信状態フラグを含む情報応答パケットを入出力部241に出力する。入出力部241は、応答信号生成部213から出力される情報応答パケットをネットワーク管理サーバ装置11に出力する。その後、ステップS307に戻る。
In step S309, the response
以上のように、通信装置21−1〜21−6の全てのオブジェクトの管理対象情報を要求する際に、ネットワーク管理サーバ装置11が、予めパターンを定められた全情報要求パケットを送信するので、対象となるオブジェクトを示す情報(例えば、SNMPのOID)を全情報要求パケットに含める必要が無い。このため、対象となるオブジェクトの個数が多い場合でも、全情報要求パケットのデータサイズを抑制することができ、また、1個のパケットで全情報を要求することができる。これにより、ネットワーク管理サーバ装置11が送信するデータ量を少なくし、ネットワーク上の通信負荷を低減できる。
また、通信装置21−1〜21−6が、自らの送信可能サイズに応じた情報応答パケットを生成するので、ネットワーク管理サーバ装置11は、通信装置21−1〜21−6が送信する管理対象情報のデータサイズを推定し、情報応答パケットが当該通信装置21−1〜21−6の送信可能サイズを超えるか否かを判定する必要が無い。このため、ネットワーク管理サーバ装置11に負荷が集中しない。さらには、ネットワーク管理サーバ装置11の設計をより容易にすることができる。
As described above, when requesting the management object information of all objects of the communication devices 21-1 to 21-6, the network
Further, since the communication devices 21-1 to 21-6 generate information response packets corresponding to their own transmittable sizes, the network
なお、本発明の適用は、ネットワーク管理サーバ装置11が通信装置の全てのオブジェクトの管理対象情報を要求する場合に限らず、予め指定された複数のオブジェクトの管理対象情報を要求する場合であってもよい。すなわち、予め指定された管理対象情報を要求することを示す所定情報要求パケット(所定情報要求信号)を予め定めておき、ネットワーク管理サーバ装置11が、この所定情報要求パケットを送信すると、このパケットを受信した通信装置は、予め指定されたオブジェクトの管理対象情報を情報応答パケットに含めて送信する。この場合も、全情報要求パケットの場合と同様、情報を要求するパケットに対象のオブジェクトを示す情報を含める必要が無いので、パケットのデータサイズを抑制することができ、また、1個のパケットで情報を要求することができる。これにより、ネットワーク管理サーバ装置11が送信するデータ量を少なくし、ネットワーク上の通信負荷を低減できる。
The application of the present invention is not limited to the case where the network
なお、ネットワーク管理サーバ装置11が、通信装置21−1〜21−6をアイコンで視覚的に表示し、全情報要求中(すなわち、ネットワーク管理サーバ装置11が全てのオブジェクトの管理対象情報を要求中)の通信装置を示すアイコンを特定の色に変化させるようにしてもよい。
図8は、ネットワーク管理サーバ装置11の表示部131が、通信装置21−1〜21−6をアイコンで表示し、通信装置21−2を示すアイコンを特定の色に変化させた例を示す図である。
このように、全情報要求中の通信装置を示すアイコンの色を変化させることにより、全情報取得中であることを視覚的にわかりやすく表示でき、オペレータ(ネットワーク管理サーバ装置11のユーザ)は、ネットワーク管理サーバ装置11の情報取得状況を容易に把握できる。
なお、全情報要求中の通信装置を示すアイコンの色の変化の代わりに、あるいはアイコンの色の変化に加えて、アイコンの大きさや形の変化、あるいは、全情報要求中を示すメッセージをアイコンと共に表示することにより、全情報要求中の通信装置を示すようにしてもよい。
Note that the network
FIG. 8 is a diagram illustrating an example in which the
In this way, by changing the color of the icon indicating the communication device for which all information is requested, it is possible to display that all information is being acquired in a visually easy-to-understand manner. The operator (user of the network management server device 11) can The information acquisition status of the network
In addition to the change in the color of the icon indicating the communication device that is requesting all information, or in addition to the change in the icon color, a change in the size or shape of the icon, or a message indicating that all information is being requested is displayed together with the icon. By displaying, the communication apparatus requesting all information may be shown.
なお、ネットワーク管理サーバ装置11や、通信装置21−1〜6の全部または一部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより各部の処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含むものとする。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
Note that a program for realizing all or part of the functions of the network
Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.
The “computer-readable recording medium” refers to a storage device such as a flexible medium, a magneto-optical disk, a portable medium such as a ROM and a CD-ROM, and a hard disk incorporated in a computer system. Furthermore, the “computer-readable recording medium” dynamically holds a program for a short time like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory in a computer system serving as a server or a client in that case, and a program that holds a program for a certain period of time are also included. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.
以上、本発明の実施形態を図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。 The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes design changes and the like without departing from the gist of the present invention.
本発明は、ネットワーク管理サーバ装置、管理対象装置、ネットワークシステム、管理対象情報要求方法および管理対象情報送信方法に用いて好適である。 The present invention is suitable for use in a network management server device, a management target device, a network system, a management target information request method, and a management target information transmission method.
1 ネットワークシステム
11 ネットワーク管理サーバ装置
21−1〜21−6 通信装置
111 情報要求判定部
112 情報要求信号生成部
121 記憶部
131 表示部
132 表示制御部
133 情報読出部
141 送受信部
211 OID取得部
212 情報読出部
213 応答信号生成部
221 記憶部
231 情報生成部
241 送受信部
DESCRIPTION OF
Claims (10)
前記管理対象装置が有する管理対象情報のうち予め指定されて当該指定を前記管理対象装置が既知の管理対象情報の送信を要求する所定情報要求信号を生成する情報要求信号生成部と、
前記情報要求信号生成部が生成した前記所定情報要求信号を前記管理対象装置に送信する送信部と、
を具備することを特徴とするネットワーク管理サーバ装置。 A network management server device that acquires management target information from a management target device connected to a network,
An information request signal generation unit that generates a predetermined information request signal for requesting transmission of known management target information that is specified in advance among the management target information included in the management target device ;
A transmission unit that transmits the predetermined information request signal generated by the information request signal generation unit to the device to be managed;
A network management server device comprising:
予め指定された管理対象情報を識別する情報を記憶する記憶部と、
前記管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する所定情報要求信号を受信する受信部と、
前記受信部が前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得部と、
前記情報取得部が取得した管理対象情報を送信する送信部と、
を具備することを特徴とする管理対象装置。 A management target device connected to a network and transmitting management target information to a network management device,
A storage unit for storing information for identifying management target information designated in advance;
A receiving unit that receives a predetermined information request signal for requesting transmission of management target information specified in advance among management target information of the management target device;
An information acquisition unit that acquires the pre-designated management target information based on information identifying the pre-designated management target information stored in the storage unit when the reception unit receives the predetermined information request signal; ,
A transmission unit that transmits the management target information acquired by the information acquisition unit;
A device to be managed.
前記送信部は、前記応答信号を送信し、
前記応答信号生成部は、分割した前記管理対象情報ごとの応答信号を生成した場合、送信すべき応答信号が残り1個か否かを判定し、残り1個であると判定した場合は、残り1個でないと判定した場合と異なる値の情報送信状態フラグを当該応答信号に含める、
ことを特徴とする請求項4から6のいずれかの項に記載の管理対象装置。 It is determined whether the data size when all the management target information acquired by the information acquisition unit is included in one response signal is a size that can be transmitted by the management target device. If it is determined, one response signal including all of the management target information acquired by the information acquisition unit is generated, and if it is determined that the size exceeds the transmittable size, the management acquired by the information acquisition unit Further comprising a response signal generation unit that divides the target information into a transmittable size and generates a response signal for each of the divided management target information;
The transmitter transmits the response signal ;
When the response signal generation unit generates a response signal for each of the divided pieces of management target information, the response signal generation unit determines whether or not there is only one response signal to be transmitted. Including in the response signal an information transmission status flag having a value different from that determined when it is not one.
The management target device according to claim 4, wherein the device is a management target device.
前記ネットワーク管理サーバ装置は、
前記管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する信号として予め定められた信号である所定情報要求信号を生成する情報要求信号生成部と、
前記情報要求信号生成部が生成した前記所定情報要求信号を前記管理対象装置に送信する送信部と、
を具備し、
前記管理対象装置は、
前記予め指定された管理対象情報を識別する情報を記憶する記憶部と、
前記所定情報要求信号を受信する受信部と、
前記受信部が前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得部と、
前記情報取得部が取得した管理対象情報を送信する送信部と、
を具備する、
ことを特徴とするネットワークシステム。 A network system including a management target device and a network management server device that acquires management target information from the management target device,
The network management server device
An information request signal generating unit that generates a predetermined information request signal that is a predetermined signal as a signal for requesting transmission of management target information specified in advance among management target information included in the management target device;
A transmission unit that transmits the predetermined information request signal generated by the information request signal generation unit to the device to be managed;
Comprising
The managed device is:
A storage unit for storing information for identifying the management target information designated in advance;
A receiver for receiving the predetermined information request signal;
An information acquisition unit that acquires the pre-designated management target information based on information identifying the pre-designated management target information stored in the storage unit when the reception unit receives the predetermined information request signal; ,
A transmission unit that transmits the management target information acquired by the information acquisition unit;
Comprising
A network system characterized by this.
前記ネットワーク管理サーバ装置が、前記管理対象装置が有する管理対象情報のうち予め指定されて当該指定を前記管理対象装置が既知の管理対象情報の送信を要求する信号として予め定められた信号である所定情報要求信号を送信する、
ことを特徴とする管理対象情報要求方法。 A management target information request method for a network management server device that acquires management target information from a management target device connected to a network,
The network management server device is a predetermined signal that is specified in advance as management target information included in the management target device and that the management target device requests transmission of known management target information. Send an information request signal,
A method for requesting information to be managed.
前記管理対象装置が、当該管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する所定情報要求信号を受信する受信ステップと、
前記管理対象装置が、前記受信ステップにて前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得ステップと、
前記管理対象装置が、前記情報取得ステップにて取得した管理対象情報を送信する送信ステップと、
を具備することを特徴とする管理対象情報送信方法。 A management target information transmission method for a management target device that is connected to a network and includes a storage unit that stores information for identifying management target information designated in advance, and transmits the management target information to the network management device,
A receiving step in which the management target device receives a predetermined information request signal for requesting transmission of management target information designated in advance among management target information of the management target device;
When the management target device receives the predetermined information request signal in the receiving step, the management target information specified in advance based on information identifying the management target information specified in advance stored in the storage unit An information acquisition step for acquiring
A transmission step in which the management target device transmits the management target information acquired in the information acquisition step;
The management object information transmission method characterized by comprising.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009257156A JP5434493B2 (en) | 2009-11-10 | 2009-11-10 | Network management server device, management target device, network system, management target information request method, and management target information transmission method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009257156A JP5434493B2 (en) | 2009-11-10 | 2009-11-10 | Network management server device, management target device, network system, management target information request method, and management target information transmission method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2011103033A JP2011103033A (en) | 2011-05-26 |
| JP5434493B2 true JP5434493B2 (en) | 2014-03-05 |
Family
ID=44193343
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2009257156A Expired - Fee Related JP5434493B2 (en) | 2009-11-10 | 2009-11-10 | Network management server device, management target device, network system, management target information request method, and management target information transmission method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5434493B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6188368B2 (en) * | 2013-03-22 | 2017-08-30 | キヤノン株式会社 | Printing apparatus, information processing apparatus, control method, and program |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4942435B2 (en) * | 2006-09-14 | 2012-05-30 | 株式会社リコー | Device information acquisition method and information processing device for acquiring information from device by SNMP message |
| JP2008097326A (en) * | 2006-10-12 | 2008-04-24 | Fujitsu Access Ltd | Snmp sequence management method, manager device, and agent device |
-
2009
- 2009-11-10 JP JP2009257156A patent/JP5434493B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2011103033A (en) | 2011-05-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| ES2553428T3 (en) | Method, device and content processing system | |
| CN103209439B (en) | The method of a kind of data traffic monitoring, device and equipment | |
| JP2020537855A5 (en) | ||
| US9491220B2 (en) | Systems and methods for adapting mobile multimedia content delivery service | |
| JP2836505B2 (en) | Remote monitoring system | |
| JP4110077B2 (en) | Data transmission method for mobile communication system | |
| CN106506601A (en) | Method and device for data transmission | |
| JP5607355B2 (en) | Information processing apparatus and information processing apparatus control method | |
| JP5434493B2 (en) | Network management server device, management target device, network system, management target information request method, and management target information transmission method | |
| JP2014195158A (en) | Communication device, communication system including the same, control method therefor and program | |
| KR101540494B1 (en) | Network message management device and methods thereof | |
| JP4729549B2 (en) | Load control method, apparatus and program | |
| US20110119362A1 (en) | Event acquisition control method, acquisition apparatus that acquires event, and processing apparatus that notifies event | |
| JP2007081521A (en) | Encryption processing update apparatus and encryption processing update method for communication system | |
| JP5573709B2 (en) | Communication device | |
| JP6213059B2 (en) | Relay program, relay device, and relay method | |
| JP6089518B2 (en) | Transfer device, transfer method, and transfer program | |
| JP2000201156A (en) | Network management system | |
| KR101752522B1 (en) | Method for setting capacity of buffer | |
| JP2012018483A (en) | Information processing controlling system, information providing apparatus, processing frequency notifying device, and information processing controlling method | |
| JP2008160590A (en) | Remote monitoring device | |
| JP5429892B2 (en) | COMMUNICATION SYSTEM, SERVER, BAND CONTROL DEVICE, BAND CONTROL METHOD, AND PROGRAM | |
| KR101518295B1 (en) | Method for Encouraging Self-Management of User's Terminal, and Managing Server | |
| JP2017108289A (en) | Management apparatus, method and program | |
| US9516148B2 (en) | Computer-readable recording medium, information management method and information management device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20121005 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130612 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130618 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130731 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20131112 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131125 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |