JP3092349B2 - Communication equipment with database - Google Patents

Communication equipment with database

Info

Publication number
JP3092349B2
JP3092349B2 JP04246175A JP24617592A JP3092349B2 JP 3092349 B2 JP3092349 B2 JP 3092349B2 JP 04246175 A JP04246175 A JP 04246175A JP 24617592 A JP24617592 A JP 24617592A JP 3092349 B2 JP3092349 B2 JP 3092349B2
Authority
JP
Japan
Prior art keywords
information
management
communication device
search key
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.)
Expired - Fee Related
Application number
JP04246175A
Other languages
Japanese (ja)
Other versions
JPH0697934A (en
Inventor
純一郎 柳
晶彦 ▲高▼瀬
敬 青山
節夫 高橋
雄介 三科
史朗 田辺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP04246175A priority Critical patent/JP3092349B2/en
Publication of JPH0697934A publication Critical patent/JPH0697934A/en
Application granted granted Critical
Publication of JP3092349B2 publication Critical patent/JP3092349B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、データベースを備えた
機器に関し、例えば、通信ネットワークの管理データを
蓄積するデータベースを高速にアクセスする通信機器に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a device provided with a database, for example, a communication device for accessing a database storing management data of a communication network at a high speed.

【0002】[0002]

【従来の技術】通信ネットワークにおいては、ネットワ
ークを構成する各種通信機器の利用率やスループット等
の性能管理と、ネットワーク構成要素の故障を検知し通
知する障害管理の機能が重要となる。これらのネットワ
ーク管理技術として、通信機器の構成要素や機能を抽象
化した形でデータベースを構築しておき、このデータベ
ースをアクセスすることによって管理情報を得る手法が
提案されている。このような管理目的で設けられたデー
タベースは、一般にMIB(Management Informantion B
ase)と呼ばれている。
2. Description of the Related Art In a communication network, functions of performance management such as utilization rate and throughput of various communication devices constituting the network and a fault management function of detecting and notifying a failure of a network component are important. As these network management technologies, a method has been proposed in which a database is constructed in a form in which the components and functions of communication devices are abstracted, and management information is obtained by accessing the database. Generally, a database provided for such management purpose is a MIB (Management Information B).
ase).

【0003】ネットワーク管理においては、MIBに記
憶された各種通信機器の性能や障害に関する多項目、多
量の情報を高速、かつ的確に取り出す技術が重要とな
る。その為、MIBの蓄積情報は、例えば、下位の詳細
情報を上位の概念で抽象化して捉えることのできる「木
構造」等、構造化されたものとなっている。
[0003] In network management, a technique for quickly and accurately extracting a large number of items and a large amount of information relating to the performance and failure of various communication devices stored in the MIB is important. For this reason, the accumulated information of the MIB is structured, for example, such as a “tree structure” in which lower detailed information can be abstracted and grasped by a higher concept.

【0004】なお、この種データベースのアクセス方式
に関する文献としては、例えば、N.Wirth著、
「Algorithms:data Structur
es=Programs」、Prentice−Hal
l(1976)(邦訳、片山:「アルゴリズム+データ
構造=プログラム」、日本コンピュータ協会(197
8))があり、そこには、データベースへのアクセス方
法の一例として、ハッシングと呼ばれる手法や、多進木
を用いたインデックスによりアクセスを行う手法が示さ
れている。
[0004] References regarding this type of database access method include, for example, N.I. Wirth,
"Algorithms: data Structur
es = Programs ", Prentice-Hal
1 (1976) (Japanese translation, Katayama: "algorithm + data structure = program", Japan Computer Association (197
8)), which shows, as an example of a method of accessing a database, a method called hashing or a method of accessing by an index using a multi-ary tree.

【0005】図3に木構造を持つMIBの一例を示す。
この例では、「ネットワーク」という上位概念の下に、
ネットワークを構成する「装置」という下位概念が存在
し、その更に下位概念として「冷却部」や各々の「カー
ド」が存在している。このデータベースでは、装置やそ
の構成要素などの概念的な管理単位が「オブジェクト」
と呼ばれる機能単位で表されている。各装置を管理する
ための情報は、例えば、木構造における節となるオブジ
ェクト、あるいは木構造の末端のオブジェクトが持つ値
として蓄積される。また、各オブジェクトには、オブジ
ェクトを識別するための識別子として、非負の整数や文
字列が与えられている。従って、木構造をもつデータベ
ースにおいて特定の管理情報(オブジェクト)をアクセ
スするためには、木構造をたどる操作が必要となる。通
常は、ルートから目的オブジェクトに至る途中のオブジ
ェクトの識別子を順次連結した数字列や文字列が、各管
理情報の情報識別子として与えられる。
FIG. 3 shows an example of an MIB having a tree structure.
In this example, under the generic term "network"
There is a lower concept of "devices" that constitute a network, and as further lower concepts, there are a "cooling unit" and each "card". In this database, conceptual management units such as devices and their components are "objects"
It is expressed in functional units called. Information for managing each device is stored, for example, as a value of an object serving as a node in the tree structure or an object at the end of the tree structure. Each object is given a non-negative integer or character string as an identifier for identifying the object. Therefore, in order to access specific management information (object) in a database having a tree structure, an operation of following the tree structure is required. Usually, a numeric string or a character string in which identifiers of objects on the way from the root to the target object are sequentially connected is given as an information identifier of each management information.

【0006】例えば、図3において、「警報詳細」の情
報識別子は、「ネットワーク.装置.カード.警報.回
線警報.警報内容.警報詳細」、または、「9.18.
216.12.3.1.4」のように、ピリオドで区切
られた文字列または数字列で表現される。
For example, in FIG. 3, the information identifier of “alarm details” is “network.device.card.alarm.line alert.alarm content.alarm details” or “9.18.alarm details”.
Such as a character string or a number string separated by a period, such as "216.12.3.1.4".

【0007】MIBをアクセスするための情報識別子
は、互換性を保つために所定の規則に従ってエンコード
されている。図4にエンコード規則の一例を示す。
[0007] The information identifier for accessing the MIB is encoded according to a predetermined rule to maintain compatibility. FIG. 4 shows an example of the encoding rule.

【0008】ネットワーク管理では、遠隔地にある通信
機器が備えるMIBを上位装置(管理装置)からアクセ
スする際の通信量を削減するために、可変長の数値表現
エンコードが用いられる。例えば、図4に示すように、
2進数表現された数値を3ビット毎に区切ったものを表
現単位402とし、3ビットで表現できない数値につい
ては、各表現単位の先頭に位置するフラグ(f)ビット
401に「1」を設定して、当該表現単位に後に、更に
1ビットのフラグと3ビットの数値が続いていることを
表す。
In network management, a variable-length numerical representation encoding is used to reduce the amount of communication when accessing an MIB provided in a remote communication device from a higher-level device (management device). For example, as shown in FIG.
A value obtained by dividing a binary number by 3 bits is defined as an expression unit 402. For a numerical value that cannot be expressed by 3 bits, “1” is set in a flag (f) bit 401 located at the head of each expression unit. This indicates that the expression unit is followed by a 1-bit flag and a 3-bit numerical value.

【0009】図5は、上記したエンコード規則に従う情
報識別子エンコードの一例を示す。この例では、「9」
は「10010001」とエンコードされ、「18」は
「10100010」とエンコードされている。また、
情報識別子全体は、 「10010001101000101011101100001001010000110001010
0」 のようなビット列で表現される。
FIG. 5 shows an example of an information identifier encoding according to the above encoding rule. In this example, "9"
Is encoded as “10010001” and “18” is encoded as “101100010”. Also,
The entire information identifier is `` 10010001101000101011101100001001010000110001010
It is represented by a bit string like "0".

【0010】図6は、図3の管理データベースを「多段
テーブル」方式で構築した例を示す。多段テーブル方式
では、複数の表をポインタで連結することによって木構
造を表現する。例えば、「装置」オブジェクトに関する
テーブル503は、「ネットワーク」オブジェクトに関
するテーブル501内の識別子「18」のポインタPtr
で指し示される。上記データベースでは、最上位に位置
する「ネットワーク」オブジェクトからポインタに従っ
て順次にテーブルをたどって行くことによって、目的と
するオブジェクトの属性を知ることができる。例えば、
「警報詳細」に関する管理情報は、「ネットワーク」オ
ブジェクトに関するテーブル501から、「装置」オブ
ジェクトに関するテーブル503、「カード」オブジェ
クトに関するテーブル504、「警報」オブジェクトに
関するテーブル506、「回線警報」オブジェクトに関
するテーブル507それぞれを経由して、「警報内容」
に関するテーブル508内の識別子「4」で示される列
に格納されている。
FIG. 6 shows an example in which the management database of FIG. 3 is constructed in a "multi-stage table" system. In the multi-level table system, a tree structure is represented by connecting a plurality of tables with pointers. For example, the table 503 for the “device” object is a pointer Ptr of the identifier “18” in the table 501 for the “network” object.
Is indicated by In the above database, the attributes of the target object can be known by sequentially following the table according to the pointer from the "network" object located at the highest level. For example,
The management information on the “alarm details” is obtained from the table 501 on the “network” object, the table 503 on the “device” object, the table 504 on the “card” object, the table 506 on the “alarm” object, and the table 507 on the “line alarm” object. "Alarm contents" via each
Is stored in the column indicated by the identifier “4” in the table 508 relating to

【0011】[0011]

【発明が解決しようとする課題】然るに、図6に示した
多段テーブル方式によるデータベースでは、ソフトウェ
ア処理によって各テーブルのポインタを順次に辿る必要
があるため、データベースアクセスの高速化が難しいと
いう問題がある。また、各通信機器において、例えばカ
ードの増設などの理由によりデータベースの構造やテー
ブルの要素数に変化が生じた場合、複雑なポインタ書換
え処理が必要となり、空き領域管理が困難となる等の問
題がある。また、多段テーブルを通常のテーブルにマッ
ピングして用いる場合、木構造における枝の深さが異な
ると、目的情報に辿り着く迄に経由するポインタ数が情
報によって違うため、目的情報へのアクセス所要時間が
不均一となってしまう。また、木構造の節位置によって
蓄積情報量が異なる場合、節によって所要テーブルサイ
ズが異なるため、情報追加時にテーブル容量不足となっ
て、テーブルの再構成や全体的な移動等の付加的な処理
が必要となったり、アクセスの複雑化による所要時間の
増大などの不都合を生じる。
However, the database of the multi-stage table system shown in FIG. 6 has a problem that it is difficult to speed up database access because it is necessary to sequentially follow pointers of each table by software processing. . Also, in each communication device, if the structure of the database or the number of elements in the table changes due to, for example, the addition of a card, a complicated pointer rewriting process is required, and it becomes difficult to manage the free space. is there. Also, when a multi-level table is mapped to a normal table and used, if the depth of the branches in the tree structure is different, the number of pointers to be passed before reaching the target information is different depending on the information. Becomes non-uniform. In addition, when the amount of accumulated information differs depending on the node position of the tree structure, the required table size differs depending on the node, so the table capacity becomes insufficient at the time of adding information, and additional processing such as table reconfiguration and overall movement is performed. Inconveniences such as necessity and increase in required time due to complicated access occur.

【0012】本発明の目的は、管理データベースへのア
クセスを高速化することにある。
An object of the present invention is to speed up access to a management database.

【0013】本発明の他の目的は、各情報が比較的長い
ビットサイズの情報識別子をもつデータベースのアクセ
スを高速化することにある。
It is another object of the present invention to speed up access to a database in which each information has an information identifier of a relatively long bit size.

【0014】本発明の他の目的は、特にネットワーク管
理情報へのアクセス高速化に適したデータベースおよび
その利用機器を提供することにある。
Another object of the present invention is to provide a database particularly suitable for speeding up access to network management information and a device using the database.

【0015】[0015]

【課題を解決するための手段】上記目的を達成するため
に、本発明では、管理情報を蓄積した管理データベース
に、検索キーが与えられた時に該検索キーに対応して予
め記憶された位置情報を出力する連想記憶装置(または
インデックスCAM)を設け、指定された情報識別子の
内容に応じて上記連想記憶装置に与えるべき検索キーを
生成し、この検索キーを上記連想記憶装置に与え、連想
記憶装置から出力された位置情報、または該位置情報と
上記情報識別子とで特定されるアドレスに従って上記管
理データベースをアクセスするようにしたことを特徴と
する更に詳述すると、本発明による通信機器は、ネット
ワーク管理のための管理情報を蓄積した管理データベー
スと、プロセッサと、上記プロセッサで実行すべきプロ
グラムを格納するための記憶装置と、他の通信機器との
間で制御情報を通信するための通信インターフェイス手
段と、検索キーが与えられた時、該検索キーに対応して
予め記憶された位置情報を出力する連想記憶手段とを備
え、上記通信インターフェイス手段を介して他の機器か
ら情報識別子の指定を受けた上記プロセッサが、上記情
報識別子の内容に応じて生成した検索キーを上記連想記
憶手段に与え、上記連想記憶手段から出力された位置情
報、または該位置情報と上記情報識別子とで特定される
アドレスに従って上記管理データベースをアクセスする
ことにより、上記情報識別子と対応する管理情報の読み
出し、または書き込みを行なうようにしたことを特徴と
する。
In order to achieve the above object, according to the present invention, when a search key is given to a management database storing management information, position information stored in advance corresponding to the search key is provided. Is provided, and a search key to be given to the associative storage device is generated in accordance with the content of the designated information identifier, and the search key is given to the associative storage device. The management database is accessed in accordance with the position information output from the device or the address specified by the position information and the information identifier. A management database storing management information for management, a processor, and a program to be executed by the processor are stored. A communication device for communicating control information between the storage device and another communication device, and when a search key is given, outputs position information stored in advance corresponding to the search key. Associative storage means, wherein the processor, which has received designation of an information identifier from another device via the communication interface means, provides a search key generated in accordance with the content of the information identifier to the associative storage means, By accessing the management database in accordance with the position information output from the associative storage means or the address specified by the position information and the information identifier, the management information corresponding to the information identifier is read or written. It is characterized by the following.

【0016】ネットワーク管理システムでは、各通信機
器の上位に位置する管理装置が、ネットワークに含まれ
る多数の通信機器の全ての管理情報を一元化された識別
子によって特定する必要がある。従って、上位管理装置
から各通信機器に対して、データベース中の特定の管理
情報の通知要求、あるいは更新要求を行なう場合、対象
となる管理情報を指定するための識別子が比較的大きな
ビットサイズのものとなってしまう。しかしながら、個
々の通信機器においては、管轄する管理情報の範囲が限
定されているため、例えば、木構造のように管理情報を
構造化したデータベースでは、上位装置が指定した情報
識別子の内、特定範囲のビットを除外しても管理情報の
識別が可能となる。
In the network management system, it is necessary for a management device located above each communication device to specify all management information of a large number of communication devices included in the network by a centralized identifier. Therefore, when a notification request or update request of specific management information in the database is made from the upper management device to each communication device, the identifier for specifying the target management information has a relatively large bit size. Will be. However, since the range of management information under the control of each communication device is limited, for example, in a database in which management information is structured like a tree structure, a specific range of information identifiers specified by a higher-level device is specified. The management information can be identified even if the bits are excluded.

