WO2015037102A1 - Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法 - Google Patents

Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法 Download PDF

Info

Publication number
WO2015037102A1
WO2015037102A1 PCT/JP2013/074722 JP2013074722W WO2015037102A1 WO 2015037102 A1 WO2015037102 A1 WO 2015037102A1 JP 2013074722 W JP2013074722 W JP 2013074722W WO 2015037102 A1 WO2015037102 A1 WO 2015037102A1
Authority
WO
WIPO (PCT)
Prior art keywords
address
distribution
switch
address distribution
port
Prior art date
Application number
PCT/JP2013/074722
Other languages
English (en)
French (fr)
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 JP2015536368A priority Critical patent/JP5936780B2/ja
Priority to PCT/JP2013/074722 priority patent/WO2015037102A1/ja
Priority to EP13893319.7A priority patent/EP3018864B1/en
Priority to US14/903,703 priority patent/US10009314B2/en
Publication of WO2015037102A1 publication Critical patent/WO2015037102A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types
    • H04L61/103Mapping addresses of different types across network layers, e.g. resolution of network layer into physical layer addresses or address resolution protocol [ARP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5046Resolving address allocation conflicts; Testing of addresses

Definitions

  • the present invention relates to an IP address distribution system, a switch device, and an IP address distribution method.
  • TCP / IP which is often used as a communication protocol between devices
  • an IP address is used as information for identifying the device.
  • TCP / IP it is necessary to assign a uniquely determined IP address to each device on the network.
  • an IP address is assigned so that there is no duplication in each device, and the IP address is recorded in a recording device in the device, and the device is recorded at the time of startup. There is a method of using an IP address.
  • each device broadcasts an RARP message to the network when it is activated.
  • the RARP server on the network distributes the IP address to the transmission source device via the network in response to the RARP message.
  • a server that manages an IP address determines an IP address by distributing the IP address in response to a request from a device (see, for example, Non-Patent Document 1).
  • a server that receives an IP address distribution request assigns an IP address to a request source device.
  • the IP address is not assigned in consideration of the physical configuration of the network, the following problems exist.
  • the IP address of the corresponding device after the replacement depends on the device arrangement. It is desirable to give the same (or associated) IP address that was given to the failed device.
  • the IP address is assigned according to the arrangement of the device, convenience in managing the device is enhanced, for example, when the communication abnormality occurs, the device can be easily identified.
  • the operator can respond by writing the desired IP address when installing the device.
  • IP address corresponding to the installation position is automatically assigned later, operational convenience is improved. Further, when setting is performed manually by a person, there is a risk that a work mistake may occur, but the work mistake can be prevented by automation. Therefore, it is desirable that the IP address corresponding to the arrangement of the device is automatically distributed when the device is installed.
  • the present invention has been made in view of the above, and when a device to which an IP address is not assigned is newly installed due to device replacement or the like, the newly installed device corresponds to the installation position. It is an object of the present invention to obtain an IP address distribution system, a switch device, and an IP address distribution method capable of giving an IP address.
  • the present invention provides an IP address distribution system including a network formed by a switch device and an IP address distribution device connected to the network, wherein the switch When receiving a signal including a distribution IP address that is an IP address distributed to the IP address request source device by the IP address distribution device, the device receives one of the distribution IP addresses included in the received signal. A part or all of them is rewritten to a value corresponding to a port that relays the signal.
  • the switch when the switch relays an IP address distribution message issued by the IP address distribution device, a part or all of the bits of the distribution IP address included in the message are transferred to the relay destination port. It was decided to rewrite to the corresponding value. As a result, it is possible to distribute the IP address in correspondence with the position (installation position) of the device on the physical wiring of the network. For example, even when a device receiving an IP address distribution is replaced due to a failure or the like, the same IP address as that of the device before replacement can be automatically assigned to the device after replacement.
  • FIG. 1 is a diagram illustrating a configuration example of the IP address distribution system according to the first embodiment.
  • FIG. 2 is a diagram illustrating a configuration example of an IP address distribution message.
  • FIG. 3 is a diagram showing an example of a rewrite table of the distribution IP address lower 8 bits.
  • FIG. 4 is a diagram illustrating an example of a distribution IP address after rewriting according to the rewrite table.
  • FIG. 5 is a sequence diagram illustrating an example of an IP address distribution operation.
  • FIG. 6 is a diagram illustrating an example of a method for managing a distributed IP address.
  • FIG. 7 is a diagram illustrating a configuration example of the IP address distribution system according to the second embodiment.
  • FIG. 8 is a diagram illustrating an example of a rewrite table of distribution IP addresses.
  • FIG. 1 is a diagram illustrating a configuration example of the IP address distribution system according to the first embodiment.
  • FIG. 2 is a diagram illustrating a configuration example of an IP address distribution message.
  • FIG. 9 is a sequence diagram illustrating an example of an IP address distribution operation.
  • FIG. 10 is a diagram illustrating a configuration example of the IP address distribution system according to the third embodiment.
  • FIG. 11 is a diagram showing an example of a rewrite table of distribution IP addresses.
  • FIG. 12 is a sequence diagram illustrating an example of an IP address distribution operation.
  • FIG. 13 is a diagram illustrating an application example of the IP address distribution system.
  • FIG. FIG. 1 is a diagram showing a configuration example of an IP address distribution system according to Embodiment 1 of the present invention.
  • the IP address distribution system according to the present embodiment includes an IP address distribution device 1 and a switch 2 that is an Ethernet (registered trademark) switch.
  • the IP address distribution device 1 is connected to the port P5 of the switch 2.
  • the device 3 is connected to the port P1 of the switch 2, and the device 4 is connected to the port P2.
  • a mechanism for assigning IP addresses to the devices 3 and 4 will be described.
  • FIG. 2 is a diagram illustrating a configuration example of an IP address distribution message used when the IP address distribution apparatus 1 distributes an IP address to devices in the system in the IP address distribution system according to the present embodiment. .
  • the IP address distribution message has areas for storing a transmission destination address, a transmission source address, and a distribution IP address.
  • the address of the device that is the destination of this message (the device requesting the IP address distribution) is set in the destination address area, and the IP that is the source of this message is set in the source address area.
  • the address of the address distribution device 1 is set, and the IP address assigned to the destination device of this message is set in the distribution IP address area.
  • IPv4 a 32-bit IP address is used.
  • the switch 2 when the IP address distribution message shown in FIG. 2 is transmitted from the IP address distribution device 1, the switch 2 relays it to the port to which the device indicated by the transmission destination address is connected.
  • the switch 2 when passing the IP address distribution message, the switch 2 sets the lower 8-bit value of the IP address set in the distribution IP address area of the IP address distribution message corresponding to the port through which the switch 2 passes. rewrite.
  • FIG. 3 is a diagram showing an example of a rewrite table of the distribution IP address lower 8 bits corresponding to each port of the switch 2.
  • the switch 2 refers to the rewrite table of FIG. 3 and uses the lower 8 bits of the distribution IP address (the IP address stored in the distribution IP address area). Rewrite the value to correspond to the output port. For example, if the distribution IP address of the IP address distribution message input from the port P5 is 192.168.1.100, the switch 2 displays the distribution IP address when outputting the IP address distribution message from each port. Rewrite according to 3.
  • the distribution IP address after rewriting is as shown in FIG.
  • the device 3 broadcasts an IP address request message to the IP address distribution device 1 in the network.
  • the destination address of the IP address request message is a broadcast address, and the MAC address of itself (device 3) is stored in the distribution source address.
  • the IP address request message reaches the IP address distribution device 1 via the switch 2.
  • the IP address distribution device 1 Upon receiving the IP address request message, the IP address distribution device 1 generates a distribution IP address, stores the MAC address of the device 3 in the destination address, and the MAC of itself (IP address distribution device 1) in the distribution source address. The address is stored, and the IP address distribution message storing the generated distribution IP address (192.168.1.100 in FIG. 5) is issued in the distribution IP address area.
  • the IP address distribution message reaches the device 3 via the port P1 of the switch 2, but when it passes through the port P1 of the switch 2, a rewrite process according to the rewrite table shown in FIG.
  • the distribution IP address of the address distribution message is 192.168.1.1.
  • the device 3 is assigned the IP address 192.168.1.1.
  • the IP address 192.168.1.2 is assigned in the same procedure.
  • the devices 3 and 4 Upon receiving the IP address distribution, the devices 3 and 4 set their own IP addresses to the distributed IP addresses (192.168.1.1, 192.168.1.1), and then start IP communication.
  • the IP address distribution device 1 can operate as a DHCP server and the device can operate as a DHCP client as a mechanism of IP address distribution between the IP address distribution device 1 and the device.
  • the IP address distribution device 1 operates as an internal operation different from that of the DHCP server, but the device can cope with the same operation as a general DHCP client.
  • the switch 2 Since the switch 2 rewrites the distribution IP address of the IP address distribution message, the distributed IP address recognized by the IP address distribution apparatus 1 does not match the IP address actually assigned to each device. .
  • Such a state can be resolved by using, for example, ARP (Address Resolution Protocol).
  • ARP Address Resolution Protocol
  • the IP address distribution device 1 transmits an ARP request in which an IP address with an unknown MAC address is set with reference to the ARP table and a response is returned, the IP address distribution device 1 is notified as illustrated in FIG.
  • the IP address is registered in the ARP table and stored as a distributed IP address. For example, as shown in FIG.
  • a table (distributed IP address management table) is created in which the MAC address, the address distributed by the IP address distribution message, and the IP address notified by the ARP response are associated with each other. Manage.
  • the MAC address 00-08-A1-0D-22-11 is notified in the ARP response to the ARP request with the IP address 192.168.1.3
  • the notified MAC address is registered in the ARP table.
  • the IP address 192.168.1.3 that made the ARP request is registered in the distributed IP address management table.
  • the switch when the switch relays the IP address distribution message issued by the IP address distribution device, part or all of the distribution IP addresses included in the message. This bit is rewritten to a fixed value corresponding to the relay destination port (output port). As a result, it is possible to distribute the IP address in correspondence with the position (installation position) of the device on the physical wiring of the network. For example, even when a device receiving an IP address distribution is replaced due to a failure or the like, the same IP address as that of the device before replacement can be automatically assigned to the device after replacement.
  • FIG. 7 is a diagram illustrating a configuration example of the IP address distribution system according to the second embodiment.
  • the same reference numerals are given to the same devices as those included in the IP address distribution system (FIG. 1) described in the first embodiment.
  • the IP address distribution system includes an IP address distribution device 1 and switches 2 and 5, and a port P1 of the switch 2 and a port P5 of the switch 5 are connected.
  • the IP address distribution device 1 is connected to the port P5 of the switch 2, and the device 4 is connected to the port P2.
  • the device 7 is connected to the port P4 of the switch 5.
  • an operation for assigning an IP address to the device 7 communicating with the IP address distribution apparatus 1 via two switches will be described.
  • the operation in the case of distributing the IP address to the device 4 is the same as in the first embodiment. That is, when the switch 2 relays the IP address distribution message (FIG. 2), the switch 2 rewrites the value of the distribution IP address according to the rewrite table shown in FIG.
  • FIG. 8 is a diagram illustrating an example of a rewrite table (a rewrite table of a distribution IP address) used by the switch 5.
  • the switch 5 rewrites the value of the distribution IP address when relaying the IP address distribution message.
  • rewriting is performed according to the rewriting table shown in FIG. That is, rewriting is performed according to a rewriting table different from the rewriting table used by the switch 2 (FIG. 3).
  • the procedure for distributing the IP address to the device 7 will be described with reference to the sequence diagram of FIG.
  • the device 7 requests the IP address distribution device 1 in the network for an IP address request message by broadcast.
  • the destination address of the IP address request message is a broadcast address, and the MAC address of itself (device 7) is stored in the distribution source address.
  • the IP address request message reaches the IP address distribution device 1 via the switch 5 and the switch 2.
  • the IP address distribution device 1 Upon receiving the IP address request message, the IP address distribution device 1 generates a distribution IP address, stores the MAC address of the device 7 in the destination address, and the MAC of itself (IP address distribution device 1) in the distribution source address. The address is stored, and the IP address distribution message storing the generated distribution IP address (192.168.1.100) is issued in the distribution IP address area.
  • the IP address distribution message is relayed to the switch 5 via the port P1 of the switch 2.
  • the switch 2 distributes the IP address for distribution of the IP address distribution message to be relayed according to the rewrite table of FIG. Rewrite. Specifically, 192.168.1.100 is rewritten to 192.168.1.1.
  • the IP address distribution message relayed by the switch 2 is relayed to the device 7 via the port P4 of the switch 5.
  • the switch 5 relays the IP address for relaying according to the rewrite table of FIG. Rewrite the IP address for message distribution. Specifically, rewrite 192.168.1.1 to 192.168.1.14.
  • the IP address 192.168.1.14 is assigned to the device 7.
  • the device 7 Upon receiving the IP address distribution, the device 7 sets the distributed IP address (192.168.1.14) as its own IP address, and then starts IP communication.
  • the switches 2 and 5 need to use different rewrite tables, but the rewrite table used by each switch is fixedly set when the switch is installed, for example.
  • Each switch may hold a plurality of rewrite tables in advance, and the rewrite table to be used may be switched based on contact information of the switches. In this case, even if the switch fails, the same IP address can be distributed even if the switch is replaced by making the contact information the same.
  • a plurality (two) of switches rewrite the distribution IP address when relaying the IP address distribution message according to different rewrite tables.
  • it is possible to distribute the IP address in correspondence with the position of the device on the physical wiring of the network.
  • it is possible to avoid duplicate assignment of IP addresses.
  • Embodiment 3 An IP address distribution operation in an IP address distribution system including a plurality of IP address distribution devices will be described.
  • FIG. 10 is a diagram illustrating a configuration example of the IP address distribution system according to the third embodiment.
  • the same reference numerals are assigned to the same devices as those included in the IP address distribution system (FIGS. 1 and 7) described in the first and second embodiments.
  • the IP address distribution system includes IP address distribution apparatuses 1 and 8 and switches 2, 5 and 9, and a port P1 of switch 2 and a port P5 of switch 5 are connected.
  • the port P1 of the switch 5 and the port P5 of the switch 9 are connected.
  • the IP address distribution device 1 is connected to the port P5 of the switch 2, and the device 4 is connected to the port P2.
  • the device 10 is connected to the port P2 of the switch 5, and the device 7 is connected to the port P4.
  • the device 11 is connected to the port P2 of the switch 9, and the IP address distribution device 8 is connected to the port P4.
  • FIG. 11 is a diagram showing an example of a rewrite table (distribution IP address rewrite table) used by the switch 9. Similar to the switches 2 and 5, the switch 9 rewrites the value of the distribution IP address when relaying the IP address distribution message. However, rewriting is performed according to the rewriting table shown in FIG. That is, rewriting is performed according to a rewriting table different from the rewriting tables (FIGS. 3 and 8) used by the switches 2 and 5.
  • a rewrite table distributed IP address rewrite table
  • the IP address distribution operation in the IP address distribution system of this embodiment will be described.
  • an IP address distribution operation for the device 7 will be described.
  • the switch 2 uses the rewrite table of FIG. 3 and the switch 5 uses the rewrite table of FIG.
  • the broadcast address is stored in the destination address of the IP address request message, and the MAC address of the device (device 7) is stored in the distribution source address for transmission.
  • This IP address request message first reaches the switch 5. Since the destination address of the received IP address request message is a broadcast address, the switch 5 relays it to all ports other than the port that received the message. The IP address request message relayed by the switch 5 reaches the switches 2 and 9, and the switches 2 and 9 similarly relay to all ports other than the port that received the message. As a result, the IP address request message reaches both the IP address distribution apparatuses 1 and 8.
  • the IP address distribution devices 1 and 8 Upon receiving the IP address request message transmitted from the device 7, the IP address distribution devices 1 and 8 determine an IP address to be distributed, and generate an IP address distribution message using the determined IP address as a distribution IP address. Send to device 7.
  • the operation sequence in which the IP address distribution apparatus 1 distributes an IP address is as described in the second embodiment (see FIG. 9).
  • the IP address distribution device 1 transmits an IP address distribution message with the distribution IP address set to 192.168.1.100, and the distribution IP address is rewritten when passing through the switches 2 and 5, and finally the IP address 192.168. 1.14 is assigned to device 7.
  • the IP address distribution device 8 stores 192.168.1.200 as the distribution IP address, stores the MAC address of the device 7 as the transmission destination address, and stores the MAC address of itself (IP address distribution device 8) as the transmission source address.
  • An IP address distribution message is generated and transmitted. This IP address distribution message is relayed by the switches 9 and 5 to reach the device 7, but the switches 9 and 5 rewrite the distribution IP address when relaying. Specifically, since the switch 9 relays to the port P5 to which the switch 5 is connected, the distribution IP address is rewritten from 192.168.1.200 to 192.168.1.25 according to the rewrite table of FIG.
  • the switch 5 Since the device 7 is connected to the port P4, the switch 5 rewrites the distribution IP address from 192.168.1.25 to 192.168.1.14 according to the rewrite table of FIG. As a result, the device 7 is assigned 192.168.1.14.
  • the IP address distribution message issued by the IP address distribution device 1 and the IP address distribution message issued by the IP address distribution device 8 arrive at the device 7.
  • the device 7 sets the IP address assigned by the previously received IP address distribution message as its own IP address, and starts IP communication. Since the switch 5 performs rewriting according to the output port, either the IP address distribution message transmitted from the IP address distribution device 1 or the IP address distribution message transmitted from the IP address distribution device 8 reaches first. The same IP address will be assigned.
  • the IP address distribution system according to the present embodiment includes two IP address distribution devices, the same effects as those of the first and second embodiments can be obtained, and one of the IP address distribution devices fails. Even in such a case, it is possible to continue the IP address distribution. In addition, although the case where two IP address distribution apparatuses were used was demonstrated, it cannot be overemphasized that the redundancy with respect to a failure will improve when two or more are used.
  • FIG. 13 is a diagram illustrating an application example of the IP address distribution system according to the present invention. As an example, FIG. 13 illustrates a case where the present invention is applied to a train including a plurality of vehicles.
  • the IP address distribution device 21, the switches 23 and 24, and the devices 27 and 28 are mounted on the first vehicle, and the IP address distribution device 22, the switches 25 and 26, and the device 29 are the second. It shows an example mounted on a vehicle.
  • the switches 23 to 26 have a distribution IP address rewrite table corresponding to the car number (vehicle number) and the installation location of the switch in the vehicle.
  • a value corresponding to the car number is set at a specific bit position of the IP address.
  • the car number is embedded in the lower 16 bits to the lower 9 bits of the IP address.
  • the distribution IP address rewrite table may be prepared in the distribution IP address rewrite table used in the corresponding organization in the switch, and prepared to be switched using contact information (not shown) of the switch. .
  • contact information not shown
  • the contact information is set to the same value and used, so that the replacement work time can be shortened.
  • the IP address distribution system when the IP address distribution system is applied to a train, even if a device is replaced due to a failure or the like, the same IP address as that of the device before replacement can be assigned to the device after replacement.
  • Embodiment demonstrated the case where the IP address distribution system of Embodiment 3 was applied to a train, you may apply the IP address distribution system of Embodiment 1 or 2 to a train.
  • the IP address distribution system according to the present invention is useful when it is necessary to manage and assign IP addresses in consideration of the physical configuration of the network.
  • IP address distribution device 1, 8, 21, 22, IP address distribution device, 2, 5, 9, 23 to 26 Switch, 3, 4, 7, 10, 11, 27 to 29 devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Small-Scale Networks (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

 本発明は、スイッチ2により形成されたネットワーク、およびネットワークに接続されたIPアドレス配布装置1を備えたIPアドレス配信システムであって、スイッチ2は、IPアドレス配布装置1がIPアドレスの要求元の機器3に対して配布するIPアドレスである配布用IPアドレスを含んだ信号を受信すると、受信信号に含まれている配布用IPアドレスの一部または全部を、信号を中継するポートに応じた値に書き換える。

Description

IPアドレス配布システム、スイッチ装置およびIPアドレス配布方法
 本発明は、IPアドレス配布システム、スイッチ装置およびIPアドレス配布方法に関するものである。
 装置間の通信プロトコルとして使用されることの多いTCP/IPでは、装置を識別する情報としてIPアドレスを使用する。TCP/IPを使用する場合、ネットワーク上の各装置には一意に定まったIPアドレスを割り振る必要がある。
 ネットワーク上の各装置のIPアドレスを決定する方法としては、各装置に重複がないようにIPアドレスを付与し、装置内の記録装置にIPアドレスを記録しておき、装置は起動時に記録されたIPアドレスを使用するという方法がある。
 また、ネットワーク上の各装置のIPアドレスを決定する方法として、逆アドレス解決プロトコル(RARP:Reverse Address Resolution Protocol)がある。このRARPを適用した場合、各装置は起動時に、RARPメッセージをネットワークにブロードキャスト送信する。ネットワーク上にあるRARPサーバは、RARPメッセージに対応して、ネットワーク経由で送信元装置にIPアドレスを配布する。
 また、RARPに代わるIPアドレス配布方法として、BOOTP(Bootstrap Protocol)やDHCP(Dynamic Host Configuration Protocol)がある。いずれの仕組みも、IPアドレスを管理しているサーバが、装置からの要求に応じてIPアドレスを配布することで、IPアドレスを決定している(例えば、非特許文献1参照)。
TCP/IPによるネットワーク構築 Vol.1 第4版 Douglas E.Comer編(共立出版)
 上述したような各種IPアドレス配布方法において、IPアドレスの配布要求を受けたサーバは、要求元の機器に対してIPアドレスを割り当てる。しかしながら、ネットワークの物理的な構成を考慮してIPアドレスを割り当てることはしないので、以下に示すような課題が存在する。
 例えば、機器構成が予め設計されたネットワークでTCP/IPを使用する場合を考える。このネットワークにおいては、各ネットワーク機器の配置は決まっているので、ネットワーク運用上、装置の故障により装置交換が必要となった場合、交換後の該当装置のIPアドレスは、機器の配置に応じて、故障した装置に付与されていたものと同じ(または関連する)IPアドレスを付与することが望ましい。機器の配置に応じてIPアドレスが付与されている場合、通信異常が発生した場合に該当機器の特定が容易になるなど、機器を管理する上での利便性が高まる。交換後の装置に対して交換前の装置に付与されていたものと同じまたは関連するIPアドレスを付与するには、装置設置時に所望のIPアドレスを作業者が書き込むことにより対応できるが、装置交換後に設置位置に応じたIPアドレスが自動的に付与されると、運用上の簡便性が向上する。また、人による手作業で設定を行う場合、作業ミスが発生するおそれがあるが、自動化することにより作業ミスも防止できる。従って、装置が設置された場合に、機器の配置に対応したIPアドレスが自動で配布されることが望ましい。
 本発明は、上記に鑑みてなされたものであって、装置交換などによりIPアドレスが付与されていない装置が新たに設置された場合に、新たに設置された装置に対して設置位置に応じたIPアドレスを付与することが可能なIPアドレス配布システム、スイッチ装置およびIPアドレス配布方法を得ることを目的とする。
 上述した課題を解決し、目的を達成するために、本発明は、スイッチ装置により形成されたネットワーク、および当該ネットワークに接続されたIPアドレス配布装置を備えたIPアドレス配信システムであって、前記スイッチ装置は、前記IPアドレス配布装置がIPアドレスの要求元の機器に対して配布するIPアドレスである配布用IPアドレスを含んだ信号を受信すると、受信信号に含まれている配布用IPアドレスの一部または全部を、当該信号を中継するポートに応じた値に書き換えることを特徴とする。
 この発明によれば、スイッチは、IPアドレス配布装置が発行したIPアドレス配布用メッセージを中継する場合、メッセージに含まれている配布用IPアドレスの一部または全てのビットを、中継先のポートに対応した値に書き換えることとした。これにより、ネットワークの物理配線上における機器の位置(設置位置)に対応させてIPアドレスを配布することが可能となる。例えば、IPアドレスの配布を受ける機器を故障等により交換する場合でも、交換後の機器に交換前の機器と同一のIPアドレスを自動で付与することができる。
図1は、実施の形態1のIPアドレス配布システムの構成例を示す図である。 図2は、IPアドレス配布用メッセージの構成例を示す図である。 図3は、配布用IPアドレス下位8bitの書換表の一例を示す図である。 図4は、書換表に従って書き換えを実施した後の配布用IPアドレスの一例を示す図である。 図5は、IPアドレス配布動作の一例を示すシーケンス図である。 図6は、配布済みIPアドレスの管理方法の一例を示す図である。 図7は、実施の形態2のIPアドレス配布システムの構成例を示す図である。 図8は、配布用IPアドレスの書換表の一例を示す図である。 図9は、IPアドレス配布動作の一例を示すシーケンス図である。 図10は、実施の形態3のIPアドレス配布システムの構成例を示す図である。 図11は、配布用IPアドレスの書換表の一例を示す図である。 図12は、IPアドレス配布動作の一例を示すシーケンス図である。 図13は、IPアドレス配布システムの適用例を示す図である。
 以下に、本発明にかかるIPアドレス配布システムおよびIPアドレス配布方法の実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。
実施の形態1.
 図1は、この発明の実施の形態1にかかるIPアドレス配布システムの構成例を示す図である。本実施の形態のIPアドレス配布システムは、IPアドレス配布装置1と、イーサネット(登録商標)スイッチであるスイッチ(Switch)2とを含んで構成されている。IPアドレス配布装置1は、スイッチ2のポートP5と接続されている。スイッチ2のポートP1には機器3が接続され、ポートP2には機器4が接続されている。本実施の形態では、機器3,4にIPアドレスを付与する仕組みを説明する。
 図2は、本実施の形態のIPアドレス配布システムにおいて、IPアドレス配布装置1がシステム内の機器に対してIPアドレスを配布する際に使用するIPアドレス配布用メッセージの構成例を示す図である。
 図示したように、IPアドレス配布用メッセージは、送信先アドレス、送信元アドレスおよび配布用IPアドレスをそれぞれ格納するための領域を有する。送信先アドレスの領域には、本メッセージの送信先となる機器(IPアドレスの配布を要求している機器)のアドレスが設定され、送信元アドレスの領域には、本メッセージの送信元であるIPアドレス配布装置1のアドレスが設定され、配布用IPアドレスの領域には、本メッセージの送信先の機器に対して割り当てるIPアドレスが設定される。一般に、IPv4では、32ビットのIPアドレスが使用される。
 図2に示したIPアドレス配布用メッセージは、IPアドレス配布装置1から送信されると、スイッチ2において、送信先アドレスが示す機器が接続されているポートへ中継される。ここで、スイッチ2は、IPアドレス配布用メッセージを通過させる際に、通過するポートに対応して、IPアドレス配布用メッセージの配布用IPアドレス領域に設定されているIPアドレスの下位8bitの値を書き換える。
 図3は、スイッチ2の各ポートに対応する、配布用IPアドレス下位8bitの書換表の一例を示す図である。スイッチ2は、IPアドレス配布用メッセージを各ポートから出力する際に、図3の書換表を参照して配布用IPアドレス(配布用IPアドレスの領域に格納されているIPアドレス)の下位8bitの値を、出力ポートに対応して書き換える。例えば、ポートP5から入力されたIPアドレス配布用メッセージの配布用IPアドレスが192.168.1.100とすると、スイッチ2は、このIPアドレス配布用メッセージを各ポートから出力する際、配布用IPアドレスを、図3に従って書き換える。書き換え後の配布用IPアドレスは図4に示したものとなる。
 一例として、機器3にIPアドレスを配布する(割り当てる)手順を図5のシーケンス図を用いて説明する。機器3はブロードキャストでIPアドレス要求メッセージをネットワーク内にあるIPアドレス配布装置1に要求する。IPアドレス要求メッセージの送付先アドレスはブロードキャストアドレスとし、配信元アドレスには自身(機器3)のMACアドレスを格納する。ブロードキャストを使用することでIPアドレス要求メッセージはスイッチ2経由でIPアドレス配布装置1に到達する。
 IPアドレス配布装置1は、IPアドレス要求メッセージを受信すると、配布用IPアドレスを生成し、送付先アドレスに機器3のMACアドレスを格納し、配信元アドレスに自身(IPアドレス配布装置1)のMACアドレスを格納し、配布用IPアドレス用領域には、上記の生成した配布用IPアドレス(図5では、192.168.1.100)を格納した、IPアドレス配布用メッセージを発行する。
 IPアドレス配布用メッセージはスイッチ2のポートP1を経由して機器3に到達するが、スイッチ2のポートP1を通過する際に、図3に示した書換表に従った書き換え処理が行われ、IPアドレス配布用メッセージの配布用IPアドレスは、192.168.1.1となる。この結果、機器3には、IPアドレス192.168.1.1が割り当てられる。
 機器4については、同様の手順で、IPアドレス192.168.1.2が割り当てられる。
 機器3,4は、IPアドレスの配布を受けると、自身のIPアドレスを配布されたIPアドレス(192.168.1.1,192.168.1.1)に設定し、その後、IP通信を開始する。
 機器3が故障して、別の装置に置き換えを行ったケースを考える。この置き換えた装置は、IPアドレス要求メッセージを発行して、自分のIPアドレスを決定するが、先に示した機器3と同様の手順で、IPアドレスは、192.168.1.1が割り当てられる。
 本IPアドレス配布システムにおいて、IPアドレス配布装置1と機器とのIPアドレス配布の仕組みとしてIPアドレス配布装置1はDHCPサーバの動作、機器はDHCPクライアントの動作とすることも可能である。IPアドレス配布装置1は、内部の動作としてDHCPサーバと異なる動作をするが、機器は一般のDHCPクライアントと全く同一の動作で対応できる。
 なお、スイッチ2がIPアドレス配布用メッセージの配布用IPアドレスを書き換えるため、IPアドレス配布装置1が認識している配布済みIPアドレスと各機器に実際に割り当てられたIPアドレスが一致しない状態となる。このような状態は、例えば、ARP(Address Resolution Protocol)を使用して解消することができる。IPアドレス配布装置1は、例えば、ARPテーブルを参照してMACアドレスが不明のIPアドレスを設定したARP要求を送信し、応答が返ってきた場合、図6に示したように、通知されてきたIPアドレスをARPテーブルに登録するとともに、配布済みのIPアドレスとして記憶する。例えば、図6に示したような、MACアドレスと、IPアドレス配布用メッセージで配布したアドレスと、ARP応答で通知されてきたIPアドレスを対応付けたテーブル(配布済みIPアドレス管理テーブル)を作成して管理する。図6に示した例では、IPアドレス192.168.1.3のARP要求に対するARP応答でMACアドレス00-08-A1-0D-22-11が通知されてきたため、通知されていたMACアドレスをARPテーブルに登録するとともに、ARP要求を行ったIPアドレス192.168.1.3を配布済みIPアドレス管理テーブルに登録する。
 本実施の形態では、配布用IPアドレスの下位8bitを書き換える例について説明したが、配布用IPアドレスの全てのビットもしくは、任意の複数のビットをスイッチの各ポートに対応付けて書き換えるようにしても、全く同様に、固定的なIPアドレスを配布可能なシステムを実現できる。
 このように、本実施の形態のIPアドレス配布システムにおいて、スイッチは、IPアドレス配布装置が発行したIPアドレス配布用メッセージを中継する場合、メッセージに含まれている配布用IPアドレスの一部または全てのビットを、中継先のポート(出力ポート)に対応した固定値に書き換えることとした。これにより、ネットワークの物理配線上における機器の位置(設置位置)に対応させてIPアドレスを配布することが可能となる。例えば、IPアドレスの配布を受ける機器を故障等により交換する場合でも、交換後の機器に交換前の機器と同一のIPアドレスを自動で付与することができる。
実施の形態2.
 図7は、実施の形態2のIPアドレス配布システムの構成例を示す図である。図7において、実施の形態1で説明したIPアドレス配布システム(図1)に含まれていた装置と同一の装置には同じ符号を付している。
 本実施の形態のIPアドレス配布システムは、IPアドレス配布装置1と、スイッチ2および5とを含んで構成され、スイッチ2のポートP1とスイッチ5のポートP5が接続されている。実施の形態1と同様に、スイッチ2のポートP5にIPアドレス配布装置1が接続され、ポートP2に機器4が接続されている。また、スイッチ5のポートP4に機器7が接続されている。
 本実施の形態では、2台のスイッチを介してIPアドレス配布装置1と通信する機器7に対してIPアドレスを付与する動作を説明する。なお、機器4にIPアドレスを配布する場合の動作は実施の形態1と同様である。すなわち、スイッチ2は、IPアドレス配布用メッセージ(図2)を中継する際に、配布用IPアドレスの値を図3に示した書換表に従って書き換える。
 図8は、スイッチ5が使用する書換表(配布用IPアドレスの書換表)の一例を示す図である。スイッチ5は、スイッチ2と同様に、IPアドレス配布用メッセージを中継する際に配布用IPアドレスの値を書き換える。ただし、図8に示した書換表に従って書き換えを行う。すなわち、スイッチ2が使用する書換表(図3)とは異なる書換表に従った書き換えを行う。
 機器7にIPアドレスを配布する手順を図9のシーケンス図を用いて説明する。機器7はブロードキャストでIPアドレス要求メッセージをネットワーク内にあるIPアドレス配布装置1に要求する。IPアドレス要求メッセージの送付先アドレスはブロードキャストアドレスとし、配信元アドレスには自身(機器7)のMACアドレスを格納する。ブロードキャストを使用することでIPアドレス要求メッセージはスイッチ5およびスイッチ2を経由してIPアドレス配布装置1に到達する。
 IPアドレス配布装置1は、IPアドレス要求メッセージを受信すると、配布用IPアドレスを生成し、送付先アドレスに機器7のMACアドレスを格納し、配信元アドレスに自身(IPアドレス配布装置1)のMACアドレスを格納し、配布用IPアドレス用領域には、上記の生成した配布用IPアドレス(192.168.1.100)を格納した、IPアドレス配布用メッセージを発行する。
 IPアドレス配布用メッセージは、スイッチ2のポートP1を経由してスイッチ5に中継されるが、このとき、スイッチ2は、図3の書換表に従い、中継するIPアドレス配布用メッセージの配布用IPアドレスを書き換える。具体的には、192.168.1.100を192.168.1.1に書き換える。スイッチ2で中継されたIPアドレス配布用メッセージは、スイッチ5のポートP4を経由して機器7に中継されるが、このとき、スイッチ5は、図8の書換表に従い、中継するIPアドレス配布用メッセージの配布用IPアドレスを書き換える。具体的には、192.168.1.1を192.168.1.14に書き換える。この結果、機器7には、IPアドレス192.168.1.14が割り当てられる。
 機器7は、IPアドレスの配布を受けると、配布されたIPアドレス(192.168.1.14)を自身のIPアドレスに設定し、その後、IP通信を開始する。
 本実施の形態では、スイッチ2および5がそれぞれ異なる書換表を使用する必要があるが、各スイッチが使用する書換表は、例えば、スイッチの設置時に固定的に設定する。なお、各スイッチが複数の書換表を予め保持しておき、スイッチの有する接点情報に基づき、使用する書換表を切り替えるようにしてもよい。この場合、スイッチが故障した場合でも、接点情報を同じにすることで、スイッチを交換しても同じIPアドレスが配布可能になる。
 このように、本実施の形態のIPアドレス配布システムにおいては、複数(2台)のスイッチがそれぞれ異なる書換表に従い、IPアドレス配布用メッセージを中継する際に配布用IPアドレスを書き換えることとした。これにより、実施の形態1と同様に、ネットワークの物理配線上における機器の位置に対応させてIPアドレスを配布することが可能となる。また、IPアドレスの重複割り当てを回避できる。
実施の形態3.
 本実施の形態では、複数のIPアドレス配布装置を含んだ構成のIPアドレス配布システムにおけるIPアドレス配布動作を説明する。
 図10は、実施の形態3のIPアドレス配布システムの構成例を示す図である。図10において、実施の形態1,2で説明したIPアドレス配布システム(図1,図7)に含まれていた装置と同一の装置には同じ符号を付している。
 本実施の形態のIPアドレス配布システムは、IPアドレス配布装置1および8と、スイッチ2、5および9とを含んで構成され、スイッチ2のポートP1とスイッチ5のポートP5が接続されるとともに、スイッチ5のポートP1とスイッチ9のポートP5が接続されている。実施の形態1と同様に、スイッチ2のポートP5にIPアドレス配布装置1が接続され、ポートP2に機器4が接続されている。また、スイッチ5のポートP2に機器10が接続され、ポートP4に機器7が接続されている。スイッチ9のポートP2に機器11が接続され、ポートP4にIPアドレス配布装置8が接続されている。
 図11は、スイッチ9が使用する書換表(配布用IPアドレスの書換表)の一例を示す図である。スイッチ9は、スイッチ2,5と同様に、IPアドレス配布用メッセージを中継する際に配布用IPアドレスの値を書き換える。ただし、図11に示した書換表に従って書き換えを行う。すなわち、スイッチ2,5が使用する書換表(図3,図8)とは異なる書換表に従った書き換えを行う。
 次に、本実施の形態のIPアドレス配布システムにおけるIPアドレス配布動作を説明する。一例として、機器7を対象としたIPアドレス配布動作を説明する。なお、実施の形態1,2と同様に、スイッチ2は図3の書換表を使用し、スイッチ5は図8の書換表を使用するものとして説明を行う。
 機器7は、IPアドレスの配布を要求する場合、IPアドレス要求メッセージの送付先アドレスにブロードキャストアドレスを格納し、配信元アドレスには自身(機器7)のMACアドレスを格納して送信する。このIPアドレス要求メッセージは、まず、スイッチ5に到達する。スイッチ5は、受信したIPアドレス要求メッセージの送付先アドレスがブロードキャストアドレスのため、メッセージを受信したポート以外の全ポートに中継する。スイッチ5で中継されたIPアドレス要求メッセージはスイッチ2および9に到達し、スイッチ2および9も同様に、メッセージを受信したポート以外の全ポートに中継する。この結果、IPアドレス要求メッセージはIPアドレス配布装置1および8の双方に到達する。
 IPアドレス配布装置1および8は、機器7が送信したIPアドレス要求メッセージを受信すると、配布するIPアドレスを決定し、決定したIPアドレスを配布用IPアドレスとしたIPアドレス配布用メッセージを生成して機器7宛てに送信する。
 IPアドレス配布装置1がIPアドレスを配布する動作シーケンスは実施の形態2で説明したとおりである(図9参照)。IPアドレス配布装置1は、配布用IPアドレスを192.168.1.100としたIPアドレス配布用メッセージを送信し、スイッチ2および5を通過する際に配布用IPアドレスが書き換えられ、最終的に、IPアドレス192.168.1.14が機器7に割り当てられる。
 一方、IPアドレス配布装置8がIPアドレスを配布する動作シーケンスは図12に示したものとなる。IPアドレス配布装置8は、配布用IPアドレスに192.168.1.200を格納し、送信先アドレスに機器7のMACアドレスを格納し、送信元アドレスに自身(IPアドレス配布装置8)のMACアドレスを格納したIPアドレス配布用メッセージを生成し、送信する。このIPアドレス配布用メッセージは、スイッチ9および5により中継されて機器7に到達するが、スイッチ9および5は中継の際、配布用IPアドレスを書き換える。具体的には、スイッチ9は、スイッチ5が接続されているポートP5に中継するので、図11の書換表に従い、配布用IPアドレスを192.168.1.200から192.168.1.25に書き換える。スイッチ5は、機器7がポートP4に接続されているので、図8の書換表に従い、配布用IPアドレスを192.168.1.25から192.168.1.14に書き換える。この結果、機器7には、192.168.1.14が割り当てられる。
 機器7には、IPアドレス配布装置1が発行したIPアドレス配布メッセージおよびIPアドレス配布装置8が発行したIPアドレス配布メッセージが到達する。機器7は、先に受信したIPアドレス配布メッセージで割り当てられたIPアドレスを自身のIPアドレスに設定し、IP通信を開始する。なお、スイッチ5が出力ポートに応じた書き換えを行うため、IPアドレス配布装置1が送信したIPアドレス配布メッセージとIPアドレス配布装置8が送信したIPアドレス配布メッセージのどちらが先に到達した場合にも、同じIPアドレスが割り当てられることになる。
 他の機器にIPアドレスを配布する場合の動作も同様である。
 このように、本実施の形態のIPアドレス配布システムは、IPアドレス配布装置を2台備えているので、実施の形態1,2と同様の効果が得られるとともに、片方のIPアドレス配布装置が故障した場合でもIPアドレスの配布を継続できるという効果が得られる。なお、IPアドレス配布装置が2台の場合を説明したが、2台以上を使用すると、故障に対する冗長性が向上することは説明するまでもない。
実施の形態4.
 図13は、本発明にかかるIPアドレス配信システムの適用例を示す図であり、一例として、複数車両からなる列車に適用した場合を示している。
 図13は、IPアドレス配布装置21と、スイッチ23および24と、機器27および28とが1番目の車両に搭載され、IPアドレス配布装置22と、スイッチ25および26と、機器29とが2番目の車両に搭載された例を示している。
 スイッチ23~26は、号車番号(車両番号)及び車両内のスイッチの設置場所に対応する配布用IPアドレス書換表を有する。配布用IPアドレス書換表は、例えば、IPアドレスの特定のビット位置に号車番号に対応する値を設定している。例えばIPアドレスの下位16bitから下位9bitの値に号車番号を埋め込む。
 機器27~29にIPアドレスを配布する動作は実施の形態3と同様である。
 配布用IPアドレス書換表は、スイッチ内に該当編成で使用する配布用IPアドレス書換表に全て用意して、スイッチの有する接点情報(図示せず)を使用して切り替えるように準備してもよい。この場合、スイッチが故障して交換する際に接点情報を同じ値に設定して使用することで、交換作業時間を短縮することができる。
 このように、IPアドレス配信システムを列車に適用した場合、故障等により機器の交換が発生した場合でも、交換後の機器に交換前の機器と同じIPアドレスを割り当てることができる。
 なお、本実施の形態では、実施の形態3のIPアドレス配布システムを列車に適用する場合について説明したが、実施の形態1や2のIPアドレス配布システムを列車に適用しても構わない。
 以上のように、本発明にかかるIPアドレス配布システムは、ネットワークの物理的な構成を考慮してIPアドレスの管理と割り当てを行う必要がある場合に有用である。
 1,8,21,22 IPアドレス配布装置、2,5,9,23~26 スイッチ(Switch)、3,4,7,10,11,27~29 機器。

Claims (7)

  1.  スイッチ装置により形成されたネットワーク、および当該ネットワークに接続されたIPアドレス配布装置を備えたIPアドレス配信システムであって、
     前記スイッチ装置は、前記IPアドレス配布装置がIPアドレスの要求元の機器に対して配布するIPアドレスである配布用IPアドレスを含んだ信号を受信すると、受信信号に含まれている配布用IPアドレスの一部または全部を、当該信号を中継するポートに応じた値に書き換えることを特徴とするIPアドレス配布システム。
  2.  前記スイッチ装置は、前記配布用IPアドレスを中継するポートに固有の値に書き換えることを特徴とする請求項1に記載のIPアドレス配布システム。
  3.  前記スイッチ装置が複数存在する場合、各スイッチ装置は、それぞれ異なる規則で配布用IPアドレスの書き換えを行い、書き換え後の配布用IPアドレスが他のスイッチ装置で書き換えられた後の配布用IPアドレスと重複するのを回避することを特徴とする請求項1に記載のIPアドレス配布システム。
  4.  前記IPアドレス配布装置を複数備えたことを特徴とする請求項1に記載のIPアドレス配布システム。
  5.  前記ネットワークを列車内に構築されたネットワークとすることを特徴とする請求項1に記載のIPアドレス配布システム。
  6.  IPアドレス配布装置とともにIPアドレス配信システムを形成するスイッチ装置であって、
     前記IPアドレス配布装置がIPアドレスの要求元の機器に対して配布するIPアドレスである配布用IPアドレスを含んだ信号を受信すると、受信信号に含まれている配布用IPアドレスの一部または全部を、当該信号を中継するポートに応じた値に書き換えることを特徴とするスイッチ装置。
  7.  スイッチ装置により形成されたネットワーク、および当該ネットワークに接続されたIPアドレス配布装置を備えたIPアドレス配信システムにおけるIPアドレス配布方法であって、
     前記IPアドレス配布装置が、IPアドレスの要求元機器に対して割り当てる仮のIPアドレスを決定し、決定した仮のIPアドレスを含んだIPアドレス配布信号を送信する仮IPアドレス配布ステップと、
     前記スイッチ装置が、前記IPアドレス配布信号を受信し、当該受信した信号に含まれている仮のIPアドレスの一部または全部を、当該信号を中継するポートに応じた値に書き換えて送信するIPアドレス書き換えステップと、
     を含むことを特徴とするIPアドレス配布方法。
PCT/JP2013/074722 2013-09-12 2013-09-12 Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法 WO2015037102A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2015536368A JP5936780B2 (ja) 2013-09-12 2013-09-12 Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法
PCT/JP2013/074722 WO2015037102A1 (ja) 2013-09-12 2013-09-12 Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法
EP13893319.7A EP3018864B1 (en) 2013-09-12 2013-09-12 Ip address distribution system, switch apparatus and ip address distribution method
US14/903,703 US10009314B2 (en) 2013-09-12 2013-09-12 IP address distribution system, switch apparatus, and IP address distribution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2013/074722 WO2015037102A1 (ja) 2013-09-12 2013-09-12 Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法

Publications (1)

Publication Number Publication Date
WO2015037102A1 true WO2015037102A1 (ja) 2015-03-19

Family

ID=52665244

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/074722 WO2015037102A1 (ja) 2013-09-12 2013-09-12 Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法

Country Status (4)

Country Link
US (1) US10009314B2 (ja)
EP (1) EP3018864B1 (ja)
JP (1) JP5936780B2 (ja)
WO (1) WO2015037102A1 (ja)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10200342B2 (en) * 2015-07-31 2019-02-05 Nicira, Inc. Dynamic configurations based on the dynamic host configuration protocol
JP6643123B2 (ja) * 2016-02-04 2020-02-12 キヤノン株式会社 管理サーバーシステム、システム、システムの方法およびプログラム
CN106302861B (zh) * 2016-09-27 2020-04-17 新华三技术有限公司 一种地址分配方法及装置
US11805101B2 (en) * 2021-04-06 2023-10-31 Vmware, Inc. Secured suppression of address discovery messages

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010087259A1 (ja) * 2009-01-28 2010-08-05 三菱電機株式会社 Ipアドレス配信装置およびipアドレス配信方法
WO2010095324A1 (ja) * 2009-02-23 2010-08-26 株式会社 日立国際電気 ネットワーク間接続装置

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3800038B2 (ja) 2001-06-08 2006-07-19 ティアック株式会社 ネットワーク装置及びサーバ装置及びクライアント装置及びネットワークのipアドレス付与方法及びプログラム
JP2004023238A (ja) 2002-06-13 2004-01-22 Tokyo Gas Co Ltd 通信設定管理方法、通信設定管理装置、プログラム、記憶媒体
JP4412179B2 (ja) 2005-01-17 2010-02-10 パナソニック電工株式会社 集合住宅向けの遠隔監視制御システム及びアドレス配布装置
JP4664143B2 (ja) 2005-07-22 2011-04-06 株式会社日立製作所 パケット転送装置、通信網及びパケット転送方法
WO2010087258A1 (ja) 2009-01-27 2010-08-05 三菱電機株式会社 列車用通信システム及び列車用通信方法
US8842531B2 (en) * 2009-12-18 2014-09-23 Mitsubishi Electric Corporation IP address delivery system and IP address delivery method
JP5506444B2 (ja) 2010-02-18 2014-05-28 株式会社日立製作所 情報システム、装置および方法
JP5358503B2 (ja) 2010-03-26 2013-12-04 株式会社日立国際電気 ネットワーク管理システム、ネットワーク管理方法およびネットワーク管理装置
JP2011223396A (ja) 2010-04-12 2011-11-04 Toshiba Corp アドレス配布方法及び装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010087259A1 (ja) * 2009-01-28 2010-08-05 三菱電機株式会社 Ipアドレス配信装置およびipアドレス配信方法
WO2010095324A1 (ja) * 2009-02-23 2010-08-26 株式会社 日立国際電気 ネットワーク間接続装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DOUGLAS E. COMER: "Internetworking with TCP/IP", vol. 1, KYORITSU SHUPPAN

Also Published As

Publication number Publication date
US20160164829A1 (en) 2016-06-09
EP3018864A4 (en) 2017-03-08
EP3018864A1 (en) 2016-05-11
JP5936780B2 (ja) 2016-06-22
JPWO2015037102A1 (ja) 2017-03-02
US10009314B2 (en) 2018-06-26
EP3018864B1 (en) 2019-08-28

Similar Documents

Publication Publication Date Title
JP5031125B1 (ja) Ipアドレス配布システムおよびipアドレス配布方法
JP5312610B2 (ja) Ipアドレス配信システムおよびipアドレス配信方法
US10298724B2 (en) Communication device and method for transmitting data within an industrial automation system
JP5490329B2 (ja) 列車用通信システム
JP5106707B1 (ja) Ipアドレス配布システムおよびipアドレス配布方法
JP5936780B2 (ja) Ipアドレス配布システム、スイッチ装置およびipアドレス配布方法
US7680956B2 (en) Communicating additional information in a DNS update response by requesting deletion of a specific record
JP4896278B1 (ja) Ipアドレス配布システム
US10341173B2 (en) Method for configuring a communication device within an industrial automation system and distribution unit for a configuration server of the industrial communication network
WO2010087259A1 (ja) Ipアドレス配信装置およびipアドレス配信方法
KR20150046041A (ko) Dhcp 클라이언트를 구성하는 방법 및 장치
JP4989194B2 (ja) 鉄道車両用伝送システム、それを用いた鉄道車両、およびそのシステムにおける伝送装置のアドレス設定方法。
JP6192838B2 (ja) Ipアドレス配布システム、スイッチ装置、およびipアドレス配布方法
US10798052B2 (en) Switch and method for providing a name service within an industrial automation system by distributing supplemented router advertisement messages
WO2019180800A1 (ja) 空気調和システムおよび通信方法
JP2007081456A (ja) 変換装置
CN106034166B (zh) 一种局域网的网络参数配置方法及装置
JP3837055B2 (ja) ネットワーク接続装置、及びネットワーク接続装置のipアドレス割付方法
JP6263926B2 (ja) 通信装置、ゲートウェイ、冗長システム、及び通信システム

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13893319

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2015536368

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14903703

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2013893319

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE