JPH07239816A - Agent system - Google Patents

Agent system

Info

Publication number
JPH07239816A
JPH07239816A JP6030717A JP3071794A JPH07239816A JP H07239816 A JPH07239816 A JP H07239816A JP 6030717 A JP6030717 A JP 6030717A JP 3071794 A JP3071794 A JP 3071794A JP H07239816 A JPH07239816 A JP H07239816A
Authority
JP
Japan
Prior art keywords
oid
management
cmip
gdmo
identifier
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
JP6030717A
Other languages
Japanese (ja)
Inventor
Taketoshi Yoshida
武俊 吉田
Kenichi Fukuda
健一 福田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP6030717A priority Critical patent/JPH07239816A/en
Publication of JPH07239816A publication Critical patent/JPH07239816A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE:To suppress the expansion of a shared memory area and to shorten the time required for processing by executing the processing while making the item numbers of an OID managing table and a CMIP data base correspondent to keys. CONSTITUTION:With a managing rganization name GDMO document identifier, template identifier and the element number of a GDMO template, among OID identifiers, as keys, an OID managing function 212 classifies extracted OIDs, prepares a table for each key, prepares a link between respective tables and registers these results on an OID managing table 214. When executing a managing operation after CMIP data are completely converted, the OID for operating a managing object is dispatched to a CMIP data managing function 215. The CMIP data managing function 215 retrieves the item number of the OID dispatched from a CMISE 217 by using the pointer of the identifier table of the OID managing table 214, retrieves an attribute value corresponding to the retrieved item number from a CMIP data base 216 and dispatches the retrieved attribute value to the CMISE 217.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、OSI(Open Systems
Interconnection)ネットワーク管理上の被管理システ
ムにおけるエージェント・システム内の共通管理情報プ
ロトコル(CMIP;Common Management Information
Protocol)データ管理方式に係り、特に、エージェント
・システム内の共有メモリエリアの縮減と、エージェン
ト・システムにおける処理効率の向上を可能にするエー
ジェント・システム内のCMIPデータ管理方式に関す
る。
The present invention relates to OSI (Open Systems).
Interconnection) Common management information protocol (CMIP) in an agent system in a managed system for network management
Protocol) data management method, and more particularly, to a CMIP data management method in an agent system that enables reduction of a shared memory area in the agent system and improvement of processing efficiency in the agent system.

【0002】図8は、OSIネットワーク管理上のOS
Iシステム管理のモデルである。図8において、1は管
理システム、2は被管理システムである。被管理システ
ムは、管理システムの要求に応じて管理対象を操作する
エージェント・システム21と、管理対象22とからな
る。
FIG. 8 shows an OS for OSI network management.
It is a model of I system management. In FIG. 8, 1 is a management system and 2 is a managed system. The managed system includes an agent system 21 that operates a management target in response to a request from the management system, and a management target 22.

【0003】管理システムが管理を実行するには、管理
システムと、被管理システム内のエージェント・システ
ムとの間で、管理対象に対するコマンドや、管理対象か
らの通知情報の通信行われる。これらのコマンドや通知
情報を運ぶためのプロトコルがCMIPである。そし
て、ここで行われる管理とは、例えば、通信機能や監視
・制御機能に関するもので、管理対象は、例えば、通信
機器や通信端末である。
In order for the management system to perform management, a command to the management target and notification information from the management target are communicated between the management system and the agent system in the managed system. CMIP is a protocol for carrying these commands and notification information. The management performed here relates to, for example, a communication function and a monitoring / control function, and the management target is, for example, a communication device or a communication terminal.

【0004】ところで、OSIネットワークが扱う通信
機能や監視・制御機能は高度化、複雑化、高速化してお
り、又、ネットワークの規模は拡大の一途をたどってい
る。従って、エージェント・システム内では高速処理を
行なう必要がある。このために、CMIPデータ管理の
効率化が重要な課題となり、又、エージェント・システ
ム自体の規模の拡大率がネットワークの拡大率より圧縮
されたものにすることも重要である。
By the way, the communication functions and the monitoring / control functions handled by the OSI network are becoming more sophisticated, more complicated and faster, and the scale of the network is steadily expanding. Therefore, it is necessary to perform high-speed processing within the agent system. Therefore, it is important to improve the efficiency of CMIP data management, and it is also important to make the expansion rate of the agent system itself smaller than the expansion rate of the network.

【0005】[0005]

【従来の技術】管理システムと被管理システムとの間で
通信されるCMIPデータは、管理対象識別子(OI
D;Object IDentifier)と属性値(Value)と呼ばれる基
本データ型よりなる。このOIDは管理対象毎に定義さ
れている。そして、被管理システムには膨大な数の管理
対象が収容されており、しかも、一つの管理対象に対し
ても複数の操作が行われる。
2. Description of the Related Art CMIP data communicated between a management system and a managed system is a managed object identifier (OI).
D; Object IDentifier) and a basic data type called an attribute value. This OID is defined for each management target. The managed system accommodates a huge number of management targets, and moreover, a plurality of operations are performed on one management target.

【0006】図9は、従来の被管理システムである。図
9において、21はエージェント・システムで、CMI
P終端機能211と共通管理情報サービス要素(CMI
SE;Common Management Information Service Elemen
t)217によって構成される。又、22は管理対象であ
る。
FIG. 9 shows a conventional managed system. In FIG. 9, 21 is an agent system, which is a CMI.
P termination function 211 and common management information service element (CMI
SE; Common Management Information Service Elemen
t) 217. Further, 22 is a management target.

【0007】従来の被管理システムにおけるエージェン
ト・システムでは、CMIPデータをエージェント・シ
ステム内の共有メモリエリアにそのまま書き込んで処理
をするので、共有メモリエリアには膨大なメモリサイズ
が必要とされ、又、エージェント・システムの処理効率
が低下するという問題が生ずる。
In the conventional agent system in the managed system, the CMIP data is directly written into the shared memory area in the agent system for processing, so that the shared memory area requires an enormous memory size. The problem arises that the processing efficiency of the agent system is reduced.

【0008】[0008]

【発明が解決しようとする課題】本発明は、かかる問題
に対処して、エージェント・システム内の共有メモリエ
リアの縮減と、エージェント・システムにおける処理効
率の向上を可能にするエージェント・システム及びエー
ジェント・システム内のCMIPデータ管理方式を提供
することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to solve such problems and to reduce the shared memory area in the agent system and to improve the processing efficiency in the agent system. It is an object to provide a CMIP data management system in a system.

【0009】[0009]

【課題を解決するための手段】図1は、本発明のネット
ワーク管理システムの構成で、被管理システムの構成を
詳細に図示している。
FIG. 1 is a block diagram of a network management system according to the present invention, showing the configuration of a managed system in detail.

【0010】図1において、1は管理システム、2は被
管理システムである。21はエージェント・システム、
22は管理対象で、被管理システムを構成する。更に、
211は管理システムとエージェント・システムとの接
続処理を行い、管理システムから送られてくるCMIP
データを受信し、後述のCMIPデータ管理機能に対し
てデータの変換処理を依頼するCMIP終端機能、21
2は後述の管理対象の定義(GDMO;Guideline for
Definition of Management Object)よりOIDを抽出、
分類し、項番を付けてOID管理テーブルに変換するO
ID管理機能、213は管理対象をGDMOを用いて記
述したGDMOクラス定義、214はOID識別子の複
数のテーブルと、OIDと項番を対応付けた項番管理テ
ーブルを有し、該OID識別子の関係からOIDを検索
し、該検索されたOIDを項番に対応させるOID管理
テーブル、215はCMIP終端機能から変換依頼を受
けたCMIPデータを処理してCMIPデータベースと
し、又後述のCMISEとCMIP終端機能との仲介を
するCMIPデータ管理機能、216はCMIPデータ
管理機能によってOID間関係テーブルと、OIDの項
番とその属性値を対応付ける実データ管理テーブルに変
換されたCMIPデータを格納するCMIPデータベー
ス、217はCMIPデータの情報を元に管理対象を制
御する共通管理情報サービス要素(CMISE;Common
Management Information Service Element)で、エージ
ェント・システムを構成する。
In FIG. 1, 1 is a management system and 2 is a managed system. 21 is an agent system,
Reference numeral 22 is a management target, which constitutes a managed system. Furthermore,
Reference numeral 211 denotes a CMIP sent from the management system for connection processing between the management system and the agent system.
A CMIP terminating function for receiving data and requesting a CMIP data management function, which will be described later, for data conversion processing, 21
2 is the definition of the management target (GDMO; Guideline for
OID from Definition of Management Object)
O to classify and add item numbers to convert to OID management table
An ID management function, 213 is a GDMO class definition in which a management target is described using GDMO, 214 is a table having a plurality of OID identifiers, and an item number management table in which OIDs and item numbers are associated, and the relationship of the OID identifiers. The OID management table 215 that searches the OID from the CMID and associates the searched OID with the item number is processed into the CMIP database by processing the CMIP data requested by the CMIP termination function, and the CMISE and CMIP termination function described later. A CMIP data management function 216 for mediating with the CMIP data management function 216 is a CMIP database 217 for storing the converted CMIP data into an OID relationship table and an actual data management table that associates OID item numbers with their attribute values. Is the common management information that controls the management target based on the CMIP data information. Service Element (CMISE; Common
Management Information Service Element) to configure the agent system.

【0011】[0011]

【作用】本発明においては、OID管理機能がGDMO
クラス定義よりOIDの抽出を行ない、抽出されたOI
Dに対して種々の識別子をキーにして分類すると共に、
項番を付与してOID管理テーブルに格納する。管理操
作の実行に当たっては、OID管理テーブルとCMIP
データベースとを、項番をキーに対照付けて処理を行な
うので、エージェント・システム内では共有メモリエリ
アは少なくてすみ、又、処理に伴う転送情報の長さが縮
減されるので、処理の効率が向上する。
In the present invention, the OID management function is GDMO.
OID is extracted from the class definition, and the extracted OI
While classifying D with various identifiers as keys,
The item number is assigned and stored in the OID management table. When executing management operations, the OID management table and CMIP
Since the database is processed by comparing the item number with the key, the shared memory area in the agent system can be small, and the length of the transfer information accompanying the processing is reduced, so the processing efficiency is improved. improves.

【0012】[0012]

【実施例】図2は、図1における被管理システムでのC
MIPデータ変換処理を示す。図2において、1は管理
システム、21はエージェント・システムである。又、
211はCMIP終端機能、212はOID管理機能、
213はGDMOクラス定義、214はOID管理テー
ブル、215はCMIPデータ管理機能、216はCM
IPデータベースで、エージェント・システムを構成す
る。
EXAMPLE FIG. 2 shows C in the managed system in FIG.
The MIP data conversion process is shown. In FIG. 2, 1 is a management system and 21 is an agent system. or,
211 is a CMIP termination function, 212 is an OID management function,
213 is a GDMO class definition, 214 is an OID management table, 215 is a CMIP data management function, and 216 is a CM.
Configure the agent system with the IP database.

【0013】管理対象について記述されているGDMO
クラス定義には、図2に示してあるように、複数のGD
MO文書が格納されている。GDMO文書で記述される
内容は、管理対象の名前の定義、管理対象の動作に関す
る定義、管理対象の状態に関する定義などである。これ
ら管理対照の動作や状態を定義する文書がテンプレート
であり、テンプレートの中の個別の動作や状態を表現す
るのがテンプレートの要素である。これらの定義の組み
合わせにより、特定の管理対象が定義される。このよう
なGDMOクラス定義の各GDMO文書毎に、“REGIST
ERED AS"という文字列を検索し、その後に続くOIDを
OID管理機能が抽出する。この抽出処理をGDMOク
ラス定義に登録されているGDMO文書全てに対して行
なう。
GDMO that describes the management target
The class definition contains multiple GDs, as shown in Figure 2.
MO document is stored. The contents described in the GDMO document include the definition of the name of the management target, the definition of the operation of the management target, and the definition of the state of the management target. The document that defines the operation or state of these management controls is the template, and the elements of the template express the individual operation or state in the template. A specific management target is defined by a combination of these definitions. For each GDMO document with such a GDMO class definition, "REGIST
The character string "ERED AS" is searched, and the OID that follows it is extracted by the OID management function. This extraction processing is performed for all GDMO documents registered in the GDMO class definition.

【0014】図3は、抽出されたOIDの構造である。
図3に示すように、OIDは(1) 管理機関名(例えばI
SO)、(2) 管理機関より名前管理を委託された機関名
(例えば国の通信主管庁)、(3) 団体名(例えば通信事
業者、メーカー)、(4) 文書識別子、(5) テンプレート
識別子、(6) GDMOテンプレートの要素番号を表す識
別子で構成されている。尚、CMIPデータはOID
と、OIDの後に付加されている属性値(Value)によっ
て構成されている。この属性値は制御情報を表す。
FIG. 3 shows the structure of the extracted OID.
As shown in FIG. 3, the OID is (1) the management institution name (for example, I
SO), (2) Name of the organization whose name management has been entrusted by the management organization (for example, national telecommunication administration), (3) Organization name (for example, telecommunications carrier, manufacturer), (4) Document identifier, (5) Template Identifier, (6) An identifier representing the element number of the GDMO template. CMIP data is OID
And the attribute value (Value) added after the OID. This attribute value represents control information.

【0015】上記のOID識別子のうち、管理機関名、
GDMO文書識別子、テンプレート識別子、GDMOテ
ンプレートの要素番号をキーとして、OID管理機能は
抽出されたOIDを分類し、各キー毎にテーブルを作
り、各テーブル間のリンクを作り、これらの結果をOI
D管理テーブルに登録する。
Of the above OID identifiers, the management institution name,
The OID management function classifies the extracted OIDs by using the GDMO document identifier, the template identifier, and the element number of the GDMO template as keys, creates a table for each key, creates a link between the tables, and outputs these results to the OI.
Register in the D management table.

【0016】図4は、OID管理テーブルの構造で、管
理機関名テーブル、GDMO文書識別子テーブル、テン
プレート種別識別子テーブル、項番管理テーブルよりな
る。管理機関名テーブル、GDMO文書識別子テーブ
ル、テンプレート種別識別子テーブルは、OIDを構成
する各識別子とポインタとで表現される。ここで、ポイ
ンタは、各識別子間の対応関係を、各テーブルの行番号
で表現したもので、例えば、管理機関名テーブルに登録
されている或る管理機関について、GDMO文書識別子
テーブルのp行、q行にに登録されているGDMO識別
子が対応するものとすれば、該管理機関名が登録された
行のポインタの欄に、上記p、qが書き込まれる。
FIG. 4 shows the structure of the OID management table, which comprises a management institution name table, a GDMO document identifier table, a template type identifier table, and an item number management table. The management institution name table, the GDMO document identifier table, and the template type identifier table are represented by the respective identifiers and pointers that make up the OID. Here, the pointer represents the correspondence between the identifiers by the line number of each table. For example, for a certain management institution registered in the management institution name table, p rows of the GDMO document identifier table, Assuming that the GDMO identifier registered in the qth row corresponds to the above, p and q are written in the pointer column of the row in which the management institution name is registered.

【0017】ここまで説明した処理を説明しなおしたも
のが、図5のOID管理テーブル作成のフローチャート
である。以下、図5の符号に従ってテーブル作成処理を
説明する。 A.GDMOクラス定義から、先頭のGDMO文書を選
択する。 B.選択されたGDMO文書から、OIDの記述である
ことを識別する“REGISTERED AS"の文字列を検索する。 C.“REGISTERED AS"の後に続く{ }で括られた部分
をOIDとして抽出して、OID管理テーブルに登録す
る。 D.選択したGDMO文書を全て検索したか否か判定す
る。まだ検索していない部分が残っている時(No)に
は、Bに戻って検索を継続する。 E.選択したGDMO文書の検索を終了した時(Ye
s)には、まだ選択していないGDMO文書が残ってい
るかとうか判定する。 F.未検索のGDMO文書がある時(Yes)には、次
のGDMO文書を選択してBに戻る。 G.Eで、全てのGDMO文書について検索を終了した
と判定された時(No)には、先ず、OID管理テーブ
ルを管理機関名で分類し、管理機関名のみを管理機関テ
ーブルに登録する。 H.各管理機関をそれぞれのGDMO文書識別子で分類
し、GDMO文書識別子の部分をGDMO文書識別子テ
ーブルに登録する。 I.各GDMO文書識別子をテンプレート識別子で分類
し、テンプレート種別の部分をテンプレート種別識別子
テーブルに登録する。 J.各OIDを項番に対応させて、項番管理テーブルに
登録する。 K.各識別子テーブルの行に上記の方法でポインタを書
き込む。
The process described so far is re-explained in the OID management table creation flowchart of FIG. The table creation process will be described below with reference to the reference numerals in FIG. A. From the GDMO class definition, select the top GDMO document. B. The selected GDMO document is searched for the character string "REGISTERED AS" that identifies the description of the OID. C. The part enclosed in {} following "REGISTERED AS" is extracted as an OID and registered in the OID management table. D. It is determined whether or not all the selected GDMO documents have been searched. When there is a part that has not been searched yet (No), the process returns to B and continues the search. E. When the search of the selected GDMO document is completed (Yes
In s), it is determined whether there is any GDMO document that has not been selected yet. F. When there is an unsearched GDMO document (Yes), the next GDMO document is selected and the process returns to B. G. When it is determined in E that the search has been completed for all GDMO documents (No), first, the OID management table is classified by management organization name, and only the management organization name is registered in the management organization table. H. Each management organization is classified by each GDMO document identifier, and the portion of the GDMO document identifier is registered in the GDMO document identifier table. I. Each GDMO document identifier is classified by the template identifier, and the template type portion is registered in the template type identifier table. J. Each OID is associated with the item number and registered in the item number management table. K. Write a pointer in each identifier table row as described above.

【0018】これで、GDMOクラス定義にあるOID
の分類と登録が終了する。このOID管理テーブルは、
管理操作を実行する時に、管理システムから送られてく
るCMIPデータを分析した、後述の、CMIPデータ
ベースと対比されて、使用される。
Now the OID in the GDMO class definition
The classification and registration of are completed. This OID management table is
It is used in comparison with a CMIP database, which will be described later, in which CMIP data sent from the management system is analyzed when executing a management operation.

【0019】図2に戻って、管理システムから送られて
くるCMIPデータはCMIP終端機能が受け、CMI
Pデータ管理機能に対してCMIPデータの変換依頼を
出す。CMIPデータの変換依頼を受けたCMIP管理
機能は、CMIPデータ中のOIDを分析し、図4のO
ID管理テーブル中の管理機関名テーブル、GDMO文
書識別子テーブル、テンプレート種別識別子テーブル、
項番管理テーブルを用いて、対応するOIDの項番をO
ID管理テーブルから検索する。
Returning to FIG. 2, the CMIP terminating function receives the CMIP data sent from the management system, and
A CMIP data conversion request is issued to the P data management function. Upon receiving the CMIP data conversion request, the CMIP management function analyzes the OID in the CMIP data,
Management institution name table in the ID management table, GDMO document identifier table, template type identifier table,
Use the item number management table to set the item number of the corresponding OID to O.
Search from the ID management table.

【0020】管理システムから送られてきたCMIPデ
ータの内部データ構造は、上記で検索されたOIDの項
番を用いて変換する。図6は、CMIPデータのデータ
構造を説明する図で、図6(イ)はCMIPデータにお
けるOIDの関係を示すツリーであり、図6(ロ)はC
MIPデータベースの内容を示す。
The internal data structure of the CMIP data sent from the management system is converted using the item number of the OID searched above. FIG. 6 is a diagram for explaining the data structure of CMIP data. FIG. 6A is a tree showing the relationship of OIDs in CMIP data, and FIG.
The contents of the MIP database are shown.

【0021】図6(イ)において、CMIPデータの各
OIDは項番に変換されており、各OIDの関係が明ら
かになっている。例えば、OID(1)はOID(2)とO
ID(3)で構成されている。OID(2)は、これ以上分
解できないOIDである。そしてOID(3)はOID
(4)とOID(5)とによって構成され、OID(4)とO
ID(5)はこれ以上分解できないOIDである。そし
て、OIDの組み合わせ〔例えば図6(イ)のOID
(1)とOID(3)とOID(5)〕によって、管理対象を
認識することができる。
In FIG. 6A, each OID of CMIP data is converted into an item number, and the relationship of each OID is clarified. For example, OID (1) is the same as OID (2)
It is composed of ID (3). OID (2) is an OID that cannot be decomposed any more. And OID (3) is OID
(4) and OID (5), and OID (4) and OID
ID (5) is an OID that cannot be decomposed any further. Then, a combination of OIDs (for example, the OID in FIG.
(1), OID (3), and OID (5)] enable the management target to be recognized.

【0022】図6(イ)のツリーの関係を変換し、又、
各OIDと該OIDの後に記述されているOIDの属性
値の関係をテーブル化したのが図6(ロ)のCMIPデ
ータベースである。CMIPデータベースの内、OID
間関係テーブルは図6(イ)のツリー関係を表現したも
のである。即ち、OID(1)はOID(2)とOID(3)
とによって構成されるので、レベル(n)の欄にOID
(1)の項番を登録し、レベル(n+1)の欄にOID
(2)とOID(3)の項番を登録する。OID(2)はこれ
以上分解できない末端のOIDであるので、OID間関
係テーブルには登録しない。同様にOID(3)の項番を
OID間関係テーブルのレベル(n)の欄に登録し、O
ID(4)とOID(5)の項番をOID間関係テーブルの
レベル(n+1)の欄に登録する。OID(4)とOID
(5)は末端のOIDであるので、OID間関係テーブル
のレベル(n)の欄には登録しない。
The relationship of the tree in FIG. 6A is converted, and
The CMIP database in FIG. 6B is a table in which the relationship between each OID and the attribute value of the OID described after the OID is tabulated. OID in CMIP database
The relationship table expresses the tree relationship of FIG. That is, OID (1) is OID (2) and OID (3)
OID in the column of level (n)
Register the item number of (1) and enter the OID in the level (n + 1) column.
Register the item numbers of (2) and OID (3). Since OID (2) is a terminal OID that cannot be decomposed any more, it is not registered in the inter-OID relationship table. Similarly, the item number of OID (3) is registered in the level (n) column of the OID relationship table, and O
The item numbers of ID (4) and OID (5) are registered in the level (n + 1) column of the inter-OID relationship table. OID (4) and OID
Since (5) is the end OID, it is not registered in the level (n) column of the inter-OID relationship table.

【0023】そして、全てのOIDと属性値の関係を実
データ管理テーブルに登録する。図7は、図6において
説明したCMIPデータ変換のフローチャートである。
以下、図7の符号に従って、CMIPデータ変換につい
て説明する。 L.CMIPデータの各OIDをOID管理テーブルを
参考に項番に変換する。 M.末端のOIDであるか否かを判定する。末端のOI
Dである時(Yes)には、Qにジャンプする。 N.末端のOIDではない時(No)には、項番に変換
されたOIDをCMIPデータベースのOID間関係テ
ーブルのレベル(n)に登録する。 P.レベル(n)の各OIDを構成するOIDをOID
間関係テーブルのレベル(n+1)欄に登録する。 Q.実データ管理テーブルに、OIDの項番と対応する
属性値を登録する。 R.全てのOIDに関して登録を終了したか否かを判定
し、終了していない時(No)にはLにジャンプして登
録を継続する。全てのOIDを登録した時(Yes)に
は、CMIPデータの変換を終了する。
Then, the relationship between all the OIDs and the attribute values is registered in the actual data management table. FIG. 7 is a flowchart of the CMIP data conversion described in FIG.
CMIP data conversion will be described below with reference to the reference numerals in FIG. 7. L. Each OID of CMIP data is converted into an item number with reference to the OID management table. M. It is determined whether or not it is the terminal OID. Terminal OI
If D (Yes), jump to Q. N. When it is not the terminal OID (No), the OID converted into the item number is registered in the level (n) of the inter-OID relation table of the CMIP database. P. The OIDs that make up each level (n) OID are OIDs
It is registered in the level (n + 1) column of the relationship table. Q. The attribute value corresponding to the item number of the OID is registered in the actual data management table. R. It is determined whether or not registration has been completed for all OIDs, and if not completed (No), the process jumps to L and continues registration. When all the OIDs have been registered (Yes), the conversion of CMIP data is completed.

【0024】CMIPデータの変換を終了して管理操作
を実行する時には下記のようにする。即ち、CMISE
が管理対象を操作するのに必要なOIDに割り当てられ
た属性値を得るためにCMIPデータ管理機能に対し
て、管理対象を操作するためのOIDをCMIPデータ
管理機能に渡す。CMIPデータ管理機能は、CMIS
Eから渡されたOIDの項番を、OID管理テーブルの
識別子テーブルのポインタを用いて検索し、検索された
項番に対応する属性値をCMIPデータベースより検索
して、検索された属性値をCMISEに渡す。このよう
に、OIDの識別子と、OIDに付加されている属性値
を直接用いないで管理操作を行えるようになる。
When the management operation is executed after the conversion of the CMIP data is completed, the procedure is as follows. That is, CMISE
Passes the OID for operating the management target to the CMIP data management function in order to obtain the attribute value assigned to the OID necessary for operating the management target. CMIP data management function is CMIS
The item number of the OID passed from E is searched using the pointer of the identifier table of the OID management table, the attribute value corresponding to the searched item number is searched from the CMIP database, and the searched attribute value is CMISE. Pass to. In this way, the management operation can be performed without directly using the OID identifier and the attribute value added to the OID.

【0025】[0025]

【発明の効果】以上、説明した如く、本発明ではGDM
O文書OIDを識別子ごとに分類してテーブルを構成
し、又、各OIDを項番に変換し、管理システムから送
られてくる各OIDの関係及び各OIDの属性値をテー
ブルに登録して、これらを用いてエージェント・システ
ムが管理システムの要求に基づく管理操作を行なう。従
って、OIDそのものと属性値を直接用いて管理操作を
行なうのに比較して、共有メモリエリアの拡大を抑圧で
き、且つ、処理に必要な時間を短縮できる。
As described above, according to the present invention, GDM is used.
A table is formed by classifying the O document OIDs for each identifier, and each OID is converted into an item number, and the relationship between each OID sent from the management system and the attribute value of each OID are registered in the table. Using these, the agent system performs management operation based on the request of the management system. Therefore, it is possible to suppress the expansion of the shared memory area and reduce the time required for the processing, as compared with the case where the management operation is directly performed using the OID itself and the attribute value.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明のネットワーク管理システムの構成。FIG. 1 shows the configuration of a network management system of the present invention.

【図2】 CMIPデータの変換処理。FIG. 2 is a conversion process of CMIP data.

【図3】 OIDの構造。FIG. 3 Structure of OID.

【図4】 OID管理テーブル。FIG. 4 is an OID management table.

【図5】 OID管理テーブル作成のフローチャート。FIG. 5 is a flowchart for creating an OID management table.

【図6】 CMIPデータベースの構造。FIG. 6 Structure of CMIP database.

【図7】 CMIPデータベース変換のフローチャー
ト。
FIG. 7 is a flowchart of CMIP database conversion.

【図8】 OSIシステム管理モデル。FIG. 8: OSI system management model.

【図9】 従来の被管理システムFIG. 9 Conventional managed system

【符号の説明】[Explanation of symbols]

1 管理システム 2 被管理システム 21 エージェント・システム 22 管理対象 211 CMIP終端機能 212 OID管理機能 213 GDMOクラス定義 214 OID管理テーブル 215 CMIPデータ管理機能 216 CMIPデータベース 217 CMISE 1 Management System 2 Managed System 21 Agent System 22 Management Target 211 CMIP Termination Function 212 OID Management Function 213 GDMO Class Definition 214 OID Management Table 215 CMIP Data Management Function 216 CMIP Database 217 CMISE

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 管理システム(1)と被管理システム
(2)とからなるOSI(Open Systems Interconnecti
on)ネットワーク管理システムの、被管理システムにお
けるエージェント・システムであって、 制御対象を定義したGDMOクラス定義(213)と、 該GDMOクラス定義に記述されている管理対象識別子
(OID)を、該OIDを構成する複数の識別子毎に分
類し、且つ、該複数の識別子間の関係を表現する複数の
識別子テーブルと、該OIDを項番に対応付ける項番管
理テーブルとからなるOID管理テーブルに変換するO
ID管理機能(212)と、 該変換されたOID管理テーブル(214)と、 管理システムから、共通管理情報プロトコル(CMI
P)によって送られてくるCMIPデータをCMIP終
端機能を介して受信し、該受信したCMIPデータをO
ID管理テーブルを参照してCMIPデータベースに変
換するCMIPデータ管理機能(215)と、 該変換されたCMIPデータベース(216)とを備え
ることを特徴とするエージェント・システム。
1. An OSI (Open Systems Interconnecti) comprising a management system (1) and a managed system (2).
on) an GDMO class definition (213) that defines a control target, which is an agent system in a managed system of the network management system, and a management target identifier (OID) described in the GDMO class definition, Is converted into an OID management table including a plurality of identifier tables that classify each of the plurality of identifiers that compose the above-mentioned identifier and that expresses the relationship between the plurality of identifiers, and an item number management table that associates the OIDs with item numbers.
The ID management function (212), the converted OID management table (214), and the common management information protocol (CMI) from the management system.
P) receives the CMIP data sent via the CMIP terminating function and sends the received CMIP data to the O
An agent system comprising a CMIP data management function (215) for converting to a CMIP database by referring to an ID management table and a converted CMIP database (216).
【請求項2】 請求項1記載のエージェント・システム
であって、 前記OID管理テーブルは、 OIDを構成する管理機関名のテーブルと、GDMO文
書識別子のテーブルと、GDMO文書におけるテンプレ
ート種別識別子のテーブルと、OIDと項番を対応付け
る項番管理テーブルとによって構成され、 該管理機関名テーブルと、GDMO文書識別子テーブル
と、テンプレート種別識別子テーブルには、各識別子
と、各識別子間の対応関係を表すポインタが登録され、 該項番管理テーブルには、OIDと項番が登録されてい
る管理テーブルであることを特徴とするエージェント・
システム。
2. The agent system according to claim 1, wherein the OID management table includes a management institution name table forming an OID, a GDMO document identifier table, and a template type identifier table in a GDMO document. , OID and item number management table for associating item numbers with each other. In the management institution name table, the GDMO document identifier table, and the template type identifier table, pointers representing the identifiers and the correspondence relationships between the identifiers are provided. An agent characterized by being a registered management table in which the OID and the item number are registered in the item number management table.
system.
【請求項3】 請求項1記載のエージェント・システム
であって、 前記CMIPデータベースは、 受信したCMIPデータ中のOID間の関係を表現する
OID間関係テーブルと、 全OIDの項番と、受信したCMIPデータ中のOID
に付随する属性値とを対応付ける実データ管理テーブル
とによって構成されるCMIPデータベースであること
を特徴とするエージェント・システム。
3. The agent system according to claim 1, wherein the CMIP database receives an OID relationship table expressing a relationship between OIDs in the received CMIP data, an item number of all OIDs, and an OID received. OID in CMIP data
An agent system characterized by being a CMIP database composed of an actual data management table that associates attribute values associated with the.
JP6030717A 1994-03-01 1994-03-01 Agent system Withdrawn JPH07239816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6030717A JPH07239816A (en) 1994-03-01 1994-03-01 Agent system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6030717A JPH07239816A (en) 1994-03-01 1994-03-01 Agent system

Publications (1)

Publication Number Publication Date
JPH07239816A true JPH07239816A (en) 1995-09-12

Family

ID=12311404

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6030717A Withdrawn JPH07239816A (en) 1994-03-01 1994-03-01 Agent system

Country Status (1)

Country Link
JP (1) JPH07239816A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6138154A (en) * 1997-12-01 2000-10-24 Nec Corporation Method of management information communication in communication network and memory device for storing a conversion program of management information between network center and switching nodes
KR100327116B1 (en) * 1999-12-24 2002-03-06 오길록 System For Multi-service Access Integrated Network Management Based On TNT And Method For Operation Management Of Access Network Using It
US6396511B1 (en) 1997-12-04 2002-05-28 Nec Corporation Network communication system not requiring modifications or additions to manager and agent software
KR100349670B1 (en) * 1999-12-24 2002-08-22 한국전자통신연구원 Consistent Execution Method for the Common Management Operation on Multi-Service Access Integrated Network System

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6138154A (en) * 1997-12-01 2000-10-24 Nec Corporation Method of management information communication in communication network and memory device for storing a conversion program of management information between network center and switching nodes
US6396511B1 (en) 1997-12-04 2002-05-28 Nec Corporation Network communication system not requiring modifications or additions to manager and agent software
KR100327116B1 (en) * 1999-12-24 2002-03-06 오길록 System For Multi-service Access Integrated Network Management Based On TNT And Method For Operation Management Of Access Network Using It
KR100349670B1 (en) * 1999-12-24 2002-08-22 한국전자통신연구원 Consistent Execution Method for the Common Management Operation on Multi-Service Access Integrated Network System

Similar Documents

Publication Publication Date Title
US6728727B2 (en) Data management apparatus storing uncomplex data and data elements of complex data in different tables in data storing system
US6438591B1 (en) Entity management system
US7243120B2 (en) Transaction-based enterprise application integration (EAI) and development system
US7266775B2 (en) Method for retrieving information from an information repository
US5241580A (en) Method for validating customized telephone services
US5574904A (en) Database management system in an intelligent network using a common request data format
US20010052030A1 (en) Command processing apparatus
US8756205B2 (en) System and method for rule-based data object matching
JPH07239816A (en) Agent system
EP0572439A4 (en)
WO2022111356A1 (en) Data migration method and system, and server and storage medium
US6411702B1 (en) Intelligent network capable of executing a plurality of service control request messages in a single service control point
JP2000267961A (en) System for sharing package method so as to be operated as snmp agent
US6622146B1 (en) System managing method and apparatus for decreasing a load applied to a common processing unit
JP3820661B2 (en) Hypertext management device
JPH0619756A (en) Edi format conversion method
KR950003682B1 (en) Real time processing method of dbms(data base management system)
JP2770758B2 (en) OSI management agent system
KR0164122B1 (en) Commanded transformation method
KR100440056B1 (en) Objectification Managing System And Method For Managed Information Of NMS
KR100441762B1 (en) System and Method for Managing a Trunk Line Data in TDX Switch
US20040199682A1 (en) Generic architecture for data exchange and data processing
JPH0267629A (en) Dispersed processing method for software reutilization
CN116991929A (en) Micro-service system based on big hospital data
JPH11259394A (en) Communication device and communication method

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