JP2681342B2 - Table update method for gateway device - Google Patents

Table update method for gateway device

Info

Publication number
JP2681342B2
JP2681342B2 JP6034695A JP6034695A JP2681342B2 JP 2681342 B2 JP2681342 B2 JP 2681342B2 JP 6034695 A JP6034695 A JP 6034695A JP 6034695 A JP6034695 A JP 6034695A JP 2681342 B2 JP2681342 B2 JP 2681342B2
Authority
JP
Japan
Prior art keywords
entry
destination address
registered
signal
packet
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 - Lifetime
Application number
JP6034695A
Other languages
Japanese (ja)
Other versions
JPH08265371A (en
Inventor
康司 黒川
明 中後
Original Assignee
株式会社超高速ネットワーク・コンピュータ技術研究所
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 株式会社超高速ネットワーク・コンピュータ技術研究所 filed Critical 株式会社超高速ネットワーク・コンピュータ技術研究所
Priority to JP6034695A priority Critical patent/JP2681342B2/en
Publication of JPH08265371A publication Critical patent/JPH08265371A/en
Application granted granted Critical
Publication of JP2681342B2 publication Critical patent/JP2681342B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Small-Scale Networks (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ネットワーク間を接続
するゲートウェイ装置に関し、特に頻繁に転送するパケ
ットの宛先アドレスとこのパケットの送出先の対応関係
を登録したキャッシュテーブルの更新処理を行うゲート
ウェイ装置のテーブル更新方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a gateway device for connecting networks, and particularly to a gateway device for updating a cache table in which a correspondence relationship between a destination address of a packet to be frequently transferred and a destination of the packet is registered. Of the table update method.

【0002】[0002]

【従来の技術】近年の情報通信の高速化に伴い、ゲート
ウェイ装置における処理スピードの向上が要求されてい
る。一般にゲートウェイ装置においては、到着したパケ
ットの宛先アドレスをキーとして、予め用意した宛先ア
ドレスと送出ネットワークとの対応テーブルを検索する
ことにより、送出先が決定されパケット転送処理が行わ
れる。しかし、この対応テーブルは、全ての組み合わせ
に関する宛先アドレスと送出先との対応関係を保持して
いなければならないため、テーブル規模が大きく、検索
に時間がかかるという問題がある。そこで、ある程度頻
繁に転送する宛先アドレスと送出先との対応関係だけを
登録するテーブル(以下、キャッシュテーブルと呼ぶ)
を設け、まずこのキャッシュテーブルを検索し、宛先が
決定すれば全ての組み合わせを保持したテーブル検索を
省くことができるため、転送処理を高速化することがで
きる。
2. Description of the Related Art With the recent increase in the speed of information communication, it has been required to improve the processing speed of gateway devices. Generally, in a gateway device, a destination is determined and packet transfer processing is performed by searching a correspondence table between a destination address and a sending network prepared in advance, using the destination address of the arrived packet as a key. However, since this correspondence table must hold the correspondence relationship between the destination address and the transmission destination for all the combinations, there is a problem that the table size is large and it takes time to search. Therefore, a table (hereinafter referred to as a cache table) in which only the correspondence relationship between the destination addresses that are transferred to a certain extent and the destinations is registered
First, the cache table is searched, and if the destination is determined, the table search holding all combinations can be omitted, so that the transfer processing can be speeded up.

【0003】従来のゲートウェイ装置においては、キャ
ッシュテーブルの検索及び登録内容の更新処理(宛先ア
ドレスと送出先の対応関係の削除、または上書き)をソ
フトウェアで行っていた。一般に、キャッシュテーブル
がフルエントリされていて、新たな登録内容のための更
新処理が必要となった場合、登録されている登録内容の
中で、ある一定時間受信されなかったもの、または最も
古く受信されたものを更新対象とする。この場合、ソフ
トウェアにより各登録内容のタイマ値を1つ1つシリア
ルに比較し、所定の時間を過ぎたエントリ、または最も
古く受信されたエントリを更新処理の対象として決定し
ていた。
In the conventional gateway device, software is used to search the cache table and update the registered contents (deleting or overwriting the correspondence between the destination address and the destination). Generally, when the cache table is full-entry and the update process for new registration contents is required, the registration contents that have not been received for a certain period of time or the oldest received contents among the registered contents. The updated ones are subject to update. In this case, the timer value of each registered content is serially compared by the software, and the entry that has passed the predetermined time or the entry that is received earliest is determined as the target of the update processing.

【0004】[0004]

【発明が解決しようとする課題】以上のように従来のゲ
ートウェイ装置では、登録された宛先アドレスを有する
パケットがいったん受信されてからの経過時間を示すタ
イマ値をソフトウェアによってシリアルに比較すること
により、更新対象を決定していたので、処理時間がかか
り、またこの更新処理が終了しない限り次の処理を行え
ないため待ち時間が生じ、ゲートウェイ装置全体として
の処理能力を低下させてしまうという問題点があった。
本発明は、上記課題を解決するためになされたもので、
更新処理の高速化を実現できるテーブル更新方式を提供
することを目的とする。
As described above, in the conventional gateway device, the timer value indicating the elapsed time after the packet having the registered destination address is once received is serially compared by the software. Since the update target has been determined, it takes a lot of processing time, and the next processing cannot be performed until the update processing is completed, which causes a waiting time, which lowers the processing capability of the gateway device as a whole. there were.
The present invention has been made to solve the above problems,
An object of the present invention is to provide a table updating method capable of realizing speeding up of updating processing.

【0005】[0005]

【課題を解決するための手段】本発明は、ゲートウェイ
装置のテーブル検索部内に、所定時間の周期を有するタ
イマ監視信号を生成するタイマ部と、宛先アドレスとこ
れに対応する送出先情報とからなる登録内容を格納する
キャッシュテーブルとなる複数のエントリ部と、受信し
たパケットの宛先アドレスと各エントリ部に登録されて
いる宛先アドレスが一致しないときに、全エントリ不一
致信号を出力する全エントリ不一致検出部とを備え、各
エントリ部は、登録された宛先アドレスを有するパケッ
トがタイマ監視信号の周期の間に受信されたかどうかを
監視して、受信されない場合は登録内容を更新可能状態
にし、この状態で全エントリ不一致信号が入力されたと
きに、登録内容を受信したパケットの宛先アドレスとこ
れに対応する送出先情報に更新するものである。
According to the present invention, in a table search unit of a gateway device, there is provided a timer unit for generating a timer monitoring signal having a predetermined time period, a destination address and destination information corresponding thereto. All-entry mismatch detection unit that outputs all-entry mismatch signal when the destination address of the received packet does not match the destination address registered in each entry unit Each entry unit monitors whether or not a packet having a registered destination address is received during the period of the timer monitoring signal, and if not received, the registered contents are updated and in this state. When the all-entry disagreement signal is input, the destination address of the packet that received the registration contents and the corresponding transmission It is intended to update the information.

【0006】また、ゲートウェイ装置のテーブル検索部
内に、複数のエントリ部と全エントリ不一致検出部とを
備え、各エントリ部は、登録された宛先アドレスを有す
るパケットの受信頻度を監視して、受信頻度が低い場合
は登録内容を更新可能状態にし、この状態で全エントリ
不一致信号が入力されたときに、登録内容を受信したパ
ケットの宛先アドレスとこれに対応する送出先情報に更
新するものである。
Further, the table search unit of the gateway device is provided with a plurality of entry units and an all-entity mismatch detection unit, and each entry unit monitors the reception frequency of packets having the registered destination address and If the value is low, the registered contents are updated, and when the all-entry disagreement signal is input in this state, the registered contents are updated to the destination address of the received packet and the destination information corresponding thereto.

【0007】また、各エントリ部に付与されたエントリ
番号が入力されたときにこれを記憶し、全エントリ不一
致信号が入力されると、記憶しているエントリ番号を格
納した順に出力するFIFOメモリを有し、各エントリ
部は、登録内容が更新可能状態になったときに自分のエ
ントリ番号をFIFOメモリに出力すると共に、FIF
Oメモリから自分のエントリ番号が入力された場合のみ
登録内容を更新するものである。
A FIFO memory that stores the entry number assigned to each entry portion when the entry number is input, and outputs the stored entry numbers in the order in which they are stored when the all-entry mismatch signal is input. Each entry unit has its own entry number output to the FIFO memory when the registered content becomes updatable, and
The registered contents are updated only when the user's own entry number is input from the O memory.

【0008】[0008]

【作用】本発明によれば、各エントリ部が、登録された
宛先アドレスを有するパケットがタイマ監視信号の周期
の間に受信されたかどうかを監視して、受信されない場
合は登録内容を更新可能状態にし、この状態で全エント
リ不一致信号が入力されたときに登録内容を更新するの
で、キャッシュテーブルの更新処理が各エントリ部によ
ってパラレルに処理される。また、各エントリ部が、登
録された宛先アドレスを有するパケットの受信頻度を監
視して、受信頻度が低い場合は登録内容を更新可能状態
にし、この状態で全エントリ不一致信号が入力されたと
きに登録内容を更新するので、キャッシュテーブルの更
新処理が各エントリ部によってパラレルに処理される。
According to the present invention, each entry unit monitors whether a packet having the registered destination address is received during the period of the timer monitoring signal, and if not received, the registered contents can be updated. In this state, the registered content is updated when the all-entry mismatch signal is input, so that the cache table update process is performed in parallel by each entry unit. Also, each entry part monitors the reception frequency of packets having the registered destination address, and if the reception frequency is low, the registered contents are updated, and when the all-entry mismatch signal is input in this state. Since the registered contents are updated, the cache table update processing is processed in parallel by each entry unit.

【0009】また、各エントリ部は、登録内容が更新可
能状態になったときに自分のエントリ番号を出力し、F
IFOメモリが記憶する。そして、FIFOメモリは、
全エントリ不一致信号が入力されると、記憶しているエ
ントリ番号を格納した順に出力し、各エントリ部は、F
IFOメモリから自分のエントリ番号が入力された場合
のみ登録内容を更新する。
Further, each entry section outputs its own entry number when the registered contents are updatable, and F
The IFO memory stores. And the FIFO memory is
When the all-entry disagreement signal is input, the stored entry numbers are output in the order in which they are stored, and each entry section outputs F
The registered content is updated only when the user's own entry number is input from the IFO memory.

【0010】[0010]

【実施例】図1は本発明の1実施例を示すテーブル更新
方式を実現するテーブル検索部のブロック図である。1
は受信したパケットから抽出された宛先アドレスAD1
を基に後述するキャッシュテーブルを検索して、パケッ
トの送出先を求めるゲートウェイ装置のテーブル検索
部、2は所定時間の周期を有するタイマ監視信号TWを
生成するタイマ部、3a〜3nは宛先アドレスとこれに
対応する送出先情報とからなる登録内容を格納するエン
トリ部である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram of a table search unit for realizing a table updating method according to an embodiment of the present invention. 1
Is the destination address AD1 extracted from the received packet
A table search unit of a gateway device that searches a cache table to be described later based on the above to find a destination of a packet, 2 is a timer unit that generates a timer monitoring signal TW having a predetermined time period, and 3a to 3n are destination addresses. It is an entry unit that stores the registered contents including the destination information corresponding to this.

【0011】また、4は受信したパケットの宛先アドレ
スAD1と各エントリ部に登録された宛先アドレスが一
致しないときに、全エントリ不一致信号NCを出力する
全エントリ不一致検出部、5は各エントリ部に付与され
たエントリ番号が入力されたときにこれを記憶し、全エ
ントリ不一致信号NCが入力されると、記憶しているエ
ントリ番号を格納した順に出力するFIFO(First-In
First-Out)メモリである。
Reference numeral 4 denotes an all-entry mismatch detection unit that outputs an all-entry mismatch signal NC when the destination address AD1 of the received packet does not match the destination address registered in each entry unit. When a given entry number is input, it is stored, and when an all-entry mismatch signal NC is input, the stored entry numbers are output in the order in which they are stored in a FIFO (First-In
First-Out) memory.

【0012】また、21は上記所定時間を設定するため
のエントリ更新時間ETを記憶するタイマ周期設定レジ
スタ、22は時間ETに基づいてタイマ監視信号TWを
生成するカウンタ、30aは宛先アドレスAD2とこれ
に対応する送出先情報とを格納するレジスタ部、31a
は受信したパケットの宛先アドレスAD1とレジスタ部
30aに格納された宛先アドレスAD2を比較し、これ
らが一致したときに比較一致信号CCaを出力する比較
部である。32aはリセットパルス生成部であり、宛先
アドレスAD2と一致するアドレスAD1を有するパケ
ットがタイマ監視信号TWの周期の間に受信されたかど
うかを信号CCaを基に監視し、受信されない場合はレ
ジスタ部30aを更新可能状態にするためのレジスタリ
セット信号LRを出力する。
Further, 21 is a timer cycle setting register for storing an entry update time ET for setting the above-mentioned predetermined time, 22 is a counter for generating a timer monitoring signal TW based on the time ET, 30a is a destination address AD2 and this. 31a for storing destination information corresponding to
Is a comparison unit that compares the destination address AD1 of the received packet with the destination address AD2 stored in the register unit 30a, and outputs a comparison match signal CCa when they match. Reference numeral 32a denotes a reset pulse generation unit that monitors whether a packet having an address AD1 that matches the destination address AD2 is received during the period of the timer monitoring signal TW based on the signal CCa, and if not received, the register unit 30a. Output a register reset signal LR for making the update possible.

【0013】また、33aはレジスタ30aが更新可能
状態かどうかを示すレジスタステータス信号STを出力
するステータス信号生成部である。34aはライトパル
ス生成部であり、更新可能であることを示すステータス
信号STが入力され、かつFIFOメモリ5から出力さ
れたエントリ番号IDが自分のエントリ番号と一致する
ときに、全エントリ不一致信号NCが入力されると、レ
ジスタ部30aの内容を更新するためのライトパルス信
号WPを出力する。35aは更新可能であることを示す
ステータス信号STが入力されたときに自分のエントリ
番号を出力するエントリID送出バッファである。
Reference numeral 33a is a status signal generator which outputs a register status signal ST indicating whether the register 30a is in the updatable state. Reference numeral 34a denotes a write pulse generation unit, which receives the status signal ST indicating that it can be updated, and when the entry number ID output from the FIFO memory 5 matches its own entry number, the all-entry mismatch signal NC. When is input, the write pulse signal WP for updating the contents of the register unit 30a is output. Reference numeral 35a is an entry ID sending buffer which outputs its own entry number when a status signal ST indicating that it can be updated is input.

【0014】また、40aは例えばフリップフロップ等
からなるタイマであり、比較一致信号CCaあるいはラ
イトパルス信号WPが入力されたときに出力をセット
し、このセット状態でタイマ監視信号TWが入力される
と出力をリセットする。41a、42aはOR回路、4
3aはOR回路42aの出力を一定時間だけ遅延させる
シフト回路、PN1はパケットの送出先情報、TRはタ
イマ40aをリセットするためのタイマリセット信号、
IDa、IDnはエントリ部3a、3nにそれぞれ付与
されたエントリ番号である。
Reference numeral 40a is a timer including, for example, a flip-flop, which sets an output when the comparison match signal CCa or the write pulse signal WP is input, and when the timer monitoring signal TW is input in this set state. Reset the output. 41a and 42a are OR circuits, 4
3a is a shift circuit for delaying the output of the OR circuit 42a by a fixed time, PN1 is packet destination information, TR is a timer reset signal for resetting the timer 40a,
IDa and IDn are entry numbers assigned to the entry parts 3a and 3n, respectively.

【0015】本実施例のテーブル検索部1は、複数のエ
ントリ部3a〜3nを有し、3a以外のエントリ部も内
部の構成はエントリ部3aと同じであり、各エントリ部
にそれぞれ付与されたエントリ番号と各レジスタ部の登
録内容が異なるだけである。そして、本実施例では、エ
ントリ部3a〜3n(より正確には各エントリ部内のレ
ジスタ部)がキャッシュテーブルを構成している。
The table search section 1 of this embodiment has a plurality of entry sections 3a to 3n, and the entry sections other than 3a have the same internal structure as the entry section 3a, and are assigned to each entry section. The only difference is the entry number and the registered contents of each register. In this embodiment, the entry units 3a to 3n (more accurately, the register unit in each entry unit) form a cache table.

【0016】次に、このようなテーブル検索部1の動作
を説明する。図2はこのテーブル検索部1の動作を説明
するためのタイミングチャート図であり、PN2はレジ
スタ部30aに格納された送出先情報である。タイマ部
2のタイマ周期設定レジスタ21には、ユーザによって
エントリ更新時間ETが設定される。そして、カウンタ
22は、レジスタ21に設定されたエントリ更新時間E
Tの周期を有し、入力クロックCKに同期した図2
(a)のような「L」レベルのタイマ監視信号TWを生
成する。
Next, the operation of the table search unit 1 will be described. FIG. 2 is a timing chart for explaining the operation of the table search unit 1, and PN2 is destination information stored in the register unit 30a. The entry update time ET is set by the user in the timer cycle setting register 21 of the timer unit 2. Then, the counter 22 sets the entry update time E set in the register 21.
2 having a period of T and synchronized with the input clock CK.
The "L" level timer monitoring signal TW as shown in (a) is generated.

【0017】エントリ部3a内のレジスタ部30aは、
受信したパケットから抽出された宛先アドレスAD1と
それに対応する送出先情報PN1をそれぞれ宛先アドレ
スAD2、送出先情報PN2として記憶する。本実施例
では、IEEE規格などで規定されたプロトコルである
MAC(Media Access Control)層においてノードを識
別するためのアドレスであるMACアドレスを宛先アド
レスの1例として用い、送出先情報としては出力ポート
番号を用いている。
The register section 30a in the entry section 3a is
The destination address AD1 extracted from the received packet and the destination information PN1 corresponding thereto are stored as the destination address AD2 and the destination information PN2, respectively. In this embodiment, a MAC address, which is an address for identifying a node in a MAC (Media Access Control) layer that is a protocol defined by the IEEE standard, is used as an example of a destination address, and an output port is used as destination information. Numbers are used.

【0018】比較部31aは、受信したパケットの宛先
アドレスAD1とレジスタ部30aに格納されている宛
先アドレスAD2を比較し、これらが一致したときに、
図2(b)のような「L」レベルの比較一致信号CCa
を出力する。そして、リセットパルス生成部32a内の
タイマ40aは、信号CCaが「L」になると、図2
(c)に示すように出力Qを「H」レベルにする(図2
のタイミングA)。
The comparing unit 31a compares the destination address AD1 of the received packet with the destination address AD2 stored in the register unit 30a, and when they match,
"L" level comparison match signal CCa as shown in FIG.
Is output. When the signal CCa becomes “L”, the timer 40a in the reset pulse generator 32a operates as shown in FIG.
As shown in (c), the output Q is set to the “H” level (see FIG. 2).
Timing A).

【0019】また、タイマ40aの出力バーQは、出力
Qの反転した「L」レベルになっている。よって、OR
回路42aの出力は、タイマ監視信号TWが「H」に戻
った時点で「H」レベルとなる。
The output bar Q of the timer 40a is at the "L" level which is the inverted output Q. Therefore, OR
The output of the circuit 42a becomes "H" level when the timer monitoring signal TW returns to "H".

【0020】このような状態でタイマ監視信号TWが再
び「L」になると、この信号TWによりOR回路42a
の出力が「H」から「L」に変わる。そして、このOR
回路42aの出力がシフト回路43aによって一定時間
だけ遅延されたことにより、「L」レベルのタイマリセ
ット信号TRがタイマ40aに加えられる。これによ
り、タイマ40aの出力Qは図2(c)のようにリセッ
トされて「L」レベルとなる(図2のタイミングB)。
When the timer monitoring signal TW becomes "L" again in such a state, the OR circuit 42a is caused by this signal TW.
Output changes from "H" to "L". And this OR
Since the output of the circuit 42a is delayed by the shift circuit 43a for a fixed time, the "L" level timer reset signal TR is added to the timer 40a. As a result, the output Q of the timer 40a is reset to the "L" level as shown in FIG. 2C (timing B in FIG. 2).

【0021】次に、タイマ40aの出力Qが「L」で、
かつタイマ監視信号TWが「L」になった場合、レジス
タ部30aをリセットして登録内容を削除する。これ
は、レジスタ部30aに格納された宛先アドレスAD2
と一致するアドレスAD1を有するパケットが受信され
ないまま(出力Qが「L」のまま)、信号TWが「L」
になった場合、所定時間が経過したと判断して、レジス
タ部30aを更新可能状態にするものである。
Next, when the output Q of the timer 40a is "L",
When the timer monitoring signal TW becomes "L", the register unit 30a is reset and the registered contents are deleted. This is the destination address AD2 stored in the register unit 30a.
The packet having the address AD1 that matches with is not received (the output Q remains “L”), and the signal TW is “L”.
When it becomes, it is determined that the predetermined time has elapsed, and the register unit 30a is set to the updatable state.

【0022】つまり、出力Qが「L」で、かつ信号TW
が「L」の場合、図2(d)のようにOR回路41aの
出力から「L」レベルのレジスタリセット信号LRが出
力され(図2のタイミングC)、レジスタ部30aに格
納された宛先アドレスAD2、送出先情報PN2は図2
(e)、(f)に示すようにリセット(登録内容が全て
0)される。
That is, the output Q is "L" and the signal TW is
Is "L", the register reset signal LR of "L" level is output from the output of the OR circuit 41a as shown in FIG. 2D (timing C in FIG. 2), and the destination address stored in the register unit 30a. AD2 and destination information PN2 are shown in FIG.
As shown in (e) and (f), it is reset (all registered contents are 0).

【0023】また、ステータス信号生成部33aは、リ
セット信号LRが「L」になると、現時点まで上記登録
内容が更新不可であるとして「H」レベルのままにして
いたレジスタステータス信号STを更新可能であるとし
て図2(g)のように「L」レベルにする。この「L」
レベルのステータス信号STにより、エントリID送出
バッファ35aは、イネーブル状態(出力許可状態)と
なり、格納していたエントリ番号IDaをFIFOメモ
リ5に送出する。
Further, when the reset signal LR becomes "L", the status signal generator 33a can update the register status signal ST which has been kept at the "H" level because the registered contents cannot be updated until the present time. Assuming that there is, it is set to the “L” level as shown in FIG. This "L"
In response to the level status signal ST, the entry ID sending buffer 35a is enabled (output enabled) and sends the stored entry number IDa to the FIFO memory 5.

【0024】こうして、更新可能なエントリとして、エ
ントリ部3aのエントリ番号IDaがFIFOメモリ5
に格納されたことになる。なお、図2ではエントリ部3
aの動作のみについて説明したが、図2(a)〜(g)
と同様の動作が各エントリ部で行われ、上述した条件を
満たすことによってエントリ部3aと同様に更新可能に
なり次第、このエントリ部のエントリ番号がFIFOメ
モリ5に格納される。
Thus, as the updatable entry, the entry number IDa of the entry part 3a is the FIFO memory 5
Will be stored in In FIG. 2, the entry section 3
Although only the operation of a has been described, FIGS. 2 (a) to 2 (g)
The same operation as the above is performed in each entry section, and as soon as the entry section 3a can be updated like the entry section 3a by satisfying the above condition, the entry number of this entry section is stored in the FIFO memory 5.

【0025】次に、全エントリ不一致検出部4は、パケ
ットの受信を示す図示しないタイミング(このタイミン
グで比較部31aにて比較が行われる)が入力される度
に、比較一致信号CCa〜CCnを調べてこのタイミン
グで比較一致信号が全て「H」レベルであれば、全比較
不一致、すなわち受信したパケットの宛先アドレスAD
1とエントリ部3a〜3nに登録されている宛先アドレ
スとの間で一致するものがないと判断し、図2(h)の
ような「L」レベルの全エントリ不一致信号NCを出力
する。
Next, the all-entry mismatch detection unit 4 outputs the comparison match signals CCa to CCn each time a timing (not shown) indicating packet reception (comparison is performed by the comparison unit 31a at this timing) is input. If the comparison match signals are all at "H" level at this timing, all comparison mismatches, that is, the destination address AD of the received packet
It is determined that there is no match between 1 and the destination address registered in the entry parts 3a to 3n, and the "L" level all entry mismatch signal NC as shown in FIG. 2 (h) is output.

【0026】FIFOメモリ5は、全エントリ不一致信
号NCが「L」になると、最も先に格納されたエントリ
番号をエントリ番号IDとして出力する。ライトパルス
生成部34aは、自分のエントリ部内のレジスタ部30
aが更新可能(ステータス信号STが「L」)で、かつ
FIFOメモリ5から出力されたエントリ番号が自分の
エントリ部の番号と一致するときに、全エントリ不一致
信号NCが「L」になると、図2(i)のような「L」
レベルのライトパルス信号WPを出力する(図2のタイ
ミングD)。
The FIFO memory 5 outputs the entry number stored earliest as the entry number ID when the all-entry mismatch signal NC becomes "L". The write pulse generator 34a uses the register unit 30 in its entry unit.
When a is updatable (status signal ST is “L”) and the entry number output from the FIFO memory 5 matches the number of its own entry part, if the all-entry mismatch signal NC becomes “L”, "L" as in Figure 2 (i)
A level write pulse signal WP is output (timing D in FIG. 2).

【0027】この「L」レベルの信号WPにより、レジ
スタ部30aには、図2(e)、(f)のように受信し
たパケットの宛先アドレスAD1とそれに対応する送出
先情報PN1が新しい宛先アドレスAD2、送出先情報
PN2として書き込まれる。そして、自分のエントリ部
の登録内容が更新されたので、ステータス信号生成部3
3aは、「L」レベルの信号WPに応じてステータス信
号STが更新不可を示すように「H」レベルにし、タイ
マ40aも出力Qをセットする。以上のようにして、エ
ントリ部3aの登録内容が更新される。
Due to this "L" level signal WP, the destination address AD1 of the received packet and the corresponding destination information PN1 corresponding to the new destination address are stored in the register unit 30a as shown in FIGS. 2 (e) and 2 (f). It is written as AD2 and destination information PN2. Then, since the registered contents of the own entry section are updated, the status signal generation section 3
3a sets the status signal ST to "H" level in response to the "L" level signal WP to indicate that updating is not possible, and the timer 40a also sets the output Q. As described above, the registered content of the entry part 3a is updated.

【0028】このように、本実施例は、各エントリ部の
レジスタ部に登録された宛先アドレスを有するパケット
がエントリ更新時間ETで指定される周期の間に受信さ
れたかどうかを監視し、受信されなければこのエントリ
部のエントリ番号をFIFOメモリ5に更新可能なエン
トリ部として登録する。そして、全エントリ部に登録さ
れたアドレスと一致しない宛先アドレスAD1を有する
パケットが受信されたときに、更新可能なエントリ部の
レジスタに宛先アドレスとこれに対応する送出先情報を
書き込むものである。
As described above, the present embodiment monitors whether or not the packet having the destination address registered in the register section of each entry section is received during the cycle designated by the entry update time ET, and is received. If not, the entry number of this entry part is registered in the FIFO memory 5 as an updatable entry part. Then, when the packet having the destination address AD1 that does not match the addresses registered in all the entry parts is received, the destination address and the corresponding destination information are written in the register of the updatable entry part.

【0029】このとき、FIFOメモリ5を使って更新
エントリを決定することにより、更新可能なエントリ部
が複数存在する場合にも、特定のエントリ部だけに更新
処理が偏るようなことがなくなる。なお、本実施例で
は、受信したパケットの宛先アドレスを基にしてキャッ
シュテーブル(レジスタ部)から送出先を求めるテーブ
ル検索の動作については説明していないが、この動作は
テーブル検索部内の図示しない検索手段によって行われ
る。
At this time, by determining the update entry by using the FIFO memory 5, even when there are a plurality of updatable entry parts, the update processing is not biased only to a specific entry part. Although the present embodiment does not describe the operation of the table search for obtaining the transmission destination from the cache table (register section) based on the destination address of the received packet, this operation is not shown in the table search section. By means.

【0030】また、本実施例では、エントリ部が更新可
能状態になった時点でレジスタ部の内容を削除している
が、実際の更新時まで登録内容を保持しておくこともで
き(この場合には新規の内容が上書きされる)、このた
めにはレジスタリセット信号LRをステータス信号生成
部33aだけに入力するようにすればよい。
Further, in this embodiment, the contents of the register part are deleted when the entry part becomes the updatable state, but the registered contents can be held until the actual updating (in this case, However, the register reset signal LR may be input only to the status signal generator 33a.

【0031】図3は本発明の他の実施例を示すテーブル
更新方式を実現するテーブル検索部のブロック図であ
り、図1と同様の構成には同一の符号を付してある。1
1はテーブル検索部、13a〜13nはエントリ部、3
6aは比較部31aと同様に比較一致信号CCaを出力
すると共に、不一致のときには比較不一致信号CNCを
出力する比較部である。また、37aは図1の例と同様
のレジスタステータス信号STを出力するステータス信
号生成部であり、ライトパルス信号WPあるいは比較一
致信号CCaに応じて信号STをセットし、レジスタリ
セット信号LRに応じて信号STをリセットする。
FIG. 3 is a block diagram of a table search unit which realizes a table updating method according to another embodiment of the present invention, and the same components as those in FIG. 1 are designated by the same reference numerals. 1
1 is a table search unit, 13a to 13n are entry units, 3
Reference numeral 6a is a comparison unit that outputs the comparison match signal CCa as in the comparison unit 31a, and outputs the comparison mismatch signal CNC when there is a mismatch. Further, 37a is a status signal generation unit for outputting the register status signal ST similar to the example of FIG. 1, and sets the signal ST according to the write pulse signal WP or the comparison match signal CCa and according to the register reset signal LR. Reset the signal ST.

【0032】また、38aはカウント制御部であり、比
較一致信号CCaが入力されると後述するダウンカウン
タのカウンタ値を初期値にセットさせるための初期値セ
ット信号FSを出力し、比較不一致信号CNCが入力さ
れると上記カウンタ値を1減らすためのカウントダウン
信号CDを出力し、カウンタ値が「0」で、かつ全エン
トリ不一致信号NCが入力されると信号FSを出力す
る。39aは2ビットの4進ダウンカウンタであり、セ
ット信号FSが入力されると内部のカウンタ値を初期値
3にセットし、カウントダウン信号CDが入力されると
カウンタ値を1減らし、このカウンタ値が「0」になる
とレジスタリセット信号LRを出力する。
Reference numeral 38a denotes a count control section which, when the comparison match signal CCa is inputted, outputs an initial value set signal FS for setting the counter value of a down counter, which will be described later, to an initial value, and a comparison disagreement signal CNC. Is input, a countdown signal CD for reducing the counter value by 1 is output, and when the counter value is "0" and the all entry mismatch signal NC is input, a signal FS is output. Reference numeral 39a is a 2-bit quaternary down counter, which sets an internal counter value to an initial value 3 when a set signal FS is input, and decrements the counter value by 1 when a countdown signal CD is input. When it becomes "0", the register reset signal LR is output.

【0033】次に、このようなテーブル検索部の動作を
説明する。図4はこのテーブル検索部11の動作を説明
するためのタイミングチャート図であり、PHはパケッ
トの受信を示すタイミング、DVCはダウンカウンタ3
9aの内部のカウンタ値である。なお、本実施例では、
IP(Internet Protocol )層においてノードを識別す
るためのネットワークアドレスであるIPアドレスを宛
先アドレスの1例として用いている。
Next, the operation of such a table search unit will be described. FIG. 4 is a timing chart for explaining the operation of the table search unit 11, where PH is the timing of packet reception and DVC is the down counter 3.
9a is the internal counter value. In this embodiment,
An IP address, which is a network address for identifying a node in the IP (Internet Protocol) layer, is used as an example of a destination address.

【0034】比較部36aは、受信したパケットの宛先
アドレスAD1とレジスタ部30aの宛先アドレスAD
2を比較し、これらが一致したときに、図4(b)のよ
うな比較一致信号CCaを出力し、これらが一致しない
と、図4(c)のような「L」レベルの比較不一致信号
CNCを出力する。カウント制御部38aは、信号CC
aが「L」になると、図4では図示しない初期値セット
信号FSを出力し、これによりダウンカウンタ39a
は、図4(d)のようにカウンタ値DVCを初期値3に
セットする(図4のタイミングA)。
The comparing unit 36a receives the destination address AD1 of the received packet and the destination address AD of the register unit 30a.
2 is compared, and when they match, a comparison match signal CCa as shown in FIG. 4B is output, and if they do not match, the “L” level comparison mismatch signal as shown in FIG. 4C. Output CNC. The count controller 38a uses the signal CC
When "a" becomes "L", an initial value setting signal FS (not shown in FIG. 4) is output, which causes the down counter 39a.
Sets the counter value DVC to the initial value 3 as shown in FIG. 4D (timing A in FIG. 4).

【0035】続いて、カウント制御部38aは、信号C
NCが「L」になると図4では図示しないカウントダウ
ン信号CDを出力し、これによりダウンカウンタ39a
は、図4(d)のようにカウンタ値DVCを1減らす
(図4のタイミングB)。比較不一致信号CNCの連続
出力により、このようなカウントダウンが連続して発生
し、カウンタ値DVCが「0」になると、ダウンカウン
タ39aは、図4(e)のようにレジスタリセット信号
LRを出力する(図4のタイミングC)。ただし、カウ
ンタ値DVCが「0」になった後に比較不一致信号CN
Cが「L」になっても、カウンタ値DVCは「0」のま
まで保持される。
Then, the count controller 38a outputs the signal C
When NC becomes "L", a countdown signal CD (not shown in FIG. 4) is output, whereby the down counter 39a is output.
Reduces the counter value DVC by 1 as shown in FIG. 4 (d) (timing B in FIG. 4). When such a countdown continuously occurs due to the continuous output of the comparison disagreement signal CNC and the counter value DVC becomes "0", the down counter 39a outputs the register reset signal LR as shown in FIG. 4 (e). (Timing C in FIG. 4). However, after the counter value DVC becomes "0", the comparison disagreement signal CN
Even if C becomes "L", the counter value DVC is held as "0".

【0036】図1の例では、このリセット信号LRによ
りレジスタ部30aの内容を削除していたが、本実施例
では、登録内容をできるだけ長く保持するために、リセ
ット信号LRをレジスタ部30aに入力しないので、こ
の時点ではまだ内容が保持されたままである。そして、
ステータス信号生成部37aは、リセット信号LRが
「L」になると、ステータス信号STを図2(i)のよ
うに「L」レベルにする。
In the example of FIG. 1, the contents of the register unit 30a are deleted by the reset signal LR, but in the present embodiment, the reset signal LR is input to the register unit 30a in order to hold the registered contents as long as possible. Since it does not, the contents are still retained at this point. And
When the reset signal LR becomes "L", the status signal generator 37a sets the status signal ST to "L" level as shown in FIG. 2 (i).

【0037】信号STが「L」になると、図1の例と同
様に、エントリID送出バッファ35aは、格納してい
たエントリ番号IDaをFIFOメモリ5に送出する。
こうして、更新可能なエントリとして、エントリ部13
aのエントリ番号IDaがFIFOメモリ5に格納され
たことになる。なお、図4(a)〜(i)と同様の動作
が各エントリ部で行われ、エントリ部13aと同様に更
新可能になり次第、このエントリ部のエントリ番号がF
IFOメモリ5に格納されるのは、図1の例と同様であ
る。
When the signal ST becomes "L", the entry ID sending buffer 35a sends the stored entry number IDa to the FIFO memory 5, as in the example of FIG.
In this way, as the updatable entry, the entry unit 13
This means that the entry number IDa of a is stored in the FIFO memory 5. Note that the same operation as in FIGS. 4A to 4I is performed in each entry part, and as soon as the entry part 13a can be updated, the entry number of this entry part becomes F.
The storage in the IFO memory 5 is the same as in the example of FIG.

【0038】次に、全エントリ不一致検出部4、FIF
Oメモリ5は、図1の例と全く同じ動作を行う。そし
て、ライトパルス生成部34aも、図1の例と全く同じ
条件で図4(k)のようなライトパルス信号WPを出力
する(図4のタイミングD)。この「L」レベルの信号
WPにより、レジスタ部30aには、図4(f)、
(g)のように新しい宛先アドレスAD2、送出先情報
PN2が書き込まれる。そして、信号WPが「L」にな
ったことにより、ステータス信号生成部37aは、レジ
スタステータス信号STを図4(i)のように「H」レ
ベルにする。
Next, the all entry mismatch detection section 4, the FIF
The O memory 5 performs exactly the same operation as in the example of FIG. Then, the write pulse generator 34a also outputs the write pulse signal WP as shown in FIG. 4 (k) under exactly the same conditions as in the example of FIG. 1 (timing D in FIG. 4). By this "L" level signal WP, the register unit 30a receives the signal shown in FIG.
As shown in (g), new destination address AD2 and destination information PN2 are written. Then, since the signal WP has become "L", the status signal generator 37a sets the register status signal ST to "H" level as shown in FIG. 4 (i).

【0039】また、カウント制御部38aは、ダウンカ
ウンタ39aのカウンタ値が「0」で、かつ「L」レベ
ルの全エントリ不一致信号NCが入力されたので、初期
値セット信号FSを出力し、これによりダウンカウンタ
39aは、図4(d)のようにカウンタ値DVCを初期
値3にセットする。以上のようにして、エントリ部13
aの登録内容が更新される。
Since the count value of the down counter 39a is "0" and the all-entry mismatch signal NC of "L" level is input, the count control section 38a outputs the initial value set signal FS. Thus, the down counter 39a sets the counter value DVC to the initial value 3 as shown in FIG. As described above, the entry unit 13
The registered content of a is updated.

【0040】なお、カウンタ値DVCが「0」の間に更
新処理が発生せず、「L」レベルの比較一致信号CCa
が生じた場合(つまり、登録された宛先アドレスを有す
るパケットが再び受信されたことを示す)、カウンタ制
御部38aは、この信号CCaに応じてセット信号FS
を出力し、カウンタ値DVCは初期値3にセットされる
(図4のタイミングE)。
The update process does not occur while the counter value DVC is "0", and the comparison match signal CCa of "L" level is generated.
Occurs (that is, it indicates that the packet having the registered destination address is received again), the counter control unit 38a responds to the signal CCa to set the signal FS.
Is output, and the counter value DVC is set to the initial value 3 (timing E in FIG. 4).

【0041】このように、本実施例は、各エントリ部の
レジスタ部に登録された宛先アドレスを有するパケット
の受信頻度をカウンタ値DVCによって監視して、受信
頻度が低い場合(カウンタ値DVCが初期値3にセット
されてから3回受信がなかった場合)は、このエントリ
部のエントリ番号をFIFOメモリ5に更新可能なエン
トリ部として登録するものである。
As described above, in this embodiment, the reception frequency of the packet having the destination address registered in the register section of each entry section is monitored by the counter value DVC, and when the reception frequency is low (the counter value DVC is the initial value). When the value is set to 3 and there is no reception 3 times), the entry number of this entry part is registered in the FIFO memory 5 as an updatable entry part.

【0042】これにより、図1の例のような時間でなく
受信量で更新処理の対象を決定することができる。な
お、本実施例では、レジスタ部の内容を上書きしている
が、レジスタ部にレジスタリセット信号LRを入力する
ことにより、エントリ部が更新可能状態になった時点で
レジスタ部の内容を削除することができるのは言うまで
もない。
As a result, the target of the update process can be determined based on the reception amount instead of the time as in the example of FIG. Although the contents of the register unit are overwritten in the present embodiment, the contents of the register unit can be deleted when the entry unit becomes updatable by inputting the register reset signal LR to the register unit. It goes without saying that you can do it.

【0043】[0043]

【発明の効果】本発明によれば、各エントリ部が、登録
された宛先アドレスを有するパケットがタイマ監視信号
の周期の間に受信されたかどうかを監視して、受信され
ない場合は登録内容を更新可能状態にし、この状態で全
エントリ不一致信号が入力されたときに登録内容を更新
するので、キャッシュテーブルの更新処理を各エントリ
部によってパラレルに処理することができる。このた
め、登録内容の更新が必要になったときに瞬時に処理を
行うことができ、次の処理の待ち時間が発生せず、ゲー
トウェイ装置の処理能力を低下させることがなくなる。
According to the present invention, each entry unit monitors whether a packet having a registered destination address is received during the period of the timer monitoring signal, and if not received, updates the registered content. Since the registered contents are updated when the non-matching signal for all entries is input in this enabled state, the cache table update process can be processed in parallel by each entry unit. Therefore, when the registration contents need to be updated, the processing can be performed instantaneously, the waiting time for the next processing does not occur, and the processing capacity of the gateway device is not reduced.

【0044】また、各エントリ部が、登録された宛先ア
ドレスを有するパケットの受信頻度を監視して、受信頻
度が低い場合は登録内容を更新可能状態にし、この状態
で全エントリ不一致信号が入力されたときに登録内容を
更新するので、キャッシュテーブルの更新処理を各エン
トリ部によってパラレルに処理することができる。この
ため、登録内容の更新が必要になったときに瞬時に処理
を行うことができ、次の処理の待ち時間が発生せず、ゲ
ートウェイ装置の処理能力を低下させることがなくな
る。また、受信量で更新処理の対象を決定するので、通
信状況に適切に対応した更新処理を行うことができる。
Further, each entry part monitors the reception frequency of the packet having the registered destination address, and when the reception frequency is low, the registered contents are made updateable. In this state, the all entry mismatch signal is input. Since the registered contents are updated at this time, the cache table update processing can be processed in parallel by each entry unit. Therefore, when the registration contents need to be updated, the processing can be performed instantaneously, the waiting time for the next processing does not occur, and the processing capacity of the gateway device is not reduced. Moreover, since the target of the update process is determined based on the received amount, the update process can be performed appropriately corresponding to the communication status.

【0045】また、格納したエントリ番号を順次出力す
るFIFOメモリを設けることにより、このFIFOメ
モリによって更新対象のエントリ部が決定されるので、
更新可能なエントリ部が複数存在する場合にも、特定の
エントリ部だけに更新処理が偏るようなことがなくな
る。
Further, by providing a FIFO memory for sequentially outputting the stored entry numbers, the entry portion to be updated is determined by this FIFO memory.
Even when there are a plurality of updatable entry parts, the updating process is not biased to a specific entry part.

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

【図1】 本発明の1実施例を示すテーブル更新方式を
実現するテーブル検索部のブロック図である。
FIG. 1 is a block diagram of a table search unit that realizes a table updating method according to an embodiment of the present invention.

【図2】 図1のテーブル検索部の動作を説明するため
のタイミングチャート図である。
FIG. 2 is a timing chart diagram for explaining the operation of the table search unit of FIG.

【図3】 本発明の他の実施例を示すテーブル更新方式
を実現するテーブル検索部のブロック図である。
FIG. 3 is a block diagram of a table search unit that realizes a table updating method according to another embodiment of the present invention.

【図4】 図3のテーブル検索部の動作を説明するため
のタイミングチャート図である。
FIG. 4 is a timing chart diagram for explaining the operation of the table search unit of FIG.

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

1、11…テーブル検索部、2…タイマ部、3a〜3
n、13a〜13n…エントリ部、4…全エントリ不一
致検出部、5…FIFOメモリ、30a…レジスタ部、
31a、36a…比較部、32a…リセットパルス生成
部、33a、37a…ステータス信号生成部、34a…
ライトパルス生成部、35a…エントリID送出バッフ
ァ、38a…カウント制御部、39a…ダウンカウン
タ。
1, 11 ... Table search unit, 2 ... Timer unit, 3a to 3a
n, 13a to 13n ... Entry section, 4 ... All entry mismatch detection section, 5 ... FIFO memory, 30a ... Register section,
31a, 36a ... Comparison unit, 32a ... Reset pulse generation unit, 33a, 37a ... Status signal generation unit, 34a ...
Write pulse generator, 35a ... Entry ID sending buffer, 38a ... Count controller, 39a ... Down counter.

フロントページの続き (56)参考文献 特開 平7−202930(JP,A) 特開 平6−338907(JP,A) 特開 平6−261078(JP,A) 特開 平6−152655(JP,A) IEEE INFOCOM’91 P. 1228−1236 IEEE INFOCOM’88 P. 298−307 情報処理学会研究報告 DPS−74− 34Continuation of front page (56) Reference JP-A-7-202930 (JP, A) JP-A-6-338907 (JP, A) JP-A-6-261078 (JP, A) JP-A-6-152655 (JP , A) IEEE INFOCOM'91 P. 1228-1236 IEEE INFOCOM'88 P. 298-307 IPSJ Research Report DPS-74- 34

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 頻繁に転送するパケットの宛先アドレス
とこのパケットの送出先の対応関係を登録したキャッシ
ュテーブルから、受信したパケットの宛先アドレスを基
にしてその送出先を求めるゲートウェイ装置のテーブル
検索部内に、 所定時間の周期を有するタイマ監視信号を生成するタイ
マ部と、 宛先アドレスとこれに対応する送出先情報とからなる登
録内容を格納する前記キャッシュテーブルとなる複数の
エントリ部と、 受信したパケットの宛先アドレスと各エントリ部に登録
されている宛先アドレスが一致しないときに、全エント
リ不一致信号を出力する全エントリ不一致検出部とを備
えた、前記登録内容の更新処理を行うゲートウェイ装置
のテーブル更新方式であって、 各エントリ部は、登録された宛先アドレスを有するパケ
ットがタイマ監視信号の周期の間に受信されたかどうか
を監視して、受信されない場合は前記登録内容を更新可
能状態にし、この状態で全エントリ不一致信号が入力さ
れたときに、登録内容を受信したパケットの宛先アドレ
スとこれに対応する送出先情報に更新するものであるこ
とを特徴とするゲートウェイ装置のテーブル更新方式。
1. A table search unit of a gateway device that obtains a destination of a packet based on the destination address of a received packet from a cache table in which the correspondence between the destination address of a packet that is frequently transferred and the destination of the packet is registered. A timer section for generating a timer monitoring signal having a predetermined period of time, a plurality of entry sections serving as the cache table for storing registration contents including a destination address and destination information corresponding thereto, and a received packet Of the gateway device for updating the registered content, which includes an all-entry inconsistency detection unit that outputs an all-entry inconsistency signal when the destination address of each entry does not match the destination address registered in each entry unit. Each entry part has a packet with a registered destination address. Is received during the period of the timer monitoring signal, and if it is not received, the registered content is updated, and when the all-entry mismatch signal is input in this state, the registered content is received. A table updating method for a gateway device, characterized in that a destination address of a packet and destination information corresponding thereto are updated.
【請求項2】 頻繁に転送するパケットの宛先アドレス
とこのパケットの送出先の対応関係を登録したキャッシ
ュテーブルから、受信したパケットの宛先アドレスを基
にしてその送出先を求めるゲートウェイ装置のテーブル
検索部内に、 宛先アドレスとこれに対応する送出先情報とからなる登
録内容を格納する前記キャッシュテーブルとなる複数の
エントリ部と、 受信したパケットの宛先アドレスと各エントリ部に登録
されている宛先アドレスが一致しないときに、全エント
リ不一致信号を出力する全エントリ不一致検出部とを備
えた、前記登録内容の更新処理を行うゲートウェイ装置
のテーブル更新方式であって、 各エントリ部は、登録された宛先アドレスを有するパケ
ットの受信頻度を監視して、受信頻度が低い場合は前記
登録内容を更新可能状態にし、この状態で全エントリ不
一致信号が入力されたときに、登録内容を受信したパケ
ットの宛先アドレスとこれに対応する送出先情報に更新
するものであることを特徴とするゲートウェイ装置のテ
ーブル更新方式。
2. A table search unit of a gateway device that obtains a destination of a packet based on a destination address of a received packet from a cache table in which a correspondence relation between a destination address of a packet that is frequently transferred and a destination of the packet is registered. In addition, a plurality of entry parts that are the cache table that stores the registered contents consisting of the destination address and the transmission destination information corresponding to this, the destination address of the received packet and the destination address registered in each entry part match. A table updating method of a gateway device that performs an updating process of the registered contents, which is provided with an all-entry mismatch detection unit that outputs an all-entry mismatch signal when each entry unit does not register the registered destination address. Monitor the reception frequency of the packets you have, and if the reception frequency is low, update the registered contents. The gateway device is characterized in that the registration contents are updated to the destination address of the received packet and the destination information corresponding thereto when the all-entry disagreement signal is input in this state. Table update method.
【請求項3】 請求項1又は2記載のゲートウェイ装置
のテーブル更新方式において、 各エントリ部に付与されたエントリ番号が入力されたと
きにこれを記憶し、全エントリ不一致信号が入力される
と、記憶しているエントリ番号を格納した順に出力する
FIFOメモリを有し、 各エントリ部は、前記登録内容が更新可能状態になった
ときに自分のエントリ番号をFIFOメモリに出力する
と共に、FIFOメモリから自分のエントリ番号が入力
された場合のみ登録内容を更新するものであることを特
徴とするゲートウェイ装置のテーブル更新方式。
3. The table updating method for a gateway device according to claim 1, wherein when an entry number assigned to each entry part is input, it is stored, and when an all-entry disagreement signal is input, It has a FIFO memory that outputs the stored entry numbers in the order in which they are stored, and each entry unit outputs its own entry number to the FIFO memory when the registered content becomes updatable and from the FIFO memory. A table updating method for a gateway device, characterized in that the registered contents are updated only when the user's own entry number is entered.
JP6034695A 1995-03-20 1995-03-20 Table update method for gateway device Expired - Lifetime JP2681342B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6034695A JP2681342B2 (en) 1995-03-20 1995-03-20 Table update method for gateway device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6034695A JP2681342B2 (en) 1995-03-20 1995-03-20 Table update method for gateway device

Publications (2)

Publication Number Publication Date
JPH08265371A JPH08265371A (en) 1996-10-11
JP2681342B2 true JP2681342B2 (en) 1997-11-26

Family

ID=13139522

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6034695A Expired - Lifetime JP2681342B2 (en) 1995-03-20 1995-03-20 Table update method for gateway device

Country Status (1)

Country Link
JP (1) JP2681342B2 (en)

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
IEEE INFOCOM’88 P.298−307
IEEE INFOCOM’91 P.1228−1236
情報処理学会研究報告 DPS−74−34

Also Published As

Publication number Publication date
JPH08265371A (en) 1996-10-11

Similar Documents

Publication Publication Date Title
US5027350A (en) Method and apparatus for providing a local area network bridge
US6236658B1 (en) Method and apparatus for message routing, including a content addressable memory
JP4834493B2 (en) Network relay device and method for controlling network relay device
US7885296B2 (en) Maintaining consistency among multiple timestamp counters distributed among multiple devices
US6570877B1 (en) Search engine for forwarding table content addressable memory
US8036202B2 (en) Physical layer transceiver with integrated time synchronization
US5938736A (en) Search engine architecture for a high performance multi-layer switch element
CN110808910B (en) OpenFlow flow table energy-saving storage framework supporting QoS and method thereof
JP3186681B2 (en) Route search circuit and communication control device
JP2002541732A (en) Automatic service adjustment detection method for bulk data transfer
JP2005010970A (en) Distributed cache control method, network system, and control server or router used for network concerned
KR20080083828A (en) Stateful packet filter and table management method thereof
JP2000349811A (en) Communication controller
US6421660B1 (en) Enhanced searching method and apparatus for variable bit chains
JP2681342B2 (en) Table update method for gateway device
JP2001203702A (en) Shaper and scheduing method used for the same
US7257681B2 (en) Maintaining entity order with gate managers
CN114024844B (en) Data scheduling method, data scheduling device and electronic equipment
JP3795881B2 (en) Table search method and apparatus
US20080232388A1 (en) Forwarding apparatus, forwarding method, and computer product
CN113364891B (en) Network communication device and operation method of network mapping table
US20240113996A1 (en) Routing information management method for a layer-3 switch, and system implementing the same
JP2002164924A (en) Packet processing unit
US7103709B2 (en) Retrieving device and method, recording medium, and program for enabling a plurality of associative memories for retrieval and auto-storing
JPH1023059A (en) Inter-lan connection device