JP4147495B2 - Communication device - Google Patents

Communication device Download PDF

Info

Publication number
JP4147495B2
JP4147495B2 JP2008072820A JP2008072820A JP4147495B2 JP 4147495 B2 JP4147495 B2 JP 4147495B2 JP 2008072820 A JP2008072820 A JP 2008072820A JP 2008072820 A JP2008072820 A JP 2008072820A JP 4147495 B2 JP4147495 B2 JP 4147495B2
Authority
JP
Japan
Prior art keywords
vpi
address
conversion table
mac
internal
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
JP2008072820A
Other languages
Japanese (ja)
Other versions
JP2008160890A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2008072820A priority Critical patent/JP4147495B2/en
Publication of JP2008160890A publication Critical patent/JP2008160890A/en
Application granted granted Critical
Publication of JP4147495B2 publication Critical patent/JP4147495B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、複数の第一の通信網と、この第一の通信網と通信規約が異なる第二の通信網との間に設置されて通信制御を行う通信装置に関する。   The present invention relates to a communication apparatus that is installed between a plurality of first communication networks and a second communication network having a communication protocol different from that of the first communication network and performs communication control.

各種のデータを伝送するネットワークシステムとして、例えば、ATM(Asynchronus Transfer Mode)網や、イーサネット(登録商標)網(以下、LAN(Local Area Network)又は広域LANとして説明する)等が知られている。ATM網に於いては、データを48バイトにセル化して、5バイトのヘッダ部を付加した53バイト構成のセルを伝送するものであり、そのセルのヘッダ部のVPI(Virtual Path Identifier),VCI(Virtual Channel Identifier)に従って相手側に高速伝送するものである。又LANに於いては、送信先アドレスと送信元アドレスとをヘッダ部に付加して、データをフレーム構成で伝送するものであり、例えば、IEEE802.3の規定による100BASE−FX,100BASE−T,1000BASE−LX,1000BASE−SX,10GBASE−X等の仕様が知られている。   As a network system for transmitting various data, for example, an ATM (Asynchronous Transfer Mode) network, an Ethernet (registered trademark) network (hereinafter, referred to as a LAN (Local Area Network) or a wide area LAN) and the like are known. In the ATM network, data is converted into cells of 48 bytes, and a 53-byte cell with a 5-byte header added is transmitted, and the VPI (Virtual Path Identifier), VCI of the header of the cell is transmitted. According to (Virtual Channel Identifier), high-speed transmission is performed to the other party. In a LAN, a transmission destination address and a transmission source address are added to a header portion, and data is transmitted in a frame configuration. For example, 100BASE-FX, 100BASE-T, Specifications such as 1000BASE-LX, 1000BASE-SX, and 10GBASE-X are known.

又LANに於いては、端末装置についてMAC(Media Access Control)アドレスが割り付けられており、このMACアドレスを送信先アドレスとすることにより、データをフレーム構成として送信するものである。又、広域LANに於いては、地理的に離れた拠点に位置する各端末装置が、それぞれの拠点に配置され所要の伝送能力を備えたブリッジ装置等を介して接続される。なお、通信データとしてMACアドレスが不定のIP(Internet Protocol)パケットを効率良く転送する場合、そのブリッジ装置にアドレステーブルを設けて、IP(Internet Protcol)アドレスとMACアドレスとの変換を行う機能を設ける方法がある。そのアドレステーブルを構築する場合に、伝送レイヤ間を跨がるアドレス解決手段として、例えば、ARP(Address Resolution Protocol)を利用して、送信先のMACアドレスを取得する手段が知られている(例えば、特許文献1参照)。
特開2002−319953号公報
In a LAN, a MAC (Media Access Control) address is assigned to a terminal device, and data is transmitted as a frame structure by using the MAC address as a transmission destination address. In a wide area LAN, terminal devices located at geographically distant bases are connected via bridge devices or the like that are arranged at the respective bases and have a required transmission capability. In addition, when an IP (Internet Protocol) packet with an undefined MAC address is efficiently transferred as communication data, an address table is provided in the bridge device, and a function for converting between an IP (Internet Protocol) address and a MAC address is provided. There is a way. When constructing the address table, as an address resolution unit that crosses between transmission layers, for example, a unit that acquires a MAC address of a transmission destination using ARP (Address Resolution Protocol) is known (for example, , See Patent Document 1).
JP 2002-319953 A

前述のATM網は、セル化したデータを、ヘッダに付加したVPI/VCIに従って伝送するものであり、各種の利点を含むものであるが、ATM交換機や複数の拠点間を結ぶ通信回線の維持にかかるコストが高価であるから、ネットワークシステムとして、コストアップとなる問題を含むものである。これに対して、前述のLANは、マルチポイント・ツウ・マルチポイントの通信回線を比較的安価に維持でき、且つ、高価な交換機を含まないので、コストダウンを図ることができる利点がある。そこで、ATM網の一部をLAN(特に広域LAN)により構成し、複数のATM交換機を、LANを介して接続したネットワークシステムを構築することを提案するものであり、その場合に、ATM網に於けるセルのヘッダに付加するVPI/VCIと、LANに於けるフレームに付加するMACアドレスとの変換を行う手段、即ち、アドレス解決手段が必要となる。   The above-mentioned ATM network transmits cellular data in accordance with VPI / VCI added to the header and includes various advantages. However, the cost for maintaining a communication line connecting an ATM switch and a plurality of bases. However, the network system includes a problem of increasing the cost. On the other hand, the above-mentioned LAN has an advantage that a multipoint-to-multipoint communication line can be maintained at a relatively low cost and an expensive exchange is not included, so that the cost can be reduced. Therefore, it is proposed to construct a network system in which a part of the ATM network is configured by a LAN (particularly, a wide area LAN) and a plurality of ATM exchanges are connected via the LAN. A means for converting the VPI / VCI added to the cell header in the cell and the MAC address added to the frame in the LAN, that is, an address resolution means is required.

そこで、MACアドレス管理サーバを設けることが考えられる。しかし、MACアドレス管理サーバは、比較的高価であり、且つATM交換機対応に設ける必要があるから、LANを用いても充分なコストダウンを図ることができない問題がある。なお、前述の従来例に於けるブリッジ装置のMACアドレス変換は、IPアドレスとMACアドレスとの変換手段を示すのみで、ATM網については全く考慮されていないものである。   Therefore, it is conceivable to provide a MAC address management server. However, since the MAC address management server is relatively expensive and needs to be provided for an ATM switch, there is a problem that the cost cannot be sufficiently reduced even if a LAN is used. Note that the MAC address conversion of the bridge device in the above-described conventional example only shows a means for converting an IP address and a MAC address, and is not considered at all for the ATM network.

本発明は、前述の従来の問題点を解決するものであり、比較的簡単な構成で、且つ比較的廉価な構成により、ATM網等の第一の通信網と、LAN等の第二の通信網との間の通信制御を行う通信装置を提供することを目的とし、コストダウンを図ると共に、アドレス解決を図る。   The present invention solves the above-mentioned conventional problems, and has a relatively simple configuration and a relatively inexpensive configuration, so that a first communication network such as an ATM network and a second communication such as a LAN are provided. An object of the present invention is to provide a communication device that performs communication control with a network, thereby reducing costs and address resolution.

本発明の通信装置は、通信規約が同じである複数の第一の通信網と、この第一の通信網とは通信規約が異なる第二の通信網との間に設置され、自らを識別するための自機器識別子を有した通信装置であって、第二の通信網内にて利用される内部識別子と、データの送付元機器を識別する送付元識別子とを対応づけて格納するアドレス変換テーブルと、他の通信装置から第二の通信網を介して、当該他の通信装置を識別するための他機器識別子と、第二の通信網内にて利用される内部識別子とを受信する受信手段と、受信した内部識別子が前記アドレス変換テーブルに含まれているか否かを判断する判断手段と、この判断手段にて、受信した内部識別子が前記アドレス変換テーブルに含まれていると判断された場合に、前記自機器識別子を前記第二の通信網に送信する送信手段とが設けられている。又前記受信した内部識別子が前記アドレス変換テーブルに含まれている場合に、前記受信手段にて受信した前記他の通信装置を識別するための他機器識別子を、前記アドレス変換テーブルに前記内部識別子と対応づけて格納する格納手段を有することができる。     The communication device of the present invention is installed between a plurality of first communication networks having the same communication protocol and a second communication network having a communication protocol different from that of the first communication network, and identifies itself. Address conversion table for storing an internal identifier used in the second communication network in association with a sender identifier for identifying a sender device of data Receiving means for receiving another device identifier for identifying the other communication device and an internal identifier used in the second communication network from the other communication device via the second communication network. And determining means for determining whether or not the received internal identifier is included in the address conversion table, and when the determining means determines that the received internal identifier is included in the address conversion table The device identifier is And transmitting means are provided for transmitting to the second communication network. When the received internal identifier is included in the address translation table, another device identifier for identifying the other communication device received by the receiving unit is included in the address translation table as the internal identifier. Storage means for storing the data in association with each other can be provided.

なお、本発明は、複数のATM網をそれぞれコンバータ装置によりLANに接続したネットワークシステムに於いて、前記コンバータ装置は、アドレス変換テーブルと制御処理部とを有し、前記ATM網により伝送するセルの宛先を示す外部VPI/VCIに対応すると共に、前記LANに一意に割り付けた内部VPI/VCIと、自装置のMACアドレスとを含む特殊フレームを前記LANにブロードキャストする過程と、該特殊フレームの前記内部VPI/VCIを識別して受信したコンバータ装置は、該特殊フレームの送信元MACアドレスを送信先MACアドレスとし、自装置のMACアドレスを送信元MACアドレスとした応答フレームを前記LANに送信する過程と、この応答フレームを受信したコンバータ装置は、外部VPI/VCIと、前記内部VPI/VCIと、前記応答フレームの送信元MACアドレスを対向MACアドレスとして対応つけてアドレス変換テーブルに登録設定する過程とを含ませることも可能である。   According to the present invention, in a network system in which a plurality of ATM networks are connected to a LAN by a converter device, the converter device has an address conversion table and a control processing unit, and a cell to be transmitted by the ATM network. Broadcasting a special frame corresponding to the external VPI / VCI indicating the destination and including the internal VPI / VCI uniquely assigned to the LAN and the MAC address of the own device to the LAN, and the internal of the special frame The converter device that has received and identified the VPI / VCI transmits a response frame having the transmission source MAC address of the special frame as the transmission destination MAC address and the MAC address of its own device as the transmission source MAC address to the LAN. The converter device receiving this response frame receives the external VPI. VCI and, with the internal VPI / VCI, it is also possible to include the steps of wearing the corresponding register set in the address conversion table the source MAC address of the response frame as a facing MAC address.

又前記内部VPI/VCIをIPv6アドレスに含む前記特殊フレームを前記LANに送信する過程と、前記内部VPI/VCIに対応するコンバータ装置からの応答フレームを受信して前記アドレス変換テーブルを構築する過程を含ませることも可能である。   A process of transmitting the special frame including the internal VPI / VCI in an IPv6 address to the LAN, and a process of receiving a response frame from a converter corresponding to the internal VPI / VCI and constructing the address conversion table. It can also be included.

又前記コンバータ装置は、周期的に前記特殊フレームを前記LANに送信し、該特殊フレームに対する応答フレームを受信して、前記アドレス変換テーブルの設定登録を行う過程を含ませることも可能である。   The converter device may include a process of periodically transmitting the special frame to the LAN, receiving a response frame for the special frame, and performing setting registration of the address conversion table.

又複数のATM網をそれぞれコンバータ装置によりLANに接続したネットワークシステムの通信制御方法として、前記コンバータ装置は、アドレス変換テーブルと対向VPI−MACテーブルと制御処理部とを有し、前記ATM網により伝送するセルの宛先を示す外部VPI/VCIに対応すると共に、前記LANに一意に割り付けた内部VPI/VCIと、対向MACアドレスとを前記アドレス変換テーブルに設定登録し、且つ前記対向VPI−MACテーブルに、前記外部VPI/VCIと、前記内部VPI/VCIと、前記LANを介した対向コンバータ装置に対する送信先MACアドレスと、自装置のMACアドレスを示す対向MACアドレスとを設定登録し、該対向VPI−MACテーブルの設定登録内容を基に前記内部VPI/VCIと前記送信先MACアドレスと前記自装置のMACアドレスを示す対向MACアドレスとを含む特殊フレームを前記LANに送信する過程と、該特殊フレームを前記送信先MACアドレスに従って受信したコンバータ装置は、該コンバータ装置のアドレス変換テーブルに、外部VPI/VCIと内部VPI/VCIとに対応して、前記特殊フレームの対向MACアドレスを設定登録する過程とを含ませることも可能である。   As a communication control method for a network system in which a plurality of ATM networks are connected to a LAN by a converter device, the converter device has an address conversion table, a counter VPI-MAC table, and a control processing unit, and is transmitted by the ATM network. The internal VPI / VCI uniquely assigned to the LAN and the opposite MAC address are set and registered in the address conversion table, and are registered in the opposite VPI-MAC table. The external VPI / VCI, the internal VPI / VCI, the destination MAC address for the opposing converter device via the LAN, and the opposing MAC address indicating its own MAC address are set and registered, and the opposing VPI- The internal VPI based on the setting registration contents of the MAC table A process of transmitting a special frame including a VCI, the destination MAC address, and a counter MAC address indicating the MAC address of the own device to the LAN, and a converter device that has received the special frame according to the destination MAC address, It is also possible to include a process of setting and registering the opposite MAC address of the special frame corresponding to the external VPI / VCI and the internal VPI / VCI in the address conversion table of the converter device.

複数のATM交換機を含むATM網等の第一の通信網を、LAN等の第二の通信網を介して接続する為の通信装置は、アドレス変換テーブルを含む比較的簡単な構成であり、従って、ネットワークシステムのコストダウンを図ることができると共に、ATM網を伝送するセルを、フレームとしてLANにより伝送する為のアドレス解決は、アドレス変換テーブルにより行うことができる。そのアドレス解決の為のアドレス変換テーブルは、VPI−MAC解決フレーム等の特殊フレームの送受信により効率良く自律的に構築することが可能である。   A communication device for connecting a first communication network such as an ATM network including a plurality of ATM exchanges via a second communication network such as a LAN has a relatively simple configuration including an address conversion table. The cost of the network system can be reduced, and the address resolution for transmitting the cell transmitting the ATM network as a frame by the LAN can be performed by the address conversion table. The address conversion table for address resolution can be efficiently and autonomously constructed by transmitting and receiving special frames such as VPI-MAC resolution frames.

本発明の通信装置は、通信規約が同じである複数の第一の通信網と、これらの第一の通信網とは通信規約が異なる第二の通信網との間に設置され、自らを識別するための自機器識別子を有する通信装置であって、第二の通信網内にて利用される内部識別子と、データの送付元機器を識別する送付元識別子とを対応づけて格納するアドレス変換テーブルと、他の通信装置から第二の通信網を介して、当該他の通信装置を識別するための他機器識別子と、第二の通信網内にて利用される内部識別子とを受信する受信手段と、この受信手段により受信した内部識別子がアドレス変換テーブルに含まれているか否かを判断する判断手段と、この判断手段により、受信内部識別子がアドレス変換テーブルに含まれていると判断された場合に、自機器識別子を第二の通信網に送信する送信手段とを含む構成を備えている。例えば、図1及び図2を参照すると、第一の通信網としてのATM網により伝送するセルの宛先を示す外部VPI/VCIと、第二の通信網としてのLAN3に一意に割り付けた内部VPI/VCIと、LAN3に接続された対向コンバータ装置2−1〜2−3の対向MACアドレスとを対応つけて格納するアドレス変換テーブル24と、ATM網からのセルのヘッダの外部VPI/VCIを、アドレス変換テーブル24を参照して内部VPI/VCIに変更し、且つ内部VPI/VCIに対応する対向MACアドレスを付加したフレームとして変換のうえLAN3に送出し、LAN3から受信したフレームを、アドレス変換テーブル24を参照して、このフレームの対向MACアドレスを除去すると共に、内部VPI/VCIを外部VPI/VCIに変更したセルとして変換したものをATM網に送出する制御を行う制御処理部21とを備えることができる。   The communication device of the present invention is installed between a plurality of first communication networks having the same communication protocol and a second communication network having a communication protocol different from the first communication network, and identifies itself. An address conversion table for storing an internal identifier used in the second communication network and a sender identifier for identifying the sender device of the data in association with the communication device having the own device identifier Receiving means for receiving another device identifier for identifying the other communication device and an internal identifier used in the second communication network from the other communication device via the second communication network. Determining means for determining whether or not the internal identifier received by the receiving means is included in the address conversion table; and if the determining means determines that the received internal identifier is included in the address conversion table The device identification The has a configuration including a transmitting means for transmitting to the second communication network. For example, referring to FIGS. 1 and 2, an external VPI / VCI indicating a destination of a cell transmitted by an ATM network as a first communication network, and an internal VPI / VCI uniquely assigned to a LAN 3 as a second communication network. An address conversion table 24 that stores the VCI and the opposite MAC addresses of the opposite converter devices 2-1 to 2-3 connected to the LAN 3 in association with each other, and an external VPI / VCI in the header of the cell from the ATM network The conversion table 24 is changed to the internal VPI / VCI, converted as a frame to which the opposite MAC address corresponding to the internal VPI / VCI is added, sent to the LAN 3, and the frame received from the LAN 3 is sent to the address conversion table 24. To remove the opposite MAC address of this frame and change the internal VPI / VCI to the external VPI. May comprise a control processor 21 for performing control for delivering a transformation as a cell has been changed to the VCI to the ATM network.

なお、第一の通信網としての複数のATM網をそれぞれコンバータ装置2−1〜2−3により第二の通信網としてのLAN3に接続し、コンバータ装置2−1〜2−3は、アドレス変換テーブル24と制御処理部21とを有し、ATM網により伝送するセルの宛先を示す外部VPI/VCIに対応すると共に、LANに一意に割り付けた内部VPI/VCIと、自装置のMACアドレスとを含むVPI−MAC解決フレーム等の特殊フレームを、LAN3にブロードキャストし、この特殊フレームの内部VPI/VCIを識別して受信したコンバータ装置は、この特殊フレームの送信元MACアドレスを送信先MACアドレスとし、自装置のMACアドレスを送信元MACアドレスとした応答フレームをLAN3に送信する過程と、この応答フレームを受信したコンバータ装置は、外部VPI/VCIと、内部VPI/VCIと、応答フレームの送信元MACアドレスを対向MACアドレスとして対応つけてアドレス変換テーブル24に登録設定することができる。   A plurality of ATM networks as the first communication network are connected to the LAN 3 as the second communication network by the converter devices 2-1 to 2-3, respectively. A table 24 and a control processing unit 21, which corresponds to an external VPI / VCI indicating a destination of a cell transmitted by an ATM network, and which has an internal VPI / VCI uniquely assigned to a LAN and a MAC address of the own device. A converter device that broadcasts a special frame such as a VPI-MAC resolution frame including the same to the LAN 3 and identifies and receives the internal VPI / VCI of the special frame, uses the source MAC address of the special frame as a destination MAC address, The process of transmitting a response frame with the MAC address of the own device as the source MAC address to the LAN 3, and the response Converter apparatus which has received the frame may register set and the external VPI / VCI, and an internal VPI / VCI, the source MAC address of the response frame in association to the address translation table 24 as a facing MAC address.

図1は、本発明のネットワークシステムの概要を示すものであり、1−1〜1−3は第一の通信網としてのATM交換機又はATM交換機を含むATM網、2−1〜2−3はコンバータ装置、3は第二の通信網としての例えば前述のイーサネット(登録商標)網としてのLANを示す。即ち、ATM交換機1−1〜1−3を含む複数のATM網を、通信装置としてのコンバータ装置2−1〜2−3とLAN3とを介して接続したネットワークシステム構成の場合を示す。なお、ATM交換機は、更に多数設けて、それぞれコンバータ装置を介して、LAN3により相互に接続した構成とすることも可能である。又LAN3の一部或いは全部を広域LANとして構成することも可能である。   FIG. 1 shows an outline of a network system according to the present invention, wherein 1-1 to 1-3 are ATM exchanges as a first communication network or an ATM network including an ATM exchange, and 2-1 to 2-3 are The converter device 3 indicates a LAN as the second communication network, for example, the aforementioned Ethernet (registered trademark) network. That is, the case of a network system configuration in which a plurality of ATM networks including ATM exchanges 1-1 to 1-3 are connected via converters 2-1 to 2-3 as communication devices and a LAN 3 is shown. It should be noted that a larger number of ATM exchanges may be provided and connected to each other via the LAN 3 via converter devices. It is also possible to configure part or all of the LAN 3 as a wide area LAN.

図2は、コンバータ装置2の要部を示し、図1に於けるコンバータ装置2−1〜2−3に相当するものであり、21は制御処理部(CPU)、22はATM交換機1−1〜1−3と接続する為のATMインタフェース部(ATMIF)、23はLAN3と接続する為のLANインタフェース部(LANIF)、24はアドレス変換テーブルを示す。   FIG. 2 shows a main part of the converter device 2, which corresponds to the converter devices 2-1 to 2-3 in FIG. 1, wherein 21 is a control processing unit (CPU), 22 is an ATM switch 1-1. ... 1-3 are connected to an ATM interface unit (ATMIF), 23 is a LAN interface unit (LANIF) for connecting to the LAN 3, and 24 is an address conversion table.

制御処理部21は、プロセッサにより構成し、ATMインタフェース部22によるセルの送受信制御の処理と、アドレス変換テーブル24に対する書込み、読出し等の制御処理と、セルの宛先を示すヘッダのVPI/VCI(以下「VPI」として説明する)の変更処理と、送信するフレームに対するMACアドレスの付加及び受信したフレームのMACアドレスの削除の処理と、LANインタフェース部23によるフレームの送受信制御等を含む処理機能を有するものである。又アドレス変換テーブル24は、ATM網側の外部VPIと、LAN側の内部VPI(LAN内では一意の値とする)と、MACアドレスとを対応して設定するものであり、この設定完了後は、制御処理部21により、アドレス変換テーブル24を参照して、VPIとMACアドレスとの対応つけを行うことにより、LANを介して、ATM網間のデータ通信を行うことができる。   The control processing unit 21 is configured by a processor, and processing for cell transmission / reception control by the ATM interface unit 22, control processing such as writing to and reading from the address conversion table 24, and VPI / VCI (hereinafter referred to as VPI / VCI) of a header indicating the destination of the cell. A processing function including a change process (described as “VPI”), a process of adding a MAC address to a frame to be transmitted and a process of deleting a MAC address of a received frame, and a frame transmission / reception control by the LAN interface unit 23 It is. The address conversion table 24 sets an external VPI on the ATM network side, an internal VPI on the LAN side (a unique value in the LAN), and a MAC address, and after this setting is completed, The control processing unit 21 refers to the address conversion table 24 and associates the VPI with the MAC address, whereby data communication between ATM networks can be performed via the LAN.

図1に示すATM交換機1−1〜1−3と、コンバータ装置2−1〜2−3と、LAN3とについて、図3に示すように、コンバータ装置2−1〜2−3のMACアドレスをそれぞれAAAAA,BBBBB,CCCCCとし、コンバータ装置2−1に於ける外部VPIを100,101、内部VPIを70,71とし、コンバータ装置2−2に於ける外部VPIを110、内部VPIを70とし、コンバータ装置2−3に於ける外部VPIを111、内部VPIを71として、以下、アドレス変換テーブル24の設定等について説明する。   For the ATM exchanges 1-1 to 1-3, converter devices 2-1 to 2-3, and LAN 3 shown in FIG. 1, the MAC addresses of the converter devices 2-1 to 2-3 are set as shown in FIG. AAAA, BBBBB, and CCCCC, respectively, the external VPI in the converter device 2-1 is 100 and 101, the internal VPI is 70 and 71, the external VPI in the converter device 2-2 is 110, and the internal VPI is 70, The setting of the address conversion table 24 and the like will be described below assuming that the external VPI is 111 and the internal VPI is 71 in the converter device 2-3.

この実施例1に於いては、アドレス変換テーブル24を構築する場合に、このアドレス変換テーブル24に、外部VPIと内部VPIとを設定した後、コンバータ装置は、特殊フレームとして、VPI−MAC解決フレームを送受信することにより、MACアドレスの設定登録を行うものである。図4は、このVPI−MAC解決フレームの説明図であり、図4の(A)は、特殊フレームとしてのVPI−MAC解決フレーム(Request)の一例を示し、図4の(B)は、特殊フレームに対する応答フレームとしてのVPI−MAC解決フレーム(Reply)の一例を示し、それぞれ送信先MACアドレス、送信元MACアドレス、フレームのタイプ(TYPE)、要求種類、内部VPIのフィールドを含むものである。   In the first embodiment, when the address conversion table 24 is constructed, after setting the external VPI and the internal VPI in the address conversion table 24, the converter device uses the VPI-MAC resolution frame as a special frame. Is sent and received to perform MAC address setting registration. FIG. 4 is an explanatory diagram of this VPI-MAC resolution frame. FIG. 4A shows an example of a VPI-MAC resolution frame (Request) as a special frame, and FIG. An example of a VPI-MAC resolution frame (Reply) as a response frame to the frame is shown, and includes a destination MAC address, a source MAC address, a frame type (TYPE), a request type, and an internal VPI field.

LANを介して対向するコンバータ装置のMACアドレスを取得する為の特殊フレームとしてのVPI−MAC解決フレームは、図4の(A)に示すように、送信先MACアドレスを、ブロードキャストを示すアドレスとし、送信元MACアドレスは、自装置のMACアドレスとし、フレームのタイプは、VPI−MAC解決タイプとし、要求種別は、アドレス解決要求を示すRequestとし、内部VPIは、LAN内で一意に設定した内部VPIとする。   As shown in FIG. 4A, the VPI-MAC resolution frame as a special frame for acquiring the MAC address of the converter device facing through the LAN has a transmission destination MAC address as an address indicating broadcast, The source MAC address is the MAC address of the own device, the frame type is the VPI-MAC resolution type, the request type is Request indicating an address resolution request, and the internal VPI is an internal VPI uniquely set in the LAN. And

又このVPI−MAC解決フレームに対する応答フレームは、図4の(B)に示すように、先に受信したVPI−MAC解決フレームの送信元MACアドレスを、送信先MACアドレスとし、自装置のMACアドレスを、送信元MACアドレスとし、フレームのタイプは、VPI−MAC解決タイプとし、要求種別は、応答を示すReplyとし、内部VPIは、先に受信したVPI−MAC解決フレームの内部VPIとする。   In addition, as shown in FIG. 4B, the response frame to this VPI-MAC resolution frame is the MAC address of its own device with the source MAC address of the previously received VPI-MAC resolution frame as the destination MAC address. Is the source MAC address, the frame type is the VPI-MAC resolution type, the request type is Reply indicating a response, and the internal VPI is the internal VPI of the previously received VPI-MAC resolution frame.

図5は、本発明の実施例1のフローチャートを示し、図6の(A),(B)は、図5に於けるフローチャートに従ったMACアドレス解決処理について、コンバータ装置2の処理過程(1)〜(12)を示し、図1〜図4に示す構成も参照して説明する。図5に於いて、コンバータ装置2−1〜2−3をそれぞれA,B,Cとし、それぞれのアドレス変換テーブル24は、24a1,24b1,24c1として示すように、外部VPIと内部VPIとを設定しているが、LANを介したコンバータ装置に対する対向MACアドレスが設定されていない状態に於いて、コンバータ装置AのATMインタフェース部22により、外部VPI:100のATM交換機1−1(ATM網)からのセルを受信した場合についての処理過程を説明する。   FIG. 5 shows a flowchart of the first embodiment of the present invention. FIGS. 6A and 6B show processing steps (1) of the converter device 2 for the MAC address resolution processing according to the flowchart of FIG. ) To (12) and will be described with reference to the configuration shown in FIGS. In FIG. 5, converter devices 2-1 to 2-3 are A, B, and C, respectively, and each address conversion table 24 sets an external VPI and an internal VPI as shown as 24a1, 24b1, and 24c1. However, in the state where the opposite MAC address for the converter device via the LAN is not set, the ATM interface unit 22 of the converter device A uses the ATM switch 1-1 (ATM network) with an external VPI: 100. A processing process when the cell is received will be described.

コンバータ装置AのATMインタフェース部22により、ATM網からのセルを受信すると(1)(図6の(A)参照)、コンバータ装置Aの制御処理部21は、受信したセルのヘッダに付加されている外部VPI:100をキーとして、アドレス変換テーブル24a1(図5参照)を検索する(2)。   When a cell from the ATM network is received by the ATM interface unit 22 of the converter apparatus A (1) (see FIG. 6A), the control processing unit 21 of the converter apparatus A is added to the header of the received cell. The address translation table 24a1 (see FIG. 5) is searched using the external VPI: 100 as a key (2).

コンバータ装置Aの制御処理部21は、アドレス変換テーブル24a1に対向MACアドレスが設定されていないので、外部VPI:100に対応する内部VPI:70を取り出し(3)、受信したセルのヘッダの外部VPI:100を、この内部VPI:70に変更して、VPI−MAC解決フレーム(Request)を生成し(4)、LANインタフェース部(LANIF)23からLANに送信する(5)。このVPI−MAC解決フレーム(Request)は、図4の(A)に示すように、送信先MACアドレスを、ブロードキャストを示すものとし、送信元MACアドレスを自装置のMACアドレス:AAAAAとする。このMACアドレス:AAAAAは、制御処理部21に於いて自装置のMACアドレスとして認識されているものである。   Since the opposite MAC address is not set in the address conversion table 24a1, the control processing unit 21 of the converter device A extracts the internal VPI: 70 corresponding to the external VPI: 100 (3), and the external VPI of the received cell header. : 100 is changed to this internal VPI: 70, a VPI-MAC resolution frame (Request) is generated (4), and is transmitted from the LAN interface unit (LANIF) 23 to the LAN (5). In this VPI-MAC resolution frame (Request), as shown in FIG. 4A, the transmission destination MAC address indicates broadcast, and the transmission source MAC address is the MAC address of its own device: AAAAA. This MAC address: AAAAA is recognized by the control processing unit 21 as the MAC address of its own device.

コンバータ装置B,Cは、LANインタフェース部23を介したVPI−MAC解決フレーム(Request)を受信すると(6)(図6の(B)参照)、制御処理部21は、受信したVPI−MAC解決フレーム(Request)に付加されている内部VPI:70がアドレス変換テーブル24b1,24c1に設定されているか否かを検索する(7)。コンバータ装置Bに於いては、内部VPI:70がアドレス変換テーブル24b1(図5参照)に設定されているから、コンバータ装置Bの制御処理部21は、アドレス変換テーブル24b1から、その内部VPI:70を取り出し(8)、又受信したVPI−MAC解決フレームの送信元MACアドレス:AAAAAを、送信先MACアドレスとし、送信元MACアドレスを、自装置のMACアドレス:BBBBBとしたVPI−MAC解決フレーム(Reply)を生成して(9)、LANインタフェース部23から送信する(10)。その時、コンバータ装置Bのアドレス変換テーブル24b1に対して、内部VPI:70対応に、MACアドレス:AAAAAを設定することにより、24b2に示す内容とする。   When the converter devices B and C receive the VPI-MAC resolution frame (Request) via the LAN interface unit 23 (6) (see FIG. 6B), the control processing unit 21 receives the received VPI-MAC resolution frame. It is searched whether or not the internal VPI: 70 added to the frame (Request) is set in the address translation tables 24b1 and 24c1 (7). In the converter device B, since the internal VPI: 70 is set in the address conversion table 24b1 (see FIG. 5), the control processing unit 21 of the converter device B uses the internal VPI: 70 from the address conversion table 24b1. (8), and the VPI-MAC resolution frame (the source MAC address: AAAAA of the received VPI-MAC resolution frame is the destination MAC address, and the source MAC address is the MAC address of its own device: BBBBB ( (Reply) is generated (9) and transmitted from the LAN interface unit 23 (10). At that time, the content shown in 24b2 is obtained by setting the MAC address: AAAAA for the internal VPI: 70 in the address conversion table 24b1 of the converter apparatus B.

又コンバータ装置Cは、アドレス変換テーブル24c1に、内部VPI:70が設定されていないので、前述のVPI−MAC解決フレーム(Request)を受信しても、同一VPI無しとなるから、これに対する応答は行わない。従って、コンバータ装置Cのアドレス変換テーブルは、24c1(図5参照)と同一の24c2に示すものとなる。又コンバータ装置BからのVPI−MAC解決フレーム(Reply)を、図6の(A)の一点鎖線矢印で示すように、コンバータ装置AのLANインタフェース部23により受信(11)すると、制御処理部21は、アドレス変換テーブル24a1に、受信したMACアドレス:BBBBBを、内部VPI:70対応の領域に設定する(12)。   In addition, since the internal VPI: 70 is not set in the address conversion table 24c1, the converter device C does not have the same VPI even if it receives the above-mentioned VPI-MAC resolution frame (Request). Not performed. Therefore, the address conversion table of the converter device C is shown in 24c2 which is the same as 24c1 (see FIG. 5). When the VPI-MAC resolution frame (Reply) from the converter device B is received (11) by the LAN interface unit 23 of the converter device A as indicated by the one-dot chain arrow in FIG. Sets the received MAC address: BBBBB in the address conversion table 24a1 in an area corresponding to the internal VPI: 70 (12).

それにより、図5に示すように、コンバータ装置Aのアドレス変換テーブル24には、24a2として示すように、外部VPI:100、内部VPI:70に対応して、コンバータ装置BのMACアドレス:BBBBBが設定され、又コンバータ装置Bのアドレス変換テーブル24には、24b2として示すように、外部VPI:110、内部VPI:70に対応して、コンバータ装置AのMACアドレス:AAAAAが設定される。   As a result, as shown in FIG. 5, the address conversion table 24 of the converter device A includes the MAC address: BBBBB of the converter device B corresponding to the external VPI: 100 and the internal VPI: 70, as shown as 24a2. In the address conversion table 24 of the converter apparatus B, the MAC address: AAAAA of the converter apparatus A is set corresponding to the external VPI: 110 and the internal VPI: 70, as shown as 24b2.

この状態に於いて、コンバータ装置Aは、ATM網からの外部VPI:100のセルについて、制御処理部21は、外部VPI:100をキーとしてアドレス変換テーブル24(24a2)を検索し、前述のように、内部VPI:70と、MACアドレス:BBBBBとを読出して、セルのヘッダの外部VPI:100を内部VPI:70に変更し、このセルに、送信先MACアドレス:BBBBB、送信元MACアドレス:AAAAAを付加したフレームを生成し、そのフレームをLANに送出する。   In this state, the converter device A searches the address conversion table 24 (24a2) for the external VPI: 100 cell from the ATM network using the external VPI: 100 as a key, as described above. The internal VPI: 70 and the MAC address: BBBBB are read out, the external VPI: 100 in the header of the cell is changed to the internal VPI: 70, and the destination MAC address: BBBBB, the source MAC address: A frame with AAAAA added is generated, and the frame is sent to the LAN.

コンバータ装置Bに於いては、送信先MACアドレス:BBBBBのフレームを自装置宛として受信し、その送信先MACアドレス:BBBBBと送信元MACアドレス:AAAAAとを削除し、アドレス変換テーブル24(24b2)を参照して、内部VPI:70を、外部VPI:110に変更したセルを、ATMインタフェース部22からATM交換網へ送信する。従って、外部VPI:100のATM網からのセルを、LANを介して、外部VPI:110のATM網に送信するアドレス解決が可能となる。又コンバータ装置A,C間及びB,C間に於いても、前述の処理を行うことにより、アドレス変換テーブル24を構築することができる。それにより、LANを介して、複数のATM網間のデータ通信を行うことができる。   In the converter apparatus B, the frame of the transmission destination MAC address: BBBBB is received as addressed to the own apparatus, the transmission destination MAC address: BBBBB and the transmission source MAC address: AAAAA are deleted, and the address conversion table 24 (24b2). Referring to FIG. 4, the ATM interface unit 22 transmits a cell in which the internal VPI: 70 is changed to the external VPI: 110 to the ATM switching network. Accordingly, it is possible to perform address resolution by transmitting a cell from the external VPI: 100 ATM network to the external VPI: 110 ATM network via the LAN. Also, the address conversion table 24 can be constructed by performing the above-described processing between the converter devices A and C and between B and C. Thereby, data communication between a plurality of ATM networks can be performed via the LAN.

前述のように、各コンバータ装置A,B,Cは、VPIとMACアドレスとの変換を行うアドレス変換テーブル24を含む比較的簡単な構成で実現できるものであり、又アドレス変換テーブル24は、前述のように、全ATM網に対するVPIとMACアドレスとの対応付けを、VPI−MAC解決フレーム等の特殊フレームの送受信により実行することができる。従って、MACアドレス管理サーバを設けることなく、LANにより接続したATM網間のデータ通信を行うことができる。   As described above, each of the converter devices A, B, and C can be realized with a relatively simple configuration including the address conversion table 24 that performs conversion between the VPI and the MAC address. As described above, the association between the VPI and the MAC address for all ATM networks can be executed by transmission / reception of a special frame such as a VPI-MAC resolution frame. Therefore, data communication between ATM networks connected via a LAN can be performed without providing a MAC address management server.

図7は、本発明の実施例2のフローチャートを示し、RFC(Request For Comments)2373に基づくIPv6(Internet Protocol Version 6)を適用した場合を示す。図8は、このIPv6のアドレス構成を示すもので、図8の(A)に示すように、128ビット構成を有し、64ビットのネットワーク部と、64ビットのホスト部とからなり、又ネットワーク部は、48ビットのパブリックトポロジーと、18ビットのサイトトポロジーとから構成されている。又図8の(B)は、内部VPIをサイトトポロジーに設定し、且つホスト部(インタフェースID)をオール“1”としてブロードキャストとする場合を示す。   FIG. 7 shows a flowchart of Embodiment 2 of the present invention, and shows a case where IPv6 (Internet Protocol Version 6) based on RFC (Request For Comments) 2373 is applied. FIG. 8 shows the address configuration of IPv6. As shown in FIG. 8A, the IPv6 address configuration has a 128-bit configuration, and includes a 64-bit network unit and a 64-bit host unit. The section is composed of a 48-bit public topology and an 18-bit site topology. FIG. 8B shows a case where the internal VPI is set to the site topology and the host part (interface ID) is all “1” and the broadcast is set.

又図7に於いて、図1に示すコンバータ装置2−1〜2−3をA,B,Cとし、各コンバータ装置A,B,Cは、それぞれ図2に示すように、制御処理部21と、ATMインタフェース部22と、LANインタフェース部23と、アドレス変換テーブル24とを含む構成を有するものであるが、この実施例2に於ける制御処理部21は、前述のIPv6に従ったアドレスを生成する機能を有するものである。又図5に示す場合の初期状態と同様に、コンバータ装置Aのアドレス変換テーブルには、外部VPI:100に対応する内部VPI:70と、外部VPI:101に対応する内部VPI:71とが設定され、コンバータ装置Bのアドレス変換テーブルには、外部VPI:110に対応する内部VPI:70が設定され、コンバータ装置Cのアドレス変換テーブルには、外部VPI:111に対応する内部VPI:71が設定されているが、MACアドレスが設定されていない状態を初期状態とし、アドレス変換テーブルを構築する場合について説明する。   In FIG. 7, the converter devices 2-1 to 2-3 shown in FIG. 1 are designated as A, B, and C, and the converter devices A, B, and C are respectively connected to the control processing unit 21 as shown in FIG. And the ATM interface unit 22, the LAN interface unit 23, and the address conversion table 24. The control processing unit 21 in the second embodiment uses the above-described IPv6 address. It has a function to generate. Similarly to the initial state in the case shown in FIG. 5, the internal VPI: 70 corresponding to the external VPI: 100 and the internal VPI: 71 corresponding to the external VPI: 101 are set in the address conversion table of the converter device A. Then, the internal VPI: 70 corresponding to the external VPI: 110 is set in the address conversion table of the converter device B, and the internal VPI: 71 corresponding to the external VPI: 111 is set in the address conversion table of the converter device C. However, a case will be described in which an address conversion table is constructed by setting a state where a MAC address is not set as an initial state.

外部VPI:100から外部VPI:110に対してデータ通信する為に、外部VPI:100のATM網からセルがコンバータ装置Aに着信すると、コンバータ装置Aに於いては、アドレス変換テーブル24を参照して、外部VPI:100に対応する内部VPI;70を求め、図8の(B)に示すように、ネットワーク部のサイトトポロジーにその内部VPI:70を設定し、インタフェースIDにオール“1”(ブロードキャスト)を設定したVPI−MAC解決フレーム(Request)をLANに送信する。   In order to perform data communication from the external VPI: 100 to the external VPI: 110, when a cell arrives at the converter device A from the ATM network of the external VPI: 100, the converter device A refers to the address conversion table 24. Then, the internal VPI: 70 corresponding to the external VPI: 100 is obtained, and as shown in FIG. 8B, the internal VPI: 70 is set in the site topology of the network unit, and the interface ID is all “1” ( A VPI-MAC resolution frame (Request) for which (broadcast) is set is transmitted to the LAN.

このIPv6を適用したVPI−MAC解決フレーム(Request)を受信したコンバータ装置B,Cは、自装置の内部VPIを含むネットワーク部と、受信したフレームのネットワーク部とを比較する。この場合、コンバータ装置Bのアドレス変換テーブル24に設定されている内部VPI:70を含むネットワーク部について同一となるから、自装置のMACアドレス:BBBBBを含み、IPv6を適用したVPI―MAC解決フレーム(Reply)を、コンバータ装置Aに対して送信する。又コンバータ装置Cは内部VPIが同一でないから無応答とする。   The converter devices B and C that have received the VPI-MAC resolution frame (Request) to which IPv6 is applied compare the network unit including the internal VPI of the own device with the network unit of the received frame. In this case, since it is the same for the network unit including the internal VPI: 70 set in the address conversion table 24 of the converter device B, the VPI-MAC resolution frame (including the MAC address of the own device: BBBBB and applying IPv6 ( (Reply) is transmitted to the converter device A. Further, the converter device C makes no response because the internal VPI is not the same.

コンバータ装置Aは、コンバータ装置BからのVPI−MAC解決フレーム(Request)を受信することにより、アドレス変換テーブル24の内部VPI:70に対応して、MACアドレス:BBBBBを設定する。又コンバータ装置Bは、アドレス変換テーブル24の内部VPI:70に対応して、MACアドレス:AAAAAを設定する。それにより、コンバータ装置AからセルのヘッダのVPI:100を内部VPI:70に変更し、MACアドレス:BBBBBを付加したフレームをLANに送信する。コンバータ装置Bは、そのMACアドレス:BBBBBのフレームを受信し、それを削除すると共に、セルのヘッダのVPIを、アドレス変換テーブル24を参照して、外部VPI:110に変更して、ATM網に送信する。前述のコンバータ装置A,Bに於ける処理過程は、図6の(A),(B)に示す場合とほぼ同様となる。
このように、実施例2によれば、コンバータ装置間で送受されるフレームの宛先アドレスが予めIPv6アドレス空間上にマッピングされているので、ATM網とIPv6網とをLAN上で共存させるような場合にも、本発明を適用したネットワークシステムを構築することが可能である。
By receiving the VPI-MAC resolution frame (Request) from the converter device B, the converter device A sets the MAC address: BBBBB corresponding to the internal VPI: 70 of the address conversion table 24. Further, the converter device B sets the MAC address: AAAAA corresponding to the internal VPI: 70 of the address conversion table 24. Thereby, VPI: 100 in the cell header is changed from the converter device A to the internal VPI: 70, and a frame to which the MAC address: BBBBBB is added is transmitted to the LAN. The converter device B receives the frame of the MAC address: BBBBB, deletes it, changes the VPI of the cell header to the external VPI: 110 with reference to the address conversion table 24, and converts it to the ATM network. Send. The processing steps in the converter devices A and B are substantially the same as those shown in FIGS. 6A and 6B.
As described above, according to the second embodiment, the destination address of the frame transmitted / received between the converter devices is mapped in advance in the IPv6 address space, so that the ATM network and the IPv6 network coexist on the LAN. In addition, it is possible to construct a network system to which the present invention is applied.

図9は、本発明の実施例3のフローチャートを示し、図1に示すコンバータ装置2−1〜2−3をA,B,Cとし、各コンバータ装置A,B,Cは、それぞれ図2に示すように、制御処理部21と、ATMインタフェース部22と、LANインタフェース部23と、アドレス変換テーブル24とを含む構成を有するものであり、この実施例3に於ける制御処理部21は、VPI−MAC解決フレーム(Request)を所定の期間毎にブロードキャストする機能を有するものである。この場合の機能は、総てのコンバータ装置に設けることも可能であり、その場合には、それぞれ送信周期又は送信タイミングを相違させることが望ましい。又重要なコンバータ装置にのみ設けることも可能である。   FIG. 9 shows a flowchart of Embodiment 3 of the present invention, where converter devices 2-1 to 2-3 shown in FIG. 1 are denoted as A, B, and C, and each converter device A, B, and C is shown in FIG. As shown, the control processing unit 21, the ATM interface unit 22, the LAN interface unit 23, and the address conversion table 24 are included. The control processing unit 21 in the third embodiment is a VPI. -It has a function of broadcasting a MAC resolution frame (Request) every predetermined period. The function in this case can be provided in all the converter devices, and in that case, it is desirable to make the transmission cycle or the transmission timing different from each other. It can also be provided only in important converter devices.

又図5に於ける初期状態と同様に、コンバータ装置Aのアドレス変換テーブルには、外部VPI:100に対応する内部VPI:70と、外部VPI:101に対応する内部VPI:71とが設定され、コンバータ装置Bのアドレス変換テーブルには、外部VPI:110に対応する内部VPI:70が設定され、コンバータ装置Cのアドレス変換テーブルには、外部VPI:111に対応する内部VPI:71が設定されているが、MACアドレスが設定されていない初期状態から、コンバータ装置Bは、自装置のMACアドレス:BBBBBと、内部VPIの例えば70を設定したVPI−MAC解決フレームを周期的に送信する場合を示す。   Similarly to the initial state in FIG. 5, the internal VPI: 70 corresponding to the external VPI: 100 and the internal VPI: 71 corresponding to the external VPI: 101 are set in the address conversion table of the converter device A. The internal VPI: 70 corresponding to the external VPI: 110 is set in the address conversion table of the converter device B, and the internal VPI: 71 corresponding to the external VPI: 111 is set in the address conversion table of the converter device C. However, from the initial state in which the MAC address is not set, the converter device B periodically transmits the MAC address: BBBBB of its own device and a VPI-MAC resolution frame in which, for example, 70 of the internal VPI is set. Show.

コンバータ装置Aは、コンバータ装置BからのブロードキャストによるVPI−MAC解決フレームを受信すると、そのVPI−MAC解決フレームに設定されている内部VPI:70を基にアドレス変換テーブル24を参照し、その内部VPI:70が設定されているから、VPI−MAC解決フレームの送信元MACアドレス:BBBBBを、内部VPI:70対応に設定する。この場合、コンバータ装置Cは、アドレス変換テーブル24には、内部VPI:70が設定されていないので、無処理とする。   When the converter device A receives the broadcast VPI-MAC resolution frame from the converter device B, the converter device A refers to the address conversion table 24 based on the internal VPI: 70 set in the VPI-MAC resolution frame, and the internal VPI. : 70 is set, the source MAC address: BBBBB of the VPI-MAC resolution frame is set to support the internal VPI: 70. In this case, since the internal VPI: 70 is not set in the address conversion table 24, the converter device C performs no processing.

そして、コンバータ装置Aに、外部VPI:100のセルが到着すると、アドレス変換テーブル24を参照して、外部VPI:100を内部VPI:70に変換し、MACアドレス:BBBBBを付加したフレームを送信する。コンバータ装置Bは、自装置宛のMACアドレス:BBBBBのフレームを受信し、その内部VPI:70を、アドレス変換テーブル24を参照して、外部VPI:110に変更したセルをATM網に送信する。即ち、外部VPI:100と外部VPI:110とのATM網間で通信することができる。又この実施例3に於いても、前述の実施例2と同様に、IPv6を適用したVPI−MAC解決フレームを用いることができる。   When the external VPI: 100 cell arrives at the converter device A, the external VPI: 100 is converted into the internal VPI: 70 with reference to the address conversion table 24, and a frame with the MAC address: BBBBB added is transmitted. . The converter device B receives the frame of the MAC address: BBBBB addressed to its own device, refers to the address conversion table 24 for the internal VPI: 70, and transmits the cell changed to the external VPI: 110 to the ATM network. That is, communication can be performed between the ATM networks of the external VPI: 100 and the external VPI: 110. Also in the third embodiment, similarly to the second embodiment, a VPI-MAC resolution frame to which IPv6 is applied can be used.

又コンバータ装置Cにも周期的にVPI−MAC解決フレームをブロードキャストする機能を設けることにより、内部VPI:71対応の相手コンバータ装置AのMACアドレス:AAAAAを、応答フレームによって収集して、アドレス変換テーブル24に設定することができる。又周期的にVPI−MAC解決フレームをブロードキャストすることにより、コンバータ装置の追加、削除等を含むネットワークシステムの変更に対しても、アドレス変換テーブル24の内容を自動的に更新することができる。   Further, the converter device C is also provided with a function of periodically broadcasting the VPI-MAC resolution frame, whereby the MAC address: AAAAA of the counterpart converter device A corresponding to the internal VPI: 71 is collected by the response frame, and the address conversion table. 24 can be set. Further, by periodically broadcasting the VPI-MAC resolution frame, the contents of the address translation table 24 can be automatically updated even when the network system is changed including addition and deletion of converter devices.

図10は、本発明の実施例4のコンバータ装置の要部説明図であり、図2と同一符号は同一名称の部分を示し、25は対向VPI−MACテーブルを示し、コマンド入力等により、制御処理部21から対向VPI−MACテーブル25にアドレス設定を可能とするものである。又一点鎖線矢印の(a)〜(f)は処理過程を示す。又図11は、本発明の実施例4のフローチャートを示し、図1に示すコンバータ装置2−1〜2−3をA,B,Cとし、コンバータ装置Aは、図10に示す構成を有し、又コンバータ装置B,Cは、図2に示す構成を有する場合を示す。   FIG. 10 is an explanatory diagram of the main part of the converter device according to the fourth embodiment of the present invention. The same reference numerals as those in FIG. 2 indicate the same name parts, 25 indicates the opposite VPI-MAC table, An address can be set from the processing unit 21 to the opposite VPI-MAC table 25. In addition, (a) to (f) of alternate long and short dash arrows indicate processing steps. FIG. 11 shows a flowchart of the fourth embodiment of the present invention, wherein converter devices 2-1 to 2-3 shown in FIG. 1 are A, B, and C, and converter device A has the configuration shown in FIG. Moreover, the converter apparatuses B and C show the case where it has the structure shown in FIG.

又図11に於いて、前述の図5及び図9に示す場合と同様に、初期状態では、コンバータ装置Aのアドレス変換テーブル24には、外部VPI:100に対応する内部VPI:70と、外部VPI:101に対応する内部VPI:71とが設定され、コンバータ装置Bのアドレス変換テーブル24には、外部VPI:110に対応する内部VPI:70が設定され、コンバータ装置Cのアドレス変換テーブル24には、外部VPI:111に対応する内部VPI:71が設定されているが、対向MACアドレスが設定されていない状態であり、又コンバータ装置Aの対向VPI−MACテーブル25は、送信先MACアドレスと、外部VPIと、内部VPIと、対向MACアドレスとを対応つけて格納する構成を有するものであるが、初期状態ではMACアドレス等は設定されていない。   In FIG. 11, as in the case shown in FIGS. 5 and 9, the address conversion table 24 of the converter A has an internal VPI: 70 corresponding to the external VPI: 100 and an external in the initial state. The internal VPI: 71 corresponding to the VPI: 101 is set, the internal VPI: 70 corresponding to the external VPI: 110 is set in the address conversion table 24 of the converter apparatus B, and the address conversion table 24 of the converter apparatus C is set. Is the state in which the internal VPI: 71 corresponding to the external VPI: 111 is set, but the counter MAC address is not set, and the counter VPI-MAC table 25 of the converter device A includes the destination MAC address and The external VPI, the internal VPI, and the opposite MAC address are stored in association with each other. In the MAC address and the like it has not been set.

そして、コンバータ装置Aに於いて、図11に示すように、コマンド登録により、アドレス変換テーブル24に、対向MACアドレスとして、コンバータ装置B,CのMACアドレスBBBBB,CCCCCを登録し、又対向VPI−MACテーブル25に対して、コマンド登録により、送信先MACアドレスとして、コンバータ装置B,CのMACアドレスBBBBB,CCCCCと、外部VPIと、内部VPIと、対向MACアドレスとして、自装置のMACアドレスAAAAAとを設定する。図10に於ける処理過程としては、一点鎖線矢印(a),(b)に示すように、制御処理部21からアドレス変換テーブル24と対向VPI−MACテーブル25とに対して設定の制御を行う。   In the converter device A, as shown in FIG. 11, the MAC addresses BBBBB and CCCCC of the converter devices B and C are registered as counter MAC addresses in the address conversion table 24 by command registration, and the counter VPI- By registering the command to the MAC table 25, the MAC addresses BBBBB and CCCCCC of the converter devices B and C, the external VPI, the internal VPI, and the MAC address AAAAA of the own device as the opposite MAC address are transmitted as the destination MAC addresses. Set. In the processing steps in FIG. 10, the setting control is performed on the address conversion table 24 and the opposite VPI-MAC table 25 from the control processing unit 21 as indicated by the one-dot chain arrows (a) and (b). .

設定登録処理が完了すると、制御処理部21は、対向VPI−MACテーブル25に対してアクセスし(c)、登録内容を読出し(d)、送信先MACアドレスを基にフレームを生成し(e)、LANインタフェース部23を介して送信する(f)。この場合、送信先MACアドレスと、送信元MACアドレスと、タイプ(VPI−MAC解決TYPE)と、要求種別(Reply)と、内部VPIとを含むVPI−MAC解決フレームとして送信することができる。   When the setting registration processing is completed, the control processing unit 21 accesses the counter VPI-MAC table 25 (c), reads the registered content (d), and generates a frame based on the destination MAC address (e). Then, it transmits via the LAN interface unit 23 (f). In this case, it can be transmitted as a VPI-MAC resolution frame including a transmission destination MAC address, a transmission source MAC address, a type (VPI-MAC resolution TYPE), a request type (Reply), and an internal VPI.

それにより、コンバータ装置Bは、送信先MACアドレス:BBBBBのフレームを受信して、外部VPI:110、内部VPI:70、対向MACアドレス:AAAAAを設定したアドレス変換テーブル24を構成することができ、又コンバータ装置Cは、送信先MACアドレス:CCCCCのフレームを受信して、外部VPI:111、内部VPI:71、対向MACアドレス:AAAAAを設定したアドレス変換テーブル24を構成することができる。   Thereby, the converter device B can receive the frame of the transmission destination MAC address: BBBBB, and can configure the address conversion table 24 in which the external VPI: 110, the internal VPI: 70, and the opposite MAC address: AAAAA are set. Further, the converter device C can receive the frame of the transmission destination MAC address: CCCCC and configure the address conversion table 24 in which the external VPI: 111, the internal VPI: 71, and the opposing MAC address: AAAAA are set.

従って、その後に、コンバータ装置AのATMインタフェース部22により、外部VPI:100のATM網からのセルを受信すると、制御処理部21は、アドレス変換テーブル24を参照して、セルのヘッダのVPIを、内部VPI:70に変更し、対向MACアドレス:BBBBBを付加したフレームを生成して、LANインタフェース部23からLANに送信する。コンバータ装置Bは、このフレームをLANインタフェース部23により受信して、MACアドレスを除去し、セルのヘッダの内部VPI:70を外部VPI:110に変更して、そのセルをATMインタフェース部22からATM網に送信する。   Therefore, after that, when the ATM interface unit 22 of the converter apparatus A receives a cell from the ATM network of the external VPI: 100, the control processing unit 21 refers to the address conversion table 24 and determines the VPI of the cell header. The internal VPI is changed to 70, a frame with the opposite MAC address: BBBBB added is generated, and transmitted from the LAN interface unit 23 to the LAN. The converter device B receives this frame by the LAN interface unit 23, removes the MAC address, changes the internal VPI: 70 of the cell header to the external VPI: 110, and converts the cell from the ATM interface unit 22 to the ATM. Send to the network.

又各コンバータ装置のアドレス変換テーブル24に、それぞれ外部VPIと内部VPIとに対応したMACアドレスを設定登録することにより、複数のATM網を、それぞれLANを介して接続したネットワークシステムを構築し、ATM網のセルをLAN内のフレームとして相互に送受信することも可能である。又LAN内では、前述のIPv6によるアドレス構成のフレームとすることも可能である。   Also, by setting and registering MAC addresses corresponding to the external VPI and internal VPI in the address conversion table 24 of each converter device, a network system in which a plurality of ATM networks are connected via a LAN is constructed. It is also possible to transmit and receive network cells as frames within the LAN. In the LAN, it is also possible to use a frame having the above-described IPv6 address configuration.

本発明の実施例1のネットワークシステムの概要の説明図である。It is explanatory drawing of the outline | summary of the network system of Example 1 of this invention. 本発明の実施例1のコンバータ装置の要部説明図である。It is principal part explanatory drawing of the converter apparatus of Example 1 of this invention. VPIとMACアドレスとの説明図である。It is explanatory drawing of VPI and a MAC address. VPI−MAC解決フレームの説明図である。It is explanatory drawing of a VPI-MAC resolution frame. 本発明の実施例1のフローチャートである。It is a flowchart of Example 1 of this invention. コンバータ装置の処理の説明図である。It is explanatory drawing of a process of a converter apparatus. 本発明の実施例2のフローチャートである。It is a flowchart of Example 2 of this invention. IPv6アドレスの説明図である。It is explanatory drawing of an IPv6 address. 本発明の実施例3のフローチャートである。It is a flowchart of Example 3 of the present invention. 本発明の実施例4のコンバータ装置の要部説明図である。It is principal part explanatory drawing of the converter apparatus of Example 4 of this invention. 本発明の実施例4のフローチャートである。It is a flowchart of Example 4 of the present invention.

符号の説明Explanation of symbols

1−1〜1−3 ATM交換機
2,2−1〜2−3 コンバータ装置
3 LAN
21 制御処理部(CPU)
22 ATMインタフェース部(ATMIF)
23 LANインタフェース部(LANIF)
24 アドレス変換テーブル
1-1 to 1-3 ATM switch 2, 2-1 to 2-3 Converter device 3 LAN
21 Control processing unit (CPU)
22 ATM interface (ATMIF)
23 LAN interface unit (LANIF)
24 Address conversion table

Claims (2)

通信規約が同じである複数の第一の通信網と、前記第一の通信網とは通信規約が異なる第二の通信網との間に設置され、自らを識別するための自機器識別子を有した通信装置であって、
前記第二の通信網内にて利用される内部識別子と、データの送付元機器を識別する送付元識別子とを対応づけて格納するアドレス変換テーブルと、
他の通信装置から前記第二の通信網を介して、当該他の通信装置を識別するための他機器識別子と、前記第二の通信網内にて利用される内部識別子とを受信する受信手段と、
前記受信した内部識別子が前記アドレス変換テーブルに含まれているか否かを判断する判断手段と、
前記判断手段にて、受信した内部識別子が前記アドレス変換テーブルに含まれていると判断された場合に、前記自機器識別子を前記第二の通信網に送信する送信手段と、
が設けられていることを特徴とした通信装置。
It is installed between a plurality of first communication networks having the same communication protocol and a second communication network having a communication protocol different from that of the first communication network, and has an own device identifier for identifying itself. Communication device,
An address conversion table for storing an internal identifier used in the second communication network and a sender identifier for identifying a data sender device;
Receiving means for receiving another device identifier for identifying the other communication device and an internal identifier used in the second communication network from the other communication device via the second communication network. When,
Determining means for determining whether the received internal identifier is included in the address translation table;
When the determination means determines that the received internal identifier is included in the address conversion table, a transmission means for transmitting the device identifier to the second communication network;
A communication device characterized in that is provided.
前記受信した内部識別子が前記アドレス変換テーブルに含まれている場合に、前記受信手段にて受信した前記他の通信装置を識別するための他機器識別子を、前記アドレス変換テーブルに前記内部識別子と対応づけて格納する格納手段を有することを特徴とする請求項1に記載の通信装置。     When the received internal identifier is included in the address conversion table, the other device identifier for identifying the other communication device received by the receiving unit corresponds to the internal identifier in the address conversion table. The communication apparatus according to claim 1, further comprising storage means for storing the information.
JP2008072820A 2008-03-21 2008-03-21 Communication device Expired - Fee Related JP4147495B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008072820A JP4147495B2 (en) 2008-03-21 2008-03-21 Communication device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008072820A JP4147495B2 (en) 2008-03-21 2008-03-21 Communication device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2008025877A Division JP4243768B2 (en) 2008-02-06 2008-02-06 Communication device

Publications (2)

Publication Number Publication Date
JP2008160890A JP2008160890A (en) 2008-07-10
JP4147495B2 true JP4147495B2 (en) 2008-09-10

Family

ID=39661168

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008072820A Expired - Fee Related JP4147495B2 (en) 2008-03-21 2008-03-21 Communication device

Country Status (1)

Country Link
JP (1) JP4147495B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7697345B2 (en) 1996-07-09 2010-04-13 Renesas Technology Corp. Nonvolatile memory system, semiconductor memory, and writing method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5692013B2 (en) * 2011-11-14 2015-04-01 株式会社デンソー Communication control device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7697345B2 (en) 1996-07-09 2010-04-13 Renesas Technology Corp. Nonvolatile memory system, semiconductor memory, and writing method
US8004905B2 (en) 1996-07-09 2011-08-23 Renesas Electronics Corporation Nonvolatile memory system, semiconductor memory and writing method

Also Published As

Publication number Publication date
JP2008160890A (en) 2008-07-10

Similar Documents

Publication Publication Date Title
US8589582B2 (en) Broadband network access
US20020052972A1 (en) Communication method among a plurality of virtual LANs in an IP subnet
JP2004179812A (en) Address translation apparatus and address translation rule management system
US7373407B2 (en) Communications system for establishing PPP connections between IEEE 1394 terminals and IP networks
TW200924462A (en) System and method for connection of hosts behind NATs
KR101901341B1 (en) Method and apparatus for supporting mobility of user equipment
KR100896438B1 (en) Tunneling ipv6 packet through ipv4 network using a tunnel entry based on ipv6 prefix
JP2020522190A (en) Packet transfer
EP3395049B1 (en) Router and method for connecting an ipv4 network and an ipv6 network
JP4106632B2 (en) Communication apparatus and communication control method
JP3269523B2 (en) Communication method
JP4147495B2 (en) Communication device
JP2002354006A (en) Network system for duplicate address
JP2008148243A (en) Communication apparatus, communication system, communication method and communication program
JP2008172816A (en) Address conversion method
JP4243768B2 (en) Communication device
JP4228321B2 (en) Converter device
JP4615435B2 (en) Network relay device
JP2009212739A (en) Data processing system, data processing method, and data processing program
JP2001237879A (en) Terminal, repeater, communication method and recoding medium with recorded communication program
JP3156231B2 (en) Address resolution server
JP2005026897A (en) Inter-network connection device
JPH10145373A (en) Address solving system in connectionless type communication network
JP2001211196A (en) Communication system
TWI385999B (en) And a method of accessing the connection between the user side and the network device in the network system

Legal Events

Date Code Title Description
A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20080430

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080527

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080611

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

Free format text: PAYMENT UNTIL: 20110704

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110704

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20120704

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120704

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20130704

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees