Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP5434493B2 - Network management server device, management target device, network system, management target information request method, and management target information transmission method - Google Patents
[go: Go Back, main page]

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 PDF

Info

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
Application number
JP2009257156A
Other languages
Japanese (ja)
Other versions
JP2011103033A (en
Inventor
正規 関戸
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 JP2009257156A priority Critical patent/JP5434493B2/en
Publication of JP2011103033A publication Critical patent/JP2011103033A/en
Application granted granted Critical
Publication of JP5434493B2 publication Critical patent/JP5434493B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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 Patent Document 1, when a network device control apparatus (network management server apparatus) requests an object setting value (status information) from a device (managed apparatus) based on SNMP, an object setting value is set. A method has been proposed in which the data size of the GetResponse packet in which the device transmits the setting value of the object does not exceed the transmittable size of the device by dividing the GetRequest packet for requesting.
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.

特開2000−181826号公報JP 2000-181826 A

上述したように、特許文献1に記載された技術では、ネットワークデバイス制御装置が、各オブジェクトの設定値のデータサイズを予測し、GetResponseパケットのデータサイズがデバイスの送信可能サイズを超えるか否かを判定し、超えると判定した場合は、GetRequestパケットを、適当なオブジェクトの設定値を要求する複数のパケットに分割する。このため、デバイスの送信可能サイズが小さく、オブジェクトの設定値のデータサイズが大きい場合は、ネットワーク管理サーバ装置が送信するGetRequestパケットの数が増大する。また、デバイスのオブジェクト数が多い場合には、設定値要求対象のオブジェクトを示す情報のデータサイズが増大し、その結果、GetRequestパケットのデータサイズが増大する。これにより、ネットワーク管理サーバ装置が送信するデータ量が増大してしまうという問題があった。   As described above, in the technique described in Patent Document 1, the network device control apparatus predicts the data size of the setting value of each object, and determines whether the data size of the GetResponse packet exceeds the device transmittable size. If it is determined that it exceeds, the GetRequest packet is divided into a plurality of packets requesting setting values of appropriate objects. For this reason, when the device transmittable size is small and the data size of the object setting value is large, the number of GetRequest packets transmitted by the network management server device increases. If the number of objects in the device is large, the data size of information indicating the setting value request target object increases, and as a result, the data size of the GetRequest packet increases. As a result, there is a problem that the amount of data transmitted by the network management server device increases.

本発明は、このような事情を考慮してなされたものであり、その目的は、ネットワーク管理サーバ装置が管理対象装置に管理対象情報を要求する際に、ネットワーク管理サーバ装置が送信するデータ量を抑制できるネットワーク管理サーバ装置、ネットワークシステム、管理対象情報要求方法、および、管理対象情報送信方法を提供することにある。   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 is a system configuration diagram showing a schematic configuration of a network system in an embodiment of the present invention. 同実施形態におけるネットワーク管理サーバ装置11の概略構成を示す構成図である。It is a block diagram which shows schematic structure of the network management server apparatus 11 in the embodiment. 同実施形態における通信装置21−2の概略構成を示す構成図である。It is a block diagram which shows schematic structure of the communication apparatus 21-2 in the embodiment. 同実施形態において、ネットワーク管理サーバ装置11が送信する全情報要求パケットと、通信装置21−2が送信する情報応答パケットとの、信号の流れを示す図である。In the same embodiment, it is a figure which shows the signal flow of the all information request packet which the network management server apparatus 11 transmits, and the information response packet which the communication apparatus 21-2 transmits. 同実施形態において、ネットワーク管理サーバ装置11が全情報要求パケットを送信し、通信装置21−2が情報応答パケットを送信する例を示すシーケンス図である。FIG. 10 is a sequence diagram illustrating an example in which the network management server device 11 transmits all information request packets and the communication device 21-2 transmits information response packets in the embodiment. 同実施形態において、ネットワーク管理サーバ装置11が全情報要求を行う処理手順を示すフローチャートである。5 is a flowchart illustrating a processing procedure in which the network management server device 11 makes a request for all information in the embodiment. 同実施形態において、通信装置21−2が情報応答パケットを生成する処理手順を示すフローチャートである。In the same embodiment, it is a flowchart which shows the process sequence which the communication apparatus 21-2 produces | generates an information response packet. 同実施形態において、ネットワーク管理サーバ装置11の表示部131が、通信装置21−1〜21−6をアイコンで表示し、通信装置21−2を示すアイコンを特定の色に変化させた例を示す図である。In the embodiment, an example is shown in which the display unit 131 of the network management server device 11 displays the communication devices 21-1 to 21-6 as icons and changes the icon indicating the communication device 21-2 to a specific color. FIG.

以下、図面を参照して、本発明の一実施形態について説明する。
図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 network system 1 includes a network management server device 11 and communication devices (managed devices) 21-1 to 21-6.
The network management server device 11 transmits information request packets to the communication devices 21-1 to 21-6. Further, the network management server device 11 receives the information response packet including the management target information from the communication devices 21-1 to 21-6, updates the management target information stored by the network management server device 11 itself, and updates the updated information. Is displayed.
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 management server device 11, the communication devices 21-1 to 21-6 transmit an information response packet including management target information corresponding to the received information request packet.

以下では、ネットワーク管理サーバ装置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 management server device 11 requests management object information of all objects of the communication device from any of the communication devices 21-1 to 21-6, the communication device 21-2 is requested. An example of requesting will be described. In addition, the communication devices 21-1 to 21-6 transmit Traps, and the network management server device 11 requests specific management object information by specifying specific objects of the communication devices 21-1 to 21-6. However, these are the same as those in the prior art, and a description thereof will be omitted.
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 management server device 11 is an item to be managed. The objects of the communication devices 21-1 to 21-6 are objects defined in SNMP, for example.

なお、図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 management server device 11. In the figure, the network management server device 11 includes an information request determination unit 111, an information request signal generation unit 112, a storage unit 121, a display unit 131, a display control unit 132, an information reading unit 133, and a transmission / reception unit 141. Is done.
The storage unit 121 stores the management target information transmitted from the communication devices 21-1 to 21-6 in association with the identifier of the communication device and the identifier of the object. In addition, the storage unit 121 stores an all information request status flag indicating whether or not the network management server apparatus 11 itself is requesting all management target information.
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 request signal generator 112.

情報要求信号生成部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 signal generation unit 112 generates an all information request packet (all information request signal) for requesting management target information of all objects from the communication device 21-i indicated by the information output from the information request determination unit 111, and transmits and receives Output to the unit 141. The transmission / reception unit 141 outputs all the information request packets output from the information request signal generation unit 112 to the destination communication device 21-i. Further, when receiving the information response packet including the management target information from the communication device 21-i, the transmission / reception unit 141 outputs the received packet to the information reading unit 133. The information reading unit 133 reads the communication device identifier, the object identifier, and the management target information from the information response packet output from the transmission / reception unit 141, and writes the read management target information in the management target information storage unit 121.
The display control unit 132 reads the management target information written in the storage unit 121 by the information reading unit 133, generates image data to be displayed on the display unit 131 based on the read management target information, and outputs the image data to the display unit 131. The display unit 131 includes a display device such as a liquid crystal panel, and displays image data output from the display control unit 132.

図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) acquisition unit 211, an information reading unit 212, a response signal generation unit 213, a storage unit 221, an information generation unit 231, and a transmission / reception unit 241. To do.
The storage unit 221 stores the management target information in association with the OID of the object. The network management server device 11 and the communication devices 21-1 to 21-6 use, for example, an OID defined in SNMP as the OID.

情報生成部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 information generation unit 231 determines the state of the communication device 21-2, or measures data such as a communication speed to generate management target information, and writes the generated management target information in the storage unit 221.
Upon receiving all information request packets transmitted from the network management server device 11, the transmission / reception unit 241 outputs the received information request packet to the OID acquisition unit 211. Further, when an information response packet that is a response signal to the received all information request packet (all information request signal) is output from the response signal generation unit 213, the transmission / reception unit 241 sends the output packet to the network management server device 11. Send.
When the all information request packet is output from the transmission / reception unit 241, the OID acquisition unit 211 reads out the OIDs of all the objects of the communication device 21-2 from the storage unit 221 and outputs them to the information reading unit 212.
The information reading unit (information acquisition unit) 212 reads the management target information from the storage unit 221 based on the OID output from the OID acquisition unit 211, acquires the management target information, and generates a response signal for the acquired management target information To the unit 213.

応答信号生成部213は、情報読出部212から出力される管理対象情報を含む情報応答パケットを生成し、送受信部241に出力する。その際、応答信号生成部213は、情報応答パケットのサイズが通信装置21−2自身の送信可能サイズ(送信可能なパケット長)を超える場合は複数パケットに分割する。
なお、通信装置21−1〜21−6は、図3で示した構成の他に、当該装置としての機能を実現する部分、すなわち、通信を行う機能を実現する部分を具備するが、図示および説明を省略する。
The response signal generation unit 213 generates an information response packet including the management target information output from the information reading unit 212 and outputs the information response packet to the transmission / reception unit 241. At that time, the response signal generation unit 213 divides the information response packet into a plurality of packets when the size of the information response packet exceeds the transmittable size (transmittable packet length) of the communication device 21-2 itself.
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 management server device 11 and the communication device 21-2 will be described.
FIG. 4 is a diagram illustrating a signal flow of all information request packets transmitted by the network management server device 11 and information response packets transmitted by the communication device 21-2. The configuration of the network system 1 in the figure is the same as that in FIG.
If the information request determination unit 111 of the network management server device 11 determines that it is necessary to acquire management target information of all objects of the communication device 21-2, the network management server device 11 performs communication as shown in FIG. All information request packets are transmitted to the device 21-2. The communication device 21-2 that has received all the information request packets generates an information response packet including the management target information of all the objects stored in the management target information 21-2 itself, and outputs the information response packet to the network management server device 11.

図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 management server device 11 transmits all information request packets and the communication device 21-2 transmits information response packets.
When it becomes necessary to acquire the latest state of all objects of the communication device 21-2, the network management server device 11 transmits an all information request packet to the communication device 21-2. Further, the network management server device 11 rewrites the all information request status flag stored in the storage unit 121 from “OFF” to “ON” (sequence S101). Here, the value of the all information request status flag indicates whether the network management server device 11 is requesting all information of the communication device 21-2 (all information request status flag = “ON”) (all information request status flag = “OFF”). )).

通信装置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 management server device 11, and generates an information response packet for notifying all objects possessed by the communication device 21-2 itself (sequence S102). The information response packet includes one or more objects and an information transmission state flag indicating whether transmission of the information response packet is ongoing. When the communication device 21-2 generates the information response packet, the communication device 21-2 collects a plurality of objects into one packet within a range in which the packet size does not exceed the size that can be transmitted by the communication device 21-2 itself. When the total size of the management target information of all objects does not exceed the transmittable size, the information transmission status flag is set to “OFF” because it can be combined into one packet. On the other hand, if all objects cannot be combined into one packet, more objects are combined within a range that does not exceed the transmittable size, the packet is generated with the information transmission status flag set to “ON”, and the remaining objects are also Similar processing is repeated. For the last packet when it is divided into a plurality of packets, the information transmission status flag is set to “OFF”. When finishing the packet generation process, the communication device 21-2 transmits the generated packets to the network management server device 11 in the order of generation (sequence S103). The network management server device 11 that has received the information response packet keeps the all information request status flag “ON” if the information transmission status flag of the received packet is “ON”. On the other hand, if the information transmission status flag is “OFF”, the all information request status flag is set to “OFF” and the all information request status is released. Further, the network management server device 11 reads the management target information from the received packet and reflects it on the screen display or the like (sequence S104).

図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 management server apparatus 11 makes a request for all information.
When the information request determination unit 111 of the network management server device 11 determines that all information requests should be made and outputs information indicating the communication device that should make all information requests to the information request signal generation unit 112, the network management server device 11 Starts processing for requesting all information.
In step S <b> 201, the information request determination unit 111 sets the all information request state flag stored in the storage unit 121 to “ON”.
In step S202, the information request signal generation unit 112 generates an all information request packet. Here, the all information request packet has a predetermined pattern, for example, including an all information request command. The information request signal generation unit 112 generates an all information request packet addressed to the communication apparatus that should make an all information request, indicated by the information output from the information request determination unit 111, in accordance with the predetermined pattern. The information request signal generation unit 112 outputs the generated all information request packet to the transmission / reception unit 141.

ステップS203において、送受信部141は、情報要求信号生成部112から出力される全情報要求パケットを、パケットの宛先の通信装置に送信する。
ステップS204において、送受信部141は、全情報要求パケットの送信に応じて通信装置より返信される情報応答パケットを受信したか否かを判定する。受信したと判定した場合(ステップS204:YES)はステップS205に進み、受信していないと判定した場合(ステップS204:NO)はステップS204を繰り返す。
ステップS205において、送受信部141は、受信した情報応答パケットを情報読出部133に出力し、情報読出部133は、送受信部141から出力された情報応答パケットから管理対象情報を読み出す。
In step S203, the transmission / reception unit 141 transmits all the information request packets output from the information request signal generation unit 112 to the communication device that is the destination of the packet.
In step S204, the transmission / reception unit 141 determines whether an information response packet returned from the communication device in response to transmission of the all information request packet has been received. When it determines with having received (step S204: YES), it progresses to step S205, and when it determines with not having received (step S204: NO), step S204 is repeated.
In step S205, the transmission / reception unit 141 outputs the received information response packet to the information reading unit 133, and the information reading unit 133 reads the management target information from the information response packet output from the transmission / reception unit 141.

ステップ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 information reading unit 133 reads the information transmission state flag from the information response packet, and determines whether the read information transmission state flag is “ON” or “OFF”. If it is determined to be “OFF” (step S206: YES), the process proceeds to step S207, and if it is determined to be “ON” (step S206: NO), the process returns to step S204.
In step S207, the information reading unit 133 sets the all information request state flag stored in the storage unit 121 to “OFF”. Further, the information reading unit 133 outputs a signal indicating that all information requests have been completed to the display control unit 132.
In step S208, the display control unit 132 reads the management target information from the storage unit 121, and generates display data based on the read management target information. The display unit 131 displays an image indicating management target information based on the display data generated by the display control unit 132.

なお、ネットワーク管理サーバ装置11が全情報要求パケットを送信してからの時間を計測し、ステップS204において情報送信状態フラグの値が「OFF」の状態応答パケットを受信する前に予め設定された時間を超えた場合は、処理を中断(タイムアウト)するようにしてもよい。これにより、情報送信状態フラグが「OFF」の情報応答パケットが何らかの理由でネットワーク管理サーバ装置11に到達しなかった場合に無限ループに陥ることを回避できる。
また、ネットワーク管理サーバ装置11は、ステップS207等の情報送信状態フラグ「OFF」を受信後に、受信した情報応答パケットに含まれるオブジェクトと記憶部121が記憶するオブジェクトとを比較することにより、全てのオブジェクトの管理対象情報を受信したか否かを判定し、受信していないと判定した場合に再送要求するようにしてもよい。これにより、一部の管理対象情報が何らかの理由でネットワーク管理サーバ装置11に到達しなかった場合でも、ネットワーク管理サーバ装置11は、この管理対象情報を取得できる。
Note that the time after the network management server apparatus 11 transmits all the information request packets is measured, and the time set in advance before receiving the state response packet whose information transmission state flag value is “OFF” in step S204. If the number exceeds, processing may be interrupted (timed out). Thereby, it is possible to avoid an infinite loop when an information response packet whose information transmission status flag is “OFF” does not reach the network management server apparatus 11 for some reason.
Further, after receiving the information transmission state flag “OFF” in step S207 and the like, the network management server device 11 compares all the objects included in the received information response packet with the objects stored in the storage unit 121, thereby It may be determined whether or not object management target information has been received, and a retransmission request may be made when it is determined that the object management information has not been received. Thereby, even when some management object information does not reach the network management server apparatus 11 for some reason, the network management server apparatus 11 can acquire the management object information.

図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 / reception unit 241 receives the all information request packet and outputs the received all information request packet to the OID acquisition unit 211, the communication device 21-2 starts processing to generate an information response packet.
In step S <b> 301, when the OID acquisition unit 211 determines that the packet output from the transmission / reception unit 241 is an all information request packet, the OID acquisition unit 211 reads out the OIDs of all objects of the communication device 21-2 from the storage unit 221. The OID acquisition unit 211 outputs the read OID to the information reading unit 212.

ステップ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 information reading unit 212 reads management target information from the storage unit 221 based on the OID output from the OID acquisition unit 211. Here, the information reading unit 212 reads all management target information stored in the storage unit 221. The information reading unit 212 outputs the read information to the response signal generation unit 213.
In step S303, the response signal generation unit 213 determines whether or not the transmission target size of the communication device 21-2 is exceeded when all pieces of management target information output from the information reading unit 212 are combined into one packet. To do. If it is determined that it exceeds (step S303: YES), the process proceeds to step S304. If it is determined that it does not exceed (step S303: NO), the process proceeds to step S306.

ステップ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 signal generation unit 213 selects, from all the management target information output from the information reading unit 212, management target information that can generate a packet within a range that does not exceed the transmittable size (that is, the management target information). The management target information is selected so that the sum of the data size of the target information and the data size of the packet header or the like does not exceed the transmittable size), and one set having the selected management target information as an element is generated.
In step S <b> 305, the response signal generation unit 213 determines whether or not it exceeds the transmittable size of the communication device 21-2 when the remaining management target information is collected into one packet. When it is determined that it exceeds (YES in step S305), the process returns to step S304, and the above-mentioned “all management target information output from the information reading unit 212” is replaced with “the remaining management target information selected in step S304”. Repeat the process. On the other hand, when it determines with not exceeding (step S305: NO), it progresses to step S306.
In step S306, the response signal generation unit 213 generates an information response packet for each set of management target information generated in step S304. (If it is determined in step S303 that the transmittable size is not exceeded, one information response packet including all the management target information output from the information reading unit 212 is generated.)

ステップS307において、応答信号生成部213は、ネットワーク管理サーバ装置11に送信すべき情報応答パケットが残り1個か否かを判定する。残り1個と判定した場合(ステップS307:YES)はステップS308に進み、そうでないと判定した場合は、ステップS309に進む。
ステップS308において、応答信号生成部213は、情報応答パケットに情報送信状態フラグを含め、フラグの値を「OFF」とする。応答信号生成部213は、情報送信状態フラグを含む情報応答パケットを入出力部241に出力する。入出力部241は、応答信号生成部213から出力される情報応答パケットをネットワーク管理サーバ装置11に出力する。その後、通信装置21−2は、情報応答パケットを生成する処理を終了する。
In step S307, the response signal generation unit 213 determines whether or not there is one remaining information response packet to be transmitted to the network management server device 11. If it is determined that there is one remaining (step S307: YES), the process proceeds to step S308, and if it is not, the process proceeds to step S309.
In step S308, the response signal generation unit 213 includes the information transmission state flag in the information response packet and sets the flag value to “OFF”. The response signal generation unit 213 outputs an information response packet including the information transmission status flag to the input / output unit 241. The input / output unit 241 outputs the information response packet output from the response signal generation unit 213 to the network management server device 11. Thereafter, the communication device 21-2 ends the process of generating the information response packet.

ステップS309において、応答信号生成部213は、情報応答パケットに情報送信状態フラグを含め、フラグの値を「ON」とする。応答信号生成部213は、情報送信状態フラグを含む情報応答パケットを入出力部241に出力する。入出力部241は、応答信号生成部213から出力される情報応答パケットをネットワーク管理サーバ装置11に出力する。その後、ステップS307に戻る。   In step S309, the response signal generation unit 213 includes the information transmission state flag in the information response packet and sets the flag value to “ON”. The response signal generation unit 213 outputs an information response packet including the information transmission status flag to the input / output unit 241. The input / output unit 241 outputs the information response packet output from the response signal generation unit 213 to the network management server device 11. Thereafter, the process returns to step S307.

以上のように、通信装置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 management server device 11 transmits all information request packets having a predetermined pattern. It is not necessary to include information (for example, SNMP OID) indicating the target object in all information request packets. Therefore, even when the number of target objects is large, the data size of all information request packets can be suppressed, and all information can be requested with one packet. Thereby, the data amount which the network management server apparatus 11 transmits can be decreased, and the communication load on a network can be reduced.
Further, since the communication devices 21-1 to 21-6 generate information response packets corresponding to their own transmittable sizes, the network management server device 11 is managed by the communication devices 21-1 to 21-6. There is no need to estimate the data size of the information and determine whether the information response packet exceeds the transmittable size of the communication devices 21-1 to 21-6. For this reason, the load is not concentrated on the network management server device 11. Furthermore, the design of the network management server device 11 can be made easier.

なお、本発明の適用は、ネットワーク管理サーバ装置11が通信装置の全てのオブジェクトの管理対象情報を要求する場合に限らず、予め指定された複数のオブジェクトの管理対象情報を要求する場合であってもよい。すなわち、予め指定された管理対象情報を要求することを示す所定情報要求パケット(所定情報要求信号)を予め定めておき、ネットワーク管理サーバ装置11が、この所定情報要求パケットを送信すると、このパケットを受信した通信装置は、予め指定されたオブジェクトの管理対象情報を情報応答パケットに含めて送信する。この場合も、全情報要求パケットの場合と同様、情報を要求するパケットに対象のオブジェクトを示す情報を含める必要が無いので、パケットのデータサイズを抑制することができ、また、1個のパケットで情報を要求することができる。これにより、ネットワーク管理サーバ装置11が送信するデータ量を少なくし、ネットワーク上の通信負荷を低減できる。   The application of the present invention is not limited to the case where the network management server apparatus 11 requests the management target information of all objects of the communication apparatus, but the case where the management target information of a plurality of objects specified in advance is requested. Also good. That is, a predetermined information request packet (predetermined information request signal) indicating that the management target information specified in advance is requested is determined in advance, and when the network management server apparatus 11 transmits the predetermined information request packet, The received communication device transmits the management target information of the object designated in advance in the information response packet. Also in this case, as in the case of all information request packets, it is not necessary to include information indicating the target object in the packet for requesting information, so the data size of the packet can be suppressed, and one packet can be used. You can request information. Thereby, the data amount which the network management server apparatus 11 transmits can be decreased, and the communication load on a network can be reduced.

なお、ネットワーク管理サーバ装置11が、通信装置21−1〜21−6をアイコンで視覚的に表示し、全情報要求中(すなわち、ネットワーク管理サーバ装置11が全てのオブジェクトの管理対象情報を要求中)の通信装置を示すアイコンを特定の色に変化させるようにしてもよい。
図8は、ネットワーク管理サーバ装置11の表示部131が、通信装置21−1〜21−6をアイコンで表示し、通信装置21−2を示すアイコンを特定の色に変化させた例を示す図である。
このように、全情報要求中の通信装置を示すアイコンの色を変化させることにより、全情報取得中であることを視覚的にわかりやすく表示でき、オペレータ(ネットワーク管理サーバ装置11のユーザ)は、ネットワーク管理サーバ装置11の情報取得状況を容易に把握できる。
なお、全情報要求中の通信装置を示すアイコンの色の変化の代わりに、あるいはアイコンの色の変化に加えて、アイコンの大きさや形の変化、あるいは、全情報要求中を示すメッセージをアイコンと共に表示することにより、全情報要求中の通信装置を示すようにしてもよい。
Note that the network management server device 11 visually displays the communication devices 21-1 to 21-6 as icons and is requesting all information (that is, the network management server device 11 is requesting management target information for all objects). ) May be changed to a specific color.
FIG. 8 is a diagram illustrating an example in which the display unit 131 of the network management server device 11 displays the communication devices 21-1 to 21-6 as icons and changes the icon indicating the communication device 21-2 to a specific color. It is.
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 management server device 11 can be easily grasped.
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 management server device 11 and the communication devices 21-1 to 21-6 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is recorded. The processing of each unit may be performed by being read and executed by a computer system. Here, the “computer system” includes an OS and hardware such as peripheral devices.
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 SYMBOLS 1 Network system 11 Network management server apparatus 21-1 to 21-6 Communication apparatus 111 Information request determination part 112 Information request signal generation part 121 Storage part 131 Display part 132 Display control part 133 Information reading part 141 Transmission / reception part 211 OID acquisition part 212 Information reading unit 213 Response signal generation unit 221 Storage unit 231 Information generation unit 241 Transmission / reception unit

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:
前記予め指定されて当該指定を前記管理対象装置が既知の管理対象情報は、前記管理対象装置が有する全ての管理対象情報であることを特徴とする請求項1に記載のネットワーク管理サーバ装置。 2. The network management server device according to claim 1, wherein the management target information that is specified in advance and is known by the management target device is all management target information of the management target device. 前記管理対象情報はSNMPのオブジェクトの値であることを特徴とする請求項1または請求項2に記載のネットワーク管理サーバ装置。   The network management server apparatus according to claim 1, wherein the management target information is a value of an SNMP object. ネットワークに接続され、ネットワーク管理装置に管理対象情報を送信する管理対象装置であって、
予め指定された管理対象情報を識別する情報を記憶する記憶部と、
前記管理対象装置が有する管理対象情報のうち予め指定された管理対象情報の送信を要求する所定情報要求信号を受信する受信部と、
前記受信部が前記所定情報要求信号を受信すると、前記記憶部が記憶する前記予め指定された管理対象情報を識別する情報に基づいて、前記予め指定された管理対象情報を取得する情報取得部と、
前記情報取得部が取得した管理対象情報を送信する送信部と、
を具備することを特徴とする管理対象装置。
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.
前記予め指定された管理対象情報は、前記管理対象装置が有する全ての管理対象情報であることを特徴とする請求項4に記載の管理対象装置。   The management target apparatus according to claim 4, wherein the management target information designated in advance is all management target information included in the management target apparatus. 前記管理対象情報はSNMPのオブジェクトの値であることを特徴とする請求項4または請求項5に記載の管理対象装置。   The management target apparatus according to claim 4, wherein the management target information is a value of an SNMP object. 前記情報取得部が取得した管理対象情報の全てを1個の応答信号に含めた場合のデータサイズが、当該管理対象装置が送信可能なサイズか否かを判定し、送信可能なサイズであると判定した場合は、前記情報取得部が取得した管理対象情報の全てを含む1個の応答信号を生成し、送信可能なサイズを超えていると判定した場合は、前記情報取得部が取得した管理対象情報を送信可能なサイズに分割し、分割した前記管理対象情報ごとに応答信号を生成する応答信号生成部をさらに具備し、
前記送信部は、前記応答信号を送信し、
前記応答信号生成部は、分割した前記管理対象情報ごとの応答信号を生成した場合、送信すべき応答信号が残り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.
JP2009257156A 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 Expired - Fee Related JP5434493B2 (en)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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

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&#39;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