【0017】本発明の好ましい実施形態では、指定され
た情報識別子ビットの特定部分に基づいて検索キーを生
成し、連想記憶装置から位置情報を求める。連想記憶装
置の出力を直接、データベースアドレスとしてもよい
し、得られた位置情報と上記情報識別ビットの所定部分
とからデータベースアドレスを生成してもよい。
In a preferred embodiment of the present invention, a search key is generated based on a specified portion of a specified information identifier bit, and position information is obtained from an associative storage device. The output of the associative storage device may be directly used as a database address, or a database address may be generated from the obtained position information and a predetermined portion of the information identification bits.

【0018】[0018]

【作用】本発明のデータベースでは、連想記憶装置を用
いてデータベースアドレスを求めるようにしている。連
想記憶装置では、検索キーのビット長に制約されること
なく、出力情報(位置情報)を任意のアドレス空間に記
憶でき、且つ、検索キーに対応する情報を高速に出力で
きるため、これを利用してデータベースへのアクセスを
高速化することが可能となる。
In the database of the present invention, a database address is obtained by using an associative storage device. The associative memory device can store output information (position information) in an arbitrary address space without being restricted by the bit length of the search key, and can output information corresponding to the search key at high speed. As a result, access to the database can be sped up.

【0019】また、本発明では、連想記憶装置の内容を
書換えるだけで、検索キーの変更に対応できる。このた
め、例えば、木構造における節の名前や識別子、枝の
数、枝の深さなど、データベースの構造を容易に変更可
能である。また、データベース内に木構造上の位置によ
ってデータ量が不均質となるような形でデータを蓄積す
る場合でも、検索キーを単なるビット列として連想メモ
リへ入力し、データベース中の管理情報の格納位置を検
索キーの構造と無関係に指定することができる。また、
アクセスするために必要な属性の数や属性が持つ値の大
小が目的情報によって異なる場合でも、連想記憶装置へ
の入力は単なるビット列として扱うことができるため、
属性の数に関わらず、一定のアクセス速度を保証でき
る。
Further, according to the present invention, it is possible to cope with a change in the search key only by rewriting the content of the content addressable storage device. Therefore, it is possible to easily change the structure of the database, such as the names and identifiers of the nodes in the tree structure, the number of branches, and the depth of the branches. In addition, even when data is stored in a database in a manner that the data amount becomes non-uniform depending on the position on the tree structure, the search key is simply input to the associative memory as a bit string, and the storage position of the management information in the database is determined. Can be specified regardless of the structure of the search key. Also,
Even if the number of attributes required for access or the value of the attribute differs depending on the purpose information, the input to the associative storage device can be treated as a simple bit string,
A fixed access speed can be guaranteed regardless of the number of attributes.

【0020】本発明において、与えられた情報識別子の
1部から連想記憶装置の検索キーを生成する方式にした
場合、検索キー対応に予め連想記憶装置に蓄積すべき各
タグ情報のビット長を短縮できるため、連想記憶に必要
なメモリ容量を削減することが可能となる。
In the present invention, when a method of generating a search key for an associative storage device from a part of a given information identifier is used, the bit length of each tag information to be stored in the associative storage device in advance corresponding to the search key is reduced. Therefore, the memory capacity required for associative storage can be reduced.

【0021】[0021]

【実施例】以下、本発明の実施例を図面を参照して詳細
に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0022】図1は、本発明による通信機器に適用され
る連想メモリ:インデックスCAM( Contents Addres
sable Memory )を用いたデータベースの基本構成を示
す。通信ネットワークの管理は、ネットワーク全体を管
理する上位の管理装置から、ネットワークの各所に配置
された個々の通信機器に対して管理情報の設定あるいは
取得のための命令を与え、各通信機器に応答動作させる
ことによって実現される。各通信機器は、上位管理装置
から受信した命令が、管理データベース(DB)2で管理
されるネットワーク管理情報を特定する情報識別子10
1を含む場合、これに基づいて管理データベース2をア
クセスする。
FIG. 1 shows an associative memory: index CAM (Contents Address) applied to a communication device according to the present invention.
1 shows a basic configuration of a database using a sable memory. Communication network management is performed by giving commands for setting or obtaining management information to individual communication devices located in various parts of the network from a higher-level management device that manages the entire network, and responding to each communication device. It is realized by doing. Each of the communication devices has an information identifier 10 that specifies network management information managed by the management database (DB) 2 when the command received from the upper management device is used.
When the management database 2 is included, the management database 2 is accessed based on this.

【0023】本発明の通信装置は、管理データベース
が、連想メモリ(インデックスCAM)1と、検索キー
抽出部3と、情報格納位置判定部4を備えた構成となっ
ている。検索キー抽出部3は、与えられた情報識別子1
01から検索キー102を生成し、これをインデックス
CAM1に渡す。インデックスCAM1は、与えられた
検索キー102と対応して、予め設定されている管理D
B中に管理情報格納場所へのポインタ、あるいは上記管
理情報格納場所を求めるための手続き名等の位置情報1
03を出力する。インデックスCAM1から出力された
位置情報103と情報識別子101の1部104は情報
格納位置判定部4に入力され、管理データベース2内の
管理情報格納位置を示すアドレス105に変換される。
管理データベース2は、上記判定部4の出力アドレスに
基づいて、管理情報106の書き込み、あるいは読み出
しのためのアクセスを受ける。
The communication apparatus of the present invention has a configuration in which the management database includes an associative memory (index CAM) 1, a search key extracting unit 3, and an information storage position determining unit 4. The search key extraction unit 3 receives the information identifier 1
A search key 102 is generated from 01 and passed to the index CAM1. The index CAM1 corresponds to a given search key 102, and corresponds to a management D set in advance.
In B, a pointer to the management information storage location, or location information 1 such as a procedure name for obtaining the management information storage location
03 is output. The position information 103 and one part 104 of the information identifier 101 output from the index CAM 1 are input to the information storage position determination unit 4 and converted into an address 105 indicating the management information storage position in the management database 2.
The management database 2 receives an access for writing or reading the management information 106 based on the output address of the determination unit 4.

【0024】検索キー抽出部3は、情報識別子101の
一部(もしくは全部)を用い、インデックスCAM1に
与えるべき検索キー102と、情報格納位置判定部4に
入力すべき部分情報104を求める。この機能は、例え
ば、入力情報識別子101に含まれるMIBの各節の識
別子をエンコードするエンコーダと、該エンコーダの出
力の一部を取り出すセレクタとにより実現することがで
きる。もし、情報識別子101が数字列で与えられる場
合は、検索キー抽出部3は、入力情報の所定のフィール
ドを選択的に抽出する機能があればよい。
The search key extraction unit 3 uses a part (or all) of the information identifier 101 to obtain a search key 102 to be given to the index CAM 1 and partial information 104 to be input to the information storage position determination unit 4. This function can be realized by, for example, an encoder that encodes the identifier of each clause of the MIB included in the input information identifier 101, and a selector that extracts a part of the output of the encoder. If the information identifier 101 is given as a numeric string, the search key extracting unit 3 only needs to have a function of selectively extracting a predetermined field of the input information.

【0025】情報格納位置判定部は、インデックスCA
M1から出力された位置情報103と入力情報識別子の
一部104とに基づいて、例えば関数的処理やテーブル
索引動作を行い、管理情報の格納場所105を求めるよ
うにする。この場合、位置情報103は、管理データベ
ース2へのポインタ、あるいは格納場所を求めるための
処理名や識別子を与えるものでよい。また、位置情報1
03として管理データベース2内の基点となるアドレス
を与え、情報104で示される数値、あるいは該数値か
ら導き出される別数値を加えることによって、格納位置
105を求めるようにしてもよい。
The information storage position determining unit determines whether the index CA
Based on the position information 103 output from M1 and a part 104 of the input information identifier, for example, a functional process or a table indexing operation is performed to obtain a storage location 105 of the management information. In this case, the position information 103 may provide a pointer to the management database 2 or a process name or an identifier for obtaining a storage location. Also, location information 1
The storage position 105 may be obtained by giving a base address in the management database 2 as 03 and adding a numerical value indicated by the information 104 or another numerical value derived from the numerical value.

【0026】上記した検索キー抽出部3や情報格納位置
判定部4は、ハードウェア回路で構成してもよいし、そ
れらの機能をソフトウェア処理に置き換えてもよい。
The above-described search key extracting unit 3 and information storage position determining unit 4 may be constituted by hardware circuits, or their functions may be replaced by software processing.

【0027】ここで、検索キー抽出部3で入力された情
報識別子の1部をインデックスCAMに与えるようにし
た理由は、次の理由による。ネットワーク管理システム
では、上位の管理装置は、管轄下にある膨大な管理情報
を互いに識別するために必然的にビットサイズの長い識
別子を必要とする。しかしながら、上記上位装置の管轄
下にある個々の通信機器は、或る範囲に限定された管理
情報を扱っている。従って、管理情報が、例えば、階層
化された木構造をもつ識別情報で管理されている場合、
個々の通信器機か関与する管理データについて見ると、
識別情報の上位ビットは共通であり、比較的下位の識別
情報のみが情報識別機能をもつ場合が多い。また、上位
ビットが識別機能を持つとしても、意味をもつビットは
限られた特定のビットとなる場合が多い。さらに、識別
機能をもつ下位ビットの内、特定範囲のビットは、例え
ば、それより上位のビットで識別される各データに共通
のテーブル構造における詳細項目識別機能しかなく、イ
ンデックスCAMでアドレス変換する程のものでもない
ような場合が多い。
The reason why a part of the information identifier input by the search key extracting unit 3 is given to the index CAM is as follows. In a network management system, a higher-level management device necessarily requires an identifier having a long bit size to identify a large amount of management information under its jurisdiction. However, each communication device under the jurisdiction of the higher-level device handles management information limited to a certain range. Therefore, when the management information is managed by, for example, identification information having a hierarchical tree structure,
Looking at the individual communication devices or the management data involved,
The upper bits of the identification information are common, and only relatively lower identification information often has an information identification function. Even if the upper bits have an identification function, the significant bits are often limited specific bits. Further, among the lower bits having the identification function, the bits in a specific range have, for example, only a detailed item identification function in a table structure common to each data identified by higher bits. Often it is not something.

【0028】図1の構成では、上位装置から与えられた
情報識別子の内、個々の通信機器では識別機能を持たな
い不要なビット部分を除外し、個々のデータベースで管
理されている管理情報の識別の有用な特定範囲のビット
部分をインデックスCAMに検索キーとして与え、これ
によって連想メモリに必要なメモリ容量の削減を図って
いる。なお、管理すべき情報の種類や個数、連想メモリ
の容量などの点から、上位装置から与えられた情報識別
子101を検索キー102として直接適用できる場合
は、検索キー抽出部3が、入力情報識別子101をその
ままインデックスCAM1に与えるようにすればよい。
また、インデックスCAM1から出力される位置情報1
03を管理情報の格納場所105として直接適用できる
場合は、情報格納位置判定部4が、インデックスCAM
の出力位置情報103をそのまま管理データベース2に
与えるようにすればよい。
In the configuration shown in FIG. 1, an unnecessary bit portion which does not have an identification function in each communication device is excluded from information identifiers given by the host device, and identification of management information managed in each database is performed. Is given as a search key to the index CAM, thereby reducing the memory capacity required for the associative memory. If the information identifier 101 given from the higher-level device can be directly applied as the search key 102 in terms of the type and number of information to be managed and the capacity of the associative memory, the search key extracting unit 3 101 may be directly given to the index CAM1.
Also, the position information 1 output from the index CAM1
03 can be directly applied as the management information storage location 105, the information storage location determination unit 4
Is output to the management database 2 as it is.

【0029】図2は、本発明におけるインデックスCA
M1を用いたデータベースアクセス方式の説明図であ
る。
FIG. 2 shows an index CA according to the present invention.
FIG. 4 is an explanatory diagram of a database access method using M1.

【0030】インデックスCAM1は、タグ部11とR
AM部12からなる。RAM部12にはCAM出力とな
る位置情報103を格納し、各位置情報103と1対1
に対応する「タグ」と呼ばれる情報をタグ部11に格納
しておく。即ち、CAM1には、タグと位置情報103
とを対にして格納しておく。タグは与えられた検索キー
102と対応するものであり、検索キーのビット長が短
ければ各タグのサイズも短くて済む。検索キーがCAM
1に与えられると、上記検索キーに一致するタグがサー
チされ、それと対をなす位置情報103がRAM部から
読み出される。すなわち、インデックスCAM(連想メ
モリ)は、アドレスを指定して情報の読み書きを行う通
常のメモリとは異なり、或る意味をもつ検索キーを与え
ると、該検索キーと対応関係をもつデータ(位置情報)
が自動的に読み出せるようになっている。
The index CAM1 is composed of the tag 11 and the R
It comprises an AM unit 12. The RAM unit 12 stores position information 103 to be a CAM output, and stores the position information 103 on a one-to-one basis.
Is stored in the tag unit 11 corresponding to the "tag". That is, the tag and the position information 103 are stored in the CAM1.
And stored as a pair. The tag corresponds to the given search key 102. If the bit length of the search key is short, the size of each tag can be short. Search key is CAM
When given to the tag 1, the tag matching the search key is searched, and the position information 103 paired with the tag is read from the RAM unit. That is, an index CAM (associative memory) is different from a normal memory in which information is read and written by designating an address. When a search key having a certain meaning is given, data (position information )
Can be automatically read.

【0031】検索キーのビット長が長い場合(即ち、検
索キーの値域が大きい場合)、各検索キーと対応するメ
モリ領域をアクセスするためには、通常のメモリの場合
は、検索キーの値域に比例したアドレス空間が必要とな
る。これに対して、連想メモリを採用すると、検索キー
と対応するタグが自動的に検索され、タグと対をなすR
AM部の記憶内容を出力できるため、検索キーの値域が
大きい場合でも、データ数に応じた比較的小容量のメモ
リで高速にデータ(位置情報)の読みだしが可能とな
る。
When the bit length of the search key is long (that is, when the range of the search key is large), in order to access the memory area corresponding to each search key, in the case of a normal memory, the range of the search key is A proportional address space is required. On the other hand, when the associative memory is employed, the tag corresponding to the search key is automatically searched, and the R corresponding to the tag is searched.
Since the storage contents of the AM unit can be output, even when the range of the search key is large, data (position information) can be read at high speed with a relatively small-capacity memory corresponding to the number of data.

【0032】図7は、上述した連想メモリを用いたデー
タベースアクセス方式を適用した本発明の通信機器の1
実施例を示すブロック図である。
FIG. 7 shows a communication device according to the present invention to which the above-mentioned database access method using an associative memory is applied.
It is a block diagram showing an example.

【0033】図において、内部バス601と、マイクロ
プロセッサ61と、ROM62と、RAM63と、通信
インターフェイスユニット(CU)66は、通信機器の
基本機能を構成している。この例では、通信機器は、C
U66と回線609と介して他の通信装置、例えばネッ
トワーク管理システムの上位装置と接続され、上位装置
から制御命令を受信する。RAM63には、上記CU6
6を介して他の通信機器との間で通信される制御命令を
一時的に記憶しておくための入出力バッファ70と、ネ
ットワーク管理情報を格納するためのデータベース2
と、上記マイクロプロセッサ61がワークエリアとする
メモリ領域とが形成され、ROM62には、マイクロプ
ロセッサ61が実行する通信機器の動作制御のための各
種プログラムが用意される。この例では、図1に示した
検索キー抽出部3と情報格納位置判定部4の機能は、マ
イクロプロッセ61がソフトウェア処理によって実現す
る。内部バス601に接続されたI/Oコントローラ6
4と、該I/Oコントローラ64に接続されたインデッ
クスCAM1は、データベース631のアクセスを高速
に行うための付加された装置部分である。データベース
2のアクセス時に、マイクロプロセッサ61は、I/O
コントローラ64に対して検索キーを与える。上記検索
キーは、CU66を介して他の通信機器から受信した制
御命令中に含まれる管理情報識別子から抽出して得られ
る。
In the figure, an internal bus 601, a microprocessor 61, a ROM 62, a RAM 63, and a communication interface unit (CU) 66 constitute basic functions of a communication device. In this example, the communication device is C
It is connected to another communication device, for example, a higher-level device of a network management system via the U66 and the line 609, and receives a control command from the higher-level device. The RAM 63 stores the CU 6
6, an input / output buffer 70 for temporarily storing a control command communicated with another communication device via the communication device 6, and a database 2 for storing network management information.
In addition, a memory area that is used as a work area by the microprocessor 61 is formed, and various programs for controlling the operation of the communication device executed by the microprocessor 61 are prepared in the ROM 62. In this example, the functions of the search key extraction unit 3 and the information storage position determination unit 4 shown in FIG. I / O controller 6 connected to internal bus 601
4 and an index CAM1 connected to the I / O controller 64 are additional device parts for accessing the database 631 at high speed. When accessing the database 2, the microprocessor 61
A search key is given to the controller 64. The search key is obtained by extracting from a management information identifier included in a control command received from another communication device via the CU 66.

【0034】I/Oコントローラ64は、検索キー60
2と、CAM起動のための制御信号603をインデック
スCAM1に与える。インデックスCAM1は、検索制
御信号603がイネーブル状態になると、検索キー60
2に一致するタグをもつデータ(位置情報)604と、
一致信号605を出力する。一致信号605は、与えら
れた検索キーに一致するタグを持つデータがインデック
スCAM1内に存在するか否かを示すためのものであ
り、一致信号605が「偽」の値を持つ場合は、検索キ
ーに該当するデータが管理データベース2内に存在しな
かったことを意味し、この場合の出力データ604は無
効となる。
The I / O controller 64 has a search key 60
2 and a control signal 603 for starting CAM are given to the index CAM1. When the search control signal 603 is enabled, the index CAM1 stores the search key 60
Data (positional information) 604 having a tag that matches 2;
The coincidence signal 605 is output. The match signal 605 is for indicating whether or not data having a tag matching the given search key exists in the index CAM1. When the match signal 605 has a value of “false”, the search signal This means that the data corresponding to the key did not exist in the management database 2, and the output data 604 in this case becomes invalid.

【0035】図8は、本発明によるデータベースアクセ
ス動作の1実施例を示している。この例では、管理デー
タベース2の構造が図3で説明した木構造を有し、情報
識別子101が図4で説名した規則によりエンコードさ
れ、操作の対象となる管理情報が、図5に示したエンコ
ード規則で表される「警報詳細」の場合を示す。
FIG. 8 shows an embodiment of the database access operation according to the present invention. In this example, the structure of the management database 2 has the tree structure described in FIG. 3, the information identifier 101 is encoded according to the rule described in FIG. 4, and the management information to be operated is shown in FIG. The case of “alarm details” represented by the encoding rule is shown.

【0036】エンコードされた情報識別子101のビッ
ト列の一部102が、検索キーとして抽出され、インデ
ックスCAM1に与えられる。インデックスCAM1か
らは、上記検索キー102と対応する目的管理情報の位
置情報103が読み出される。この例では、位置情報1
03の値が「$b」であったと仮定する。
A part 102 of the bit string of the encoded information identifier 101 is extracted as a search key and given to the index CAM1. From the index CAM1, the position information 103 of the purpose management information corresponding to the search key 102 is read. In this example, location information 1
Assume that the value of 03 was "$ b".

【0037】上記位置情報103は、情報識別子101
の一部であるプレフィックス部分104−1の値「$
a」およびサフィックス104−2部分の値「$c」と
共に、情報格納位置判定部4に与えられ、データベース
2内の目的管理情報の格納アドレス「$z」105が計
算される。この例では、マイクロプロセッサが、情報格
納位置判定部4の機能をもつ関数処理F($a、$b、
$c)を実行することによって、アドレス「$z」を求
めている。マイクロプロセッサは、データベース2のア
ドレス$zに対してアクセスすることによって、目的管
理情報である「警報詳細」の内容(この場合は、「1
(信号断)」)を参照または更新することができる。
The position information 103 includes an information identifier 101
Of the prefix portion 104-1 that is a part of
Along with “a” and the value “$ c” of the suffix 104-2, the information storage location determination unit 4 calculates the storage address “$ z” 105 of the purpose management information in the database 2. In this example, the microprocessor performs a function processing F (#a, #b,
By executing $ c), the address "$ z" is obtained. The microprocessor accesses the address $ z of the database 2 to obtain the contents of the "alarm details" as the purpose management information (in this case, "1
(Signal interruption) ”).

【0038】上記実施例において、インデックスCAM
1から得られる位置情報103は関数名であってもよ
い。位置情報103が関数名fの場合は、情報格納位置
判定部4では、例えば、関数処理f($b、$c)を実
行するによって、格納アドレス105を求める。また、
インデックスCAM1から得られる位置情報103が上
記関数の格納アドレスを示す場合は、上記格納アドレス
を引数としてサブルーチンを実行することによって、デ
ータベースにおける目的管理情報の格納アドレス105
を求めることができる。
In the above embodiment, the index CAM
The position information 103 obtained from 1 may be a function name. When the position information 103 is the function name f, the information storage position determination unit 4 obtains the storage address 105 by executing, for example, a function process f ($ b, $ c). Also,
When the position information 103 obtained from the index CAM1 indicates the storage address of the function, a subroutine is executed using the storage address as an argument, thereby storing the storage address 105 of the objective management information in the database.
Can be requested.

【0039】情報格納位置判定部4は、マイクロプロセ
ッサ61が実行するソフトウェア機能により実現できる
が、これを専用のハードウェアに置き換えることも可能
である。また、この機能が、更にCAMを用いた処理を
再帰的に用いるようにしてもよい。
The information storage position judging section 4 can be realized by a software function executed by the microprocessor 61, but this can be replaced by dedicated hardware. In addition, this function may recursively use the process using the CAM.

【0040】管理データベース2には、上記実施例で示
したように、木構造の各節に属する様々な管理情報を格
納することができる。例えば、アドレス$(z−1)に
はカードの個別情報のメーカ名が、また、アドレス$
(z+1)には回線警報の発生箇所情報が格納されてい
る。これは、インデックスCAM1のタグ部が単なるビ
ット列からなるため、情報識別子101の構造的な意味
を反映しない単一の構造を用いても、アクセス効率に差
がないことに起因する。即ち、本発明によれば、管理情
報を格納するデータベースの構造には特別の制約はな
く、データベース構造を自由に設定しても、アクセス効
率は殆ど変らない。従って、木構造における節の深さ
や、蓄積情報量が枝毎に大きく異なる場合でも、CAM
によって構造変換を自動的に行うことによって、管理デ
ータベースを効率良く設計することが可能となる。
As shown in the above embodiment, the management database 2 can store various management information belonging to each node of the tree structure. For example, the address $ (z-1) contains the name of the manufacturer of the card's individual information, and the address $ (z-1)
(Z + 1) stores line alarm occurrence location information. This is because there is no difference in access efficiency even if a single structure that does not reflect the structural meaning of the information identifier 101 is used because the tag portion of the index CAM1 is simply a bit string. That is, according to the present invention, there is no particular restriction on the structure of the database storing the management information, and even if the database structure is freely set, the access efficiency hardly changes. Therefore, even when the depth of the nodes in the tree structure and the amount of stored information are greatly different for each branch, the CAM
By automatically performing the structure conversion, the management database can be efficiently designed.

【0041】図9は、図3に示した木構造をもつ管理デ
ータベースに対して、図4に示した規則によりエンコー
ドされた情報識別子101を適用するデータベースアク
セス方式の他の実施例を示す。この例では、目的管理情
報の識別子は、図5のエンコード例における「警報詳
細」で、検索キー102として情報識別子101がその
まま用いられる場合を示している。
FIG. 9 shows another embodiment of the database access method in which the information identifier 101 encoded according to the rule shown in FIG. 4 is applied to the management database having the tree structure shown in FIG. In this example, the identifier of the purpose management information is “alarm detail” in the encoding example of FIG. 5, and shows a case where the information identifier 101 is used as the search key 102 as it is.

【0042】検索キー102を与えると、インデックス
CAM1からは、目的とする管理情報の格納アドレス$
zに対応する位置情報103が読み出される。この例で
は、位置情報103がデータベース内の管理情報格納ア
ドレス105と一致している場合を示しており、CAM
の出力「$z」が示す記憶位置に目的管理情報(「警報
詳細」)が格納されいる。この場合は、CAM出力10
3に基づいてデータベースをアクセスすることによっ
て、管理情報「1(信号断)」を参照することができる。
When the search key 102 is given, the index CAM1 retrieves the storage address of the target management information.
The position information 103 corresponding to z is read. This example shows a case where the position information 103 matches the management information storage address 105 in the database, and the CAM
The objective management information (“alarm details”) is stored in the storage location indicated by the output “$ z” of the above. In this case, CAM output 10
By accessing the database based on No. 3, the management information "1 (signal interruption)" can be referred to.

【0043】図10は、本発明による通信機器の他の実
施例を示すブロック図である。この実施例では、管理デ
ータベース2をI/Oコントローラ602に接続された
外部記憶装置上に形成し、インデックスCAM1の出力
アドレスによってデータベースが直接アクセスされるよ
うにしている。データベース中の管理情報の読み出し動
作は、マイクロプロセッサ61からI/Oコントローラ
64に検索キーを含む制御指令を与えるだけで良い。こ
の場合、インデックスCAM1から読み出された位置情
報604に基づいて外部記憶装置65がアクセスされ、
外部記憶装置65から読み出された目的管理情報608
が、I/Oコントローラ64を通じてマイクロプロセッ
サ61に渡される。データベースへの管理情報の書き込
み動作は、マイクとプロセッサが管理情報をI/Oコン
トローラに与えることによって、上記読みだし動作と同
様に行なうことができる。
FIG. 10 is a block diagram showing another embodiment of the communication device according to the present invention. In this embodiment, the management database 2 is formed on an external storage device connected to the I / O controller 602, and the database is directly accessed by the output address of the index CAM1. The operation of reading the management information in the database only needs to give a control command including a search key from the microprocessor 61 to the I / O controller 64. In this case, the external storage device 65 is accessed based on the position information 604 read from the index CAM1,
Purpose management information 608 read from the external storage device 65
Is passed to the microprocessor 61 through the I / O controller 64. The operation of writing the management information to the database can be performed in the same manner as the above-described reading operation by providing the management information to the I / O controller by the microphone and the processor.

【0044】図11は、本発明による通信機器の更に他
の実施例を示すブロック図である。この実施例では、イ
ンデックスCAM1が、バスインタフェース13を介し
て、内部バス601に直接接続され、マイクロプロセッ
サ61が、I/Oインタフェースを介することなく、イ
ンデックスCAM1に検索キーを直接与えて目的管理情
報の位置情報が求め、これに基づいてRAM63内のデ
ータベースをアクセスするようにしている。この実施例
では、インデックスCAM1を一つの内部バス601に
接続した構造となっているが、同一インデックスCAM
を複数のバスインタフェース13を介して複数の内部バ
スに接続し、複数のバスからそれぞれ独立してアクセス
できるようにしてもよい。この場合、例えば、データベ
ースの管理情報の更新と読み出しを異なる制御系から行
うことが可能となるため、複数の制御系によってネット
ワーク管理の処理速度を更に高速化させることが可能で
ある。
FIG. 11 is a block diagram showing still another embodiment of the communication device according to the present invention. In this embodiment, the index CAM1 is directly connected to the internal bus 601 via the bus interface 13, and the microprocessor 61 directly applies the search key to the index CAM1 without passing through the I / O interface to obtain the objective management information. Is obtained, and the database in the RAM 63 is accessed based on the obtained position information. In this embodiment, the index CAM1 is connected to one internal bus 601.
May be connected to a plurality of internal buses via a plurality of bus interfaces 13 so that the plurality of buses can access the buses independently. In this case, for example, it is possible to update and read the management information of the database from different control systems, so that the processing speed of network management can be further increased by a plurality of control systems.

【0045】以上、管理データベースを備えた通信機器
について説明したが、上述したデータベースアクセス方
式は、管理データを比較的長いビットサイズの入力アド
レスでアクセスする必要のある、通信機器以外の装置に
も適用することができる。
The communication device provided with the management database has been described above. However, the above-described database access method is also applicable to devices other than communication devices that need to access management data with an input address having a relatively long bit size. can do.

【0046】[0046]

【発明の効果】本発明によれば、連想メモリから読み出
された位置情報(データベースアドレス)によってデー
タベースをアクセスするようにしているため、管理デー
タの識別に比較的長いビットサイズの識別子を必要とす
る場合でも、データベースのアドレス空間を圧縮するこ
とができる。また、連想メモリへ入力する検索キーを、
上位装置から与えられた情報識別子の特定ビット部分に
限定し、個々の通信機器におけるデータベースでは無意
味な識別ビット部分を省略することによって、小容量の
連想メモリでデータベースの高速アクセスを可能とす
る。
According to the present invention, since the database is accessed using the position information (database address) read from the associative memory, a relatively long bit size identifier is required for identifying management data. In this case, the address space of the database can be compressed. Also, the search key input to the associative memory is
High-speed access to the database is possible with a small-capacity associative memory by limiting to a specific bit portion of the information identifier provided from the host device and omitting the meaningless identification bit portion in the database of each communication device.

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

【図1】本発明で適用するデータベースのアクセス方式
の一実施例を示す図。
FIG. 1 is a diagram showing an embodiment of a database access method applied in the present invention.

【図2】本発明の要部となるインデックスCAMと管理
データベースとの関係を示すブロック図。
FIG. 2 is a block diagram showing a relationship between an index CAM and a management database, which are main parts of the present invention.

【図3】本発明の通信機器が備える管理データベースの
データ構造の1例を示す図。
FIG. 3 is a diagram showing an example of a data structure of a management database provided in the communication device of the present invention.

【図4】情報識別子のエンコード規則の一例を示す図。FIG. 4 is a diagram showing an example of an information identifier encoding rule.

【図5】図4に示したエンコード規則に基づく情報識別
子のエンコードの一例を示す図。
FIG. 5 is a view showing an example of encoding of an information identifier based on the encoding rule shown in FIG. 4;

【図6】図3に示したデータベースを従来技術を用いて
実現した場合のテーブル間の関係を示す図。
FIG. 6 is a view showing a relationship between tables when the database shown in FIG. 3 is realized using a conventional technique.

【図7】本発明による通信機器の一実施例を示すブロッ
ク図。
FIG. 7 is a block diagram showing an embodiment of a communication device according to the present invention.

【図8】上記通信器機における管理データベースのアク
セス動作の1例を示す図。
FIG. 8 is a diagram showing an example of an operation of accessing a management database in the communication device.

【図9】上記通信機器における管理データベースのアク
セス動作の他の実施例を示す図。
FIG. 9 is a diagram showing another embodiment of the operation of accessing the management database in the communication device.

【図10】本発明による通信機器の他の実施例を示すブ
ロック図。
FIG. 10 is a block diagram showing another embodiment of the communication device according to the present invention.

【図11】本発明による通信機器の更に他の実施例を示
すブロック図。
FIG. 11 is a block diagram showing still another embodiment of the communication device according to the present invention.

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

1…インデックスCAM、2…管理データベース、3…
検索キー抽出部、4…情報格納位置判定部、11…イン
デックスCAMのタグ部、12…インデックスCAMの
RAM部、13…内部バスインタフェース、61…マイ
クロプロセッサ、62…ROM、63…RAM、64…
I/Oコントローラ、65…外部記憶装置、66…通信
ユニット(CU)、70…入出力バッファ、101…情
報識別子、102…検索キー、103…位置情報、10
4…情報識別子の一部、105…管理情報の格納場所、
106…管理情報、401…後続のビットがあることを
示すフラグ、402…検索キーを2進数で表現して3ビ
ットづつ区切った値、501〜508…木構造によるデ
ータベースの各節を表すテーブル、601…内部バス、
602…検索キー、603…検索イネーブル信号、60
4…位置情報、605…検索成功/不成功信号、608
…管理情報、609…通信路。
1 ... Index CAM, 2 ... Management database, 3 ...
Search key extraction unit, 4 information storage position determination unit, 11 index CAM tag unit, 12 index CAM RAM unit, 13 internal bus interface, 61 microprocessor, 62 ROM, 63 RAM, 64 ...
I / O controller, 65: external storage device, 66: communication unit (CU), 70: input / output buffer, 101: information identifier, 102: search key, 103: position information, 10
4 part of information identifier, 105 storage location of management information,
106: management information, 401: a flag indicating that there is a subsequent bit, 402: a value obtained by expressing a search key in a binary number and divided into three bits, 501 to 508: a table representing each node of a database having a tree structure, 601 internal bus,
602: search key, 603: search enable signal, 60
4: Position information, 605: Search success / failure signal, 608
... management information, 609 ... communication path.

フロントページの続き (72)発明者 高橋 節夫 神奈川県横浜市戸塚区戸塚町216番地 株式会社日立製作所情報通信事業部内 (72)発明者 三科 雄介 東京都国分寺市東恋ケ窪1丁目280番地 株式会社日立製作所中央研究所内 (72)発明者 田辺 史朗 東京都国分寺市東恋ケ窪1丁目280番地 株式会社日立製作所中央研究所内 (56)参考文献 特開 平4−35439(JP,A) 信学技報SSE92−65,”ATM伝送 装置におけるマネージメント機能の実現 方法について”(1999−9−18) (58)調査した分野(Int.Cl.7,DB名) H04L 12/24 H04L 12/26 G06F 15/40 Continued on the front page (72) Inventor Setsuo Takahashi 216 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Within the Hitachi, Ltd. Information and Communication Division (72) Inventor Yusuke Mishina 1-280, Higashi-Koigabo, Kokubunji-shi, Tokyo Hitachi, Ltd. Inside the Central Research Laboratory (72) Inventor Shiro Tanabe 1-280 Higashi Koikekubo, Kokubunji-shi, Tokyo Inside the Central Research Laboratory, Hitachi, Ltd. (56) References JP-A-4-35439 (JP, A) IEICE Technical Report SSE92-65, "How to realize the management function in ATM transmission equipment" (1999-9-18) (58) Fields investigated (Int. Cl. 7 , DB name) H04L 12/24 H04L 12/26 G06F 15/40

Claims (10)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ネットワーク管理のための管理情報を蓄積
した管理データベースを有する通信機器において、検索
キーが与えられた時、該検索キーに対応して予め記憶さ
れた位置情報を出力するインデックスCAM手段と、指
定された情報識別子の少なくとも一部から上記インデッ
クスCAM手段に与えるべき検索キーを生成する検索キ
ー抽出手段と、上記インデックスCAM手段から出力さ
れた位置情報と上記情報識別子とに基づいて上記管理デ
ータベース内の目的情報の格納位置を示すアドレスを生
成する手段とを有し、上記アドレスによって上記管理デ
ータベースをアクセスするようにしたことを特徴とする
通信機器。
An index CAM means for outputting, when a search key is given, position information stored in advance corresponding to the search key, in a communication device having a management database in which management information for network management is stored. Search key extracting means for generating a search key to be given to the index CAM means from at least a part of the specified information identifier; and the management based on the position information output from the index CAM means and the information identifier. Means for generating an address indicating a storage location of the target information in the database, wherein the management database is accessed by the address.
【請求項2】ネットワーク管理のための管理情報を蓄積
した管理データベース(2)と、プロセッサ(61)
と、上記プロセッサで実行すべきプログラムを格納する
ための記憶装置(62)と、他の通信機器との間で制御
情報を通信するための通信インターフェイス手段(6
6)と、検索キーが与えられた時、該検索キーに対応し
て予め記憶された位置情報を出力する連想記憶手段
(1)とを備え、 上記通信インターフェイス手段を介して他の機器から情
報識別子の指定を受けた上記プロセッサが、上記情報識
別子の内容に応じて生成した検索キーを上記連想記憶手
段に与え、上記連想記憶手段から出力された位置情報、
または該位置情報と上記情報識別子とで特定されるアド
レスに従って上記管理データベースをアクセスすること
により、上記情報識別子と対応する管理情報の読み出
し、または書き込みを行なうようにしたことを特徴とす
る通信機器。
2. A management database (2) storing management information for network management, and a processor (61).
A storage device (62) for storing a program to be executed by the processor, and communication interface means (6) for communicating control information with another communication device.
6), and associative storage means (1) for outputting, when given a search key, position information stored in advance corresponding to the search key, information from another device via the communication interface means. The processor that has received the designation of the identifier gives the search key generated in accordance with the content of the information identifier to the associative storage means, and the position information output from the associative storage means,
Alternatively, the communication device is configured to read or write the management information corresponding to the information identifier by accessing the management database according to the address specified by the position information and the information identifier.
【請求項3】請求項2に記載の通信機器において、前記
プロセッサ(61)と前記連想記憶手段(1)とがI/
Oインターフェイス手段(64)を介して接続され、上
記連想記憶手段と上記プロセッサとの間で、前記検索キ
ーおよび位置情報が上記I/Oインターフェイス手段を
介して授受されることを特徴とする通信機器。
3. The communication device according to claim 2, wherein said processor (61) and said associative storage means (1) are connected to each other by an I / O.
A communication device connected via O interface means (64), wherein said search key and position information are exchanged between said associative storage means and said processor via said I / O interface means. .
【請求項4】プロセッサ(61)と、上記プロセッサで
実行すべきプログラムを格納するための記憶装置(6
2)と、他の通信機器との間で制御情報を通信するため
の通信インターフェイス手段(66)と、I/Oインタ
ーフェイス手段(64)と、上記I/Oインターフェイ
ス手段に接続され、検索キーが与えられた時、該検索キ
ーに対応して予め記憶された位置情報を出力する連想記
憶手段(1)と、上記I/Oインターフェイス手段と上
記連想記憶手段との間に接続され、上記連想記憶手段の
出力位置情報をアドレスとしてアクセスされるネットワ
ーク管理のための管理情報を蓄積した管理データベース
(2)とを備え、 上記通信インターフェイス手段を介して他の機器から情
報識別子の指定を受けた上記プロセッサが、上記情報識
別子の内容に応じた値をもつ検索キーを上記I/Oイン
ターフェイス手段を介して上記連想記憶手段に与え、上
記管理データベースをアクセスすることを特徴とする通
信機器。
4. A processor (61) and a storage device (6) for storing a program to be executed by the processor.
2), communication interface means (66) for communicating control information with another communication device, I / O interface means (64), and a search key connected to the I / O interface means. When given, the associative storage means (1) for outputting position information stored in advance corresponding to the search key, and connected between the I / O interface means and the associative storage means, A management database (2) storing management information for network management accessed using the output position information of the means as an address, wherein the processor receives designation of an information identifier from another device via the communication interface means Gives a search key having a value corresponding to the content of the information identifier to the associative storage means via the I / O interface means, A communication device for accessing a management database.
【請求項5】請求項1、2、3、または4に記載の通信
機器において、前記管理データベースが、各節毎に識別
子と管理情報とを定義した木構造を有することを特徴と
する通信機器。
5. The communication device according to claim 1, wherein said management database has a tree structure in which an identifier and management information are defined for each node. .
【請求項6】請求項1、2、3、または4に記載の通信
機器において、前記管理データベースが、各節毎に識別
子を有し、末端の節に管理情報を定義した形式の木構造
を有することを特徴とする通信機器。
6. The communication device according to claim 1, wherein the management database has a tree structure in which an identifier is provided for each section and management information is defined in a terminal section. A communication device comprising:
【請求項7】請求項5または6に記載の通信機器におい
て、前記管理データベースが、各節毎に識別子を有し、
末端の節に管理情報を定義した形式の木構造を有するこ
とを特徴とする通信機器。
7. The communication device according to claim 5, wherein the management database has an identifier for each node,
A communication device having a tree structure in which management information is defined in a terminal node.
【請求項8】請求項5、6、または、7に記載の通信機
器において、前記情報識別子が、該当する管理情報を特
定するための少なくとも1つの節の識別子を一定の規則
でビット列に変換したものとして与えられることを特徴
とする通信機器。
8. The communication device according to claim 5, wherein the information identifier is obtained by converting an identifier of at least one node for specifying the corresponding management information into a bit string according to a predetermined rule. A communication device characterized by being given as a device.
【請求項9】請求項1に記載の通信機器において、前記
インデックスCAM手段が、前記位置情報として、前記
管理データベースのアドレス計算のための手続きを特定
する情報を出力することを特徴とする通信装置。
9. A communication device according to claim 1, wherein said index CAM means outputs information specifying a procedure for calculating an address of said management database as said position information. .
【請求項10】請求項2または3に記載の通信機器にお
いて、前記連想記憶手段が、前記位置情報として、前記
管理データベースのアドレス計算のための手続きを特定
するための情報を出力することを特徴とする通信装置。
10. The communication device according to claim 2, wherein the associative storage means outputs information for specifying a procedure for calculating an address of the management database as the position information. Communication device.
JP04246175A 1992-09-16 1992-09-16 Communication equipment with database Expired - Fee Related JP3092349B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP04246175A JP3092349B2 (en) 1992-09-16 1992-09-16 Communication equipment with database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP04246175A JP3092349B2 (en) 1992-09-16 1992-09-16 Communication equipment with database

Publications (2)

Publication Number Publication Date
JPH0697934A JPH0697934A (en) 1994-04-08
JP3092349B2 true JP3092349B2 (en) 2000-09-25

Family

ID=17144636

Family Applications (1)

Application Number Title Priority Date Filing Date
JP04246175A Expired - Fee Related JP3092349B2 (en) 1992-09-16 1992-09-16 Communication equipment with database

Country Status (1)

Country Link
JP (1) JP3092349B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ES2204144T3 (en) * 1998-02-20 2004-04-16 Thomson Licensing S.A. A SYSTEM TO FORM, SEGMENT AND TREAT OBJECTS OF ELECTRONIC PROGRAM GUIDES.
KR100461353B1 (en) * 2001-12-13 2004-12-14 주식회사 케이티 A gateway system and an operating method for managing the integrated network by using a database connection pool

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
信学技報SSE92−65,"ATM伝送装置におけるマネージメント機能の実現方法について"(1999−9−18)

Also Published As

Publication number Publication date
JPH0697934A (en) 1994-04-08

Similar Documents

Publication Publication Date Title
JP3269849B2 (en) Parallel database processing system and its retrieval method
CN107273522B (en) Multi-application-oriented data storage system and data calling method
KR100297454B1 (en) Computer
US5230045A (en) Multiple address space system including address translator for receiving virtual addresses from bus and providing real addresses on the bus
US7565343B2 (en) Search apparatus and search management method for fixed-length data
JPH10254718A (en) Cache effect object loader
JPH0285927A (en) Memory device
JP3003915B2 (en) Word dictionary search device
CN114637700A (en) Address translation method for target virtual address, processor and electronic equipment
JP3092349B2 (en) Communication equipment with database
CN113157609A (en) Storage system, data processing method, data processing device, electronic device, and storage medium
US5867664A (en) Transferring messages in a parallel processing system using reception buffers addressed by pool pages in a virtual space
CN113392040B (en) Address mapping method, device and equipment
KR20030054110A (en) Method and apparatus of caching multiple Java-database connectivity
JP7173165B2 (en) History management device, history management method and program
CN112835873A (en) Power grid regulation and control heterogeneous system service access method, system, equipment and medium
WO1992005494A1 (en) System equipped with processor and method of converting addresses in said system
CN107545026B (en) Method and device for realizing function of interface name analysis tree
JP2827562B2 (en) Management of a subset of database objects
KR0165511B1 (en) Information test method using sequential link list
CN117520216A (en) Address conversion method, computing system and electronic equipment
JPH06195381A (en) Data retriever
CN114201520A (en) IP address quick retrieval method and device and electronic equipment
JPH04101272A (en) Data element retrieving method
JPH01166247A (en) Data reference system for decentralized system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees