[go: up one dir, main page]

JP2004213110A - Network management device, network management program, and recording medium - Google Patents

Network management device, network management program, and recording medium Download PDF

Info

Publication number
JP2004213110A
JP2004213110A JP2002378659A JP2002378659A JP2004213110A JP 2004213110 A JP2004213110 A JP 2004213110A JP 2002378659 A JP2002378659 A JP 2002378659A JP 2002378659 A JP2002378659 A JP 2002378659A JP 2004213110 A JP2004213110 A JP 2004213110A
Authority
JP
Japan
Prior art keywords
objectid
setting
network
existence
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.)
Withdrawn
Application number
JP2002378659A
Other languages
Japanese (ja)
Inventor
Ikuma Takemoto
郁馬 竹本
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2002378659A priority Critical patent/JP2004213110A/en
Publication of JP2004213110A publication Critical patent/JP2004213110A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

【課題】複数のデバイスに対して各種プロトコル等の設定項目に対して1回の操作で一括設定することが可能なネットワーク管理装置を提供する。
【解決手段】機器列挙部101によりSNMP/MIBでアクセス可能なネットワーク装置情報を列挙し、機器情報蓄積部103に蓄積する。次に、Netwareプロトコル有効/無効Object存在確認部102は、該取得したネットワーク装置情報のネットワーク装置に対してObjectIDが存在するか否かを確認する。次に、機器情報蓄積部103において「ObjectIDあり」と設定されたネットワーク装置情報に対して設定値入力部104から入力された設定値が設定される。次に、Netwareプロトコル有効/無効ObjectID設定部105は、設定値入力部104から入力され設定された設定値を、該当するObjectIDを保持するネットワーク装置に対して送信し、該送信された設定値がネットワーク装置に設定される。
【選択図】 図5
Provided is a network management apparatus that can collectively set setting items such as various protocols for a plurality of devices by one operation.
A device enumeration unit enumerates network device information accessible by SNMP / MIB and accumulates the information in a device information accumulation unit. Next, the Network protocol valid / invalid Object existence confirmation unit 102 confirms whether an ObjectID exists for the network device of the acquired network device information. Next, the setting value input from the setting value input unit 104 is set for the network device information set as “ObjectID exists” in the device information storage unit 103. Next, the Network Protocol valid / invalid ObjectID setting unit 105 transmits the setting value input from the setting value input unit 104 and set to the network device holding the corresponding ObjectID, and the transmitted setting value is Set in the network device.
[Selection diagram] FIG.

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワーク管理において、管理対象となる複数のデバイスに対して、各種プロトコル等の設定項目の一括設定が可能なネットワーク管理装置、ネットワーク管理プログム及び記録媒体に関する。
【0002】
【従来の技術】
ネットワーク管理プロトコルとして広く普及しているSNMP(SimpleNetwork Management Protocol)においては、ネットワーク上の個々のデバイスに管理情報ベース(MIB:Management Information Base)が具備され、そのMIBを利用して、情報の取得や設定が行われる。典型的な例では、ネットワークを管理する側の装置であるSNMPマネージャ(ネットワーク管理装置)と、管理される側の装置であるネットワーク装置と、がネットワークを介して相互間で接続されているシステムにおいて、ネットワーク管理装置によりネットワーク装置のMIBから必要な情報が取得することで、該取得した情報を基にネットワーク管理が行われ、また、ネットワーク管理装置により各ネットワーク装置のMIBに対して必要な情報の書き込みが行われ、該書き込みが行われた情報を基にネットワーク装置の動作が制御される。なお、ネットワーク装置には、MIBの管理を行うプロセスが存在する。そのプロセスは、ネットワーク装置の動作状況等を常に監視してMIBの内容を書き換える処理や、ネットワーク管理装置からのリクエストに対する処理を実行する。
【0003】
MIBの各情報は、ツリー構造の頂点から選択肢番号列であるオブジェクトIDで特定される。なお、1つのオブジェクトIDは、必ず1つのオブジェクトに対応している。即ち、オブジェクトIDの特定によって情報の操作、参照、設定等を行うことが可能となる。
【0004】
また、MIBにおいて、上層の空間は、共通空間であり、一方、下層の一部分の空間は、開放されている。各デバイスのメーカは、その開放空間を利用してデバイスに対する特有の情報設定を可能にしている。それ故、デバイスのメーカや機種が異なると、全体としてのMIBの種類が異なり、このため、後述のように各デバイスに対するオブジェクトIDの内容が相違する。つまり、同じオブジェクトであってもMIBの種類が異なれば、それを指定するオブジェクトIDは異なる。
【0005】
また、複数のデバイスがネットワークを介して接続して存在する場合には、1回の操作で、複数のデバイスに対して共通の情報設定を一括して行いたいという要望がある。これは、ネットワークを介して接続された複数のデバイス間で共用できる情報があったとしても、ユーザが1つのデバイスを指定して、該指定したデバイスに対し共用できる情報を設定する操作を、各デバイスに対して繰り返えすこととなるためである。
【0006】
また、本発明と類似する従来技術として、ネットワーク管理において、管理対象となるネットワーク装置の管理情報のうち、共有可能な項目について一斉に設定できる技術が開示されている(特許文献1参照)。
【0007】
この特許文献1は、ネットワーク装置の管理項目のうち共用可能な項目についてネットワーク装置に登録しておき、複数のネットワーク装置の管理情報ファイルに対して、共用可能な管理項目の設定値を一斉に設定できるため、複数のネットワークに対して同じ設定操作を繰り返す必要がなく、作業効率を向上させたものである。
【0008】
【特許文献1】
特開2002−135250号公報
【0009】
【発明が解決しようとする課題】
しかしながら、上記特許文献1においては、共用可能な管理項目については、何ら記載されておらず、具体的な管理項目が開示されていない。
【0010】
本発明は、上記事情に鑑みてなされたものであり、複数のデバイスに対して各種プロトコル等の設定項目を1回の操作で一括設定することが可能なネットワーク管理装置、ネットワーク管理プログラム及び記録媒体を提供することを目的とする。
【0011】
【課題を解決するための手段】
かかる目的を達成するために本発明は以下のような特徴を有する。
請求項1記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、設定項目を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、設定項目の設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0012】
請求項2記載の発明は、請求項1記載のネットワーク管理装置において、設定項目は、Netwareプロトコルを有効化するか否かの設定、AppleTalkプロトコルを有効化するか否かの設定、NetBEUIプロトコルを有効化するか否かの設定、URL名称の設定、URLの設定、機器操作部のメニューロックをするか否かの設定、TCP/IPのネットワークブートをするか否かの設定、WINSを有効化するか否かの設定、プライマリWINSサーバーの設定、セカンダリWINSサーバーの設定、LPRを有効化するか否かの設定、RSH/RCPを有効化するか否かの設定、DIPRINTを有効化するか否かの設定、FTPを有効化するか否かの設定、IPPを有効化するか否かの設定、SNMPのコミュニティ名の設定、SNMPコミュニティのアクセスタイプの設定、SNMPコミュニティのプロトコルタイプの設定、ホストのIPアドレスの設定、ホストのIPXアドレスの設定、プリンタを所属させるAppleTalkの動作ゾーン名の設定、プリンタの所属するNetBEUIワークグループの設定、NetBEUIのインターフェースモードの設定、搭載されているトレイの紙種の設定、の少なくとも1つを有して構成されることを特徴とする。
【0013】
請求項3記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、Netwareプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、Netwareプロトコルを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0014】
請求項4記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、AppleTalkプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、AppleTalkプロトコルを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0015】
請求項5記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、NetBEUIプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、NetBEUIプロトコルを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0016】
請求項6記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、URL名称を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、URL名称の設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0017】
請求項7記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスからURLを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、URLの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0018】
請求項8記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0019】
請求項9記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、TCP/IPのネットワークブートをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、TCP/IPのネットワークブートをするか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0020】
請求項10記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、WINSを有効にするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、WINSを有効にするか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0021】
請求項11記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、プライマリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、プライマリWINSサーバーを設定する設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0022】
請求項12記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、セカンダリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、セカンダリWINSサーバーを設定する設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0023】
請求項13記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、LPRを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、LPRを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0024】
請求項14記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0025】
請求項15記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、DIPRINTを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、DIPRINTを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0026】
請求項16記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、FTPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、FTPを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0027】
請求項17記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、IPPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、IPPを有効化するか否かの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0028】
請求項18記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、SNMPのコミュニティ名を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、SNMPのコミュニティ名の設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0029】
請求項19記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、SNMPコミュニティのアクセスタイプを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、SNMPコミュニティのアクセスタイプの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0030】
請求項20記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、SNMPコミュニティのプロトコルタイプを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、SNMPコミュニティのプロトコルタイプの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0031】
請求項21記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、ホストのIPアドレスを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、ホストのIPアドレスの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0032】
請求項22記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、ホストのIPXを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、ホストのIPXの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0033】
請求項23記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、プリンタを所属させるAppleTalkの動作ゾーン名を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、プリンタを所属させるAppleTalkの動作ゾーン名の設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0034】
請求項24記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、プリンタの所属するNetBEUIワークグループを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、プリンタの所属するNetBEUIワークグループの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0035】
請求項25記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、NetBEUIのインターフェースモードを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、NetBEUIのインターフェースモードの設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0036】
請求項26記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、デバイスの設定項目を設定するネットワーク管理装置であって、ネットワーク上に接続されたデバイスを列挙する機器列挙手段と、機器列挙手段により列挙されたデバイスから、搭載されているトレイの紙種を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、搭載されているトレイの紙種の設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDをデバイスに設定するObjectID設定手段と、を有することを特徴とする。
【0037】
請求項27記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、設定項目を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、設定項目の設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0038】
請求項28記載の発明は、請求項27記載のネットワーク管理プログラムにおいて、設定項目は、Netwareプロトコルを有効化するか否かの設定、AppleTalkプロトコルを有効化するか否かの設定、NetBEUIプロトコルを有効化するか否かの設定、URL名称の設定、URLの設定、機器操作部のメニューロックをするか否かの設定、TCP/IPのネットワークブートをするか否かの設定、WINSを有効化するか否かの設定、プライマリWINSサーバーの設定、セカンダリWINSサーバーの設定、LPRを有効化するか否かの設定、RSH/RCPを有効化するか否かの設定、DIPRINTを有効化するか否かの設定、FTPを有効化するか否かの設定、IPPを有効化するか否かの設定、SNMPのコミュニティ名の設定、SNMPコミュニティのアクセスタイプの設定、SNMPコミュニティのプロトコルタイプの設定、ホストのIPアドレスの設定、ホストのIPXアドレスの設定、プリンタを所属させるAppleTalkの動作ゾーン名の設定、プリンタの所属するNetBEUIワークグループの設定、NetBEUIのインターフェースモードの設定、搭載されているトレイの紙種の設定、の少なくとも1つを有して構成されていることを特徴とする。
【0039】
請求項29記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、Netwareプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、Netwareプロトコルを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0040】
請求項30記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、AppleTalkプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、AppleTalkプロトコルを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0041】
請求項31記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、NetBEUIプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、NetBEUIプロトコルを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0042】
請求項32記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、URL名称を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、URL名称の設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0043】
請求項33記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスからURLを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、URLの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0044】
請求項34記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0045】
請求項35記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、TCP/IPのネットワークブートをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、TCP/IPのネットワークブートをするか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0046】
請求項36記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、WINSを有効にするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、WINSを有効にするか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0047】
請求項37記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、プライマリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、プライマリWINSサーバーを設定する設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0048】
請求項38記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、セカンダリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、セカンダリWINSサーバーを設定する設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0049】
請求項39記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、LPRを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、LPRを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0050】
請求項40記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0051】
請求項41記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、DIPRINTを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、DIPRINTを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0052】
請求項42記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、FTPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、FTPを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0053】
請求項43記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、IPPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、IPPを有効化するか否かの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0054】
請求項44記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、SNMPのコミュニティ名を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、SNMPのコミュニティ名の設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする
【0055】
請求項45記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、SNMPコミュニティのアクセスタイプを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、SNMPコミュニティのアクセスタイプの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0056】
請求項46記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、SNMPコミュニティのプロトコルタイプを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、SNMPコミュニティのプロトコルタイプの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0057】
請求項47記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、ホストのIPアドレスを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、ホストのIPアドレスの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0058】
請求項48記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、ホストのIPXを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、ホストのIPXの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0059】
請求項49記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、プリンタを所属させるAppleTalkの動作ゾーン名を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、プリンタを所属させるAppleTalkの動作ゾーン名の設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0060】
請求項50記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、プリンタの所属するNetBEUIワークグループを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、プリンタの所属するNetBEUIワークグループの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0061】
請求項51記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、NetBEUIのインターフェースモードを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、NetBEUIのインターフェースモードの設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0062】
請求項52記載の発明は、SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置においてデバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、ネットワーク管理装置において、ネットワーク上に接続されたデバイスを列挙する機器列挙処理と、機器列挙処理により列挙されたデバイスから、搭載されているトレイの紙種を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、ObjectID存在確認処理により存在が確認されたObjectIDに対して、搭載されているトレイの紙種の設定値を入力するObjectID入力処理と、ObjectID入力処理により入力されたObjectIDをデバイスに設定するObjectID設定処理と、を実行させることを特徴とする。
【0063】
請求項53記載の発明は、請求項27から52の何れか1項に記載のネットワーク管理プログラムをコンピュータ読み取り可能な記録媒体に記録したことを特徴とする。
【0064】
【発明の実施の形態】
以下、添付図面を参照しながら本発明にかかる実施の形態について詳細に説明する。
【0065】
(第1の実施の形態)
まず、第1の実施の形態におけるネットワーク管理装置について説明する。
ネットワーク装置が保持する「Netwareプロトコルを有効化する/しない」という設定は、ネットワークを介してネットワーク管理装置(PC)から設定変更することが可能だが、複数のネットワーク装置が存在した場合、1回の操作で全てのネットワーク装置に同じ設定を行いたいという要望がある。
第1の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0066】
まず、図1を参照しながら、本発明にかかるシステム構成について説明する。本発明にかかるネットワーク管理システムは、SNMP/MIBにより、各デバイスに対してアクセス可能なPC1と、少なくとも1つのプリンタ21 nと、がLAN等のネットワークを介して接続された構成をとる。
【0067】
次に、図2を参照しながら本発明にかかるネットワーク管理装置となるPC1の構成について説明する。
PC1は、機器列挙部101と、Netwareプロトコル有効/無効ObjectID存在確認部102と、機器情報蓄積部103と、設定値入力部104と、Netwareプロトコル有効/無効ObjectID設定部105と、を有して構成される。
機器列挙部101は、SNMP/MIBでアクセス可能な、ネットワークに接続されたプリンタ21 n等のネットワーク装置を列挙し、機器情報蓄積部103に蓄積する。
なお、機器列挙部101において、ネットワーク装置を列挙する方法としては、BroadcastやPingSweep等の手法で列挙する方法が挙げられる。
Netwareプロトコル有効/無効ObjectID存在確認部102は、Netwareプロトコル有効/無効の設定に対応するObjectIDを読み取ることで取得した設定情報を機器情報蓄積部103に反映する。
機器情報蓄積部103は、ネットワーク装置の設定情報を蓄積する領域である。なお、フォーマット例を図3に示す。
【0068】
図3に示すように、ネットワーク装置の設定情報としては、IP Address、Protocol Netware、Protocol Apple Talk、Protocol NetBEUI、URL Name、URL、Lock Operation Panel、Network Boot、等が挙げられる。
即ち、本発明にかかる、Netwareプロトコルを有効化するか否かの設定、AppleTalkプロトコルを有効化するか否かの設定、NetBEUIプロトコルを有効化するか否かの設定、URL名称の設定、URLの設定、機器操作部のメニューロックをするか否かの設定、TCP/IPのネットワークブートをするか否かの設定、WINSを有効化するか否かの設定、プライマリWINSサーバーの設定、セカンダリWINSサーバーの設定、LPRを有効化するか否かの設定、RSH/RCPを有効化するか否かの設定、DIPRINTを有効化するか否かの設定、FTPを有効化するか否かの設定、IPPを有効化するか否かの設定、SNMPのコミュニティ名の設定、SNMPコミュニティのアクセスタイプの設定、SNMPコミュニティのプロトコルタイプの設定、ホストのIPアドレスの設定、ホストのIPXアドレスの設定、プリンタを所属させるAppleTalkの動作ゾーン名の設定、プリンタの所属するNetBEUIワークグループの設定、NetBEUIのインターフェースモードの設定、搭載されているトレイの紙種の設定に関する設定情報が蓄積される。
このように機器情報蓄積部103は、図3に示すようにネットワーク装置の設定情報が蓄積されており、該蓄積した設定情報を基にネットワーク装置を管理している。
【0069】
設定値入力部104は、ネットワーク装置に設定する値を入力する。この設定値入力部104により入力されたユーザインタフェースの構成例を図4に示す。
なお、機器情報蓄積部103に蓄積されたネットワーク装置のうち、Netwareプロトコル有効/無効ObjectIDが存在しないと判定されたネットワーク装置に対しては入力不可とする。
Netwareプロトコル有効/無効ObjectID設定部105は、Netwareプロトコル有効/無効の設定に対応するObjectIDに対して、設定値入力部104により入力された値を設定する。
【0070】
プリンタ21 nは、「Netwareプロトコルを有効化する/しない」を設定するためのMIB ObjectIDを保持しており、該MIB ObjectIDを基にPC1がプリンタ21 nの機能を管理することとなる。
【0071】
次に、図5を参照しながら上記構成からなるネットワーク管理装置(PC)の具備する設定値入力部104により入力された設定値がネットワークを介して接続されたネットワーク装置(プリンタ)に対して設定されるまでの処理動作を説明する。
【0072】
まず、機器列挙部101により、ネットワークを介して接続された少なくとも1つのネットワーク装置から、SNMP/MIBでアクセス可能なネットワーク装置情報を取得し、該取得したネットワーク装置情報を列挙し、機器情報蓄積部103に蓄積する(ステップS1)。次に、Netwareプロトコル有効/無効Object存在確認部102は、該取得したネットワーク装置情報のネットワーク装置に対してObjectIDが存在するか否かを確認する。該確認により、ObjectIDが存在すると判定した場合には、機器情報蓄積部103に対して「ObjectIDあり」を反映する情報を設定する。即ち、「Netwareプロトコルを有効化する/しない」を設定することができる旨の情報が設定される。また、該確認により、ObjectIDが存在しないと判定した場合には、機器情報蓄積部103に対して「ObjectIDなし」を反映する情報を設定する。即ち、「Netwareプロトコルを有効化する/しない」を設定することができない旨の情報が設定される。この処理を、機器情報蓄積部103に蓄積したネットワーク装置情報のネットワーク装置の数だけループする(ステップS2)。
【0073】
次に、機器情報蓄積部103において「ObjectIDあり」と設定されたネットワーク装置情報に対して設定値入力部104から入力された設定値が設定される(ステップS3)。これにより、ObjectIDに対して、「Netwareプロトコルを有効化する/しない」を決定するための設定値が設定される。次に、Netwareプロトコル有効/無効ObjectID設定部105は、設定値入力部104から入力され設定された設定値を、該当するObjectIDを保持するネットワーク装置に対して送信し、該送信された設定値がネットワーク装置に設定される。この設定処理を、機器情報蓄積部103に保持するネットワーク装置情報のネットワーク装置の数だけループする(ステップS4)。
【0074】
このように、ネットワークを介して接続されたデバイスにObjectIDが存在するか否かを確認し、該確認により、ObjectIDが存在する機器に対して、NetWareプロトコルを有効化するか否かを設定するための設定値を入力し、該入力された設定値をObjectIDが存在する機器に対して送信することで、一括して設定変更することが可能となる。
【0075】
なお、機器列挙部101は、Broadcast、PingSweep等の手段により自動的に探してくるように設定することが可能である。
また、Netwareプロトコル有効/無効ObjectID存在確認部102は、SNMP/MIBの仕様として、MIB ObjectIDが存在しないネットワーク装置に対してエラー判定が返信されてくるので、そのエラー判定により存在を確認することが可能となる。
なお、Netwareプロトコル有効/無効ObjectID存在確認部102におけるObjectIDは、例えば、IDが0or1の時に有効or無効を決定することも可能となる。
設定値入力部104としては、例えば、図4では、「Protocol Netware」等のドロップダウンメニューでEnableを選択する。即ち、図4に示すDisableの項目に対して、チェックするか、または、チェックをしないかにより、EnableかDisableかを決定する。
Netwareプロトコル有効/無効objectID設定部105は、設定値入力部104で入力した設定値により、有効/無効に対応するObjectIDが書き換える。この時、図3のプロトコルのON/OFFも書き換えられる。即ち、ObjectIDを書き換えることと、プロトコルのON/OFFを切り換えることは等化となる。
【0076】
(第2の実施の形態)
次に、第2の実施の形態について説明する。
ネットワーク装置が持っている「AppleTalkプロトコルを有効化する/しない」という設定は、ネットワークを介してネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第2の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0077】
第2の実施の形態は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができる少なくとも1つのプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「AppleTalkプロトコルを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「AppleTalkプロトコルを有効化する/しない」MIB ObjectIDが機器に存在することを確認するMIB objectID存在確認手段と、「AppleTalkプロトコルを有効化する/しない」設定値を入力させる設定値入力手段と、「AppleTalkプロトコルを有効化する/しない」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「AppleTalkプロトコルを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「AppleTalkプロトコルを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0078】
(第3の実施の形態)
次に、第3の実施の形態について説明する。
ネットワーク装置が持っている「NetBEUIプロトコルを有効化する/しない」という設定は、ネットワークを介してネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第3の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0079】
第3の実施の形態は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができる少なくとも1つのプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「NetBEUIプロトコルを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「NetBEUIプロトコルを有効化する/しない」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「NetBEUIプロトコルを有効化する/しない」設定値を入力させる設定値入力手段と、「NetBEUIプロトコルを有効化する/しない」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「NetBEUIプロトコルを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「NetBEUIプロトコルを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0080】
(第4の実施の形態)
次に、第4の実施の形態について説明する。
ネットワーク装置が持っている「URL名称」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第4の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0081】
第4の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができる少なくとも1つのプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「URL名称」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「URL名称」MIBObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「URL名称」設定値を入力させるための設定値入力手段と、「URL名称」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「URL名称」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「URL名称」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0082】
(第5の実施の形態)
次に、第5の実施の形態について説明する。
ネットワーク装置が持っている「URL」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第5の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0083】
第5の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「URL」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上から機器を列挙するための機器列挙手段と、「URL」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「URL」設定値を入力させるための設定値入力手段と、「URL」 MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「URL」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「URL」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0084】
(第6の実施の形態)
次に、第6の実施の形態について説明する。
ネットワーク装置が持っている「機器操作部のメニューロックをする/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第6の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0085】
第6の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「機器操作部のメニューロックをする/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙する機器列挙手段と、「機器操作部のメニューロックをする/しない」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「機器操作部のメニューロックをする/しない」設定値を入力させる設定値入力手段と、「機器操作部のメニューロックをする/しない」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「機器操作部のメニューをロックする/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「機器操作部のメニューをロックする/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0086】
(第7の実施の形態)
次に、第7の実施の形態について説明する。
ネットワーク装置が持っている「TCP/IPのネットワークブートをする/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第7の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0087】
第7の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「TCP/IPのネットワークブートをする/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「TCP/IPのネットワークブートをする/しない」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「TCP/IPのネットワークブートをする/しない」設定値を入力させるための設定値入力手段と、「TCP/IPのネットワークブートをする/しない」MIB ObjectIDに設定値を反映するためのMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「TCP/IPのネットワークブートをする/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「TCP/IPのネットワークブートをする/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0088】
(第8の実施の形態)
次に第8の実施の形態について説明する。
ネットワーク装置が持っている「WINSを有効にする/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第8の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0089】
第8の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「WINSを有効にする/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「WINSを有効にする/しない」MIB ObjectIDが機器に存在することを確認するMIB ObjectID存在確認手段と、「WINSを有効にする/しない」設定値を入力させる設定値入力手段と、「WINSを有効にする/しない」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「WINSを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「WINSを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0090】
(第9の実施の形態)
次に、第9の実施の形態について説明する。
ネットワーク装置が持っている「プライマリWINSサーバー」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第9の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0091】
第9の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「プライマリWINSサーバー」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「プライマリWINSサーバー」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「プライマリWINSサーバー」設定値を入力させる設定値入力手段と、「プライマリWINSサーバー」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「プライマリWINSサーバー」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「プライマリWINSサーバー」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0092】
(第10の実施の形態)
次に、第10の実施の形態について説明する。
ネットワーク装置が持っている「セカンダリWINSサーバー」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第10の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0093】
第10の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「セカンダリWINSサーバー」を設定するためのMIB Objectidが存在し、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「セカンダリWINSサーバー」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「セカンダリWINSサーバー」設定値を入力させるための設定値入力手段と、「セカンダリWINSサーバー」MIB ObjectIDに設定値を反映するためのMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「セカンダリWINSサーバー」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「セカンダリWINSサーバー」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0094】
(第11の実施の形態)
次に、第11の実施の形態について説明する。
ネットワーク装置が持っている「LPRを有効化する/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第11の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0095】
第11の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「LPRを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「LPRを有効化する/しない」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「LPRを有効化する/しない」設定値を入力させる設定値入力手段と、「LPRを有効化する/しない」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「LPRを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「LPRを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0096】
(第12の実施の形態)
次に、第12の実施の形態について説明する。
ネットワーク装置が持っている「RSH/RCPを有効化する/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第12の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0097】
第12の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「RSH/RCPを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「RSH/RCPを有効化する/しない」MIB ObjectID存在確認手段と、MIB ObjectIDが機器に存在することを確認する「RSH/RCPを有効化する/しない」設定値を入力させるための設定値入力手段と、「RSH/RCPを有効化する/しない」MIB ObjectIDに設定値を反映するMIBObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「RSH/RCPを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「RSH/RCPを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0098】
(第13の実施の形態)
次に、第13の実施の形態について説明する。
ネットワーク装置が持っている「DIPRINTを有効化する/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第13の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0099】
第13の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「DIPRINTを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上から機器を列挙するための機器列挙手段と、「DIPRINTを有効化する/しない」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「DIPRINTを有効化する/しない」設定値を入力させる設定値入力手段と、「DIPRINTを有効化する/しない」MIB ObjectIDに設定値を反映するためのMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「DIPRINTを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「DIPRINTを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0100】
(第14の実施の形態)
次に、第14の実施の形態について説明する。
ネットワーク装置が持っている「FTPを有効化する/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第14の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0101】
第14の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「FTPを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「FTPを有効化する/しない」MIB ObjectIDが機器に存在することを確認するMIBObjectID存在確認手段と、「FTPを有効化する/しない」設定値を入力させる設置値入力手段と、「FTPを有効化する/しない」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「FTPを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「FTPを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0102】
(第15の実施の形態)
次に、第15の実施の形態について説明する。
ネットワーク装置が持っている「IPPを有効化する/しない」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第15の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0103】
第15の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「IPPを有効化する/しない」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「IPPを有効化する/しない」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「IPPを有効化する/しない」設定値を入力させるための設定値手段と、「IPPを有効化する/しない」MIBObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「IPPを有効化する/しない」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「IPPを有効化する/しない」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0104】
(第16の実施の形態)
次に、第16の実施の形態について説明する。
ネットワーク装置が持っている「SNMPのコミュニティ名」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第16の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0105】
第16の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「SNMPのコミュニティ名」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「SNMPのコミュニティ名」MIB ObjectIDが機器に存在することを確認するMIB ObjectID存在確認手段と、「SNMPのコミュニティ名」設定値を入力させる設定値入力手段と、「SNMPのコミュニティ名」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「SNMPのコミュニティ名」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「SNMPのコミュニティ名」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0106】
(第17の実施の形態)
次に、第17の実施の形態について説明する。
ネットワーク装置が持っている「SNMPコミュニティのアクセスタイプ」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第17の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0107】
第17の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「SNMPコミュニティのアクセスタイプ」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「SNMPコミュニティのアクセスタイプ」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「SNMPコミュニティのアクセスタイプ」設定値を入力させるための設定値入力手段と、「SNMPコミュニティのアクセスタイプ」MIB ObjectIDに設定値を反映するためのMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「SNMPのコミュニティのアクセスタイプ」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「SNMPのコミュニティのアクセスタイプ」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0108】
(第18の実施の形態)
次に、第18の実施の形態について説明する。
ネットワーク装置が持っている「SNMPコミュニティのプロトコルタイプ」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第18の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0109】
第18の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「SNMPコミュニティのプロトコルタイプ」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「SNMPコミュニティのプロトコルタイプ」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「SNMPコミュニティのプロトコルタイプ」設定値を入力させる設定値入力手段と、「SNMPコミュニティのプロトコルタイプ」MIB ObjectIDに設定値を反映するためのMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「SNMPコミュニティのプロトコルタイプ」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「SNMPコミュニティのプロトコルタイプ」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0110】
(第19の実施の形態)
次に、第19の実施の形態について説明する。
ネットワーク装置が持っている「ホストのIPアドレス」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第19の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0111】
第19の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「ホストのIPアドレス」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「ホストのIPアドレス」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「ホストのIPアドレス」設定値を入力させる設定値入力手段と、「ホストのIPアドレス」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「ホストのIPアドレス」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「ホストのIPアドレス」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0112】
(第20の実施の形態)
次に、第20の実施の形態について説明する。
ネットワーク装置が持っている「ホストのIPXアドレス」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第20の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0113】
第20の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「ホストのIPXアドレス」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「ホストのIPXアドレス」MIB ObjectIDが機器に存在することを確認するMIB ObjectID存在確認手段と、「ホストのIPXアドレス」設定値を入力させる設定値入力手段と、「ホストのIPXアドレス」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「ホストのIPXアドレス」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「ホストのIPXアドレス」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0114】
(第21の実施の形態)
次に、第21の実施の形態について説明する。
ネットワーク装置が持っている「プリンタを所属させるAppleTalkの動作ゾーン名」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第21の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0115】
第21の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「プリンタを所属させるAppleTalkの動作ゾーン名」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「プリンタを所属させるAppleTalkの動作ゾーン名」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「プリンタを所属させるAppleTalkの動作ゾーン名」設定値を入力させるための設定値入力手段と、「プリンタを所属させるAppleTalkの動作ゾーン名」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「プリンタを所属させるAppleTalkの動作ゾーン名」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「プリンタを所属させるAppleTalkの動作ゾーン名」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0116】
(第22の実施の形態)
次に、第22の実施の形態について説明する。
ネットワーク装置が持っている「プリンタの所属するNetBEUIワークグループ」という設定は、ネットワーク経由でPCから設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。
第22の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0117】
第22の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「プリンタの所属するNetBEUIワークグループ」を設定するためのMIB ObjectIDが存在し、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「プリンタの所属するNetBEUIワークグループ」MIB ObjectIDが機器に存在することを確認するためのMIB ObjectID存在確認手段と、「プリンタの所属するNetBEUIワークグループ」設定値を入力させる設定値入力手段と、「プリンタの所属するNetBEUIワークグループ」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「プリンタの所属するNetBEUIワークグループ」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「プリンタの所属するNetBEUIワークグループ」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0118】
(第23の実施の形態)
次に、第23の実施の形態について説明する。
ネットワーク装置が持っている「NetBEUIのインターフェースモード」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク管理装置が存在した場合、1回の操作で、全てのネットワーク装置に対して同じ設定を行いたいという要望がある。第23の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0119】
第23の実施の形態におけるネットワーク管理装置は、LAN等のネットワークを介してSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「NetBEUIのインターフェースモード」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙する機器列挙手段と、「NetBEUIのインターフェースモード」MIB ObjectIDが機器に存在することを確認するMIB ObjectID存在確認手段と、「NetBEUIのインターフェースモード」設定値を入力させる設定値入力手段と、「NetBEUIのインターフェースモード」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「NetBEUIのインターフェースモード」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「NetBEUIのインターフェースモード」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0120】
(第24の実施の形態)
次に、第24の実施の形態について説明する。
ネットワーク装置が持っている「搭載されているトレイの紙種」という設定は、ネットワーク経由でネットワーク管理装置(PC)から設定変更することが可能だが、複数台のネットワーク装置が存在した場合、1回の操作で、全てのネットワーク装置に同じ設定を行いたいという要望がある。
第24の実施の形態におけるネットワーク管理装置は、ネットワーク経由で、複数台のネットワーク装置に対して一括で設定変更を行うための手法を提供する。
【0121】
第24の実施の形態におけるネットワーク管理装置は、LAN経由でSNMP/MIBによる情報取得ができるプリンタとPCとが接続されたネットワークシステムにおいて、プリンタには「搭載されているトレイの紙種」を設定するためのMIB ObjectIDが存在し、PCには、ネットワーク上に接続された機器を列挙するための機器列挙手段と、「搭載されているトレイの紙種」MIBObjectIDが機器に存在することを確認するMIB ObjectID存在確認手段と、「搭載されているトレイの紙種」設定値を入力させる設定値入力手段と、「搭載されているトレイの紙種」MIB ObjectIDに設定値を反映するMIB ObjectID設定手段と、特定の処理手順を繰り返すバッチ処理手段と、を有して構成される。
これは、第1の実施の形態におけるNetwareプロトコル有効/無効ObjectID存在確認部102が、「搭載されているトレイの紙種」の設定に対応するObjectIDが存在するか否かを判定することなり、Netwareプロトコル有効/無効ObjectID設定部105が、「搭載されているトレイの紙種」の設定に対応するObjectIDに対して、設定入力部104で指定した値を設定することとなる。
【0122】
なお、上述する実施の形態は、本発明の好適な実施の形態であり、本発明の要旨を逸脱しない範囲内において種々変更実施が可能である。
例えば、上記第1から第24の実施の形態において設定変更を行う各種のプロトコル等の細かい設定項目(Netwareプロトコルを有効化するか否かの設定、AppleTalkプロトコルを有効化するか否かの設定、NetBEUIプロトコルを有効化するか否かの設定、URL名称の設定、URLの設定、機器操作部のメニューロックをするか否かの設定、TCP/IPのネットワークブートをするか否かの設定、WINSを有効化するか否かの設定、プライマリWINSサーバーの設定、セカンダリWINSサーバーの設定、LPRを有効化するか否かの設定、RSH/RCPを有効化するか否かの設定、DIPRINTを有効化するか否かの設定、FTPを有効化するか否かの設定、IPPを有効化するか否かの設定、SNMPのコミュニティ名の設定、SNMPコミュニティのアクセスタイプの設定、SNMPコミュニティのプロトコルタイプの設定、ホストのIPアドレスの設定、ホストのIPXアドレスの設定、プリンタを所属させるAppleTalkの動作ゾーン名の設定、プリンタの所属するNetBEUIワークグループの設定、NetBEUIのインターフェースモードの設定、搭載されているトレイの紙種の設定)を図4に示す画面上に表示し、設定変更することで全ての設定項目を一度の操作で一括設定することも可能である。この場合は、Object IDと各設定項目とを1対1に対応して設定することとなる。
【0123】
また、ネットワーク上に接続されたデバイスを列挙して、Object IDが存在するか否かを確認する確認処理は、設定項目の一括設定変更をする際に行うことも可能であり、また、一括設定変更前にあらかじめ行うことも可能である。例えば、ネットワーク管理装置に、所定時間を設定しておき、該設定した所定時間が経過することで確認処理を繰り返すようにすることも可能である。また、ネットワーク管理装置において、所定の操作が行われたと認識した際に、確認処理を行うように設定することも可能である。この確認処理をあらかじめ行うことで、設定項目の一括設定の変更処理を削減することが可能となる。
また、第1の実施の形態から第24の実施の形態における処理をプログラムで実行させるようにすることも可能である。
【0124】
【発明の効果】
以上の説明より明らかなように本発明は以下のような効果を奏する。
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、機器列挙手段により列挙された前記デバイスから、設定項目を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、ObjectID存在確認手段により存在が確認されたObjectIDに対して、設定項目の設定値を入力するObjectID入力手段と、ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、を有することで、ネットワークを介して接続された各デバイスの保持する各種プロトコル等の細かい設定項目に対して、1回の操作で一括設定を行うことが可能となり、ユーザの利便性の向上に寄与することとなる。
【図面の簡単な説明】
【図1】本発明にかかるネットワークシステムの構成を説明するためのブロック図である。
【図2】本発明にかかるネットワーク管理装置の構成を示すブロック図である。
【図3】本発明にかかるフォーマット例を示す図である。
【図4】本発明にかかるユーザインタフェースを説明するための図である。
【図5】本発明にかかるネットワーク管理装置からネットワーク装置に対して設定項目を設定するまでの処理動作を説明するためのフローチャートである。
【符号の説明】
1 PC
1 n プリンタ
101 機器列挙部
102 Netwareプロトコル有効/無効ObjectID存在確認部
103 機器情報蓄積部
104 設定値入力部
105 Netwareプロトコル有効/無効ObjectID設定部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a network management apparatus, a network management program, and a recording medium that can collectively set setting items such as various protocols for a plurality of devices to be managed in network management.
[0002]
[Prior art]
In SNMP (Simple Network Management Protocol) which is widely used as a network management protocol, each device on a network has a management information base (MIB: Management Information Base). The settings are made. In a typical example, in a system in which an SNMP manager (network management device) that is a device that manages a network and a network device that is a device to be managed are mutually connected via a network. When the network management device obtains necessary information from the MIB of the network device, network management is performed based on the obtained information. Further, the network management device obtains necessary information for the MIB of each network device. Writing is performed, and the operation of the network device is controlled based on the written information. The network device has a process for managing the MIB. The process constantly monitors the operation status of the network device and rewrites the contents of the MIB, and executes a process for a request from the network management device.
[0003]
Each piece of MIB information is specified from the top of the tree structure by an object ID that is an option number string. Note that one object ID always corresponds to one object. That is, it is possible to perform information operation, reference, setting, and the like by specifying the object ID.
[0004]
Further, in the MIB, the space in the upper layer is a common space, while the space in a part of the lower layer is open. The manufacturer of each device uses the open space to enable specific information setting for the device. Therefore, if the maker or model of the device is different, the type of MIB as a whole is different, and therefore, the content of the object ID for each device is different as described later. In other words, even if the same object has a different type of MIB, the object ID for designating the MIB is different.
[0005]
In addition, when a plurality of devices are connected via a network, there is a demand to perform common information setting for a plurality of devices in a single operation. This means that even if there is information that can be shared between a plurality of devices connected via a network, the user can specify one device and perform an operation of setting information that can be shared with the specified device. This is because it is repeated for the device.
[0006]
Further, as a conventional technique similar to the present invention, a technique is disclosed in which, in network management, sharable items among management information of network devices to be managed can be set simultaneously (see Patent Document 1).
[0007]
In this patent document 1, sharable items among network device management items are registered in a network device, and set values of sharable management items are simultaneously set in a management information file of a plurality of network devices. This eliminates the need to repeat the same setting operation for a plurality of networks, thereby improving work efficiency.
[0008]
[Patent Document 1]
JP 2002-135250 A
[0009]
[Problems to be solved by the invention]
However, Patent Document 1 does not disclose any sharable management items, and does not disclose specific management items.
[0010]
The present invention has been made in view of the above circumstances, and has a network management apparatus, a network management program, and a recording medium that can collectively set setting items such as various protocols for a plurality of devices by one operation. The purpose is to provide.
[0011]
[Means for Solving the Problems]
To achieve this object, the present invention has the following features.
An invention according to claim 1 is a network management apparatus that connects via a network to at least one device capable of acquiring information by SNMP / MIB and sets device setting items, wherein the device is connected to the network. From the devices listed by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting a setting item, and an ObjectID existence confirmed by the ObjectID existence confirmation means. And an ObjectID input unit for inputting a setting value of a setting item, and an ObjectID setting unit for setting the ObjectID input by the ObjectID input unit to the device.
[0012]
According to a second aspect of the present invention, in the network management apparatus according to the first aspect, the setting items include a setting as to whether or not to activate the Network protocol, a setting as to whether or not to activate the AppleTalk protocol, and a setting as to whether to activate the NetBEUI protocol. Setting, setting of URL name, setting of URL, setting of whether or not to lock the menu of the device operation unit, setting of whether or not to perform TCP / IP network boot, and enabling WINS Setting, setting of primary WINS server, setting of secondary WINS server, setting of whether to enable LPR, setting of whether to enable RSH / RCP, and whether to enable DIPRINT Setting, whether to enable FTP, setting whether to enable IPP, SNMP community name Setting, setting of SNMP community access type, setting of SNMP community protocol type, setting of host IP address, setting of host IPX address, setting of operating zone name of AppleTalk to which the printer belongs, NetBEUI work to which the printer belongs It is characterized by having at least one of a group setting, a NetBEUI interface mode setting, and a paper type setting of a mounted tray.
[0013]
According to a third aspect of the present invention, there is provided a network management apparatus which is connected to at least one device capable of acquiring information by SNMP / MIB via a network and sets device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to activate the Network protocol, and existence by ObjectID existence confirmation means. In response to the confirmed ObjectID, ObjectID input means for inputting a setting value of whether or not to activate the Network protocol, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. Characterized in that it.
[0014]
According to a fourth aspect of the present invention, there is provided a network management apparatus which is connected to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting whether or not to enable the AppleTalk protocol, and existence by ObjectID existence confirmation means. For the confirmed ObjectID, an ObjectID input means for inputting a setting value of whether to activate the AppleTalk protocol, and an ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. And having a, the.
[0015]
According to a fifth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, the device being connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting whether or not to enable the NetBEUI protocol, and existence by ObjectID existence confirmation means. The ObjectID input means for inputting a setting value of whether or not to enable the NetBEUI protocol for the confirmed ObjectID, and the ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. Characterized in that it.
[0016]
According to a sixth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices listed by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting a URL name, and ObjectID existence confirmed by the ObjectID existence confirmation means. The object ID input means for inputting the setting value of the URL name, and the Object ID setting means for setting the Object ID input by the Object ID input means to the device.
[0017]
According to a seventh aspect of the present invention, there is provided a network management apparatus which is connected to at least one device capable of acquiring information by SNMP / MIB via a network and sets device setting items, wherein the device is connected to the network. Device enumerating means for enumerating, an ObjectID existence confirming means for confirming the existence of an ObjectID for setting a URL from the device enumerated by the device enumerating means, and an ObjectID whose existence has been confirmed by the ObjectID existence confirming means. It is characterized by having ObjectID input means for inputting a set value of a URL, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device.
[0018]
The invention according to claim 8 is a network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets device setting items, wherein the device is connected to the network. Device enumeration means for enumerating the object, object ID existence confirmation means for confirming the existence of an Object ID for setting whether or not to lock the menu of the device operation unit from the devices enumerated by the device enumeration means, and object ID existence confirmation means ObjectID input means for inputting a setting value as to whether or not to lock the menu of the device operation unit with respect to the ObjectID whose existence has been confirmed, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. Having The features.
[0019]
According to a ninth aspect of the present invention, there is provided a network management apparatus which connects via a network to at least one device capable of acquiring information by SNMP / MIB and sets device setting items, wherein the device is connected to the network. Enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting whether or not to perform a TCP / IP network boot from the devices enumerated by the device enumeration means, and ObjectID existence confirmation means ObjectID input means for inputting a setting value of whether or not to perform TCP / IP network boot for the ObjectID whose existence has been confirmed, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. Characterized in that it has a.
[0020]
According to a tenth aspect of the present invention, there is provided a network management apparatus which is connected to at least one device capable of acquiring information by SNMP / MIB via a network and sets device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to enable WINS, and existence by ObjectID existence confirmation means. For the confirmed ObjectID, there are provided ObjectID input means for inputting a setting value of whether or not to enable WINS, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. And
[0021]
According to an eleventh aspect of the present invention, there is provided a network management apparatus configured to connect to at least one device capable of acquiring information by SNMP / MIB via a network and to set setting items of the device, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting a primary WINS server, and an ObjectID confirmed to exist by the ObjectID existence confirmation means. On the other hand, it has ObjectID input means for inputting a setting value for setting the primary WINS server, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device.
[0022]
According to a twelfth aspect of the present invention, there is provided a network management apparatus which is connected to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting a secondary WINS server, and an ObjectID confirmed to exist by the ObjectID existence confirmation means. On the other hand, there are provided ObjectID input means for inputting a setting value for setting a secondary WINS server, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device.
[0023]
According to a thirteenth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, the device being connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting whether or not to activate the LPR, and an existence by the ObjectID existence confirmation means. For the confirmed ObjectID, there are provided ObjectID input means for inputting a setting value of whether or not to enable LPR, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. And
[0024]
According to a fourteenth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, the device being connected to the network. Device enumeration means for enumerating the object, object ID existence confirmation means for confirming the existence of an Object ID for setting whether or not to lock the menu of the device operation unit from the devices enumerated by the device enumeration means, and object ID existence confirmation means ObjectID input means for inputting a setting value as to whether or not to lock the menu of the device operation unit with respect to the ObjectID whose existence has been confirmed, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. Having And wherein the door.
[0025]
An invention according to claim 15 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting whether or not to enable DIPRINT, and existence by the ObjectID existence confirmation means. Object ID input means for inputting a setting value of whether or not to enable DIPRINT with respect to the confirmed Object ID, and Object ID setting means for setting the Object ID input by the Object ID input means to the device. When That.
[0026]
An invention according to claim 16 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting whether or not to enable FTP, and existence by the ObjectID existence confirmation means. For the confirmed ObjectID, there are provided ObjectID input means for inputting a setting value of whether or not to validate FTP, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. And
[0027]
An invention according to claim 17 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, the device being connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to activate IPP, and existence by ObjectID existence confirmation means. For the confirmed ObjectID, there are provided ObjectID input means for inputting a setting value of whether or not to enable IPP, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. And
[0028]
An invention according to claim 18 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting an SNMP community name, and an ObjectID whose existence has been confirmed by the ObjectID existence confirmation means In response to this, there is provided an ObjectID input unit for inputting a set value of an SNMP community name, and an ObjectID setting unit for setting the ObjectID input by the ObjectID input unit to a device.
[0029]
An invention according to claim 19 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the access type of the SNMP community, and an existence confirmed by the ObjectID existence confirmation means. Object ID input means for inputting the setting value of the access type of the SNMP community with respect to Object ID, and Object ID setting means for setting the Object ID input by the Object ID input means to the device And it features.
[0030]
According to a twentieth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, the device being connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the protocol type of the SNMP community, and existence confirmed by the ObjectID existence confirmation means. Object ID input means for inputting the setting value of the protocol type of the SNMP community for Object ID, and Object ID setting means for setting the Object ID input by the Object ID input means to the device And wherein the door.
[0031]
An invention according to claim 21 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the IP address of the host, and an ObjectID whose existence has been confirmed by the ObjectID existence confirmation means For this purpose, there are provided an ObjectID input unit for inputting a set value of the IP address of the host, and an ObjectID setting unit for setting the ObjectID input by the ObjectID input unit to the device.
[0032]
An invention according to claim 22 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the IPX of the host, and ObjectID existence confirmed by the ObjectID existence confirmation means. On the other hand, there is provided an ObjectID input unit for inputting a setting value of the IPX of the host, and an ObjectID setting unit for setting the ObjectID input by the ObjectID input unit to the device.
[0033]
An invention according to claim 23 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the operation zone name of the AppleTalk to which the printer belongs, and existence by ObjectID existence confirmation means. In response to the confirmed ObjectID, an ObjectID input unit for inputting a setting value of an operation zone name of the AppleTalk to which the printer belongs, and an Object for setting the ObjectID input by the ObjectID input unit to the device. And having a tID setting means.
[0034]
According to a twenty-fourth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the NetBEUI workgroup to which the printer belongs, and existence confirmation by the ObjectID existence confirmation means. ObjectID inputting means for inputting a setting value of the NetBEUI workgroup to which the printer belongs, and ObjectID setting for setting the ObjectID input by the ObjectID inputting means to the device for the entered ObjectID And having a stage, a.
[0035]
An invention according to claim 25 is a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, wherein the device is connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the interface mode of NetBEUI, and an ObjectID whose existence has been confirmed by the ObjectID existence confirmation means. And an ObjectID input unit for inputting the setting value of the interface mode of NetBEUI, and an ObjectID setting unit for setting the ObjectID input by the ObjectID input unit to the device. And wherein the door.
[0036]
According to a twenty-sixth aspect of the present invention, there is provided a network management apparatus for connecting via a network to at least one device capable of acquiring information by SNMP / MIB and setting device setting items, the device being connected to the network. From the devices enumerated by the device enumeration means, an ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the paper type of the installed tray, and an existence by the ObjectID existence confirmation means. For the confirmed ObjectID, there are provided ObjectID input means for inputting the set value of the paper type of the loaded tray, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device. And
[0037]
An invention according to claim 27 is a network management program for executing setting of setting items for devices in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management apparatus, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a setting item from the devices enumerated by the device enumeration process, and an ObjectID existence For the ObjectID whose existence has been confirmed by the confirmation processing, an ObjectID input processing for inputting the set value of the setting item, and an ObjectID for setting the ObjectID input by the ObjectID input processing to the device Characterized in that to execute a constant process, the.
[0038]
According to a twenty-eighth aspect of the present invention, in the network management program according to the twenty-seventh aspect, the setting items include setting whether to activate the Network protocol, setting whether or not to activate the AppleTalk protocol, and validating the NetBEUI protocol. Setting, setting of URL name, setting of URL, setting of whether or not to lock the menu of the device operation unit, setting of whether or not to perform TCP / IP network boot, and enabling WINS Setting, setting of primary WINS server, setting of secondary WINS server, setting of whether to enable LPR, setting of whether to enable RSH / RCP, and whether to enable DIPRINT Setting, setting whether to enable FTP, setting whether to enable IPP, communication of SNMP Setting of the SNMP community, setting of the access type of the SNMP community, setting of the protocol type of the SNMP community, setting of the IP address of the host, setting of the IPX address of the host, setting of the operating zone name of AppleTalk to which the printer belongs, and affiliation of the printer NetBEUI workgroup setting, NetBEUI interface mode setting, and paper type setting of the installed tray.
[0039]
An invention according to claim 29 is a network management program for executing setting of setting items for a device in a network management apparatus connected via a network to at least one device capable of acquiring information by SNMP / MIB. In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming, from the devices enumerated by the device enumeration process, the existence of an ObjectID for setting whether to enable the Network protocol or not. Existence confirmation processing, ObjectID input processing for inputting a setting value of whether to enable the Network protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID input processing Characterized in that to execute, and ObjectID setting processing for setting the ObjectID that is more into the device.
[0040]
The invention according to claim 30 is a network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming, from the devices enumerated by the device enumeration process, the existence of an ObjectID for setting whether to enable the AppleTalk protocol or not. Presence confirmation processing, ObjectID input processing for inputting a setting value of whether to enable the AppleTalk protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID And ObjectID setting processing for setting the ObjectID entered by force treatment device, characterized in that for the execution.
[0041]
An invention according to claim 31 is a network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management apparatus, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming, from the devices enumerated by the device enumeration process, the existence of an ObjectID for setting whether or not to enable the NetBEUI protocol Existence confirmation processing, ObjectID input processing for inputting a setting value of whether or not to enable the NetBEUI protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID input processing Characterized in that to execute, and ObjectID setting processing for setting the ObjectID that is more into the device.
[0042]
The invention according to claim 32 is a network management program for executing setting of setting items for devices in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a URL name from the devices enumerated by the device enumeration process, and an ObjectID existence For the ObjectID whose existence has been confirmed by the confirmation processing, an ObjectID input processing for inputting a setting value of a URL name, and an ObjectID for setting the ObjectID input by the ObjectID input processing to the device And D setting process, characterized in that for the execution.
[0043]
The invention according to claim 33 is a network management program for executing setting of setting items for a device in a network management device connected to at least one device capable of acquiring information by SNMP / MIB via a network. In the management device, device enumeration processing for enumerating devices connected to the network, ObjectID existence confirmation processing for confirming the existence of an ObjectID for setting a URL from the devices enumerated by the device enumeration processing, and ObjectID existence confirmation processing For the ObjectID whose existence has been confirmed by the above, an ObjectID input process for inputting a URL setting value, and an ObjectID setting process for setting the ObjectID input by the ObjectID input process in the device Characterized in that to execute, when.
[0044]
The invention according to claim 34 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of setting items for the device, In the management device, a device enumeration process for enumerating devices connected to the network and, from the devices enumerated by the device enumeration process, confirming the existence of an ObjectID for setting whether to lock the menu of the device operation unit. The object ID existence confirmation process to be performed, the Object ID input process of inputting a setting value of whether or not to lock the menu of the device operation unit for the Object ID whose existence has been confirmed by the Object ID existence confirmation process, and the Object ID input process And ObjectID setting processing for setting the ObjectID that are in the device, characterized in that to the execution.
[0045]
An invention according to claim 35 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of a setting item for the device. In the management apparatus, a device enumeration process for enumerating devices connected to the network and confirming the existence of an ObjectID for setting whether or not to perform a TCP / IP network boot from the devices enumerated by the device enumeration process ObjectID existence confirmation processing, ObjectID input processing of inputting a setting value as to whether or not to perform TCP / IP network boot for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID input And ObjectID setting processing for setting the ObjectID entered by management to the device, characterized in that for the execution.
[0046]
The invention according to claim 36 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of setting items for the device, In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming the existence of an ObjectID for setting whether to enable WINS from the devices enumerated by the device enumeration process Confirmation processing, ObjectID input processing for inputting a setting value as to whether WINS is enabled or not for ObjectID whose existence has been confirmed by ObjectID existence confirmation processing, and ObjectID input by ObjectID input processing Characterized in that to execute the ObjectID setting processing for setting the device, the.
[0047]
The invention according to claim 37 is a network management program for executing setting of setting items for devices in a network management apparatus connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a primary WINS server from the devices enumerated by the device enumeration process, and an ObjectID For the ObjectID whose existence has been confirmed by the existence confirmation process, an ObjectID input process of inputting a setting value for setting a primary WINS server, and an Object input by the ObjectID input process And ObjectID setting processing for setting the device to tID, characterized in that to the execution.
[0048]
The invention according to claim 38 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of setting items for the device. In the management device, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a secondary WINS server from the devices enumerated by the device enumeration process, and an ObjectID For the ObjectID whose existence has been confirmed by the existence confirmation process, an ObjectID input process of inputting a setting value for setting a secondary WINS server, and an Object input by the ObjectID input process And ObjectID setting processing for setting the device to tID, characterized in that to the execution.
[0049]
An invention according to claim 39 is a network management program for executing setting of setting items for a device in a network management apparatus connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming the existence of an ObjectID for setting whether to enable LPR from the devices enumerated by the device enumeration process Confirmation processing, ObjectID input processing for inputting a setting value of whether or not to enable LPR for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID input by the ObjectID input processing are deleted. Characterized in that to execute the ObjectID setting processing for setting a chair, a.
[0050]
The invention according to claim 40 is a network management program for executing setting of setting items for devices in a network management apparatus connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network and, from the devices enumerated by the device enumeration process, confirming the existence of an ObjectID for setting whether to lock the menu of the device operation unit. The object ID existence confirmation process to be performed, the Object ID input process of inputting a setting value of whether or not to lock the menu of the device operation unit for the Object ID whose existence has been confirmed by the Object ID existence confirmation process, and the Object ID input process And ObjectID setting processing for setting the ObjectID that are in the device, characterized in that to the execution.
[0051]
The invention according to claim 41 is a network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming, from the devices enumerated by the device enumeration process, the existence of an ObjectID for setting whether to enable DIPRINT or not. Confirmation processing, ObjectID input processing for inputting a setting value of whether or not to enable DIPRINT for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and Object input by the ObjectID input processing And ObjectID setting processing for setting the device to EctID, characterized in that to the execution.
[0052]
The invention according to claim 42 is a network management program for executing setting of a setting item for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming the existence of an ObjectID for setting whether to enable FTP from the devices enumerated by the device enumeration process For the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process, an ObjectID input process of inputting a setting value as to whether or not to validate the FTP, and an ObjectID input by the ObjectID input process. Characterized in that to execute the ObjectID setting processing for setting a chair, a.
[0053]
The invention according to claim 43 is a network management program for executing setting of setting items for devices in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management apparatus, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming the existence of an ObjectID for setting whether to enable IPP from the devices enumerated by the device enumeration process For the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process, an ObjectID input process of inputting a setting value of whether or not to enable IPP, and an ObjectID input by the ObjectID input process. Characterized in that to execute the ObjectID setting processing for setting a chair, a.
[0054]
The invention according to claim 44 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of a setting item for the device, the network comprising: In the management device, device enumeration processing for enumerating devices connected to the network, ObjectID existence confirmation processing for confirming the existence of ObjectID for setting an SNMP community name from the devices enumerated by the device enumeration processing, For the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process, the ObjectID input process of inputting the set value of the SNMP community name, and the ObjectID input by the ObjectID input process Characterized in that to execute the ObjectID setting processing for setting the chair, the
[0055]
The invention according to claim 45 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of setting items for the device, In the management device, device enumeration processing for enumerating devices connected to the network, ObjectID existence confirmation processing for confirming the existence of ObjectID for setting the access type of the SNMP community from the devices enumerated by the device enumeration processing In response to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process, an ObjectID input process of inputting the setting value of the access type of the SNMP community and an ObjectID input process And ObjectID setting processing for setting the device to ObjectID was, characterized in that to the execution.
[0056]
The invention according to claim 46 is a network management program for executing setting of a setting item for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB. In the management device, device enumeration processing for enumerating devices connected on the network, ObjectID existence confirmation processing for confirming the existence of ObjectID for setting the protocol type of the SNMP community from the devices enumerated by the device enumeration processing In response to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process, an ObjectID input process of inputting a set value of the protocol type of the SNMP community and an ObjectID input process are performed. And ObjectID setting processing for setting the ObjectID that are in the device, characterized in that to the execution.
[0057]
The invention according to claim 47 is a network management program for causing a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB to set a setting item for a device, In the management device, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting the IP address of the host from the devices enumerated by the device enumeration process, For the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process, an ObjectID input process of inputting a set value of the IP address of the host, and an ObjectID inputted by the ObjectID input process to the device. Characterized in that to execute the ObjectID setting processing for a constant, a.
[0058]
The invention according to claim 48 is a network management program for executing setting of setting items for a device in a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network, comprising: In the management device, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting the IPX of the host from the devices enumerated by the device enumeration process, and an ObjectID For the ObjectID whose existence has been confirmed by the existence confirmation process, an ObjectID input process of inputting the setting value of the IPX of the host, and an Object for setting the ObjectID inputted by the ObjectID input process to the device Characterized in that to execute a ectID setting process, the.
[0059]
The invention according to claim 49 is a network management program for executing setting of setting items for a device in a network management apparatus connected via a network to at least one device capable of acquiring information by SNMP / MIB. In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming the existence of an ObjectID for setting an operating zone name of AppleTalk to which the printer belongs from the devices enumerated by the device enumeration process Object ID input processing for inputting the setting value of the operation zone name of AppleTalk to which the printer belongs for the Object ID whose existence has been confirmed by the Object ID existence confirmation processing, And ObjectID setting processing for setting the ObjectID input by ectID input processing device, characterized in that for the execution.
[0060]
The invention according to claim 50 is a network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management device, a device enumeration process for enumerating devices connected to the network, and an ObjectID existence confirmation for confirming the existence of an ObjectID for setting a NetBEUI workgroup to which the printer belongs from the devices enumerated by the device enumeration process Processing, ObjectID input processing for inputting the setting value of the NetBEUI workgroup to which the printer belongs to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID And ObjectID setting processing for setting the ObjectID entered by force treatment device, characterized in that for the execution.
[0061]
The invention according to claim 51 is a network management program for causing a network management apparatus connected to at least one device capable of acquiring information by SNMP / MIB via a network to execute setting of a setting item for the device. In the management device, a device enumeration process for enumerating devices connected to the network, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting the interface mode of NetBEUI from the devices enumerated by the device enumeration process, For the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, the object ID is inputted by the ObjectID input processing for inputting the setting value of the interface mode of NetBEUI and the ObjectID input processing. And ObjectID setting processing for setting the ObjectID that are in the device, characterized in that to the execution.
[0062]
The invention according to claim 52 is a network management program for executing setting of setting items for a device in a network management apparatus connected via a network to at least one device capable of acquiring information by SNMP / MIB, In the management apparatus, a device enumeration process for enumerating devices connected to the network, and an ObjectID for confirming the existence of an ObjectID for setting a paper type of a mounted tray from the devices enumerated by the device enumeration process Confirmation processing, ObjectID input processing for inputting the set value of the paper type of the loaded tray for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing, and ObjectID input by the ObjectID input processing Characterized in that to execute the ObjectID setting processing for setting the device, the.
[0063]
The invention according to claim 53 is characterized in that the network management program according to any one of claims 27 to 52 is recorded on a computer-readable recording medium.
[0064]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
[0065]
(First Embodiment)
First, a network management device according to the first embodiment will be described.
The setting of “enabling / not enabling the Network protocol” held by the network device can be changed from the network management device (PC) via the network. There is a demand to perform the same setting for all network devices by operation.
The network management device according to the first embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0066]
First, a system configuration according to the present invention will be described with reference to FIG. A network management system according to the present invention includes a PC 1 capable of accessing each device by SNMP / MIB and at least one printer 21 ~ nAnd are connected via a network such as a LAN.
[0067]
Next, the configuration of the PC 1 serving as the network management device according to the present invention will be described with reference to FIG.
The PC 1 includes a device enumeration unit 101, a Network protocol valid / invalid ObjectID existence confirmation unit 102, a device information storage unit 103, a setting value input unit 104, and a Network protocol valid / invalid ObjectID setting unit 105. Be composed.
The device enumeration unit 101 is a printer 2 connected to a network and accessible by SNMP / MIB.1 ~ nAnd the like and enumerate the network devices, and accumulate them in the device information accumulation unit 103.
In addition, as a method of listing the network devices in the device listing unit 101, a method of listing by a method such as Broadcast or PingSweep may be used.
The Network protocol valid / invalid ObjectID existence confirmation unit 102 reflects the setting information obtained by reading the ObjectID corresponding to the setting of the Network protocol valid / invalid in the device information storage unit 103.
The device information storage unit 103 is an area for storing setting information of the network device. FIG. 3 shows a format example.
[0068]
3, the setting information of the network device includes IP Address, Protocol Network, Protocol Apple Talk, Protocol NetBEUI, URL Name, URL, Lock Operation Panel, Network Boot, and the like.
That is, according to the present invention, a setting as to whether to activate the Network protocol, a setting as to whether to activate the AppleTalk protocol, a setting as to whether to activate the NetBEUI protocol, a setting of a URL name, a setting of a URL, Setting, setting whether to lock the menu of the device operation unit, setting whether to perform TCP / IP network boot, setting whether to enable WINS, setting the primary WINS server, setting the secondary WINS server Setting, whether to enable LPR, setting to enable RSH / RCP, setting to enable DIPRINT, setting to enable FTP, IPP Setting of whether to enable, setting of community name of SNMP, setting of access type of SNMP community, SNM Setting the protocol type of the community, setting the IP address of the host, setting the IPX address of the host, setting the operating zone name of AppleTalk to which the printer belongs, setting the NetBEUI workgroup to which the printer belongs, setting of the interface mode of NetBEUI, The setting information regarding the setting of the paper type of the installed tray is accumulated.
As described above, the device information storage unit 103 stores the setting information of the network device as shown in FIG. 3, and manages the network device based on the stored setting information.
[0069]
The setting value input unit 104 inputs a value to be set in the network device. FIG. 4 shows a configuration example of the user interface input by the setting value input unit 104.
Note that, of the network devices stored in the device information storage unit 103, input is disabled for a network device for which it is determined that the Network Protocol valid / invalid ObjectID does not exist.
The Network Protocol valid / invalid ObjectID setting unit 105 sets the value input by the setting value input unit 104 to the ObjectID corresponding to the setting of the Network protocol valid / invalid.
[0070]
Printer 21 ~ nHolds an MIB ObjectID for setting “Enable / Disable the Network Protocol”, and based on the MIB ObjectID, the PC 11 ~ nFunction will be managed.
[0071]
Next, referring to FIG. 5, the set value input by the set value input unit 104 provided in the network management device (PC) having the above configuration is set for the network device (printer) connected via the network. The processing operation up to this point will be described.
[0072]
First, the device enumeration unit 101 acquires, from at least one network device connected via a network, network device information accessible by SNMP / MIB, enumerates the acquired network device information, and enumerates the acquired device information. The data is stored in the memory 103 (step S1). Next, the Network protocol valid / invalid Object existence confirmation unit 102 confirms whether an ObjectID exists for the network device of the acquired network device information. If it is determined by the confirmation that the ObjectID exists, information reflecting “ObjectID exists” is set in the device information storage unit 103. That is, information is set to the effect that "Enable / Disable Network Protocol" can be set. When it is determined that the ObjectID does not exist by the confirmation, information that reflects “No ObjectID” is set in the device information storage unit 103. That is, information is set to the effect that "Enabling / not validating the Network protocol" cannot be set. This processing is looped by the number of network devices in the network device information stored in the device information storage unit 103 (step S2).
[0073]
Next, the setting value input from the setting value input unit 104 is set for the network device information set as "ObjectID exists" in the device information storage unit 103 (step S3). As a result, a setting value for determining whether to enable / disable the Network protocol is set for the ObjectID. Next, the Network Protocol valid / invalid ObjectID setting unit 105 transmits the set value input from the set value input unit 104 to the network device holding the corresponding ObjectID, and the transmitted set value is Set in the network device. This setting process is looped by the number of network devices of the network device information held in the device information storage unit 103 (step S4).
[0074]
As described above, it is determined whether or not the ObjectID exists in the device connected via the network, and by the confirmation, whether or not to enable the NetWare protocol for the device in which the ObjectID exists is set. By inputting the set value and transmitting the input set value to the device having the ObjectID, the setting can be changed collectively.
[0075]
The device enumeration unit 101 can be set so as to be automatically searched for by means of Broadcast, PingSweep, or the like.
In addition, the Network Protocol valid / invalid ObjectID existence confirmation unit 102 returns an error determination to the network device in which the MIB ObjectID does not exist as the specification of the SNMP / MIB. Therefore, it is possible to confirm the existence by the error determination. It becomes possible.
The ObjectID in the Network Protocol valid / invalid ObjectID existence confirmation unit 102 can be determined to be valid or invalid when the ID is 0 or 1, for example.
As the setting value input unit 104, for example, in FIG. 4, “Enable” is selected from a drop-down menu such as “Protocol Network”. That is, whether to enable or disable the item of Disable shown in FIG. 4 is determined depending on whether the item is checked or not checked.
The Network Protocol valid / invalid objectID setting unit 105 rewrites the ObjectID corresponding to valid / invalid with the setting value input by the setting value input unit 104. At this time, ON / OFF of the protocol in FIG. 3 is also rewritten. That is, rewriting the ObjectID and switching the protocol ON / OFF are equalized.
[0076]
(Second embodiment)
Next, a second embodiment will be described.
The setting of “validating / not validating the AppleTalk protocol” possessed by the network device can be changed from a network management device (PC) via a network. However, if a plurality of network devices are present, 1 There is a demand that the same setting be performed for all network devices by performing the above operations.
The network management device according to the second embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0077]
According to the second embodiment, in a network system in which at least one printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC is connected, the printer is configured to “enable / not enable the AppleTalk protocol”. Is set in the PC, a device enumeration unit for enumerating devices connected on the network, and a MIB Object ID in the device that "validates / disables the AppleTalk protocol" are present in the PC. MIB ObjectID existence confirmation means for confirming the setting, setting value input means for inputting a setting value of "validating / not validating AppleTalk protocol", and setting value for MIB ObjectID of "validating / not validating AppleTalk protocol" And MIB ObjectID setting means for movies, and a, and batch processing means for repeating a specific processing procedure.
This means that the Network protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “validating / not validating the AppleTalk protocol” exists. The Network protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “validating / not validating the AppleTalk protocol”.
[0078]
(Third embodiment)
Next, a third embodiment will be described.
The setting of “Enable / Disable NetBEUI protocol” possessed by the network device can be changed from the network management device (PC) via the network. However, if there are a plurality of network devices, 1 There is a demand that the same setting be performed for all network devices by performing the operation twice.
The network management device according to the third embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0079]
In the third embodiment, in a network system in which at least one printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC is connected, the printer is set to "Enable / Disable NetBEUI protocol." Is set in the PC, a device enumeration unit for enumerating devices connected on the network, and a MIB ObjectID in the device to enable / disable the NetBEUI protocol exist in the PC. MIB ObjectID existence confirming means for confirming the setting, a setting value inputting means for inputting a setting value of "Enable / Disable NetBEUI protocol", and a setting value for MIB ObjectID of "Enabling / not validating NetBEUI protocol" M to reflect And B ObjectID setting means, and a, and batch processing means for repeating a specific processing procedure.
This means that the Network protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “validating / not validating the NetBEUI protocol” exists. The Network Protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “Enabling / not validating the NetBEUI protocol”.
[0080]
(Fourth embodiment)
Next, a fourth embodiment will be described.
The setting of the “URL name” possessed by the network device can be changed from the network management device (PC) via the network. However, if there are a plurality of network devices, all operations can be performed by one operation. There is a demand that the same setting be made to the network device.
The network management device according to the fourth embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0081]
In a network system in which at least one printer capable of obtaining information by SNMP / MIB via a network such as a LAN and a PC is connected to a PC, the network management apparatus according to the fourth embodiment assigns a “URL name” to the printer. There is a MIB ObjectID for setting, the PC has a device enumeration means for listing devices connected on the network, and a MIB ObjectID for confirming that the "URL name" MIBObjectID exists in the device. Confirmation means, setting value input means for inputting a “URL name” setting value, MIB ObjectID setting means for reflecting the setting value in the “URL name” MIB ObjectID, batch processing means for repeating a specific processing procedure, It is comprised having.
This means that the Network Protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether an ObjectID corresponding to the setting of “URL name” exists, and the Network protocol valid / invalid ObjectID The setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of the “URL name”.
[0082]
(Fifth embodiment)
Next, a fifth embodiment will be described.
The setting of “URL” possessed by the network device can be changed from the network management device (PC) via the network. However, if there are a plurality of network devices, all the networks can be changed by one operation. There is a desire to make the same settings on the device.
The network management device according to the fifth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0083]
The network management apparatus according to the fifth embodiment is used to set “URL” in a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. The MIB ObjectID exists, and the PC has a device enumeration unit for listing devices from the network, a "URL" MIB ObjectID existence confirmation unit for confirming that a MIB ObjectID exists in the device, and a "URL". The system includes a set value input unit for inputting a set value, an MIB ObjectID setting unit for reflecting the set value in the “URL” MIB ObjectID, and a batch processing unit for repeating a specific processing procedure.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether an ObjectID corresponding to the “URL” setting exists, and the Network protocol valid / invalid ObjectID setting The unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of “URL”.
[0084]
(Sixth embodiment)
Next, a sixth embodiment will be described.
The setting of “Enable / disable menu lock of device operation unit” that the network device has can be changed from the network management device (PC) via the network. However, if there are multiple network devices, There is a demand to perform the same setting for all network devices by one operation.
The network management device according to the sixth embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0085]
In a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC is connected to a network management apparatus according to the sixth embodiment, the printer is provided with a menu lock of a device operation unit. The MIB ObjectID for setting "Yes / No" exists in the PC. The PC includes a device enumeration unit for listing devices connected to the network and a MIB ObjectID for "Turning on / off the menu lock of the device operation unit". MIB ObjectID existence confirming means for confirming the existence of the device, setting value inputting means for inputting a setting value of "perform menu lock of device operation unit", and "performing menu lock of device operation unit" MIB Object reflecting the set value in MIB ObjectID ectID setting means and batch processing means for repeating a specific processing procedure.
This is because the network protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “lock / not lock the menu of the device operation unit” exists. In other words, the Network Protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “lock / not lock the menu of the device operation unit”.
[0086]
(Seventh embodiment)
Next, a seventh embodiment will be described.
The setting of “do / do not perform TCP / IP network boot” that the network device has can be changed from the network management device (PC) via the network, but if there are multiple network devices, There is a demand for performing the same setting for all network devices by one operation.
The network management device according to the seventh embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0087]
In a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC is connected to the network management apparatus according to the seventh embodiment, the printer is provided with a "TCP / IP network boot. There is an MIB ObjectID for setting “Yes / No”, and the PC has a device enumeration unit for listing devices connected on the network, and a MIB ObjectID for “Do / No TCP / IP network boot”. MIB ObjectID existence confirming means for confirming that the device exists in the device, a setting value inputting means for inputting a setting value of "whether or not to perform TCP / IP network booting", and a description of "TCP / IP network booting." Do / do not "MIB Objectec Configured to include an MIB ObjectID setting means for reflecting the set value ID, a batch processing means for repeating a particular procedure, a.
This is because the Network protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “perform / not perform network boot of TCP / IP” exists. In other words, the Network Protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “TCP / IP network booting / non-booting”.
[0088]
(Eighth embodiment)
Next, an eighth embodiment will be described.
The setting of “enable / disable WINS” possessed by the network device can be changed from the network management device (PC) via the network. There is a demand for performing the same setting for all network devices by operation.
The network management device according to the eighth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0089]
The network management device according to the eighth embodiment is configured such that “WINS is enabled / disabled” for a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. "Is set, and the PC has a device enumeration means for enumerating devices connected to the network and a MIB ObjectID of" enable / disable WINS "exists in the device. MIB ObjectID existence confirmation means for confirming the setting, setting value input means for inputting a setting value of "enable / disable WINS", and MIB ObjectID setting for reflecting the setting value to "enable / disable WINS" MIB ObjectID Means and a routine to repeat a particular procedure. Switch processing means.
This means that the Network protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “WINS is validated / not validated” is present. The protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “WINS is enabled / disabled”.
[0090]
(Ninth embodiment)
Next, a ninth embodiment will be described.
The setting of the “primary WINS server” that the network device has can be changed from the network management device (PC) via the network. However, if there are multiple network devices, all of them can be changed by one operation. There is a demand to make the same setting for the network device.
The network management device according to the ninth embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0091]
The network management device according to the ninth embodiment sets a “primary WINS server” for a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. Device ID for enumerating devices connected to the network, and MIB ObjectID for confirming that the "primary WINS server" MIB ObjectID exists in the device. Confirmation means, setting value input means for inputting a "primary WINS server" setting value, MIB ObjectID setting means for reflecting the setting value in the "primary WINS server" MIB ObjectID, and a buffer for repeating a specific processing procedure. H processing means.
This means that the Network Protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not the ObjectID corresponding to the setting of the “primary WINS server” exists, and the Network protocol valid / invalid. The ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of “Primary WINS server”.
[0092]
(Tenth embodiment)
Next, a tenth embodiment will be described.
The setting of the “secondary WINS server” that the network device has can be changed from the network management device (PC) via the network. However, if there are multiple network devices, all of them can be changed by one operation. There is a demand that the same setting be made for the network device.
The network management device according to the tenth embodiment provides a method for performing a setting change to a plurality of network devices at a time via a network.
[0093]
The network management apparatus according to the tenth embodiment sets a “secondary WINS server” for a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. Device enumeration means for enumerating devices connected to the network, and MIB ObjectID confirming means for confirming that a "secondary WINS server" MIB ObjectID exists in the device. A set value input unit for inputting a “secondary WINS server” set value, a MIB ObjectID set unit for reflecting the set value in a “secondary WINS server” MIB ObjectID, and a specific processing procedure is repeated. And a batch processing means.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not the ObjectID corresponding to the setting of the “secondary WINS server” exists, and the Network protocol valid / invalid. The ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of the “secondary WINS server”.
[0094]
(Eleventh embodiment)
Next, an eleventh embodiment will be described.
The setting of “enable / disable LPR” possessed by the network device can be changed from the network management device (PC) via the network. However, if a plurality of network devices exist, one setting is performed. There is a demand for performing the same setting for all network devices by operation.
The network management device according to the eleventh embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0095]
The network management apparatus according to the eleventh embodiment is configured such that “LPR is enabled / not enabled” in a network system in which a printer and a PC capable of acquiring information by SNMP / MIB via a network such as a LAN are connected to a PC. "Is set, and the PC has a device enumeration means for enumerating devices connected to the network, and a MIB ObjectID" validating / not validating LPR "is present in the device. Means for confirming the existence of an MIB Object, a setting value inputting means for inputting a setting value of "validating / non-enabling LPR", and an MIB reflecting the setting value in the MIB object ID of "validating / not validating LPR" Object ID setting means and a program for repeating a specific processing procedure Switch processing means.
This means that the Network Protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not the ObjectID corresponding to the setting of “validating / not validating the LPR” is present. The protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of “validating / not validating LPR”.
[0096]
(Twelfth embodiment)
Next, a twelfth embodiment will be described.
The setting of “enable / disable RSH / RCP” possessed by the network device can be changed from the network management device (PC) via the network, but if there are multiple network devices, 1 There is a demand that the same setting be performed for all network devices by performing the above operations.
The network management device according to the twelfth embodiment provides a method for collectively changing the settings of a plurality of network devices via a network.
[0097]
The network management device according to the twelfth embodiment is configured such that, in a network system in which a printer and a PC capable of acquiring information by SNMP / MIB via a network such as a LAN are connected to a PC, "RSH / RCP is enabled for the printer" There is a MIB ObjectID for setting "/ No", and in the PC, a device enumeration unit for listing devices connected to the network, and a MIB ObjectID existence check for "RSH / RCP is enabled / disabled" Means, setting value input means for inputting a setting value for “validating / disabling RSH / RCP” for confirming that the MIB ObjectID exists in the device, and MIB for “validating / not validating RSH / RCP” MIBObjectID setting method that reflects the setting value in ObjectID When configured with a, and batch processing means for repeating a specific processing procedure.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “validating / not validating RSH / RCP” exists. , The Network Protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “validating / not validating RSH / RCP”.
[0098]
(Thirteenth embodiment)
Next, a thirteenth embodiment will be described.
The setting of “enable / disable DIPRINT” possessed by the network device can be changed from the network management device (PC) via the network. However, when a plurality of network devices exist, one setting is performed. There is a demand for performing the same setting for all network devices by operation.
The network management device according to the thirteenth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0099]
In the network management apparatus according to the thirteenth embodiment, in a network system in which a printer and a PC capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected, the printer is enabled / disabled DIPRINT "Is set, and the PC confirms that the device has a device enumeration means for enumerating devices from the network and a MIB ObjectID" validating / not validating DIPRINT "exists in the device. MIB ObjectID existence confirming means for inputting a setting value of "validating / not validating DIPRINT", and MIB ObjectID for reflecting the setting value in MIB ObjectID of "validating / not validating DIPRINT" Setting means And batch processing means for repeating a specific processing procedure.
This means that the Network protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “validating / not validating DIPRINT” exists, and The protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of “validating / not validating DIPRINT”.
[0100]
(14th embodiment)
Next, a fourteenth embodiment will be described.
The setting of “enable / disable FTP” that the network device has can be changed from the network management device (PC) via the network, but if there are multiple network devices, one There is a demand for performing the same setting for all network devices by operation.
The network management device according to the fourteenth embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0101]
In the network management apparatus according to the fourteenth embodiment, in a network system in which a printer and a PC capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected, the printer is enabled / disabled to enable FTP. Is set in the PC, a device enumeration unit for enumerating devices connected to the network, and a MIB ObjectID "validating / not validating FTP" are present in the PC. MIB ObjectID existence confirmation means for confirming the setting, an installation value input means for inputting a setting value of "validate / not activate FTP", and a MIB ObjectID setting means for reflecting the set value to "validate / not activate FTP" MIB ObjectID And batch processing that repeats a specific processing procedure Configured to include a means.
This means that the Network Protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “validating / not validating FTP” exists, and The protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of “validating / not validating FTP”.
[0102]
(Fifteenth embodiment)
Next, a fifteenth embodiment will be described.
The setting of “enable / disable IPP” of the network device can be changed from the network management device (PC) via the network. However, if there are a plurality of network devices, one setting is required. There is a demand for performing the same setting for all network devices by operation.
The network management device according to the fifteenth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0103]
The network management apparatus according to the fifteenth embodiment is configured such that “IPP is enabled / disabled” for a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. "Is set, and the PC has a device enumeration means for enumerating devices connected to the network, and a MIB ObjectID for" validating / not validating IPP "exists in the device. Means for confirming the existence of a MIB ObjectID, a setting value means for inputting a setting value of "validating / not validating IPP", and an MIB reflecting the setting value in a MIBObjectID of "validating / not validating IPP" ObjectID setting means and a specific processing procedure are repeated A pitch processor, configured to have a.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “validating / not validating IPP” exists. The protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of “validating / not validating IPP”.
[0104]
(Sixteenth embodiment)
Next, a sixteenth embodiment will be described.
The setting of "SNMP community name" possessed by the network device can be changed from the network management device (PC) via the network, but if there are multiple network devices, one operation is required. There is a demand to make the same settings for all network devices.
The network management device according to the sixteenth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0105]
The network management apparatus according to the sixteenth embodiment sets a “SNMP community name” in a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. Exists in the PC, a device enumeration unit for enumerating devices connected to the network, and an MIB ObjectID for confirming that the "SNMP community name" MIB ObjectID exists in the device. Confirmation means, setting value input means for inputting the "SNMP community name" setting value, MIB ObjectID setting means for reflecting the setting value in the "SNMP community name" MIB ObjectID, and batch processing means for repeating a specific processing procedure When , Is configured.
This means that the Network Protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of the “SNMP community name” exists. The invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of the “SNMP community name”.
[0106]
(Seventeenth embodiment)
Next, a seventeenth embodiment will be described.
The setting of the “SNMP community access type” that the network device has can be changed from the network management device (PC) via the network. However, if there are multiple network devices, one operation is required. There is a demand to perform the same setting for all network devices.
The network management device according to the seventeenth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0107]
The network management apparatus according to the seventeenth embodiment is configured such that, in a network system in which a printer and a PC capable of acquiring information by SNMP / MIB via a network such as a LAN are connected to a PC, the printer has an “SNMP community access type”. In order to confirm that the MIB ObjectID for setting exists, the PC has device enumeration means for enumerating devices connected on the network, and that the "SNMP community access type" MIB ObjectID exists in the device. MIB ObjectID existence confirmation means, setting value input means for inputting an "SNMP community access type" setting value, and MIB O for reflecting the setting value in the "SNMP community access type" MIB ObjectID. object ID setting means and batch processing means for repeating a specific processing procedure.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not the ObjectID corresponding to the setting of the “SNMP community access type” exists, and the Network protocol The valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of the “SNMP community access type”.
[0108]
(Eighteenth Embodiment)
Next, an eighteenth embodiment will be described.
The setting of the “SNMP community protocol type” that the network device has can be changed from the network management device (PC) via the network. However, if there are multiple network devices, one operation is required. There is a demand to perform the same setting for all network devices.
The network management device according to the eighteenth embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0109]
The network management apparatus according to the eighteenth embodiment is a network system in which a printer and a PC capable of acquiring information by SNMP / MIB via a network such as a LAN are connected to a PC. In order to confirm that the MIB ObjectID for setting exists, the PC has device enumeration means for enumerating the devices connected on the network, and that the MIB ObjectID "the protocol type of the SNMP community" exists in the device. MIB ObjectID existence confirming means, setting value input means for inputting "SNMP community protocol type" setting value, and MIB for reflecting the setting value in "SNMP community protocol type" MIB ObjectID It comprises Object ID setting means and batch processing means for repeating a specific processing procedure.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not the ObjectID corresponding to the setting of the “SNMP community protocol type” exists, and the Network protocol validity is determined. The / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of the “protocol type of SNMP community”.
[0110]
(Nineteenth Embodiment)
Next, a nineteenth embodiment will be described.
The setting of the “host IP address” of the network device can be changed from the network management device (PC) via the network. However, if there are a plurality of network devices, one operation is required. There is a demand to make the same settings for all network devices.
The network management device according to the nineteenth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0111]
The network management device according to the nineteenth embodiment sets a “host IP address” in a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. There is an MIB ObjectID for performing the operation, the PC has a device enumeration unit for enumerating the devices connected to the network, and an MIB for confirming that the “host IP address” MIB ObjectID exists in the device. ObjectID existence confirmation means, setting value input means for inputting a “host IP address” setting value, MIB ObjectID setting means for reflecting the setting value in a “host IP address” MIB ObjectID, and a batch for repeating a specific processing procedure Processing means; Be composed.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of the “host IP address” exists, and the Network protocol valid / invalid. The invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of the “host IP address”.
[0112]
(Twentieth embodiment)
Next, a twentieth embodiment will be described.
The setting of “IPX address of host” possessed by the network device can be changed from the network management device (PC) via the network, but if there are multiple network devices, one operation is required. There is a demand to make the same settings for all network devices.
The network management device according to the twentieth embodiment provides a method for collectively changing the settings of a plurality of network devices via a network.
[0113]
The network management apparatus according to the twentieth embodiment sets a “host IPX address” in a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. There is an MIB ObjectID for performing the operation, the PC has a device enumeration unit for enumerating the devices connected on the network, and an MIB ObjectID for confirming that the "IPX address of the host" MIB ObjectID exists in the device. Confirmation means, setting value input means for inputting a "host IPX address" setting value, MIB ObjectID setting means for reflecting the setting value in the "host IPX address" MIB ObjectID, and batch processing means for repeating a specific processing procedure And having It is composed.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether an ObjectID corresponding to the setting of the “host IPX address” exists or not, and the Network protocol valid / invalid. The invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of the “IPX address of the host”.
[0114]
(Twenty-first embodiment)
Next, a twenty-first embodiment will be described.
The setting of the “operating zone name of AppleTalk to which the printer belongs” possessed by the network device can be changed from the network management device (PC) via the network. There is a demand that the same setting be performed for all network devices by performing the operation twice.
The network management device according to the twenty-first embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0115]
In a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC is connected to the network management apparatus according to the twenty-first embodiment, the operation of "AppleTalk to which the printer belongs" There is an MIB ObjectID for setting a "zone name", and the PC includes a device enumeration unit for enumerating devices connected to the network, and a "operating zone name of AppleTalk to which the printer belongs" MIB ObjectID is a device. MIB ObjectID existence confirmation means for confirming that the printer exists in the printer, setting value input means for inputting a setting value of "operating zone of AppleTalk to which the printer belongs," and "operation zone of AppleTalk to which the printer belongs." And MIB ObjectID setting means for reflecting the settings on emissions name "MIB ObjectID, configured with a, and batch processing means for repeating a specific processing procedure.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not the ObjectID corresponding to the setting of the “operating zone name of the AppleTalk to which the printer belongs” exists. , The Network Protocol valid / invalid Object ID setting unit 105 sets the value specified by the setting input unit 104 to the Object ID corresponding to the setting of the “operating zone name of the AppleTalk to which the printer belongs”.
[0116]
(Twenty-second embodiment)
Next, a twenty-second embodiment will be described.
The setting of “NetBEUI workgroup to which the printer belongs” possessed by the network device can be changed from a PC via the network. However, if there are a plurality of network devices, all operations can be performed by one operation. There is a demand to make the same settings for network devices.
The network management device according to the twenty-second embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0117]
In the network management apparatus according to the twenty-second embodiment, in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected, the printer includes a “NetBEUI workgroup to which the printer belongs”. To set the device, and device enumeration means for enumerating devices connected to the network, and to confirm that the device has the "NetBEUI workgroup to which the printer belongs" MIB ObjectID. MIB ObjectID existence confirming means, setting value input means for inputting a "NetBEUI workgroup to which the printer belongs" setting value, and a setting value to the "NetBEUI workgroup to which the printer belongs" MIB ObjectID And MIB ObjectID setting means for reflecting, and a, and batch processing means for repeating a specific processing procedure.
This means that the Network protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of the “NetBEUI workgroup to which the printer belongs” exists. The protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “NetBEUI workgroup to which the printer belongs”.
[0118]
(Twenty-third embodiment)
Next, a twenty-third embodiment will be described.
The setting of the “NetBEUI interface mode” that the network device has can be changed from the network management device (PC) via the network. However, if there are a plurality of network management devices, one operation is required. There is a demand to perform the same setting for all network devices. The network management device according to the twenty-third embodiment provides a method for collectively changing settings for a plurality of network devices via a network.
[0119]
The network management apparatus according to the twenty-third embodiment sets “NetBEUI interface mode” for a printer in a network system in which a printer capable of acquiring information by SNMP / MIB via a network such as a LAN and a PC are connected. Device enumeration means for enumerating devices connected to the network, and MIB Object ID existence confirmation means for confirming that the "Object BEUI interface mode" MIB Object ID exists in the device. A setting value input unit for inputting a setting value of “NetBEUI interface mode”; and a MIB ObjectID setting for reflecting the setting value in the “NetBEUI interface mode” MIB ObjectID. And a batch processing unit that repeats a specific processing procedure.
This means that the Network Protocol valid / invalid ObjectID existence confirmation unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of the “NetBEUI interface mode” exists. The invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 for the ObjectID corresponding to the setting of the “NetBEUI interface mode”.
[0120]
(24th embodiment)
Next, a twenty-fourth embodiment will be described.
The setting of “paper type of installed tray” possessed by the network device can be changed from the network management device (PC) via the network. However, once there are multiple network devices, once There is a demand to perform the same setting on all network devices by the operation described above.
The network management device according to the twenty-fourth embodiment provides a method for collectively changing settings of a plurality of network devices via a network.
[0121]
In the network management apparatus according to the twenty-fourth embodiment, in a network system in which a printer capable of acquiring information by SNMP / MIB via a LAN and a PC are connected, “paper type of mounted tray” is set for the printer. Device ID for enumerating devices connected to the network, and confirm that the device has a "paper type of mounted tray" MIBObjectID in the PC. MIB ObjectID existence confirmation means, setting value input means for inputting a "paper type of mounted tray" setting value, and MIB ObjectID setting means for reflecting the set value in "paper type of mounted tray" MIB ObjectID And a batch processing means for repeating a specific processing procedure, It is made.
This means that the Network Protocol valid / invalid ObjectID existence confirming unit 102 in the first embodiment determines whether or not an ObjectID corresponding to the setting of “paper type of the loaded tray” exists. The Network Protocol valid / invalid ObjectID setting unit 105 sets the value specified by the setting input unit 104 to the ObjectID corresponding to the setting of “paper type of mounted tray”.
[0122]
The above-described embodiment is a preferred embodiment of the present invention, and various modifications can be made without departing from the spirit of the present invention.
For example, in the first to twenty-fourth embodiments, detailed setting items such as various protocols for changing the setting (setting whether to enable the Network protocol, setting whether to enable the AppleTalk protocol, Setting whether to enable NetBEUI protocol, setting of URL name, setting of URL, setting of whether to lock menu of device operation unit, setting of whether to perform TCP / IP network boot, WINS Setting of whether to enable, setting of primary WINS server, setting of secondary WINS server, setting of whether to enable LPR, setting of whether to enable RSH / RCP, enabling DIPRINT Setting, whether to enable FTP, setting whether to enable IPP, SNMP Setting of community name, setting of access type of SNMP community, setting of protocol type of SNMP community, setting of IP address of host, setting of IPX address of host, setting of operating zone name of AppleTalk to which the printer belongs, affiliation of the printer NetBEUI workgroup setting, NetBEUI interface mode setting, and paper type setting of installed trays) are displayed on the screen shown in FIG. 4, and all setting items can be changed by one operation by changing the setting. Batch setting is also possible. In this case, the Object ID and each setting item are set in one-to-one correspondence.
[0123]
The confirmation processing for enumerating the devices connected on the network and confirming whether or not the Object ID exists can be performed when the setting of the setting items is changed collectively. It is also possible to perform this before the change. For example, a predetermined time may be set in the network management apparatus, and the confirmation processing may be repeated when the set predetermined time elapses. Further, it is possible to set the network management device to perform a confirmation process when it is recognized that a predetermined operation has been performed. By performing this confirmation process in advance, it is possible to reduce the process of changing the batch setting of the setting items.
In addition, the processes in the first to twenty-fourth embodiments can be executed by a program.
[0124]
【The invention's effect】
As is clear from the above description, the present invention has the following effects.
Device enumeration means for enumerating the devices connected to the network, object ID existence confirmation means for confirming the existence of an ObjectID for setting setting items from the devices enumerated by the device enumeration means, and object ID existence confirmation means By having ObjectID input means for inputting a setting value of a setting item for the ObjectID whose existence has been confirmed by the above, and ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device, a network can be established. It is possible to perform collective setting with one operation for detailed setting items such as various protocols held by each device connected via the device, thereby contributing to improvement of user convenience.
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating a configuration of a network system according to the present invention.
FIG. 2 is a block diagram showing a configuration of a network management device according to the present invention.
FIG. 3 is a diagram showing a format example according to the present invention.
FIG. 4 is a diagram for explaining a user interface according to the present invention.
FIG. 5 is a flowchart illustrating a processing operation from setting of a setting item to a network device by the network management device according to the present invention.
[Explanation of symbols]
1 PC
21 ~ n Printer
101 Device List
102 Valid / invalid ObjectID existence check part of Network protocol
103 Device information storage unit
104 Set value input section
105 Valid / invalid ObjectID setting unit for Network protocol

Claims (53)

SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、設定項目を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、設定項目の設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting a setting item from the device enumerated by the device enumeration means;
ObjectID input means for inputting a setting value of a setting item for the ObjectID whose existence has been confirmed by the ObjectID existence confirming means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
前記設定項目は、Netwareプロトコルを有効化するか否かの設定、AppleTalkプロトコルを有効化するか否かの設定、NetBEUIプロトコルを有効化するか否かの設定、URL名称の設定、URLの設定、機器操作部のメニューロックをするか否かの設定、TCP/IPのネットワークブートをするか否かの設定、WINSを有効化するか否かの設定、プライマリWINSサーバーの設定、セカンダリWINSサーバーの設定、LPRを有効化するか否かの設定、RSH/RCPを有効化するか否かの設定、DIPRINTを有効化するか否かの設定、FTPを有効化するか否かの設定、IPPを有効化するか否かの設定、SNMPのコミュニティ名の設定、SNMPコミュニティのアクセスタイプの設定、SNMPコミュニティのプロトコルタイプの設定、ホストのIPアドレスの設定、ホストのIPXアドレスの設定、プリンタを所属させるAppleTalkの動作ゾーン名の設定、プリンタの所属するNetBEUIワークグループの設定、NetBEUIのインターフェースモードの設定、搭載されているトレイの紙種の設定、の少なくとも1つを有して構成されることを特徴とする請求項1記載のネットワーク管理装置。The setting items include setting whether to enable the Network protocol, setting whether to enable the AppleTalk protocol, setting whether to enable the NetBEUI protocol, setting a URL name, setting a URL, Setting whether to lock the menu of the device operation unit, setting whether to perform TCP / IP network boot, setting whether to enable WINS, setting the primary WINS server, setting the secondary WINS server , Setting whether to enable LPR, setting whether to enable RSH / RCP, setting whether to enable DIPRINT, setting whether to enable FTP, setting IPP to valid Setting of SNMP community, setting of SNMP community name, setting of SNMP community access type, SNMP communication Setting of the protocol type of the network, setting of the IP address of the host, setting of the IPX address of the host, setting of the operating zone name of AppleTalk to which the printer belongs, setting of the NetBEUI workgroup to which the printer belongs, setting of the interface mode of NetBEUI 2. The network management apparatus according to claim 1, wherein the network management apparatus includes at least one of setting a paper type of a mounted tray. SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、Netwareプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、Netwareプロトコルを有効化するか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
From the device enumerated by the device enumeration unit, an ObjectID existence confirmation unit for confirming the existence of an ObjectID for setting whether to enable a Network protocol,
ObjectID input means for inputting a setting value of whether or not to activate the Network protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、AppleTalkプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、AppleTalkプロトコルを有効化するか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether to enable the AppleTalk protocol from the device enumerated by the device enumeration means,
ObjectID input means for inputting a setting value of whether to enable the AppleTalk protocol with respect to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、NetBEUIプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、NetBEUIプロトコルを有効化するか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether to enable the NetBEUI protocol from the device enumerated by the device enumeration means,
ObjectID input means for inputting a setting value of whether to enable the NetBEUI protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、URL名称を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、URL名称の設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirming means for confirming the existence of ObjectID for setting a URL name from the device enumerated by the device enumerating means;
ObjectID input means for inputting a setting value of a URL name for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスからURLを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、URLの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting a URL from the device enumerated by the device enumeration means;
ObjectID input means for inputting a URL setting value for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether to lock the menu of the device operation unit from the device enumerated by the device enumeration means,
Object ID input means for inputting a setting value of whether or not to lock the menu of the device operation unit for the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、TCP/IPのネットワークブートをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、TCP/IPのネットワークブートをするか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to perform a network boot of TCP / IP from the device enumerated by the device enumeration means;
Object ID input means for inputting a set value of whether or not to perform a TCP / IP network boot with respect to the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、WINSを有効にするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、WINSを有効にするか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to enable WINS from the device enumerated by the device enumeration means;
ObjectID input means for inputting a set value of whether to enable WINS for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、プライマリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、プライマリWINSサーバーを設定する設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of an ObjectID for setting a primary WINS server from the device enumerated by the device enumeration means;
ObjectID input means for inputting a setting value for setting a primary WINS server for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、セカンダリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、セカンダリWINSサーバーを設定する設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting a secondary WINS server from the device enumerated by the device enumeration means;
ObjectID input means for inputting a setting value for setting a secondary WINS server for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、LPRを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、LPRを有効化するか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
From the device enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to activate LPR;
ObjectID input means for inputting a setting value of whether to enable LPR for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether to lock the menu of the device operation unit from the device enumerated by the device enumeration means,
Object ID input means for inputting a setting value of whether or not to lock the menu of the device operation unit for the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、DIPRINTを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、DIPRINTを有効化するか否かの設定値を入力するObjectID入力手段と、
されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
From the device enumerated by the device enumeration means, ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether to enable DIPRINT,
ObjectID input means for inputting a setting value of whether to enable DIPRINT for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the obtained ObjectID in the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、FTPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、FTPを有効化するか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether or not to validate FTP from the device enumerated by the device enumeration means;
Object ID input means for inputting a setting value of whether or not to validate FTP for the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、IPPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、IPPを有効化するか否かの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting whether to enable IPP from the device enumerated by the device enumeration means,
ObjectID input means for inputting a set value of whether to enable IPP for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、SNMPのコミュニティ名を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、SNMPのコミュニティ名の設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of an ObjectID for setting an SNMP community name from the device enumerated by the device enumeration means;
Object ID input means for inputting a set value of an SNMP community name to the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、SNMPコミュニティのアクセスタイプを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、SNMPコミュニティのアクセスタイプの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting an access type of an SNMP community from the device enumerated by the device enumeration means;
ObjectID input means for inputting a set value of an access type of an SNMP community with respect to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、SNMPコミュニティのプロトコルタイプを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、SNMPコミュニティのプロトコルタイプの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting a protocol type of an SNMP community from the device enumerated by the device enumeration means;
ObjectID input means for inputting a setting value of a protocol type of an SNMP community with respect to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、ホストのIPアドレスを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、ホストのIPアドレスの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of an ObjectID for setting the IP address of a host from the device enumerated by the device enumeration means;
Object ID input means for inputting a set value of a host IP address for the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、ホストのIPXを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、ホストのIPXの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting a host IPX from the device enumerated by the device enumeration means;
Object ID input means for inputting a setting value of the IPX of the host with respect to the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、プリンタを所属させるAppleTalkの動作ゾーン名を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、プリンタを所属させるAppleTalkの動作ゾーン名の設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of an ObjectID for setting an operation zone name of AppleTalk to which a printer belongs from the device enumerated by the device enumeration means;
ObjectID input means for inputting the setting value of the operating zone name of AppleTalk to which the printer belongs, for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、プリンタの所属するNetBEUIワークグループを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、プリンタの所属するNetBEUIワークグループの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting a NetBEUI workgroup to which a printer belongs from the device enumerated by the device enumeration means;
ObjectID input means for inputting a setting value of a NetBEUI workgroup to which the printer belongs, for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means,
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、NetBEUIのインターフェースモードを設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、NetBEUIのインターフェースモードの設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting the interface mode of NetBEUI from the device enumerated by the device enumeration means;
ObjectID input means for inputting a setting value of the interface mode of NetBEUI with respect to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続し、前記デバイスの設定項目を設定するネットワーク管理装置であって、
ネットワーク上に接続された前記デバイスを列挙する機器列挙手段と、
前記機器列挙手段により列挙された前記デバイスから、搭載されているトレイの紙種を設定するためのObjectIDの存在を確認するObjectID存在確認手段と、
前記ObjectID存在確認手段により存在が確認されたObjectIDに対して、搭載されているトレイの紙種の設定値を入力するObjectID入力手段と、
前記ObjectID入力手段により入力されたObjectIDを前記デバイスに設定するObjectID設定手段と、
を有することを特徴とするネットワーク管理装置。
A network management apparatus that connects to at least one device capable of acquiring information by SNMP / MIB via a network and sets setting items of the device,
Device enumeration means for enumerating the devices connected on the network,
ObjectID existence confirmation means for confirming the existence of ObjectID for setting the paper type of the loaded tray from the device enumerated by the device enumeration means;
Object ID input means for inputting a set value of a paper type of a mounted tray with respect to the Object ID whose existence has been confirmed by the Object ID existence confirmation means;
ObjectID setting means for setting the ObjectID input by the ObjectID input means to the device;
A network management device, comprising:
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、設定項目を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、設定項目の設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting a setting item from the device enumerated by the device enumeration processing;
ObjectID input processing for inputting a setting value of a setting item for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
前記設定項目は、Netwareプロトコルを有効化するか否かの設定、AppleTalkプロトコルを有効化するか否かの設定、NetBEUIプロトコルを有効化するか否かの設定、URL名称の設定、URLの設定、機器操作部のメニューロックをするか否かの設定、TCP/IPのネットワークブートをするか否かの設定、WINSを有効化するか否かの設定、プライマリWINSサーバーの設定、セカンダリWINSサーバーの設定、LPRを有効化するか否かの設定、RSH/RCPを有効化するか否かの設定、DIPRINTを有効化するか否かの設定、FTPを有効化するか否かの設定、IPPを有効化するか否かの設定、SNMPのコミュニティ名の設定、SNMPコミュニティのアクセスタイプの設定、SNMPコミュニティのプロトコルタイプの設定、ホストのIPアドレスの設定、ホストのIPXアドレスの設定、プリンタを所属させるAppleTalkの動作ゾーン名の設定、プリンタの所属するNetBEUIワークグループの設定、NetBEUIのインターフェースモードの設定、搭載されているトレイの紙種の設定、の少なくとも1つを有して構成されていることを特徴とする請求項27記載のネットワーク管理プログラム。The setting items include setting whether to enable the Network protocol, setting whether to enable the AppleTalk protocol, setting whether to enable the NetBEUI protocol, setting a URL name, setting a URL, Setting whether to lock the menu of the device operation unit, setting whether to perform TCP / IP network boot, setting whether to enable WINS, setting the primary WINS server, setting the secondary WINS server , Setting whether to enable LPR, setting whether to enable RSH / RCP, setting whether to enable DIPRINT, setting whether to enable FTP, setting IPP to valid Setting of SNMP community, setting of SNMP community name, setting of SNMP community access type, SNMP communication Setting of the protocol type of the network, setting of the IP address of the host, setting of the IPX address of the host, setting of the operating zone name of AppleTalk to which the printer belongs, setting of the NetBEUI workgroup to which the printer belongs, setting of the interface mode of NetBEUI 28. The network management program according to claim 27, further comprising at least one of setting a paper type of a mounted tray. SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、Netwareプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、Netwareプロトコルを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether to enable the Network protocol,
ObjectID input processing for inputting a setting value of whether or not to enable the Network protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、AppleTalkプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、AppleTalkプロトコルを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether to enable the AppleTalk protocol,
ObjectID input processing for inputting a setting value of whether to enable the AppleTalk protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing,
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、NetBEUIプロトコルを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、NetBEUIプロトコルを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether to enable the NetBEUI protocol,
ObjectID input processing for inputting a setting value of whether or not to enable the NetBEUI protocol for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、URL名称を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、URL名称の設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting a URL name from the devices enumerated by the device enumeration processing;
An ObjectID input process of inputting a setting value of a URL name to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスからURLを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、URLの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting a URL from the device enumerated by the device enumeration processing;
ObjectID input processing of inputting a URL setting value for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether or not to lock the menu of the device operation unit;
An object ID input process of inputting a setting value of whether or not to lock the menu of the device operation unit with respect to the object ID whose existence has been confirmed by the object ID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、TCP/IPのネットワークブートをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、TCP/IPのネットワークブートをするか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting whether or not to perform TCP / IP network boot from the device enumerated by the device enumeration processing;
ObjectID input processing for inputting a setting value of whether or not to perform a TCP / IP network boot for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、WINSを有効にするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、WINSを有効にするか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether to enable WINS,
ObjectID input processing for inputting a setting value of whether to validate WINS for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing,
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、プライマリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、プライマリWINSサーバーを設定する設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a primary WINS server;
ObjectID input processing for inputting a setting value for setting a primary WINS server for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、セカンダリWINSサーバーを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、セカンダリWINSサーバーを設定する設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of an ObjectID for setting a secondary WINS server from the devices enumerated by the device enumeration processing;
ObjectID input processing for inputting a setting value for setting a secondary WINS server for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、LPRを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、LPRを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether or not to enable LPR;
ObjectID input processing for inputting a setting value of whether or not to enable LPR for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、機器操作部のメニューロックをするか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、機器操作部のメニューロックをするか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether or not to lock the menu of the device operation unit;
An object ID input process of inputting a setting value of whether or not to lock the menu of the device operation unit with respect to the object ID whose existence has been confirmed by the object ID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、DIPRINTを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、DIPRINTを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether or not to enable DIPRINT;
An ObjectID input process of inputting a setting value of whether to enable DIPRINT for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process,
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、FTPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、FTPを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether or not to validate FTP;
ObjectID input processing for inputting a setting value of whether or not to enable FTP for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、IPPを有効化するか否かを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、IPPを有効化するか否かの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting whether to enable IPP,
ObjectID input processing of inputting a setting value of whether to enable IPP for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing,
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、SNMPのコミュニティ名を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、SNMPのコミュニティ名の設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting an SNMP community name from the devices enumerated by the device enumeration processing;
An ObjectID input process of inputting a set value of an SNMP community name to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、SNMPコミュニティのアクセスタイプを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、SNMPコミュニティのアクセスタイプの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting an access type of an SNMP community;
An ObjectID input process of inputting a setting value of an access type of an SNMP community for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、SNMPコミュニティのプロトコルタイプを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、SNMPコミュニティのプロトコルタイプの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a protocol type of an SNMP community;
An ObjectID input process of inputting a setting value of a protocol type of an SNMP community for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、ホストのIPアドレスを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、ホストのIPアドレスの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting the IP address of a host from the devices enumerated by the device enumeration processing;
An object ID input process of inputting a set value of a host IP address to the object ID whose existence has been confirmed by the object ID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、ホストのIPXを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、ホストのIPXの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting the IPX of a host;
An object ID input process for inputting a setting value of an IPX of a host with respect to the object ID whose existence has been confirmed by the object ID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、プリンタを所属させるAppleTalkの動作ゾーン名を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、プリンタを所属させるAppleTalkの動作ゾーン名の設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting an operation zone name of AppleTalk to which a printer belongs,
ObjectID input processing for inputting the setting value of the operating zone name of AppleTalk to which the printer belongs for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、プリンタの所属するNetBEUIワークグループを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、プリンタの所属するNetBEUIワークグループの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
An ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a NetBEUI workgroup to which a printer belongs from the devices enumerated by the device enumeration process;
ObjectID input processing for inputting a setting value of the NetBEUI workgroup to which the printer belongs for the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、NetBEUIのインターフェースモードを設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、NetBEUIのインターフェースモードの設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
ObjectID existence confirmation processing for confirming the existence of ObjectID for setting the interface mode of NetBEUI from the device enumerated by the device enumeration processing;
ObjectID input processing for inputting the setting value of the interface mode of NetBEUI with respect to the ObjectID whose existence has been confirmed by the ObjectID existence confirmation processing;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
SNMP/MIBによる情報取得が可能な少なくとも1つのデバイスとネットワークを介して接続されたネットワーク管理装置において前記デバイスに対する設定項目の設定を実行させるネットワーク管理プログラムであって、
前記ネットワーク管理装置において、
ネットワーク上に接続された前記デバイスを列挙する機器列挙処理と、
前記機器列挙処理により列挙された前記デバイスから、搭載されているトレイの紙種を設定するためのObjectIDの存在を確認するObjectID存在確認処理と、
前記ObjectID存在確認処理により存在が確認されたObjectIDに対して、搭載されているトレイの紙種の設定値を入力するObjectID入力処理と、
前記ObjectID入力処理により入力されたObjectIDを前記デバイスに設定するObjectID設定処理と、
を実行させることを特徴とするネットワーク管理プログラム。
A network management program for executing setting of setting items for a device in a network management device connected via a network to at least one device capable of acquiring information by SNMP / MIB,
In the network management device,
Device enumeration processing for enumerating the devices connected on the network,
From the devices enumerated by the device enumeration process, an ObjectID existence confirmation process for confirming the existence of an ObjectID for setting a paper type of a mounted tray;
An object ID input process of inputting a set value of a paper type of a mounted tray with respect to the object ID whose existence has been confirmed by the object ID existence confirmation process;
An ObjectID setting process for setting the ObjectID input by the ObjectID input process to the device;
A network management program for executing
請求項27から52の何れか1項に記載のネットワーク管理プログラムを記録したコンピュータ読み取り可能な記録媒体。A computer-readable recording medium recording the network management program according to any one of claims 27 to 52.
JP2002378659A 2002-12-26 2002-12-26 Network management device, network management program, and recording medium Withdrawn JP2004213110A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002378659A JP2004213110A (en) 2002-12-26 2002-12-26 Network management device, network management program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002378659A JP2004213110A (en) 2002-12-26 2002-12-26 Network management device, network management program, and recording medium

Publications (1)

Publication Number Publication Date
JP2004213110A true JP2004213110A (en) 2004-07-29

Family

ID=32815425

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002378659A Withdrawn JP2004213110A (en) 2002-12-26 2002-12-26 Network management device, network management program, and recording medium

Country Status (1)

Country Link
JP (1) JP2004213110A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010026707A (en) * 2008-07-17 2010-02-04 Ricoh Co Ltd Management device, setting value application method, setting value application program, and recording medium
US8380835B2 (en) 2009-03-18 2013-02-19 Ricoh Company, Ltd. Device management system, device management method, and computer program product
US8583825B2 (en) 2006-02-14 2013-11-12 Ricoh Company, Ltd. Device information acquisition apparatus and device information acquisition program
JP2016035715A (en) * 2014-08-04 2016-03-17 キヤノン株式会社 Management device and control method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8583825B2 (en) 2006-02-14 2013-11-12 Ricoh Company, Ltd. Device information acquisition apparatus and device information acquisition program
JP2010026707A (en) * 2008-07-17 2010-02-04 Ricoh Co Ltd Management device, setting value application method, setting value application program, and recording medium
US8380835B2 (en) 2009-03-18 2013-02-19 Ricoh Company, Ltd. Device management system, device management method, and computer program product
US8935378B2 (en) 2009-03-18 2015-01-13 Ricoh Company, Ltd. Device management system, device management method, and computer program product
JP2016035715A (en) * 2014-08-04 2016-03-17 キヤノン株式会社 Management device and control method

Similar Documents

Publication Publication Date Title
US8225011B2 (en) Method of monitoring device forming information processing system, information apparatus and information processing system
JP4882036B1 (en) Information processing apparatus, method, and server for determining type of electrical appliance
US7451071B2 (en) Data model for automated server configuration
US6493749B2 (en) System and method for an administration server
JP3604898B2 (en) Network device management apparatus and method, recording medium
US9111246B2 (en) Multiple simultaneous session support by a remote technician using preliminary queues
JP2009205687A (en) Multiple device management method and system
JPH10312258A (en) Network device control method and apparatus
US20070234351A1 (en) Method, apparatus, and computer product for managing operation
US20040049575A1 (en) Electronic device monitoring method, electronic device, computer, and program thereof
US7735095B2 (en) Network device drivers using a communication transport
WO2010150312A1 (en) Node management device and method
US20220376972A1 (en) Implementing management modes for user device management
US20210029118A1 (en) User authentication management device, image processing apparatus including the same, user authentication management method, and storage medium
JP2004213110A (en) Network management device, network management program, and recording medium
US8233171B2 (en) Device managing apparatus, method of controlling the same, and control program
US7209481B2 (en) System and method for automated network address cloning for routers
JP2004110549A (en) Network system and program
JP2010072873A (en) Network management device, network management method, network management program, and recording medium
US20030093502A1 (en) Program setting system, program setting method, server, client and program
JP2001255974A (en) Information processing apparatus and method
JP4293169B2 (en) Network equipment control system
US20180159737A1 (en) Method for Remote Management of Multiple Device Configurations
JP4011971B2 (en) Network device management apparatus, network device management method, and storage medium
CN109639784A (en) Server admin information acquisition method, device, client and storage medium

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060307