JP2006215926A - Device management system, device and method - Google Patents

Device management system, device and method Download PDF

Info

Publication number
JP2006215926A
JP2006215926A JP2005029833A JP2005029833A JP2006215926A JP 2006215926 A JP2006215926 A JP 2006215926A JP 2005029833 A JP2005029833 A JP 2005029833A JP 2005029833 A JP2005029833 A JP 2005029833A JP 2006215926 A JP2006215926 A JP 2006215926A
Authority
JP
Japan
Prior art keywords
community name
request
name
network
responding
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.)
Granted
Application number
JP2005029833A
Other languages
Japanese (ja)
Other versions
JP3944214B2 (en
Inventor
Masanori Kawashima
正徳 川島
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2005029833A priority Critical patent/JP3944214B2/en
Publication of JP2006215926A publication Critical patent/JP2006215926A/en
Application granted granted Critical
Publication of JP3944214B2 publication Critical patent/JP3944214B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To automatically detect a device which can change a community name from a network device responding to a default community name. <P>SOLUTION: In a system which manages a device connected to a network by a prescribed management protocol, a device responding to a 1st request by a default community name and a device responding to a 2nd request by a changed community name are searched by using a prescribed management protocol (S501). A device which is the same product with the device responded to the 2nd request is extracted out of the devices responded to the 1st request (S507-S509) and the extracted device is made as a device which can change the community name. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、コンピュータネットワークにおけるデバイス管理技術に関する。   The present invention relates to a device management technique in a computer network.

SNMP(Simple Network Management Protocol)は、LAN(Local Area Network)をはじめとするネットワークを管理するためのプロトコルである。SNMPは、現在、TCP/IPをベースとしたネットワークに限らず、TCP/IP以外のプロトコルをベースとしたネットワークのネットワーク管理プロトコルとしても幅広く使用されている。   SNMP (Simple Network Management Protocol) is a protocol for managing a network such as a LAN (Local Area Network). SNMP is not only used as a network based on TCP / IP, but is also widely used as a network management protocol for networks based on protocols other than TCP / IP.

通常、このネットワーク管理においては、ネットワークデバイスを管理するPC(Personal Computer)から、管理対象のネットワークデバイスがもつMIB(Mnagement Information Base)に、SNMPを使用してアクセスすることにより管理が行われる。ここで、ネットワークデバイスを管理するPCをマネージャと呼び、管理されるネットワークデバイスをエージェントと呼ぶ。MIBは、木構造のデータ構造をしており、すべてのノード(オブジェクト)に対してオブジェクトIDという一意に識別可能な識別子が割り付けられている。このMIBの構造は、SMI (Structure for Management Information) と呼ばれ、RFC1155「Structure and Identification of Management Information for TCP/IP-based Internets」(非特許文献1)で規定されている。また、SNMPについては、RFC1157「A Simple Network Management Protocol」(非特許文献2)で規定されている。   Normally, in this network management, management is performed by accessing a MIB (Mnagement Information Base) of a network device to be managed from a PC (Personal Computer) that manages the network device using SNMP. Here, the PC that manages the network device is called a manager, and the managed network device is called an agent. The MIB has a tree-structured data structure, and a uniquely identifiable identifier called an object ID is assigned to all nodes (objects). This MIB structure is called SMI (Structure for Management Information) and is defined in RFC 1155 “Structure and Identification of Management Information for TCP / IP-based Internets” (Non-Patent Document 1). SNMP is defined in RFC 1157 “A Simple Network Management Protocol” (Non-Patent Document 2).

SNMPのバージョンの1つであるSNMPv1では、マネージャとエージェント間の情報交換に、GetRequest、GetNextRequest、SetRequest、GetResponse、Trapの5つのメッセージが使用される。GetRequestメッセージは、マネージャからエージェントへ送信され、オブジェクトIDで指定したオブジェクトの値を取得するのに用いられる。GetNextRequestメッセージは、マネージャからエージェントへ送信され、オブジェクトIDの順序に従い、オブジェクトIDで指定したオブジェクトの次のオブジェクトの値を取得するのに用いられる。SetRequestメッセージは、マネージャからエージェントへ送信され、オブジェクトIDで指定されたノードの値を設定するのに用いられる。GetResponseメッセージは、エージェントからマネージャへ送信され、マネージャからの要求(GetRequest、GetNextRequest或いはSetRequest)に対するエージェントからの応答を返すのに用いられる。Trapメッセージは、エージェントからマネージャへ送信され、異常や事象の発生をエージェントからマネージャに能動的に通知するのに用いられる。   In SNMPv1, which is one of the SNMP versions, five messages of GetRequest, GetNextRequest, SetRequest, GetResponse, and Trap are used for information exchange between the manager and the agent. The GetRequest message is transmitted from the manager to the agent, and is used to acquire the value of the object specified by the object ID. The GetNextRequest message is transmitted from the manager to the agent, and is used to acquire the value of the object next to the object specified by the object ID according to the order of the object ID. The SetRequest message is transmitted from the manager to the agent, and is used to set the value of the node specified by the object ID. The GetResponse message is transmitted from the agent to the manager, and is used to return a response from the agent in response to a request (GetRequest, GetNextRequest, or SetRequest) from the manager. The Trap message is transmitted from the agent to the manager, and is used to actively notify the occurrence of an abnormality or event from the agent to the manager.

SNMPメッセージは、バージョン番号、コミュニティ名、PDU(Protocol Data Unit)により構成され、そのコーディング方法はASN.1(Abstract Syntax Notation 1)のBER(Basic Encoding Rule)に従っている。SNMPを実装するマネージャおよびエージェントは、各SNMPメッセージに対応する、GetRequest-PDU、GetNextRequest-PDU、SetRequest-PDU、GetResponse-PDU、Trap-PDUの5つのPDUをサポートすることが必須となっている。   The SNMP message includes a version number, a community name, and a PDU (Protocol Data Unit). The coding method is ASN. 1 (Abstract Syntax Notation 1) BER (Basic Encoding Rule). Managers and agents that implement SNMP must support five PDUs corresponding to each SNMP message: GetRequest-PDU, GetNextRequest-PDU, SetRequest-PDU, GetResponse-PDU, and Trap-PDU.

図3に、Trap-PDUを除く上記各PDUのデータフォーマットを示す。図3において301はSNMPメッセージである。302はSNMPのバージョン情報が格納される領域であり、例えば、SNMPv1の場合は値“0”が設定される。303はSNMPの管理対象となるエージェントとそれを管理するマネージャをグループ化したコミュニティの名前(コミュニティ名)を設定する領域である。エージェントは、マネージャから受信したSNMPメッセージに設定されているコミュニティ名と自分が属するコミュニティ名と比較し、一致する場合のみ当該SNMPメッセージを受け付ける。304はPDUが格納される領域であり、そのPDUの構造の詳細は305に示されている。   FIG. 3 shows the data format of each PDU excluding the Trap-PDU. In FIG. 3, reference numeral 301 denotes an SNMP message. An area 302 stores SNMP version information. For example, in the case of SNMPv1, a value “0” is set. Reference numeral 303 denotes an area for setting a community name (community name) in which an agent to be managed by SNMP and a manager managing the agent are grouped. The agent compares the community name set in the SNMP message received from the manager with the community name to which the agent belongs, and accepts the SNMP message only when they match. Reference numeral 304 denotes an area in which a PDU is stored, and details of the structure of the PDU are shown in 305.

なお、SNMPメッセージでは、図示しないPDUのヘッダ部にそのメッセージの種別(GetRequest、GetNextRequest、SetRequest)に関する情報が格納される。   In the SNMP message, information on the message type (GetRequest, GetNextRequest, SetRequest) is stored in the header of a PDU (not shown).

306はリクエストIDが格納される領域であり、マネージャがGetRequest、GetNextRequest、SetRequestの要求を出す際に、個々の要求と、それに対応する応答を識別するために使用する。エージェントでは、マネージャからの要求を受けると、GetResponseを出力する際に、マネージャからの要求に設定されていたリクエストIDと同じ値を領域306に設定する。これにより、マネージャでは、受信した応答がどの要求に対するものかを判断することが可能になる。307はエラーステータスが格納される領域である。エラーステータスとはマネージャが要求したSNMPメッセージの中にエラーがあったとき、エージェントからマネージャへ送信するGetResponseメッセージでエラーの内容を通知するときに使用するものである。マネージャが送信する要求時のPDUでは常にエラーなし(noError)が領域307に設定される。308は、要求されたSNMPメッセージ上で何番目のオブジェクトにエラーのあったのかを示すエラーインデックスが格納される領域である。   Reference numeral 306 denotes an area in which a request ID is stored, and is used to identify individual requests and corresponding responses when the manager issues GetRequest, GetNextRequest, and SetRequest requests. Upon receiving a request from the manager, the agent sets the same value as the request ID set in the request from the manager in the area 306 when outputting GetResponse. This allows the manager to determine which request the received response is for. An area 307 stores an error status. The error status is used when notifying the content of an error by a GetResponse message transmitted from the agent to the manager when there is an error in the SNMP message requested by the manager. No error (noError) is always set in the area 307 in the PDU when requested by the manager. Reference numeral 308 denotes an area in which an error index indicating which object has an error on the requested SNMP message is stored.

309はオブジェクト名(310、312)とその値(311、313)の対の配列(variable-bindings)が格納される領域である。SNMPメッセージでは、図に示すように複数のオブジェクト(オブジェクト名とその値の対)に対する要求を1つのメッセージに格納することができる。なお、要求時のPDUでは値311,313は一般にNULLを示すデータが格納される。   Reference numeral 309 denotes an area for storing an array (variable-bindings) of pairs of object names (310, 312) and their values (311 and 313). In the SNMP message, as shown in the figure, requests for a plurality of objects (object name / value pairs) can be stored in one message. In the PDU at the time of request, values 311 and 313 generally store data indicating NULL.

一方、管理対象となるネットワーク上の各種の資源 (プリンタ、複合機、スキャナなど) を効率的に発見し、利用するための方法として、ディレクトリサービスと呼ばれるものが提供されている。ディレクトリサービスとは、言わばネットワークに関する電話帳であり、様々な情報を格納するためのものである。ディレクトリシステムの具体例としては、例えばRFC1777に規定されているLDAP(Lightweight Directory Access Protocol)やNovell社のNDS (NetWare Directory Service) がある。また、ディレクトリサービスが利用できない環境の場合は、SNMPブロードキャストなどを利用してネットワークデバイスを探索することも可能である。   On the other hand, as a method for efficiently discovering and using various resources (printers, multifunction peripherals, scanners, etc.) on the network to be managed, what is called a directory service is provided. The directory service is a telephone directory related to the network, and is used for storing various information. Specific examples of the directory system include LDAP (Lightweight Directory Access Protocol) defined by RFC1777 and Novell's NDS (NetWare Directory Service). In an environment where the directory service cannot be used, it is possible to search for a network device using SNMP broadcast or the like.

一般的なネットワークデバイス管理システムでは、SNMP/MIBやディレクトリサービスを用いて、ネットワークに接続されているネットワークデバイスを検索したり、ネットワークデバイスの状態やネットワークデバイスに設定されている各種情報を表示したり変更したりすることができる。また、最近では、サーバPC上で一元管理されたネットワークデバイス管理情報に対して、複数のクライアントPCからWebブラウザ経由でアクセスし、ネットワークに接続されているネットワークデバイスの一覧を表示したり、ネットワークデバイスの状態やネットワークデバイスに設定されている各種情報を表示および/または変更できるWebアプリケーションの開発が盛んになっている。
特開2003−316672号公報 Request for Comments 1155 (Structure and Identification of Management Information for TCP/IP-based Internets)、http://www.ietf.org/rfc/rfc1155.txt Request for Comments 1157 ( A Simple Network Management Protocol (SNMP) )、http://www.ietf.org/rfc/rfc1157.txt
In a general network device management system, a network device connected to the network is searched using SNMP / MIB or a directory service, and the status of the network device and various information set in the network device are displayed. Can be changed. Recently, the network device management information centrally managed on the server PC is accessed from a plurality of client PCs via a Web browser, and a list of network devices connected to the network is displayed. The development of Web applications that can display and / or change various types of information and various information set in network devices has become active.
JP 2003-316672-A Request for Comments 1155 (Structure and Identification of Management Information for TCP / IP-based Internets), http://www.ietf.org/rfc/rfc1155.txt Request for Comments 1157 (A Simple Network Management Protocol (SNMP)), http://www.ietf.org/rfc/rfc1157.txt

しかし近年になって、上記従来例に示したようなSNMP/MIBにより実現されるネットワークデバイスおよびネットワークデバイス管理システムにおいて、SNMPの実装(セキュリティ)に関する脆弱性が指摘されている。   However, in recent years, vulnerabilities related to the implementation (security) of SNMP have been pointed out in network devices and network device management systems realized by SNMP / MIB as shown in the conventional example.

このSNMPの脆弱性への対策の1つとして、デフォルトのコミュニティ名(以下、デフォルトコミュニティ名という)である“public”や“private”という値を使わずに、他の独自のコミュニティ名(以下、カスタムコミュニティ名という)を使うことが推奨されている。また、特許文献1には、コミュニティ名を動的に生成してセキュリティを向上することが提案されている。   As one of the countermeasures against the vulnerability of SNMP, the default community name (hereinafter referred to as default community name) is not used, but the value of “public” or “private” is used. It is recommended to use a custom community name. Patent Document 1 proposes to dynamically generate community names to improve security.

一方、SNMPの脆弱性が指摘される以前のネットワークデバイスでは、デフォルトのコミュニティ名でしかアクセスできないような実装になっているものがある。すなわちコミュニティ名を変更可能なものとそうでないものとが混在する場合がある。しかしながら、一般的なネットワークデバイス管理システムでは、管理対象のネットワークデバイスがコミュニティ名の変更が可能かどうかを判断することができなかった。   On the other hand, in some network devices before the SNMP vulnerability is pointed out, there is an implementation that can be accessed only with a default community name. In other words, there may be a mixture of community names that can be changed and those that cannot. However, in a general network device management system, it is not possible to determine whether or not a network name to be managed can be changed in a community name.

本発明は上記の課題に鑑みてなされたものであり、デフォルトのコミュニティ名に応答するネットワークデバイスからコミュニティ名を変更可能なデバイスを自動的に検出可能とすることを目的とする。   The present invention has been made in view of the above problems, and an object thereof is to automatically detect a device capable of changing a community name from a network device responding to a default community name.

上記の目的を達成するための本発明の一態様によるデバイス管理装置は以下の構成を備える。すなわち、
ネットワークに接続されたデバイスを所定の管理プロトコルで管理するデバイス管理装置であって、
前記所定の管理プロトコルを用いて、デフォルトのコミュニティ名による第1リクエストに応答するデバイスと、変更されたコミュニティ名による第2リクエストに応答するデバイスを探索する探索手段と、
前記第1リクエストに応答したデバイスのうち、前記第2リクエストに応答したデバイスと同一タイプの製品と判定されたデバイスをコミュニティ名の変更が可能なデバイスとして抽出する抽出手段とを備える。
In order to achieve the above object, a device management apparatus according to an aspect of the present invention has the following arrangement. That is,
A device management apparatus that manages devices connected to a network using a predetermined management protocol,
Search means for searching for a device responding to the first request with the default community name and a device responding to the second request with the changed community name using the predetermined management protocol;
Extraction means for extracting a device determined to be a product of the same type as the device responding to the second request, as a device whose community name can be changed, from among the devices responding to the first request.

また、上記の目的を達成するための本発明の他の態様によるデバイス管理システムは以下の構成を備える。すなわち、
ネットワークに接続された複数のデバイスと、該複数のデバイスを所定の管理プロトコルで管理する管理装置とを備えたデバイス管理システムであって、
前記所定の管理プロトコルを用いて、前記複数のデバイスから、デフォルトのコミュニティ名による第1リクエストに応答するデバイスと、変更されたコミュニティ名による第2リクエストに応答するデバイスを探索する探索手段と、
前記第1リクエストに応答したデバイスのうち、前記第2リクエストに応答したデバイスと同一タイプの製品と判定されたデバイスをコミュニティ名の変更が可能なデバイスとして抽出する抽出手段とを備える。
A device management system according to another aspect of the present invention for achieving the above object has the following configuration. That is,
A device management system comprising a plurality of devices connected to a network and a management device that manages the plurality of devices with a predetermined management protocol,
Search means for searching for a device responding to a first request with a default community name and a device responding to a second request with a changed community name from the plurality of devices using the predetermined management protocol;
Extraction means for extracting a device determined to be a product of the same type as the device responding to the second request, as a device whose community name can be changed, from among the devices responding to the first request.

更に、上記の目的を達成するための本発明の他の態様によるデバイス管理方法は、
ネットワークに接続されたデバイスを所定の管理プロトコルで管理するデバイス管理方法であって、
前記所定の管理プロトコルを用いて、デフォルトのコミュニティ名による第1リクエストに応答するデバイスと、変更されたコミュニティ名による第2リクエストに応答するデバイスを探索する探索工程と、
前記第1リクエストに応答したデバイスのうち、前記第2リクエストに応答したデバイスと同一タイプの製品と判定されたデバイスをコミュニティ名の変更が可能なデバイスとして抽出する抽出工程とを備える。
Furthermore, a device management method according to another aspect of the present invention for achieving the above object is as follows:
A device management method for managing a device connected to a network using a predetermined management protocol,
Searching for a device that responds to a first request with a default community name and a device that responds to a second request with a changed community name using the predetermined management protocol;
An extraction step of extracting a device determined to be a product of the same type as the device responding to the second request among devices responding to the first request as a device whose community name can be changed.

本発明によれば、デフォルトのコミュニティ名に応答するネットワークデバイスからコミュニティ名を変更可能なデバイスを自動的に検出することができる。   According to the present invention, a device capable of changing a community name can be automatically detected from network devices responding to a default community name.

以下、添付の図面を用いて本発明の好適な実施形態について説明する。   Hereinafter, preferred embodiments of the present invention will be described with reference to the accompanying drawings.

図1は、本実施形態のネットワークデバイス管理システムが動作可能なネットワークの構成例を示す図である。   FIG. 1 is a diagram illustrating a configuration example of a network in which the network device management system of the present embodiment can operate.

図1において、管理対象のネットワークデバイス、ネットワーク管理用のサーバPC、ネットワーク管理用のクライアントPCは、すべてLAN100に接続されている。101a〜101eはカラープリンタ、102a〜102eはモノクロプリンタ、103a〜103eは複合機 (コピー機能、ファクス機能、プリンタ機能をあわせもつデバイス)、104a〜104eはスキャナであり、それぞれネットワークインタフェースカードなどを装着することにより、ネットワークデバイスとしてLAN100に接続されている。なお、これらのネットワークデバイスは、本実施形態のネットワークデバイス管理システムで管理可能なネットワークデバイスであり、ディレクトリサービスなどの方法で探索でき、SNMP/MIBにより情報の取得や設定が可能なものである。   In FIG. 1, a network device to be managed, a server PC for network management, and a client PC for network management are all connected to the LAN 100. 101a to 101e are color printers, 102a to 102e are monochrome printers, 103a to 103e are multifunction devices (devices that have a copy function, fax function, and printer function), 104a to 104e are scanners, each equipped with a network interface card, etc. By doing so, it is connected to the LAN 100 as a network device. These network devices are network devices that can be managed by the network device management system of the present embodiment, can be searched by a method such as a directory service, and can acquire and set information by SNMP / MIB.

105a〜105eはネットワーク接続可能なPC (Personal Computer) である。これらのPCにおいては、本実施形態のネットワークデバイス管理ソフトウェアが稼動可能である。また、PC105a〜105eにおいて、本発明に従ったネットワークデバイス管理システムをWebベースのアプリケーションとして実施してもよく、その場合は次のような形態となる。すなわち、いずれか1つのPC(サーバPC)上でネットワークデバイス管理ソフトウェアを稼動し、他のPC(クライアントPC)からはWebブラウザ経由で上記サーバPC上で稼動しているネットワーク管理ソフトウェアにアクセスすることによりネットワークデバイス管理システムを利用することが可能になる。このとき、サーバPC上のWebブラウザから、同じサーバPC上で稼動しているネットワークデバイス管理システムにアクセスするようにしてもよい。   105a to 105e are PCs (Personal Computers) connectable to the network. In these PCs, the network device management software of this embodiment can be operated. In addition, the network device management system according to the present invention may be implemented as a Web-based application in the PCs 105a to 105e. In other words, the network device management software is operated on any one PC (server PC), and the other PC (client PC) accesses the network management software running on the server PC via a Web browser. This makes it possible to use the network device management system. At this time, a network device management system operating on the same server PC may be accessed from a Web browser on the server PC.

また、図1において、カラープリンタ101a、b、モノクロプリンタ102a、複合機103a、b、およびスキャナ104a、bはコミュニティ名“my_community_a”に属するネットワークデバイスであり、カラープリンタ101c、d、モノクロプリンタ102b、c、複合機103c、d、およびスキャナ104cはコミュニティ名“my_community_b”に属するネットワークデバイスであり、カラープリンタ101e、モノクロプリンタ102d、e、複合機103e、およびスキャナ104d、eはコミュニティ名“my_community_c”に属するネットワークデバイスである。これらのネットワークデバイスは、上記のようなカスタムコミュニティ名に応答するようにコミュニティ名の設定が行われている必要がある。しかしながら、コミュニティ名の変更が実施されていないネットワークデバイスや、コミュニティ名の変更ができないネットワークデバイスが接続されている場合もある。そのようなネットワークデバイスの場合には、カスタムコミュニティ名によるアクセスはできず、デフォルトコミュニティ名(“public”や“private”など)でアクセスする必要がある。   In FIG. 1, color printers 101a and b, monochrome printer 102a, multifunction peripherals 103a and 103b, and scanners 104a and 104b are network devices belonging to the community name “my_community_a”, and color printers 101c and 101d, monochrome printer 102b, c, the multifunction peripherals 103c, d, and the scanner 104c are network devices belonging to the community name “my_community_b”, and the color printer 101e, the monochrome printer 102d, e, the multifunction peripheral 103e, and the scanners 104d, e are assigned to the community name “my_community_c”. The network device to which it belongs. These network devices need to be set with community names so as to respond to the custom community names as described above. However, there are cases where a network device that has not been changed in community name or a network device that cannot change the community name is connected. In the case of such a network device, access by a custom community name is not possible, and access by a default community name (“public”, “private”, etc.) is necessary.

図2Aは、本実施形態のネットワークデバイス管理ソフトウェアが稼動可能なPC(105a〜e)の構成例を示すブロック図である。   FIG. 2A is a block diagram illustrating a configuration example of PCs (105a to 105e) on which the network device management software according to the present embodiment can operate.

図2Aにおいて、200は、ネットワークデバイス管理ソフトウェアが稼動するPCであり、図1における105a〜105eと同等である。PC200は、ROM202もしくはHD(ハードディスクドライブ)211に記憶されているか、FD(フロッピー(登録商標)ディスクドライブ)212、CD (CD−ROMドライブ) 213またはDVD (DVD−ROMドライブ) 214より供給されるネットワーク管理ソフトウェアを実行するCPU201を備え、システムバス204に接続される各デバイスを総括的に制御する。   In FIG. 2A, reference numeral 200 denotes a PC on which network device management software operates, which is equivalent to 105a to 105e in FIG. The PC 200 is stored in the ROM 202 or the HD (Hard Disk Drive) 211, or supplied from the FD (Floppy (registered trademark) disk drive) 212, CD (CD-ROM drive) 213, or DVD (DVD-ROM drive) 214. A CPU 201 that executes network management software is provided, and the devices connected to the system bus 204 are comprehensively controlled.

203はRAMであり、CPU201のメインメモリ、ワークエリア等として機能する。205はKBC(キーボードコントローラ)で、KB(キーボード)209や不図示のポインティングデバイス等からの入力信号を制御する。206はCRTC(CRTコントローラ)で、CRT(CRTディスプレイ)210の表示を制御する。207はDKC(ディスクコントローラ)で、ブートプログラム、種々のアプリケーション、編集ファイル、ユーザファイルそしてネットワーク管理ソフトウェア等を記憶するHD211、FD212、CD213、DVD214とのアクセスを制御する。208はNIC(ネットワークインタフェースカード)で、LAN100を介して、他のネットワークデバイスと双方向にデータをやりとりする。なお、後述のすべての説明において、特に断りのない限り、実行の主体はハード上はCPU201であり、ソフトウェア上の制御の主体は、HD(ハードディスク)211にインストールされたネットワークデバイス管理ソフトウェアである。   Reference numeral 203 denotes a RAM which functions as a main memory and work area for the CPU 201. Reference numeral 205 denotes a KBC (keyboard controller) that controls input signals from a KB (keyboard) 209, a pointing device (not shown), and the like. Reference numeral 206 denotes a CRTC (CRT controller) which controls display on a CRT (CRT display) 210. Reference numeral 207 denotes a DKC (disk controller) that controls access to the HD 211, FD 212, CD 213, and DVD 214 that store a boot program, various applications, editing files, user files, network management software, and the like. Reference numeral 208 denotes a NIC (network interface card) that exchanges data with other network devices via the LAN 100 in both directions. In all the descriptions below, unless otherwise noted, the execution subject is the CPU 201 on the hardware, and the software control subject is the network device management software installed in the HD (hard disk) 211.

図2Bは、本実施形態のネットワークデバイス管理システムが管理する対象のネットワークデバイス(エージェント)の構成例を示す図である。デバイス250は例えばモノクロプリンタ102a〜102eを示すものとするが、カラープリンタ101a〜101e、複合機103a〜103e、スキャナ104a〜104eにおいてもネットワーク通信に関わる構成は同様である。   FIG. 2B is a diagram illustrating a configuration example of a network device (agent) to be managed by the network device management system according to the present embodiment. The device 250 indicates, for example, the monochrome printers 102a to 102e. The color printers 101a to 101e, the multifunction peripherals 103a to 103e, and the scanners 104a to 104e have the same configuration related to network communication.

図2Bにおいて、CPU251はROM252に格納されたプログラムに従ってネットワークデバイス250の全体の動作を制御する。プリンタエンジン254はインターフェース253を介してCPU251により制御され、可視画像を記録媒体上に形成する。フラッシュROM256は電気的にデータの書き換えが可能なROMであり、MIB265aを格納している。RAM257はCPU251が各種制御を実行するためのワークエリアを提供する。なお、プリンタエンジン254のためのビデオメモリとしての機能も含まれる。NB258はネットワークボードであり、LAN100と当該ネットワークデバイス250とを接続する。   2B, the CPU 251 controls the overall operation of the network device 250 according to a program stored in the ROM 252. The printer engine 254 is controlled by the CPU 251 via the interface 253, and forms a visible image on a recording medium. The flash ROM 256 is an electrically rewritable data ROM and stores an MIB 265a. The RAM 257 provides a work area for the CPU 251 to execute various controls. A function as a video memory for the printer engine 254 is also included. The NB 258 is a network board that connects the LAN 100 and the network device 250.

図4は、本実施形態のネットワークデバイス管理システムにおいて、ネットワーク上に接続されたネットワークデバイスの探索に関連する処理の一例を示すフローチャートである。図4において、「マネージャ」はネットワークデバイス管理システムであり、本実施形態ではPC105a〜eに相当する。また、「エージェント」は管理対象のネットワークデバイスであり、本実施形態では、モノクロプリンタ102a〜102eを示すものとするが、カラープリンタ101a〜101e、複合機103a〜103e、スキャナ104a〜104eに相当する。   FIG. 4 is a flowchart showing an example of processing related to searching for a network device connected on the network in the network device management system of the present embodiment. In FIG. 4, “Manager” is a network device management system, and corresponds to the PCs 105 a to 105 e in this embodiment. An “agent” is a network device to be managed. In this embodiment, the “agent” indicates the monochrome printers 102a to 102e, and corresponds to the color printers 101a to 101e, the multifunction peripherals 103a to 103e, and the scanners 104a to 104e. .

ステップS401〜S407、ステップS412〜S418、および、ステップS423〜S426の処理はマネージャ上で実行される処理である。また、ステップS408〜S411およびステップS419〜S422の処理はi番目のエージェント上で実行される処理である。ネットワーク上に接続された全てのエージェントの数をNとすると、iが0〜N−1の間、ステップS404〜S425の処理が繰り返されることになる。   The processes in steps S401 to S407, steps S412 to S418, and steps S423 to S426 are executed on the manager. Further, the processes of steps S408 to S411 and steps S419 to S422 are processes executed on the i-th agent. Assuming that the number of all agents connected on the network is N, the processes of steps S404 to S425 are repeated while i is 0 to N-1.

ステップS401では、ディレクトリサービスやSNMPブロードキャストなどを利用してネットワークに接続されたネットワークデバイスを探索し、ステップS402に進む。ステップS402では、ステップS401で探索されたネットワークデバイスを順に参照するためのインデックス変数iを“0”に初期化し、ステップS403に進む。なお、デバイスの探索において、エージェントは所定の順番で登録され、インデックス番号が付されるものとする。   In step S401, a network device connected to the network is searched using a directory service or SNMP broadcast, and the process proceeds to step S402. In step S402, an index variable i for sequentially referring to the network devices searched in step S401 is initialized to “0”, and the process proceeds to step S403. In the device search, agents are registered in a predetermined order and assigned index numbers.

ステップS403では、インデックス変数iの値と、ステップS401で探索されたネットワークデバイスの数を比較し、インデックス変数iの値がネットワークデバイスの数よりも小さかった場合にはステップS404に進み(ステップS403:Yes)、それ以外の場合は処理を終了する(ステップS403:No)。   In step S403, the value of the index variable i is compared with the number of network devices searched in step S401. If the value of the index variable i is smaller than the number of network devices, the process proceeds to step S404 (step S403: Otherwise, the process ends (No at step S403).

ステップS404では、インデックス変数iで参照されるネットワークデバイスに対してデフォルトコミュニティ名でGetRequestを送信し、ステップS405に進む。ステップS405では、ステップS404で送信したGetRequestに対する応答を監視するためのタイマを起動し、ステップS406に進む。ステップS406では、ステップS405で起動した応答待ちタイマがタイムアウトしたかどうか検査し、タイムアウトした場合はステップS407に進む(ステップS406:Yes)。タイムアウトする前に、i番目のエージェントからGetResponseによる応答を受信した場合は、ステップS406からステップS412へ処理を進める。ステップS407では、ステップS404において送信したGetRequestのコミュニティ名に対して、i番目のエージェントが応答しなかった旨を記憶(図6で後述するデフォルトコミュニティ名への応答605に応答がなかったことを示す「0」を格納)し、ステップS415に進む。なお、ステップS414では、デフォルトコミュニティ名に応答したことを示す「1」がデフォルトコミュニティ名への応答605に格納される。   In step S404, GetRequest is transmitted with the default community name to the network device referred to by the index variable i, and the process proceeds to step S405. In step S405, a timer for monitoring a response to the GetRequest transmitted in step S404 is started, and the process proceeds to step S406. In step S406, it is checked whether or not the response waiting timer started in step S405 has timed out. If timed out, the process proceeds to step S407 (step S406: Yes). If a response by GetResponse is received from the i-th agent before the timeout, the process proceeds from step S406 to step S412. In step S407, the fact that the i-th agent did not respond to the community name of GetRequest transmitted in step S404 is stored (indicating that there was no response in the response 605 to the default community name described later in FIG. 6). "0" is stored), and the process proceeds to step S415. In step S414, “1” indicating that a response has been made to the default community name is stored in the response 605 to the default community name.

尚、図4では応答待ちタイマがタイムアウトするまでにGetResponseを受信できなかった場合は直ちにステップS407に進むが、ステップS404によるGetRequestの再送処理を適切な回数繰り返すようにしてもよい。   In FIG. 4, if GetResponse cannot be received before the response waiting timer times out, the process immediately proceeds to step S407. However, the GetRequest retransmission process in step S404 may be repeated an appropriate number of times.

一方、i番目のエージェントにおいて、ステップS404で送信されたGetRequestを受信する(ステップS408)と、ステップS409〜S411の処理が行われる。ステップS409では、i番目のエージェントにおいて、ステップS408で受信したGetRequestを解析し、応答可能なGetRequestであった場合にはステップS411に進み(ステップS409:Yes)、応答不可能なGetRequestであった場合にはステップS410に進む(ステップS410:No)。ここで、応答可能なGetRequestとは、当該i番目のエージェントが受け付け可能なコミュニティ名で送信されたGetRequestであり、GetRequestによる情報の取得処理そのものに失敗した場合であっても、エラーの内容を示すGetResponseがマネージャに送信されるものである。また、応答不可能なGetRequestとは、当該i番目のエージェントが受け付け不可能なコミュニティ名で送信されたGetRequestであり、このGetRequestについてはエージェントからマネージャにはGetResponseなどのSNMPメッセージは送信されない。   On the other hand, when the i-th agent receives the GetRequest transmitted in step S404 (step S408), the processes in steps S409 to S411 are performed. In step S409, the i-th agent analyzes the GetRequest received in step S408, and if it is a respondable GetRequest, the process proceeds to step S411 (step S409: Yes). The process proceeds to step S410 (step S410: No). Here, the responseable GetRequest is a GetRequest transmitted with a community name that can be accepted by the i-th agent, and indicates the content of the error even when the information acquisition process itself by GetRequest fails. GetResponse is sent to the manager. The GetRequest that cannot be responded is a GetRequest that is transmitted with a community name that cannot be accepted by the i-th agent. For this GetRequest, an SNMP message such as GetResponse is not transmitted from the agent to the manager.

ステップS410では、i番目のエージェントにおいて、ステップS408で受信したGetRequestに関するエラー処理を行い、ステップS408で受信したGetRequestに関するエージェント内での処理を終了する。ここで実行するエラー処理とは、例えばエージェント内部でカウントしている不正コミュニティ名で送信されたSNMPメッセージの受信カウンタのカウントアップ処理などが挙げられる。   In step S410, the i-th agent performs error processing related to GetRequest received in step S408, and ends processing in the agent related to GetRequest received in step S408. The error process executed here includes, for example, a process of counting up a reception counter of an SNMP message transmitted with an illegal community name counted inside the agent.

ステップS411では、当該i番目のエージェントにおいて、ステップS408で受信したGetRequestに対する応答としてGetResponseをマネージャに送信し、ステップS408で受信したGetRequestに関するエージェント内での処理を終了する。   In step S411, the i-th agent transmits GetResponse to the manager as a response to the GetRequest received in step S408, and the processing in the agent regarding the GetRequest received in step S408 ends.

マネージャの処理に戻り、応答待ちタイマのタイムアップまでにi番目のエージェントよりGetResponseを受信(ステップS412)すると、ステップS413に進む。ステップS413では、ステップS405において起動したGetRequestの応答待ちタイマを停止し、ステップS414に進む。このタイマ停止処理により、ステップS406において実行されているタイマのタイムアウト監視処理も停止される。ステップS414では、ステップS404において送信したGetRequestのコミュニティ名に対して、i番目のエージェントが応答した旨を記憶し、ステップS415に進む。なお、デフォルトコミュニティ名とカスタムコミュニティ名の両方に応答するようなデバイスもあることを考慮し、本実施形態では、デフォルトコミュニティ名に応答した場合でも、ステップS415以降の処理を行う。また、ステップS414においては、デフォルトコミュニティ名を用いたリクエストにより、当該i番目のエージェントから図6のリストに示すような情報(デバイス名601、製品名602、ネットワークインタフェースボード(NB)名603)を取得してテーブル600に登録し、RAM203に記憶する。   Returning to the manager process, if GetResponse is received from the i-th agent before the response waiting timer expires (step S412), the process proceeds to step S413. In step S413, the GetRequest response waiting timer started in step S405 is stopped, and the process proceeds to step S414. By the timer stop process, the timer timeout monitoring process executed in step S406 is also stopped. In step S414, the fact that the i-th agent has responded to the community name of GetRequest transmitted in step S404 is stored, and the process proceeds to step S415. Considering that there is a device that responds to both the default community name and the custom community name, in the present embodiment, even after responding to the default community name, the processing from step S415 is performed. In step S414, information (device name 601, product name 602, network interface board (NB) name 603) as shown in the list of FIG. 6 is received from the i-th agent by a request using the default community name. It is acquired and registered in the table 600 and stored in the RAM 203.

尚、ステップS404で使用するデフォルトコミュニティ名は、例えば、ネットワークデバイス管理システムが予め保持している文字列であり、例えば、“public”や“private”が適用される。また、ステップS404からステップS414までのデフォルトコミュニティ名に関する一連の処理は、本実施形態では1つのコミュニティ名についての処理しか記載していないが、複数のコミュニティ名について処理する場合にはSNMPメッセージに設定するコミュニティ名を変更しながらステップS404からステップS414の処理を複数回繰り返すようにしてもよい。例えば、上述のように“public”や“private”の2つのコミュニティ名について応答をチェックする必要があれば、ステップS404からステップS414の処理を2回繰り返すことになる。   Note that the default community name used in step S404 is, for example, a character string held in advance by the network device management system, and for example, “public” or “private” is applied. The series of processes related to the default community name from step S404 to step S414 is only described for one community name in this embodiment, but is set in the SNMP message when processing a plurality of community names. The process from step S404 to step S414 may be repeated a plurality of times while changing the community name. For example, as described above, if it is necessary to check responses for two community names “public” and “private”, the processing from step S404 to step S414 is repeated twice.

ステップS415では、インデックス変数iで参照されるネットワークデバイスに対して予め設定されている独自のコミュニティ名(以下、カスタムコミュニティ名と称する)でGetRequestを送信し、ステップS416に進む。   In step S415, GetRequest is transmitted with a unique community name (hereinafter referred to as a custom community name) preset for the network device referred to by the index variable i, and the process proceeds to step S416.

ステップS416では、ステップS415で送信したGetRequestに対する応答を監視するためのタイマを起動し、ステップS417に進む。ステップS417では、ステップS416で起動した応答待ちタイマがタイムアウトしたかどうか検査し、タイムアウトしている場合はステップS418に進む(ステップS417:Yes)。尚、応答待ちタイマがタイムアウトした場合に、ステップS415によるGetRequestの再送処理を適切な回数繰り返すように構成してもよい。   In step S416, a timer for monitoring a response to the GetRequest transmitted in step S415 is started, and the process proceeds to step S417. In step S417, it is checked whether or not the response waiting timer started in step S416 has timed out. If timed out, the process proceeds to step S418 (step S417: Yes). If the response waiting timer times out, the GetRequest retransmission process in step S415 may be repeated an appropriate number of times.

ステップS418では、前記ステップS415において送信したGetRequestのコミュニティ名に対して、前記i番目のエージェントが応答しなかった旨を記憶(図6のカスタムコミュニティ名への応答606に応答がなかったことを示す「0」を格納)し、ステップS426に進む。一方、応答待ちタイマのタイムアップ前にi番目のエージェントからGetResponseを受信した場合はステップS423以降の処理が実行される。   In step S418, the fact that the i-th agent did not respond to the community name of GetRequest transmitted in step S415 is stored (indicating that there was no response to the response 606 to the custom community name in FIG. 6). "0" is stored), and the process proceeds to step S426. On the other hand, if GetResponse is received from the i-th agent before the response waiting timer expires, the processing from step S423 onward is executed.

また、i番目のエージェントにおいては、マネージャがステップS415において送信したGetRequestを受信すると(ステップS419)、処理をステップS420に進める。ステップS420では、i番目のエージェントにおいて、ステップS419で受信したGetRequestを解析し、応答可能なGetRequestであった場合にはステップS422に進み(ステップS420:Yes)、応答不可能なGetRequestであった場合にはステップS421に進む(ステップS420:No)。ここで、応答可能なGetRequestとは、i番目のエージェントが受け付け可能なコミュニティ名で送信されたGetRequestであり、GetRequestによる情報の取得処理そのものに失敗した場合であっても、エラーの内容を示すGetResponseがマネージャに送信されるものである。また、応答不可能なGetRequestとは、i番目のエージェントが受け付け不可能なコミュニティ名で送信されたGetRequestであり、このGetRequestについてはエージェントからマネージャにはGetResponseなどのSNMPメッセージは送信されない。   In the i-th agent, when the manager receives the GetRequest transmitted in step S415 (step S419), the process proceeds to step S420. In step S420, the i-th agent analyzes the GetRequest received in step S419, and if it is a respondable GetRequest, the process proceeds to step S422 (step S420: Yes). The process proceeds to step S421 (step S420: No). Here, the GetRequest that can be responded is a GetRequest that is transmitted with a community name that can be accepted by the i-th agent, and even if the information acquisition process itself by GetRequest fails, GetResponse that indicates the content of the error Is sent to the manager. Further, a GetRequest that cannot be answered is a GetRequest that is transmitted with a community name that cannot be accepted by the i-th agent, and for this GetRequest, an SNMP message such as GetResponse is not transmitted from the agent to the manager.

ステップS421では、前記i番目のエージェントにおいて、前記ステップS419で受信したGetRequestに関するエラー処理を行い、前記ステップS19で受信したGetRequestに関するエージェント内での処理を終了する。ここで実行するエラー処理とは、例えばエージェント内部でカウントしている不正コミュニティ名で送信されたSNMPメッセージの受信カウンタのカウントアップ処理などがある。   In step S421, the i-th agent performs error processing related to GetRequest received in step S419, and ends the processing in the agent related to GetRequest received in step S19. The error process executed here includes, for example, a process of counting up a reception counter of an SNMP message transmitted with an illegal community name counted inside the agent.

ステップS422では、i番目のエージェントにおいて、ステップS419で受信したGetRequestに対する応答としてGetResponseをマネージャに送信し、ステップS419で受信したGetRequestに関するエージェント内での処理を終了する。   In step S422, the i-th agent transmits GetResponse to the manager as a response to the GetRequest received in step S419, and the processing in the agent regarding the GetRequest received in step S419 ends.

マネージャは、ステップS422でi番目のエージェントから送信されたGetResponseを受信すると、処理をステップS424へ進め、ステップS416において起動したGetRequestの応答待ちタイマを停止する。このタイマ停止処理により、ステップS417において実行されているタイマのタイムアウト監視処理も停止される。そして、ステップS425において、ステップS415において送信したGetRequestのカスタムコミュニティ名に対して、i番目のエージェントが応答した旨を記憶(カスタムコミュニティ名への応答605に「1」を格納)し、ステップS426に進む。なお、ステップS425においては、カスタムコミュニティ名を用いたリクエストにより、当該i番目のエージェントから図6のリストに示すような情報(デバイス名601、製品名602、ネットワークインタフェースボード(NB)名603)を取得し、RAM203に記憶されたテーブル600に登録する。   When the manager receives the GetResponse transmitted from the i-th agent in step S422, the manager advances the process to step S424, and stops the GetRequest response waiting timer started in step S416. By the timer stop process, the timer timeout monitoring process executed in step S417 is also stopped. In step S425, the fact that the i-th agent has responded to the custom community name of GetRequest transmitted in step S415 is stored ("1" is stored in response 605 to the custom community name), and in step S426. move on. In step S425, information (device name 601, product name 602, network interface board (NB) name 603) as shown in the list of FIG. 6 is received from the i-th agent by a request using the custom community name. Acquired and registered in the table 600 stored in the RAM 203.

尚、ステップS415で使用するカスタムコミュニティ名は、例えば、図には示さないステップにおいて、ネットワークデバイス管理者が予め設定した文字列であり、例えば、“my_community_a”、“my_community_b”、“my_community_c”などの任意の文字列を使用することができる。また、ステップS415〜ステップS425までのネットワークデバイス管理者が指定したコミュニティ名に関する一連の処理は、本実施形態では1つのカスタムコミュニティ名についての処理しか記載していないが、複数のカスタムコミュニティ名について処理する場合にはSNMPメッセージに設定するコミュニティ名を変更しながらステップS415からステップS425の処理を複数回繰り返すことになる。例えば、本実施形態のように、“my_community_a”、“my_community_b”、“my_community_c”の3つのカスタムコミュニティ名について調べる場合は、ステップS415〜ステップS425までの処理を3回繰り返すことになる。   The custom community name used in step S415 is, for example, a character string preset by the network device administrator in a step not shown in the figure, such as “my_community_a”, “my_community_b”, “my_community_c”, etc. Any string can be used. Further, the series of processes related to the community name designated by the network device administrator from step S415 to step S425 describes only a process for one custom community name in this embodiment, but processes a plurality of custom community names. If so, the process from step S415 to step S425 is repeated a plurality of times while changing the community name set in the SNMP message. For example, when the three custom community names “my_community_a”, “my_community_b”, and “my_community_c” are examined as in the present embodiment, the processing from step S415 to step S425 is repeated three times.

ステップS426では、前記ステップS401で探索されたネットワークデバイスを参照するためのインデックス変数iの値を“1”加算し、ステップS403に戻る。   In step S426, “1” is added to the value of the index variable i for referring to the network device searched in step S401, and the process returns to step S403.

尚、図4においてマネージャからエージェントに送信するGetRequestでは、管理対象のエージェントが必ず実装しているMIBオブジェクトの取得要求を行うものとする。本実施形態では、このGetRequestにより後述の図6に示す、デバイス名、製品名、ネットワークインタフェースボード名などのネットワークデバイスの管理に必要な情報を取得するものとする。なお、図6の例では、デバイス名601はsysName.0(オブジェクトIDは、1.3.6.1.2.1.1.5.0)を、製品名602はhrDeviceDescr.1(オブジェクトIDは、1.3.6.1.2.1.25.3.2.1.3.1)を、ネットワークインタフェースボード名603はifDescr.1(オブジェクトIDは、1.3.6.1.2.1.2.2.1.2.1)を、それぞれ取得するものとする。また、ステップS407、S414、S418、S425において記録するコミュニティ名の応答状況はデフォルトコミュニティへの応答605およびカスタムコミュニティ名への応答606に反映される。なお、デフォルトコミュニティ名への応答605およびカスタムコミュニティ名への応答606には、応答がなかった場合は「0」、応答があった場合は「1」が格納される。   In FIG. 4, in the GetRequest transmitted from the manager to the agent, it is assumed that an acquisition request for the MIB object that is always implemented by the agent to be managed is made. In this embodiment, it is assumed that information necessary for managing network devices such as a device name, a product name, and a network interface board name shown in FIG. In the example of FIG. 6, the device name 601 is sysName.0 (object ID is 1.3.6.1.2.1.1.5.0), and the product name 602 is hrDeviceDescr.1 (object ID is 1.3.6.1.2.1. 25.3.2.1.3.1) and ifDescr.1 (object ID is 1.3.6.1.2.1.2.2.1.2.1) as the network interface board name 603, respectively. Further, the response status of the community name recorded in steps S407, S414, S418, and S425 is reflected in the response 605 to the default community and the response 606 to the custom community name. The response 605 to the default community name and the response 606 to the custom community name store “0” when there is no response and “1” when there is a response.

また、本実施形態では、上記処理によってデフォルトコミュニティ名が付与されているエージェントにおいて、カスタムコミュニティ名を設定可能であるかどうかを調べる。図5は、本実施形態によるネットワークデバイス管理システムにおいて、デフォルトコミュニティ名に応答するネットワークデバイスを検索し、探索されたネットワークデバイスにおいてコミュニティ名の変更が可能かどうかを検査する処理の一例を示すフローチャートである。   In the present embodiment, it is checked whether or not a custom community name can be set in an agent to which a default community name is given by the above processing. FIG. 5 is a flowchart showing an example of processing for searching for a network device responding to the default community name and checking whether or not the community name can be changed in the searched network device in the network device management system according to the present embodiment. is there.

図5において、ステップS501では、上記図4のフローチャートに示したネットワークデバイスの探索処理(応答するコミュニティ名の検査を含む(単にデバイスを探索するだけならば、ユーザから指定されたコミュニティ名でのみ探索すればよいが、本実施形態ではユーザから指定されたコミュニティ名があった場合でも、デフォルトコミュニティ名での探索が必要になる))を行い、ステップS502に進む。ステップS502では、ステップS501で探索されたネットワークデバイス(エージェント)の情報(例えば、図6に示したような情報)を順に参照するためのインデックス変数iを“0”に初期化し、ステップS503に進む。   In FIG. 5, in step S501, the network device search process shown in the flowchart of FIG. 4 (including the response community name check (if the device is simply searched, only the community name specified by the user is searched). However, in this embodiment, even when there is a community name designated by the user, a search with the default community name is required)), and the process proceeds to step S502. In step S502, an index variable i for referencing the network device (agent) information searched in step S501 (for example, information as shown in FIG. 6) in order is initialized to “0”, and the process proceeds to step S503. .

ステップS503では、インデックス変数iの値と、ステップS501において探索されたネットワークデバイスの数を比較し、インデックス変数iの値の方が小さい場合にはステップS504に進み(ステップS503:Yes)、それ以外の場合は本処理を終了する。尚、後述のステップS504からステップS511の処理によりデフォルトコミュニティ名に応答したネットワークデバイスで、かつコミュニティ名の変更が可能なネットワークデバイスが検出された場合は、本処理を終了する際に、図7に示すようなメッセージボックスを表示することで、ネットワークデバイス管理者にコミュニティ名の変更を促すようにしても良い。図7において、700はコミュニティ名の変更を促すメッセージを表示するウィンドウであり、701、702は、デフォルトのコミュニティ名に応答し、かつコミュニティ名の変更が可能と判断されたネットワークデバイスの一覧、703はウィンドウ700を閉じるためのボタンである。なお、デフォルトコミュニティ名に応答したネットワークデバイスで、かつコミュニティ名の変更が可能なネットワークデバイスが検出された場合の処理は、上記に限られるものではない。例えば、図7の共有プリンタ03や12のコミュニティ名を変更するためのUIを自動的に起動したり、コミュニティ名をカスタムコミュニティ名に自動的に変更する等の処理を実行させるようにしてもよい。   In step S503, the value of the index variable i is compared with the number of network devices searched in step S501. If the value of the index variable i is smaller, the process proceeds to step S504 (step S503: Yes), otherwise In the case of, this processing is terminated. If a network device that responds to the default community name and can change the community name is detected by the processing from step S504 to step S511, which will be described later, when this processing is finished, FIG. By displaying a message box as shown, the network device administrator may be prompted to change the community name. In FIG. 7, reference numeral 700 denotes a window for displaying a message prompting the change of the community name. Reference numerals 701 and 702 denote lists of network devices that respond to the default community name and are determined to be able to change the community name. Is a button for closing the window 700. The processing when a network device that responds to the default community name and that can change the community name is detected is not limited to the above. For example, a UI for automatically changing the community name of the shared printer 03 or 12 in FIG. 7 may be automatically started, or processing such as automatically changing the community name to a custom community name may be executed. .

ステップS504からステップS511までは、インデックス変数iにより参照されるネットワークデバイスに関する処理である。ステップS504では、i番目のネットワークデバイスがデフォルトのコミュニティ名に応答したかどうか判断(例えば、デフォルトコミュニティ名への応答605をチェックすることで判断できる)し、デフォルトのコミュニティ名に応答している場合にはステップS505に進み(ステップS504:Yes)、それ以外の場合はステップS512に進む(ステップS505:No)。例えば、図6に示した例では、共有プリンタ03、06〜10、および、12がデフォルトのコミュニティ名“public”に応答している。   Steps S504 to S511 are processes related to the network device referred to by the index variable i. In step S504, it is determined whether or not the i-th network device has responded to the default community name (for example, it can be determined by checking the response 605 to the default community name), and the response is to the default community name. The process proceeds to step S505 (step S504: Yes), otherwise the process proceeds to step S512 (step S505: No). For example, in the example illustrated in FIG. 6, the shared printers 03, 06 to 10, and 12 respond to the default community name “public”.

ステップS505では、ステップS504において、デフォルトコミュニティ名に応答すると判断されたi番目のネットワークデバイスと同一の製品を検索するためのインデックス変数jを“0”に初期化し、ステップS506に進む。インデックス変数jを用いることにより、インデックス変数iと同様に、ステップS501において探索されたネットワークデバイスの情報を参照できるものとする。   In step S505, an index variable j for searching for the same product as the i-th network device determined to respond to the default community name in step S504 is initialized to “0”, and the process proceeds to step S506. By using the index variable j, it is assumed that the network device information searched in step S501 can be referred to in the same manner as the index variable i.

ステップS507〜ステップS509は、インデックス変数iで参照できるネットワークデバイスと、インデックス変数jで参照できるネットワークデバイスに関する処理である。ステップS507〜ステップS509の処理は、全てのネットワークデバイスについて実行される(ステップS506、S510)。   Steps S507 to S509 are processes related to the network device that can be referred to by the index variable i and the network device that can be referred to by the index variable j. The processes in steps S507 to S509 are executed for all network devices (steps S506 and S510).

ステップS507ではインデックス変数iの値と、インデックス変数jの値が等しいかどうか判断し、値が等しくなければステップS508に進に(ステップS507:Yes)、値が等しい場合はステップS511に進む(ステップS507:No)。インデックス変数iの値と、インデックス変数jの値が等しい場合、これらの変数で参照できるネットワークデバイスの情報は同一のものを指しているため、同一製品かどうかを判別する必要はないからである。   In step S507, it is determined whether the value of the index variable i is equal to the value of the index variable j. If the values are not equal, the process proceeds to step S508 (step S507: Yes), and if the values are equal, the process proceeds to step S511 (step S511). S507: No). This is because, when the value of the index variable i is equal to the value of the index variable j, the network device information that can be referred to by these variables indicates the same information, so it is not necessary to determine whether or not they are the same product.

ステップS508では、インデックス変数iで参照されるネットワークデバイスと、インデックス変数jで参照されるネットワークデバイスの情報を比較する。比較の結果、これらのネットワークデバイスが同一製品であると判断された場合はステップS509に進み(ステップS508:Yes)、それ以外の場合はステップS511に進む(ステップS508:No)。尚、本実施形態では、同一製品かどうかの判断は、図6の製品名602とネットワークインタフェースボード名603の値が等しいかどうかにより判別するものとする。従って、図6の例では、共有プリンタ01〜05、共有プリンタ06〜10、共有プリンタ11〜15、共有スキャナ01〜05が同一製品と判断される。なお、同一製品かどうかの判断を製品名602あるいはボード名603のどちらか一方のみを用いて行えるシステムであれば、いずれか一方を用いて当該判断を行えばよい。   In step S508, information on the network device referred to by the index variable i and the network device referred to by the index variable j are compared. As a result of the comparison, if it is determined that these network devices are the same product, the process proceeds to step S509 (step S508: Yes), otherwise the process proceeds to step S511 (step S508: No). In this embodiment, whether or not they are the same product is determined based on whether or not the product name 602 and the network interface board name 603 in FIG. 6 are equal. Therefore, in the example of FIG. 6, the shared printers 01 to 05, the shared printers 06 to 10, the shared printers 11 to 15, and the shared scanners 01 to 05 are determined as the same product. Note that if the system can determine whether the product is the same using only one of the product name 602 and the board name 603, the determination may be made using either one.

ステップS509では、インデックス変数jで参照できるネットワークデバイスが、ネットワークデバイス管理者が指定したカスタムコミュニティ名(本実施形態では、“my_community_a”、“my_community_b”、“my_community_c”のいずれか)に応答しているかどうか調べる(例えば、カスタムコミュニティ名への応答606をチェックすることで判断できる)。カスタムコミュニティ名に応答していると判定された場合はステップS510に進み(ステップS509:Yes)、それ以外の場合はステップS511に進む(ステップS509:No)。   In step S509, whether the network device that can be referred to by the index variable j is responding to the custom community name specified by the network device administrator (in this embodiment, “my_community_a”, “my_community_b”, or “my_community_c”) (For example, it can be determined by checking the response 606 to the custom community name). If it is determined that it is responding to the custom community name, the process proceeds to step S510 (step S509: Yes), otherwise the process proceeds to step S511 (step S509: No).

例えば、図6に示した例では、共有プリンタ01、02、04、05、11、13〜15、および共有スキャナ01〜05がカスタムコミュニティ名に応答している。本実施形態では、カスタムコミュニティ名に応答しているネットワークデバイスを、コミュニティ名の変更が可能なネットワークデバイスであると判断する。よって、図6の例では、共有プリンタ01〜05は、カスタムコミュニティ名に応答しているネットワークデバイス(共有プリンタ01、02、04、05)があるためコミュニティ名が変更可能なネットワークデバイスと判断することができ、共有プリンタ06〜09は、いずれもデフォルトコミュニティ名(“public”)に応答しているため、コミュニティ名の変更ができないネットワークデバイスと判断することができる。   For example, in the example shown in FIG. 6, the shared printers 01, 02, 04, 05, 11, 13-15, and the shared scanners 01-05 respond to the custom community name. In this embodiment, the network device responding to the custom community name is determined to be a network device that can change the community name. Therefore, in the example of FIG. 6, the shared printers 01 to 05 are determined to be network devices whose community names can be changed because there are network devices (shared printers 01, 02, 04, 05) responding to the custom community name. Since all of the shared printers 06 to 09 respond to the default community name (“public”), it can be determined that the network name cannot be changed.

ただし、実際には前記共有プリンタ06〜09は、コミュニティ名の変更が可能なネットワークデバイスである可能性もある。本実施形態では、コミュニティ名の変更ができない可能性があるネットワークデバイスについてはデフォルトコミュニティ名の変更を促すことがないようにすることを目的としている。よって、同一製品すべてがコミュニティ名の変更ができるにもかかわらずデフォルトのコミュニティ名のまま運用されている場合については、コミュニティ名の変更ができないネットワークデバイスとして扱っている。   However, the shared printers 06 to 09 may actually be network devices that can change the community name. An object of the present embodiment is to prevent a network device that may not be able to change the community name from being prompted to change the default community name. Therefore, when all the same products can be operated with the default community name even though the community name can be changed, they are handled as network devices that cannot change the community name.

ステップS511では、インデックス変数iで参照できるネットワークデバイスが、デフォルトのコミュニティ名に応答し、かつコミュニティ名の変更が可能なネットワークデバイスであることを記憶し、ステップS512に進む。この結果は、例えば、図6の管理テーブルの図示しないエントリに記憶される。   In step S511, it is stored that the network device that can be referred to by the index variable i is a network device that can respond to the default community name and can change the community name, and proceeds to step S512. This result is stored, for example, in an entry (not shown) of the management table in FIG.

ステップS511では、インデックス変数jの値を“1”加算し、ステップS506に戻る。
ステップS512では、インデックス変数iの値を“1”加算し、ステップS503に戻る。
In step S511, “1” is added to the value of the index variable j, and the process returns to step S506.
In step S512, “1” is added to the value of the index variable i, and the process returns to step S503.

以上説明したように、本実施形態のネットワークデバイス管理システムによれば、管理対象ネットワークデバイスの中からデフォルトコミュニティ名に応答するネットワークデバイスが自動的に検出され、更に、これらのネットワークデバイスにおいてコミュニティ名の変更が可能かどうかを自動的に判断される。このため、コミュニティ名の変更が可能でかつデフォルトのコミュニティ名に応答しているネットワークデバイスのみをネットワークデバイス管理者に表示することが可能となる。よって、ネットワークデバイス管理者は、SNMPの脆弱性対策の1つであるデフォルトコミュニティ名の変更処理を効率的に行うことが可能になり、ユーザの利便性が向上するという効果がある。   As described above, according to the network device management system of the present embodiment, network devices responding to the default community name are automatically detected from the managed network devices, and the community name of these network devices is further detected. It is automatically determined whether the change is possible. Therefore, it is possible to display only network devices that can change the community name and respond to the default community name to the network device manager. Therefore, the network device administrator can efficiently perform the process of changing the default community name, which is one of the SNMP vulnerability countermeasures, and the user convenience is improved.

なお、上記実施形態では、同一タイプの製品であるか否かをSNMPを利用して収集された情報(製品名、ネットワークボード名)に基づいて判定したが、これらの情報は別のプロトコルを介して収集されたものであってもよいし、マニュアルで入力されたものであってもよい。また、管理プロトコルとしては、SNMP以外にも、例えば、SLPマルチキャストが挙げられる。SLPマルチキャストにはSNMP v1のコミュニティ名に相当するものとしてスコープ名というものがあり、上述した処理を適用できる。   In the above embodiment, whether or not the products are of the same type is determined based on information (product name, network board name) collected using SNMP. However, these pieces of information are transmitted via different protocols. May be collected manually or may be manually input. In addition to SNMP, examples of management protocols include SLP multicast. SLP multicast has a scope name as a community name of SNMP v1, and the above-described processing can be applied.

図8は、記憶媒体の一例であるCD−ROMのメモリマップを示す図である。9999はディレクトリ情報を記憶してある領域で、以降のインストールプログラムを記憶してある領域9998およびネットワークデバイス管理ソフトウェアを記憶してある領域9997の位置を示している。9998は、インストールプログラムを記憶してある領域である。9997は、ネットワークデバイス管理ソフトウェアを記憶してある領域である。本発明のネットワークデバイス管理ソフトウェアがPC200にインストールされる際には、まずインストールプログラムを記憶してある領域9998に記憶されているインストールプログラムがシステムにロードされ、CPU201によって実行される。次に、 CPU201によって実行されるインストールプログラムが、ネットワークデバイス管理ソフトウェアを記憶してある領域9997からネットワークデバイス管理ソフトウェアを読み出して、ハードディスク211に格納する。   FIG. 8 is a diagram showing a memory map of a CD-ROM which is an example of a storage medium. Reference numeral 9999 denotes an area in which directory information is stored, and indicates positions of an area 9998 in which subsequent installation programs are stored and an area 9997 in which network device management software is stored. An area 9998 stores an installation program. Reference numeral 9997 denotes an area where network device management software is stored. When the network device management software of the present invention is installed in the PC 200, the installation program stored in the area 9998 storing the installation program is first loaded into the system and executed by the CPU 201. Next, the installation program executed by the CPU 201 reads the network device management software from the area 9997 where the network device management software is stored, and stores it in the hard disk 211.

なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェース機器、リーダなど)から構成されるシステムあるいは統合装置に適用しても、ひとつの機器からなる装置に適用してもよい。   Note that the present invention may be applied to a system or an integrated device including a plurality of devices (for example, a host computer, an interface device, a reader, etc.) or an apparatus including a single device.

また、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても、本発明の目的が達成されることは言うまでもない。この場合、記憶媒体から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。プログラムコードを供給するための記憶媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM,CD−R、DVD−ROM、磁気テープ、不揮発性のメモリカード、ROMなどを用いることができる。   In addition, a storage medium in which a program code of software that realizes the functions of the above-described embodiments is supplied to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the program code in the storage medium. It goes without saying that the object of the present invention can also be achieved by reading and executing. In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention. As a storage medium for supplying the program code, for example, a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, nonvolatile memory card, A ROM or the like can be used.

また、コンピュータが読み出したプログラムコードを実行することによって、前述した実施形態の機能が実現される他、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOSなどが実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   In addition, the functions of the above-described embodiments are realized by executing the program code read by the computer, and the OS running on the computer is part of the actual processing based on the instruction of the program code. Alternatively, the functions of the above-described embodiment can be realized by performing all of them and performing the processing.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. The CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments can be realized by the processing.

なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体から、そのプログラムをパソコン通信など通信ラインを介して要求者にそのプログラムを配信する場合にも適用できることは言うまでもない。   The present invention can also be applied to a case where the program is distributed to a requester via a communication line such as personal computer communication from a storage medium in which a program code of software realizing the functions of the above-described embodiments is recorded. Needless to say.

本実施形態のネットワークデバイス管理システムが動作可能なネットワークの構成例を示す図である。It is a figure which shows the structural example of the network in which the network device management system of this embodiment can operate | move. 本実施形態のネットワークデバイス管理システムが稼動可能なPCの内部構成を示す図である。It is a figure which shows the internal structure of PC which can operate the network device management system of this embodiment. 本実施形態のネットワークデバイスの内部構成例を示す図である。It is a figure which shows the internal structural example of the network device of this embodiment. SNMPメッセージ(Trapを除く)のフォーマットを示す図である。It is a figure which shows the format of an SNMP message (except Trap). 本実施形態のネットワークデバイス管理システムにおける、ネットワークデバイスの探索に関連する処理を示すフローチャートである。It is a flowchart which shows the process relevant to the search of a network device in the network device management system of this embodiment. 本実施形態のネットワークデバイス管理システムにおける、デフォルトのSNMPコミュニティ名に応答し、かつSNMPコミュニティ名の変更が可能なネットワークデバイスを検索する処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process which searches the network device which can respond to a default SNMP community name and can change an SNMP community name in the network device management system of this embodiment. 本実施形態のネットワークデバイス管理システムにおいて探索されたネットワークデバイスに関する情報の一例を示す図である。It is a figure which shows an example of the information regarding the network device searched in the network device management system of this embodiment. 本実施形態のネットワークデバイス管理システムにおいて、図6に示したネットワークデバイスの探索結果のうち、デフォルトコミュニティ名に応答し、かつコミュニティ名の変更が可能なネットワークデバイスについて、コミュニティ名の変更を促すメッセージの一例を示す図である。In the network device management system according to the present embodiment, a message prompting the change of the community name for a network device that responds to the default community name and can change the community name among the network device search results shown in FIG. It is a figure which shows an example. 本発明のプログラムが格納された記憶媒体の一例であるCD-ROMのメモリマップを示す図である。It is a figure which shows the memory map of CD-ROM which is an example of the storage medium in which the program of this invention was stored.

Claims (13)

ネットワークに接続されたデバイスを所定の管理プロトコルで管理するデバイス管理装置であって、
前記所定の管理プロトコルを用いて、デフォルトのコミュニティ名による第1リクエストに応答するデバイスと、変更されたコミュニティ名による第2リクエストに応答するデバイスを探索する探索手段と、
前記第1リクエストに応答したデバイスのうち、前記第2リクエストに応答したデバイスと同一タイプの製品と判定されたデバイスをコミュニティ名の変更が可能なデバイスとして抽出する抽出手段とを備えることを特徴とするデバイス管理装置。
A device management apparatus that manages devices connected to a network using a predetermined management protocol,
Search means for searching for a device responding to the first request with the default community name and a device responding to the second request with the changed community name using the predetermined management protocol;
An extraction unit that extracts a device determined to be a product of the same type as that of the device responding to the second request among devices responding to the first request as a device capable of changing a community name; Device management device.
前記抽出手段で抽出されたデバイスをコミュニティ名の変更が可能なデバイスとして提示する提示手段を更に備えることを特徴とする請求項1に記載のデバイス管理装置。   The device management apparatus according to claim 1, further comprising a presentation unit that presents the device extracted by the extraction unit as a device whose community name can be changed. 前記所定の管理プロトコルはSNMPであることを特徴とする請求項1に記載のデバイス管理装置。   The device management apparatus according to claim 1, wherein the predetermined management protocol is SNMP. 前記抽出手段は、前記所定の管理プロトコルによって各デバイスから収集した情報に基づいてデバイスの抽出を行うことを特徴とする請求項1に記載のデバイス管理装置。   The device management apparatus according to claim 1, wherein the extraction unit extracts a device based on information collected from each device according to the predetermined management protocol. 前記抽出手段は、前記第1または第2リクエストに応答したデバイスから取得される製品名に基づいて、デバイスの抽出を行うことを特徴とする請求項1乃至4のいずれかに記載のデバイス管理装置。   5. The device management apparatus according to claim 1, wherein the extraction unit extracts a device based on a product name acquired from the device responding to the first or second request. 6. . ネットワークに接続された複数のデバイスと、該複数のデバイスを所定の管理プロトコルで管理する管理装置とを備えたデバイス管理システムであって、
前記所定の管理プロトコルを用いて、前記複数のデバイスから、デフォルトのコミュニティ名による第1リクエストに応答するデバイスと、変更されたコミュニティ名による第2リクエストに応答するデバイスを探索する探索手段と、
前記第1リクエストに応答したデバイスのうち、前記第2リクエストに応答したデバイスと同一タイプの製品と判定されたデバイスをコミュニティ名の変更が可能なデバイスとして抽出する抽出手段とを備えることを特徴とするデバイス管理システム。
A device management system comprising a plurality of devices connected to a network and a management device that manages the plurality of devices with a predetermined management protocol,
Search means for searching for a device responding to a first request with a default community name and a device responding to a second request with a changed community name from the plurality of devices using the predetermined management protocol;
An extraction unit that extracts a device determined to be a product of the same type as that of the device responding to the second request among devices responding to the first request as a device capable of changing a community name; Device management system.
ネットワークに接続されたデバイスを所定の管理プロトコルで管理するデバイス管理方法であって、
前記所定の管理プロトコルを用いて、デフォルトのコミュニティ名による第1リクエストに応答するデバイスと、変更されたコミュニティ名による第2リクエストに応答するデバイスを探索する探索工程と、
前記第1リクエストに応答したデバイスのうち、前記第2リクエストに応答したデバイスと同一タイプの製品と判定されたデバイスをコミュニティ名の変更が可能なデバイスとして抽出する抽出工程とを備えることを特徴とするデバイス管理方法。
A device management method for managing a device connected to a network using a predetermined management protocol,
Searching for a device that responds to a first request with a default community name and a device that responds to a second request with a changed community name using the predetermined management protocol;
An extraction step of extracting a device determined to be a product of the same type as the device responding to the second request among devices responding to the first request as a device whose community name can be changed. Device management method.
前記抽出工程で抽出されたデバイスをコミュニティ名の変更が可能なデバイスとして提示する提示工程を更に備えることを特徴とする請求項7に記載のデバイス管理方法。   The device management method according to claim 7, further comprising a presentation step of presenting the device extracted in the extraction step as a device whose community name can be changed. 前記所定の管理プロトコルはSNMPであることを特徴とする請求項7に記載のデバイス管理方法。   The device management method according to claim 7, wherein the predetermined management protocol is SNMP. 前記抽出工程は、前記所定の管理プロトコルによって各デバイスから収集した情報に基づいてデバイスの抽出を行うことを特徴とする請求項7に記載のデバイス管理方法。   8. The device management method according to claim 7, wherein the extraction step performs device extraction based on information collected from each device by the predetermined management protocol. 前記抽出工程は、前記第1または第2リクエストに応答したデバイスから取得される製品名に基づいて、デバイスの抽出を行うことを特徴とする請求項7乃至10のいずれかに記載のデバイス管理方法。   The device management method according to claim 7, wherein the extraction step performs device extraction based on a product name acquired from a device that responds to the first or second request. . 請求項7乃至11のいずれかに記載のデバイス管理方法をコンピュータに実行させるための制御プログラム。   A control program for causing a computer to execute the device management method according to claim 7. 請求項7乃至11のいずれかに記載のデバイス管理方法をコンピュータに実行させるための制御プログラムを格納した記憶媒体。   A storage medium storing a control program for causing a computer to execute the device management method according to claim 7.
JP2005029833A 2005-02-04 2005-02-04 Device management system, apparatus and method Expired - Fee Related JP3944214B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005029833A JP3944214B2 (en) 2005-02-04 2005-02-04 Device management system, apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005029833A JP3944214B2 (en) 2005-02-04 2005-02-04 Device management system, apparatus and method

Publications (2)

Publication Number Publication Date
JP2006215926A true JP2006215926A (en) 2006-08-17
JP3944214B2 JP3944214B2 (en) 2007-07-11

Family

ID=36979104

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005029833A Expired - Fee Related JP3944214B2 (en) 2005-02-04 2005-02-04 Device management system, apparatus and method

Country Status (1)

Country Link
JP (1) JP3944214B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008146410A (en) * 2006-12-11 2008-06-26 Canon Inc Network management system, information processor and method for controlling information processor
JP2009135618A (en) * 2007-11-29 2009-06-18 Brother Ind Ltd Communication device and computer program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008146410A (en) * 2006-12-11 2008-06-26 Canon Inc Network management system, information processor and method for controlling information processor
JP2009135618A (en) * 2007-11-29 2009-06-18 Brother Ind Ltd Communication device and computer program
US8275861B2 (en) 2007-11-29 2012-09-25 Brother Kogyo Kabushiki Kaisha Technique for communicating by utilizing communication setting information

Also Published As

Publication number Publication date
JP3944214B2 (en) 2007-07-11

Similar Documents

Publication Publication Date Title
US11095524B2 (en) Component detection and management using relationships
US9847965B2 (en) Asset detection system
EP2837159B1 (en) System asset repository management
EP2921955B1 (en) Capability monitoring in a service oriented architecture
US10110437B2 (en) Method and apparatus to detect unidentified inventory
US11696110B2 (en) Distributed, crowdsourced internet of things (IoT) discovery and identification using Block Chain
EP2837157B1 (en) Network address repository management
US8406140B2 (en) Network device inventory system
US8289882B2 (en) Systems and methods for modifying network map attributes
US20120297059A1 (en) Automated creation of monitoring configuration templates for cloud server images
EP1589691B1 (en) Method, system and apparatus for managing computer identity
JP2019512817A (en) System and method for automatic device detection
US7849174B2 (en) Network management system, display method, and program
CN101238680A (en) System and method for generating unique and persistent identifiers
JP2004013901A (en) Method and system for supervising device connected to network and displaying equipment status
JP2010097587A (en) Information processing apparatus, method, and server to determine type of electric appliance
US20090248861A1 (en) Device manager and device management program
JP2001282655A (en) Method, device, and storage medium for network device management
JP2007257525A (en) Device management apparatus
US9871814B2 (en) System and method for improving security intelligence through inventory discovery
JP3944214B2 (en) Device management system, apparatus and method
EP2645261A1 (en) Management system, management device, management method and management program
JP5383927B2 (en) Method and management device for discovering communication devices connected to communication network
JP5765451B2 (en) Device management apparatus, device management system, program, and device management method
JP2011227818A (en) Equipment management device, equipment management method, equipment management program, and recording medium with the program recorded thereon

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070316

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: 20070323

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070406

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110413

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130413

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130413

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140413

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees