WO2021152670A1 - 通信装置、切り替え制御方法、及びプログラム - Google Patents

通信装置、切り替え制御方法、及びプログラム Download PDF

Info

Publication number
WO2021152670A1
WO2021152670A1 PCT/JP2020/002812 JP2020002812W WO2021152670A1 WO 2021152670 A1 WO2021152670 A1 WO 2021152670A1 JP 2020002812 W JP2020002812 W JP 2020002812W WO 2021152670 A1 WO2021152670 A1 WO 2021152670A1
Authority
WO
WIPO (PCT)
Prior art keywords
router
communication device
virtual
address
connection destination
Prior art date
Application number
PCT/JP2020/002812
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 US17/792,467 priority Critical patent/US20230055402A1/en
Priority to PCT/JP2020/002812 priority patent/WO2021152670A1/ja
Priority to JP2021573643A priority patent/JP7215605B2/ja
Publication of WO2021152670A1 publication Critical patent/WO2021152670A1/ja

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/28Routing or path finding of packets in data switching networks using route fault recovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • H04L41/0663Performing the actions predefined by failover planning, e.g. switching to standby network elements
    • 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/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2521Translation architectures other than single NAT servers
    • H04L61/2535Multiple local networks, e.g. resolving potential IP address conflicts
    • 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

Definitions

  • the present invention relates to a technique for operating a plurality of routers in a communication system in a redundant configuration.
  • VRRP Virtual Router Redundancy Protocol
  • multi-path method As general redundant methods when operating a router in a redundant configuration.
  • VRRP is a protocol standardized by RFC3768. By using the VRRP method, a redundant configuration can be realized by a plurality of physical routers (here, two routers are used as an example). VRRP allows two routers to appear as one virtual router with a virtual IP address (one gateway for the host).
  • the router with the higher VRRP priority (called the master) of the two routers becomes active, and the virtual IP address is set as the IP address to be used (as the IP address of the real interface).
  • the packet transmitted from the host is received by the master router, and the transfer process is performed by the master router.
  • the multipath method is a method in which a multipath (multiple routes) is provided for one destination network using a routing protocol such as BGP (Border Gateway Protocol).
  • BGP Border Gateway Protocol
  • Non-Patent Document 1 by using the VRRP method and the multipath method in combination, it is possible to switch between the other in accordance with the failure detection of one.
  • the present invention has been made in view of the above points, and in order to improve reliability in a communication system using a protocol and multipath that can form a redundant configuration by a plurality of communication devices by using a virtual IP address.
  • the purpose is to provide the technology of.
  • a communication device that operates a protocol capable of forming a redundant configuration by a plurality of communication devices by using a virtual IP address.
  • a table storage unit that stores a table in which a virtual IP address and a connection destination network are associated with each connection destination network in a plurality of connection destination networks connected to the communication device via a path.
  • the virtual IP address associated with the connection destination network is specified by referring to the table, and the specified virtual IP address is redundant with the communication device.
  • a communication device is provided that includes a control unit that transitions to another communication device that forms the configuration.
  • reliability can be improved in a communication system using a protocol and multipath that can form a redundant configuration by a plurality of communication devices by using a virtual IP address.
  • FIG. It is a figure for demonstrating the related technique. It is a figure for demonstrating the related technique. It is a figure for demonstrating a problem. It is a figure for demonstrating the feature 1.
  • FIG. It is a figure for demonstrating the feature 2. It is a figure for demonstrating the feature 3. It is a figure for demonstrating the feature 3.
  • a "router” is used as an example of a communication device, but in the present embodiment, a device other than the "router" may be used as the communication device.
  • a computer, a switch, or the like on which VRRP operates may be used.
  • a protocol other than “VRRP” may be used as a protocol capable of forming a redundant configuration by a plurality of communication devices by using a virtual IP address. ..
  • the master router will be described as a router (master), and the backup router will be described as a router (backup).
  • FIG. 1 is an example of a communication system that uses the VRRP method and the multipath method in combination.
  • FIG. 2 shows the same system configuration as that of FIG.
  • the communication system includes a router b (master) and a router c (backup) on which VRRP operates. Further, the router b and the router d are connected by BGP, and the router c and the router e are connected by BGP to form a multipath.
  • the router c (master) transmits the address of NW # 3 as route information.
  • the MED value at this time is, for example, 10.
  • Router c (backup) also transmits route information.
  • the MED value is, for example, 100.
  • the route of router d-> router b is prioritized for communication addressed to router a.
  • the router b (master) lowers the VRRP priority when the failure is detected by the BGP monitoring.
  • the router c (backup) is switched to the master, the virtual IP address is set in the interface on the NW # 3 side in the router c (master), and communication using the virtual IP address is possible on the NW # 3 side.
  • FIG. 2 shows a case where a failure occurs in the link on the NW # 3 side of the router b (master).
  • the router b (master) invalidates the advertisement route to the router d after detecting the failure by the link monitoring. Further, since the router c cannot receive the advertisement from the router b, the router c switches to the master.
  • the priority on the VRRP side can be changed in conjunction with the failure on the multipath side, and the master can be transitioned.
  • the advertisement route on the multipath side can be invalidated.
  • the virtual IP address will be referred to as VIP.
  • NW # 3 connects to one network (NW # 1).
  • NW # 1 a general network often connects to a plurality of networks.
  • NW # 3 connects to a plurality of networks (NW # 1, NW # 2) as shown in FIG.
  • NW # 2 similarly to NW # 1, an active router f and a standby router g are provided, and between the router f and the router b (master), and between the router g and the router.
  • a path is provided for each of c (backup).
  • the redundant configuration per VRRP group includes two routers, but this is an example, and the redundant configuration per VRRP group may include three or more routers.
  • FIG. 4 shows the configuration of the communication system in the present embodiment and the outline of the mechanism for solving the problem.
  • NW # 3 includes a router 1, a router 2 (master) and a router 3 (backup) on which VRRP operates. Be done. NW # 1 is provided with routers 4 and 5, and a multipath by BGP is configured between routers 4 and 5 of NW # 1 and routers 2 and 3 of NW # 3. Further, the NW # 2 is provided with routers 6 and 7, and a multipath by BGP is configured between the routers 6 and 7 of the NW # 2 and the routers 2 and 3 of the NW # 3.
  • a VIP for each connection destination NW (NW # 1, NW # 2 in this example) is set for each router on which VRRP operates.
  • the "setting” here does not mean that the VIP is set in the actual interface, but means that it is set as information.
  • VIP is set in the real interface of the master router.
  • VIP # 1 is associated with NW # 1
  • VIP # 2 is associated with NW # 2.
  • Setting a plurality of VIPs in one router is an existing technology in multi-group VRRP.
  • those associated with the same VRID are called VRRP groups.
  • switching between the master and the backup can be made independent for each connection destination NW by associating a different VIP with each connection destination NW.
  • features 1 to 3 will be described as examples of features related to this mechanism.
  • VRRP group 1 (Feature 1)
  • VRRP group 2 the VRRP group associated with VIP # 2
  • router 2 (both VRRP groups 1 and 2 are masters) can use VIP # 1 and VIP # 2 for communication on the NW # 3 side.
  • packets addressed to NW # 1 are set to be forwarded to VIP # 1 (from the viewpoint of Ethernet frame, to the virtual MAC address corresponding to VIP # 1), and packets addressed to NW # 2 are set to VIP. It is assumed that the transfer is set to # 2 (from the viewpoint of Ethernet frame, to the virtual MAC address corresponding to VIP # 2).
  • the packet addressed to NW # 1 transmitted from the router 1 reaches the router 2 and is transferred from the router 2 to the router 4.
  • the packet addressed to NW # 2 transmitted from the router 1 reaches the router 2 and is transferred from the router 2 to the router 6.
  • the state transition is executed in the VRRP group 1 associated with VIP # 1 as described with reference to FIG. That is, in the VRRP group 1 associated with VIP # 1, the router 2 transitions to the standby and the router 3 transitions to the master.
  • the priority in the VRRP group 1 is lowered based on the association information.
  • the router 3 switches to the router, and as a result, the VIP # 1 transitions to the router 3. That is, in the router 3, the setting is made so that VIP # 1 can be used on the NW # 3 side. In other words, VIP # 1 is set on the interface on the NW # 3 side of the router 3.
  • the packet addressed to NW # 1 transmitted from the router 1 after this switching reaches the router 3 having the VIP # 1 (master after the switching), and is transferred from the router 3 to the router 5 by the standby route.
  • the packet addressed to NW # 2 transmitted from router 1 reaches router 2 and passes from router 2 via the active route. Is transferred to the router 6.
  • the router 3 (backup) is on standby, and if a failure occurs in the active route between the router 2 and the router 6, the router 3 switches to the master and communication can be continued.
  • each router on which VRRP operates includes a table for managing the VIP and the connection destination NW, and the table realizes the association between the VIP and the connection destination NW described in the feature 1.
  • the router on which VRRP operates is a table that stores information in which the VIP and the routing information addressed to the connection destination NW are associated with each other. To hold.
  • VIP # 1 10.0.0.1
  • the packet addressed to the address (12.0.0.0/24) of the connection destination NW # 1 associated with VIP # 1 is 11. Routing information indicating that the data is transferred to 0.0.1 is linked.
  • the above table is an example, and a table in which the VIP and the address of the connection destination NW are associated with each connection destination NW may be used.
  • the routing information is stored separately in the routing table.
  • the router 2 When a route failure of the active route occurs, the router 2 deletes the corresponding routing information, but when it detects a route failure of the active route, it refers to the table shown in FIG. 5 and connects to the failed path.
  • the VIP # 1 associated with the NW # 1 is specified, and the VIP # 1 is made to transition to the router 3. That is, when the router 2 detects that a failure has occurred in the route to the router 4 (11.0.0.1) connected to the NW # 1, the VRRP group associated with the VIP # 1 is linked from the table information.
  • the master of 1 is transitioned from the router 2 to the router 3. Specifically, the priority of the router 2 for the VRRP group 1 is lowered. As a result, VIP # 1 is deleted from the router 2 and set in the router 3 as the VIP used for communication on the NW # 3 side.
  • the router connected to the active route suppresses the route advertisement to the opposite router until the VIP switchback is completed.
  • FIG. 7 shows an example of the above operation.
  • FIG. 7 shows a state in which the active route recovers from the failure after the failure of the active route occurs as shown in FIG.
  • the route advertisement is started, and the routing table of the router 2 is restored.
  • the router 2 returns the VIP that has transitioned to the router 3 to the router 2 (that is, the router 2 returns from the backup state to the master state, and the VIP is set to the NW # 3 side interface.
  • the route advertisement to the opposite router 4 is suppressed.
  • the router 2 advertises the route at the same time when the VIP returns to the router 2. As a result, the drop of the packet as described with reference to FIG. 6 can be avoided.
  • FIG. 8 shows the functional configuration of the communication device 100 in which VRRP operates in the present embodiment.
  • the communication device 100 is a communication device corresponding to both the router 2 and the router 3 shown in FIG. 4 and the like.
  • the communication device 100 includes a communication unit 110, a control unit 120, and a table storage unit 130.
  • the communication unit 110 includes a communication interface and transmits / receives packets.
  • the control unit 120 executes the control in the router described in the above-mentioned feature 1, feature 2, feature 3, and the like.
  • the table storage unit 130 stores a table in which the VIP and the connection destination NW are associated with each connection destination NW. When a failure is detected, the control unit 120 identifies the VIP of the VRRP group to be transitioned to another communication device by referring to the table stored in the table storage unit 130, and executes the processing for the transition.
  • the communication device 100 can be realized, for example, by causing a computer to execute a program.
  • routers and switches also include configurations that correspond to "computers.”
  • the communication device 100 can be realized by executing a program corresponding to the processing executed by the communication device 100 by using hardware resources such as a CPU and a memory built in the computer.
  • the above program can be recorded on a computer-readable recording medium (portable memory, etc.), stored, and distributed. It is also possible to provide the above program through a network such as the Internet or e-mail.
  • FIG. 9 is a diagram showing a hardware configuration example of the above computer.
  • the computer of FIG. 9 has a drive device 1000, an auxiliary storage device 1002, a memory device 1003, a CPU 1004, an interface device 1005, a display device 1006, an input device 1007, and the like, each of which is connected to each other by a bus B.
  • the program that realizes the processing on the computer is provided by, for example, a recording medium 1001 such as a CD-ROM or a memory card.
  • a recording medium 1001 such as a CD-ROM or a memory card.
  • the program is installed in the auxiliary storage device 1002 from the recording medium 1001 via the drive device 1000.
  • the program does not necessarily have to be installed from the recording medium 1001, and may be downloaded from another computer via the network.
  • the auxiliary storage device 1002 stores the installed program and also stores necessary files, data, and the like.
  • the memory device 1003 reads and stores the program from the auxiliary storage device 1002 when the program is instructed to start.
  • the CPU 1004 realizes the function related to the communication device 100 according to the program stored in the memory device 1003.
  • the interface device 1005 is used as an interface for connecting to a network, and functions as an input means and an output means via the network.
  • the display device 1006 displays a programmatic GUI (Graphical User Interface) or the like.
  • the input device 157 is composed of a keyboard, a mouse, buttons, a touch panel, and the like, and is used for inputting various operation instructions.
  • FIG. 10 shows the configuration of the system in this embodiment. This configuration is similar to the configuration shown in FIG. That is, NW # 3 is provided with routers 1 to 3. Routers 4 and 5 are connected to NW # 1, and a multipath by BGP is configured between routers 4 and 5 of NW # 1 and routers 2 and 3 of NW # 3. Further, routers 6 and 7 are connected to NW # 2, and a multipath by BGP is configured between routers 6 and 7 of NW # 2 and routers 2 and 3 of NW # 3.
  • Example of operation at initial setting First, the operation at the time of initial setting will be described with reference to FIGS. 11 and 12.
  • the VIP-NW association table is created in the router 2.
  • the VIP-NW association table is created in the router 3.
  • the operator registers VIP # 1 as the GW (gateway) of NW # 1 and VIP # 2 as the GW (gateway) of NW # 2 with respect to the router 1.
  • the operator registers NW # 1 and VIP # 1 in the VIP-NW association table and NW # 2 and VIP # 2 in the VIP-NW association table for the router 2.
  • the operator registers NW # 1 and VIP # 1 in the VIP-NW association table and NW # 2 and VIP # 2 in the VIP-NW association table for the router 3.
  • a BGP routing protocol session is established between router 2 and router 4.
  • the router 2 receives the advertisement of the NW # 1 from the router 4 in S17, the router 2 adds the NW # 1 to the routing table in the S18.
  • a BGP routing protocol session is established between router 3 and router 5.
  • the router 3 receives the advertisement of NW # 1 from the router 5. Proceeding to FIG. 12, in S21, the router 3 adds NW # 1 to the routing table.
  • the router 2 becomes the master of the VRRP group 1 based on the VRRP priority of the VRRP group 1, and in S24, the router 3 becomes the backup of the VRRP group 1.
  • the router 2 With the router 2 becoming the master of the VRRP group 1, in S25, the router 2 sets VIP # 1 as the VIP used for communication on the NW # 3 side in the router 2.
  • a BGP routing protocol session is established between router 2 and router 6.
  • the router 2 receives the advertisement of the NW # 2 from the router 6 in S27, the router 2 adds the NW # 2 to the routing table in the S28.
  • a BGP routing protocol session is established between router 3 and router 7.
  • the router 3 receives the advertisement of NW # 2 from the router 7.
  • the router 3 adds NW # 2 to the routing table.
  • the router 2 becomes the master of the VRRP group 2 based on the VRRP priority of the VRRP group 2, and in S34, the router 3 becomes the backup of the VRRP group 2.
  • the router 2 With the router 2 becoming the master of the VRRP group 2, in S35, the router 2 sets the VIP # 2 as the VIP used for the communication on the NW # 3 side in the router 2.
  • router 2 is the master of VRRP group 1
  • router 3 is the backup of VRRP group 1
  • router 2 is the master of VRRP group 2
  • router 3 is the VRRP group.
  • a failure occurs on the router 4 side in S45.
  • the router 2 Since the keepalive packets (S46 to S48) from the router 2 do not reach the router 4, the router 2 detects the failure of the route addressed to NW # 1 in S49. In S50, the router 2 identifies VIP # 1 as the VIP corresponding to NW # 1 by referring to the VIP-NW association table. In other words, the router 2 identifies the VRRP group 1 as the VRRP group corresponding to the NW # 1 by referring to the VIP-NW association table. In S51, the router 2 reduces the priority value of the VRRP group 1.
  • the router 2 detects that its own priority is lower than the priority of the router 3, and backs up in the VRRP group 1. Transition. In S54, the router 2 deletes VIP # 2 from the VIP used for communication.
  • router 2 transmits GARP to router # 1.
  • the router # 1 deletes the correspondence information between the VIP # 1 and the virtual MAC address corresponding to the VIP # 1.
  • the router 3 detects that its own priority is higher than the priority of the router 2, and transitions to the master in the VRRP group 1. In S57, the router 3 sets VIP # 1 as the VIP used for communication.
  • the router 3 transmits the GARP to the router # 1.
  • the router # 1 sets the correspondence information between the VIP # 1 and the virtual MAC address corresponding to the VIP # 1.
  • the state in which the router 2 is the master of the VRRP group 2 and the router 3 is the backup of the VRRP group 2 continues.
  • the technique according to the present embodiment improves reliability in a communication system using a protocol and multipath that can form a redundant configuration by a plurality of communication devices by using a virtual IP address. Can be done.
  • a communication device that operates a protocol that can form a redundant configuration with multiple communication devices by using a virtual IP address.
  • a table storage unit that stores a table in which a virtual IP address and a connection destination network are associated with each connection destination network in a plurality of connection destination networks connected to the communication device via a path.
  • the virtual IP address associated with the connection destination network is specified by referring to the table, and the specified virtual IP address is redundant with the communication device.
  • a communication device including a control unit that transitions to another communication device that forms a configuration.
  • the communication device includes a table storage unit that stores a table in which a virtual IP address and a connection destination network are associated with each connection destination network in a plurality of connection destination networks connected to the communication device via a path.
  • a failure of the path connecting to a certain connection destination network is detected, the virtual IP address associated with the connection destination network is specified by referring to the table, and the specified virtual IP address is redundant with the communication device.
  • a switching control method that transitions to another communication device that forms a configuration. (Section 5)
  • Router 100 100 Communication device 110 Communication unit 120 Control unit 130 Table storage unit 1000 Drive device 1001 Recording medium 1002 Auxiliary storage device 1003 Memory device 1004 CPU 1005 Interface device 1006 Display device 1007 Input device

Landscapes

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

Abstract

仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルが動作する通信装置において、前記通信装置にパスを介して接続される複数の接続先ネットワークにおける接続先ネットワーク毎に、仮想IPアドレスと接続先ネットワークとを紐付けたテーブルを格納するテーブル格納部と、ある接続先ネットワークに接続するパスの障害を検知した場合に、前記テーブルを参照することで、当該接続先ネットワークに紐付く仮想IPアドレスを特定し、特定した仮想IPアドレスを、前記通信装置とともに冗長構成を形成する他の通信装置に遷移させる制御部とを備える。

Description

通信装置、切り替え制御方法、及びプログラム
 本発明は、通信システムにおける複数のルータを冗長構成で動作させる技術に関連するものである。
 IPパケットの通信を行う通信システムにおいて、ルータを冗長構成で動作させる際の一般的な冗長方式として、VRRP(Virtual Router Redundancy Protocol)方式とマルチパス方式がある。
 VRRPは、RFC3768で標準化されたプロトコルである。VRRP方式を使用することで、物理的な複数のルータ(ここでは例として2つのルータとする)で冗長構成を実現できる。VRRPにより、2つのルータは仮想IPアドレスを持つ仮想的な1つのルータ(ホストにとっての1つのゲートウェイ)に見せることができる。
 2つのルータのうちのVRRP優先度の高いほうのルータ(マスタと呼ぶ)がアクティブになり、使用するIPアドレスとして(実インタフェースのIPアドレスとして)仮想IPアドレスが設定される。ホストから送信されたパケットはマスタのルータが受信し、マスタのルータにより転送処理が行われる。
 マルチパス方式は、BGP(Border Gateway Protocol)等のルーティングプロトコルを用いて1つの宛先のネットワークに対してマルチパス(複数の経路)を設ける方式である。
 例えば非特許文献1に開示されているように、VRRP方式とマルチパス方式とを組み合わせて利用することで、一方の障害検知に合わせて他方の切り替えを実施することができる。
センチュリーシステムズ社 FutureNet NXR,WXRシリーズhttps://www.centurysys.co.jp/futurenet-tech-wiki/setting/setting-5591/
 VRRP方式とマルチパス方式とを組み合わせて利用する方式において、VRRPが動作する2つのルータ(仮想的な1つのルータ)が複数のネットワークに接続する場合、あるネットワークに接続するアクティブ経路に障害が発生すると、別のネットワークに接続するマルチパスの経路には障害が発生していないにも関わらず、別のネットワークとの通信が片系運用になり、信頼性が低下するという課題がある。
 本発明は上記の点に鑑みてなされたものであり、仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルとマルチパスとを用いる通信システムにおいて、信頼性を向上させるための技術を提供することを目的とする。
 開示の技術によれば、仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルが動作する通信装置であって、
 前記通信装置にパスを介して接続される複数の接続先ネットワークにおける接続先ネットワーク毎に、仮想IPアドレスと接続先ネットワークとを紐付けたテーブルを格納するテーブル格納部と、
 ある接続先ネットワークに接続するパスの障害を検知した場合に、前記テーブルを参照することで、当該接続先ネットワークに紐付く仮想IPアドレスを特定し、特定した仮想IPアドレスを、前記通信装置とともに冗長構成を形成する他の通信装置に遷移させる制御部と
 を備える通信装置が提供される。
 開示の技術によれば、仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルとマルチパスとを用いる通信システムにおいて、信頼性を向上させることができる。
関連技術を説明するための図である。 関連技術を説明するための図である。 課題を説明するための図である。 特徴1を説明するための図である。 特徴2を説明するための図である。 特徴3を説明するための図である。 特徴3を説明するための図である。 通信装置100の構成図である。 ハードウェア構成の例を示す図である。 実施例におけるシステム構成図である。 実施例における動作シーケンス図である。 実施例における動作シーケンス図である。 実施例における動作シーケンス図である。 実施例における動作シーケンス図である。
 以下、図面を参照して本発明の実施の形態(本実施の形態)を説明する。以下で説明する実施の形態は一例に過ぎず、本発明が適用される実施の形態は、以下の実施の形態に限られるわけではない。
 以下の説明では通信装置の例として「ルータ」を用いているが、本実施の形態では通信装置として「ルータ」以外の装置を使用してもよい。例えば、VRRPが動作するコンピュータ、スイッチ等を使用してもよい。
 また、以下の説明では「VRRP」という名称のプロトコルを使用するが、仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルとして「VRRP」以外のプロトコルが使用されてもよい。
 本実施の形態に係る技術を説明するにあたり、まず、関連技術としてVRRP方式とマルチパス方式とを組み合わせて利用することで障害時の切り替えを行う方法を説明する。以降の説明において、マスタルータをルータ(マスタ)のように記載し、バックアップルータをルータ(バックアップ)のように記載する。
 (関連技術の説明)
 図1は、VRRP方式とマルチパス方式とを組み合わて利用する通信システムの例である。図2は図1と同じシステム構成を示す。図1、図2に示すように、本通信システムでは、VRRPが動作するルータb(マスタ)及びルータc(バックアップ)が備えられる。また、ルータbとルータdがBGPで接続され、ルータcとルータeがBGPで接続されることでマルチパスを構成している。
 図1(図2)における正常時において、ルータc(マスタ)は、NW#3のアドレスを経路情報として送信する。このときのMED値は例えば10である。ルータc(バックアップ)も同様に経路情報を送信する。MED値は例えば100である。これにより、ルータa宛ての通信は、ルータd->ルータbのルートが優先される。
 図1に示すように、マルチパスのアクティブ経路(優先度が高いほうのルート)で障害が発生した場合、ルータb(マスタ)は、BGP監視で障害を検知すると、VRRP優先度を下げる。これにより、ルータc(バックアップ)がマスタに切り替わり、ルータc(マスタ)において、NW#3側インターフェースに仮想IPアドレスが設定され、NW#3側で仮想IPアドレスを使用した通信が可能になる。
 図2は、ルータb(マスタ)のNW#3側のリンクで障害が発生した場合を示している。この場合、ルータb(マスタ)はリンク監視で障害検知後、ルータdへのアドバタイズルートを無効化する。また、ルータcはルータbからのアドバタイズメントを受信できなくなるので、ルータcがマスタに切り替わる。
 上記のとおり、VRRP方式とマルチパス方式を混在動作させることで、マルチパス側の障害と連動してVRRP側の優先度を変更し、マスタを遷移させることができ、更に、VRRP側の障害と連動してマルチパス側のアドバタイズルートを無効化することができる。以降、仮想IPアドレスをVIPと記載する。
 (関連技術の課題について)
 上記の関連技術では、NW#3が1つのネットワーク(NW#1)と接続する場合を前提としている。しかし、一般にあるネットワークは複数のネットワークに接続する場合も多い。
 そこで、図3に示すように、NW#3が複数のネットワーク(NW#1、NW#2)と接続する場合を考える。図3に示すように、NW#2において、NW#1と同様に、アクティブのルータfとスタンバイのルータgが備えられ、ルータfとルータb(マスタ)との間、及び、ルータgとルータc(バックアップ)との間のそれぞれにパスが設けられる。
 この構成において、あるネットワーク(ここではNW#1とする)に接続されるマルチパスのアクティブ経路に障害が発生すると、図1を参照して説明したとおりに、NW#3側のルータcがマスタに切り替わり、結果として、VRRPのVIPはルータcに遷移する。
 このとき、他方のネットワーク(NW#2)から見ると、アクティブ経路(ルータb-ルータf)に障害が発生していないにもかかわらず片系運用になるため、信頼性が低下する。
 (課題を解決するための構成、動作)
 以下、上述した課題を解決する構成及び動作を説明する。なお、以下で説明する例では、VRRPグループあたりの冗長構成に2つのルータを含むが、これは一例であり、VRRPグループあたりの冗長構成に3つ以上のルータが含まれていてもよい。
 図4は、本実施の形態における通信システムの構成と、課題を解決するための仕組みの概要を示している。
 図4に示すように、本通信システムの構成は図3に示した構成と同様であり、NW#3に、ルータ1と、VRRPが動作するルータ2(マスタ)及びルータ3(バックアップ)が備えられる。NW#1にはルータ4、5が備えられ、NW#1のルータ4、5とNW#3のルータ2、ルータ3との間でBGPによるマルチパスが構成される。また、NW#2にはルータ6、7が備えられ、NW#2のルータ6、7とNW#3のルータ2、ルータ3との間でBGPによるマルチパスが構成される。
 本実施の形態では、VRRPが動作するルータのそれぞれに、接続先NW(本例ではNW#1,NW#2)毎のVIPを設定する。ここでの「設定」とは、実インタフェースにVIPが設定されるという意味での設定ではなく、情報として設定されるという意味である。VRRPグループ毎に、マスタのルータには、実インタフェースにVIPが設定される。
 図4の例では、VIP#1はNW#1に紐付けされ、VIP#2はNW#2に紐付けされている。なお、1ルータに複数のVIPを設定すること自体はマルチグループVRRPにおいて既存技術である。マルチグループVRRPにおいて、同一のVRIDに紐付けられるものをVRRPグループと呼ぶ。
 本実施の形態では、VRRPが動作するルータにおいて、接続先NWそれぞれに異なるVIPを紐付けることでマスタとバックアップとの間の切り替えを接続先NW毎に独立させることができる。以下、この仕組みに関連する特徴の例として特徴1~3を説明する。
 (特徴1)
 ここでは、VIP#1(VRID=1)に紐付けられるVRRPグループをVRRPグループ1とし、VIP#2(VRID=2)に紐付けられるVRRPグループをVRRPグループ2とする。
 図4に示すシステム構成において、正常時では、ルータ2(VRRPグループ1、2ともにマスタ)は、NW#3側での通信においてVIP#1とVIP#2を使用可能である。
 例えば、ルータ1において、NW#1宛てのパケットはVIP#1宛て(イーサフレームの観点では、VIP#1に対応する仮想MACアドレス宛て)に転送する設定がなされ、NW#2宛てのパケットはVIP#2宛て(イーサフレームの観点では、VIP#2に対応する仮想MACアドレス宛て)に転送する設定がなされているとする。
 ルータ1から送信されたNW#1宛てのパケットは、ルータ2に届き、ルータ2からルータ4に転送される。ルータ1から送信されたNW#2宛てのパケットは、ルータ2に届き、ルータ2からルータ6に転送される。
 図4に示すように、ルータ2とルータ4との間のアクティブ経路で障害が発生したとする。この場合、VIP#1に紐付けられたVRRPグループ1内で、図1で説明したように状態遷移が実行される。すなわち、VIP#1に紐付けられたVRRPグループ1内で、ルータ2はスタンバイに遷移し、ルータ3はマスタに遷移する。
 より具体的には、ルータ2は、BGP監視でルータ4との間のアクティブ経路の障害を検知すると、紐付け情報に基づいて、VRRPグループ1での優先度を下げる。これにより、VRRPグループ1において、ルータ3がルータに切り替わり、結果として、VIP#1はルータ3に遷移する。すなわち、ルータ3において、NW#3側でVIP#1を使用可能になるよう設定が行われる。言い換えると、ルータ3のNW#3側のインタフェースにVIP#1が設定される。
 この切り替え後にルータ1から送信されたNW#1宛てのパケットは、VIP#1を持つルータ3(切り替え後のマスタ)に届き、ルータ3からスタンバイ経路でルータ5に転送される。
 一方、VRRPグループ2に紐付くNW#2に接続されるマルチパスは正常のままなので、ルータ1から送信されたNW#2宛てのパケットは、ルータ2に届き、ルータ2からアクティブ経路を経由してルータ6に転送される。VRRPグループ2においては、ルータ3(バックアップ)が待機しており、仮にルータ2とルータ6との間のアクティブ経路で障害が発生した場合、ルータ3がマスタに切り替わることで通信を継続できる。
 上記のように、接続先NWそれぞれに異なるVIPを紐付けることでマスタとバックアップの切り替えを接続先NW毎に独立させることができる。
 すなわち、上記説明のとおり、NW#1と接続されたアクティブ経路で障害が発生した場合、NW#1と紐づくVIP#1のみをバックアップルータに遷移させることができる。このとき、NW#2と紐づくVIP#2はマスタのルータ2を使い続けることができるため、片系運用状態となる経路をNW#1に限定し、信頼性低下の影響範囲を限定することが可能となる。
 (特徴2)
 本実施の形態において、VRRPが動作する各ルータは、VIPと接続先NWを管理するテーブルを備え、このテーブルにより、特徴1で説明したVIPと接続先NWとの間の紐付けを実現する。
 具体的には、VRRPが動作するルータとしてマスタのルータのみを記載した図5に示すように、VRRPが動作するルータは、VIPと接続先NW宛ルーティング情報とを対応付けた情報を格納するテーブルを保持する。図5において、例えば、VIP#1=10.0.0.1であり、VIP#1に紐付く接続先NW#1のアドレス(12.0.0.0/24)宛てのパケットは11.0.0.1宛てに転送されることを示すルーティング情報が紐付られている。
 なお、上記のテーブルは例であり、接続先NW毎に、VIPと接続先NWのアドレスとを対応付けたテーブルを使用してもよい。この場合、ルーティング情報は別にルーティングテーブルに保持される。
 アクティブ経路の経路障害が発生した場合、ルータ2は、該当のルーティング情報を削除するが、アクティブ経路の経路障害を検知した際に、図5に示すテーブルを参照し、障害が発生したパスに接続されるNW#1に紐付くVIP#1を特定し、当該VIP#1をルータ3に遷移させるようにする。つまり、ルータ2が、NW#1に接続するルータ4(11.0.0.1)との間の経路に障害が発生したことを検知すると、テーブルの情報からVIP#1に紐付くVRRPグループ1のマスタを、ルータ2からルータ3に遷移させる。具体的には、VRRPグループ1についてのルータ2の優先度を下げる。その結果、NW#3側の通信に使用するVIPとして、VIP#1はルータ2から削除され、ルータ3に設定される。
 (特徴3)
 例えば、図1に示したようにしてアクティブ経路の障害が発生した後、アクティブ経路が障害から復旧すると、ルータが経路広告を再開することで、マルチパス側の経路の切り戻しが発生する。このとき、VRRPのVIPを再び遷移させることになる。
 しかし、図6に示すように、S1(アクティブ経路の復旧)がされてもVIPが切り戻っていない場合(S2)、ルータ2はVIPを使用したNW#3側での通信を行うことができないので、NW#1からNW#3に向けた通信のパケットのDropが発生する。つまり、通信障害が一時的に発生する。ただし、この状態でも、NW#3からNW#1への通信は疎通する。
 そこで、本実施の形態では、アクティブ経路の障害が復旧した際に、当該アクティブ経路に接続されるルータは、VIPの切り戻しが完了するまで、対向ルータに対する経路広告を抑制する。
 図7に上記動作の例を示す。図7は、図1に示したようにアクティブ経路の障害が発生した後、アクティブ経路が障害から復旧した状態を示す。このとき、S1に示すように経路広告が開始され、ルータ2のルーティングテーブルは復旧する。ただし、S2において、ルータ2は、ルータ3に遷移していたVIPがルータ2に戻るまで(つまり、ルータ2が、バックアップの状態からマスタの状態に戻り、VIPがNW#3側インタフェースに設定されるまで)、対向のルータ4への経路広告を抑止する。S3において、ルータ2は、ルータ2にVIPが戻ると同時に経路広告を行う。これにより、図6で説明したようなパケットのDropを回避できる。
 (装置構成)
 図8に、本実施の形態における、VRRPが動作する通信装置100の機能構成を示す。通信装置100は、図4等に示したルータ2、ルータ3のいずれにも対応する通信装置である。
 図8に示すように、通信装置100は、通信部110、制御部120、テーブル格納部130を備える。通信部110は、通信インタフェースを含み、パケットの送受信を行う。制御部120は、前述した特徴1、特徴2、特徴3等で説明したルータにおける制御を実行する。テーブル格納部130は、接続先NW毎にVIPと接続先NWとを紐付けたテーブルを格納する。制御部120は、障害検知時に、テーブル格納部130に格納されたテーブルを参照することで、他の通信装置に遷移させるべきVRRPグループのVIPを特定し、遷移のための処理を実行する。
 通信装置100は、例えば、コンピュータにプログラムを実行させることにより実現できる。なお、ルータやスイッチにも「コンピュータ」に相当する構成は含まれる。
 通信装置100は、コンピュータに内蔵されるCPUやメモリ等のハードウェア資源を用いて、通信装置100で実施される処理に対応するプログラムを実行することによって実現することが可能である。上記プログラムは、コンピュータが読み取り可能な記録媒体(可搬メモリ等)に記録して、保存したり、配布したりすることが可能である。また、上記プログラムをインターネットや電子メール等、ネットワークを通して提供することも可能である。
 図9は、上記コンピュータのハードウェア構成例を示す図である。図9のコンピュータは、それぞれバスBで相互に接続されているドライブ装置1000、補助記憶装置1002、メモリ装置1003、CPU1004、インタフェース装置1005、表示装置1006、及び入力装置1007等を有する。
 当該コンピュータでの処理を実現するプログラムは、例えば、CD-ROM又はメモリカード等の記録媒体1001によって提供される。プログラムを記憶した記録媒体1001がドライブ装置1000にセットされると、プログラムが記録媒体1001からドライブ装置1000を介して補助記憶装置1002にインストールされる。但し、プログラムのインストールは必ずしも記録媒体1001より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置1002は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。
 メモリ装置1003は、プログラムの起動指示があった場合に、補助記憶装置1002からプログラムを読み出して格納する。CPU1004は、メモリ装置1003に格納されたプログラムに従って、通信装置100に係る機能を実現する。インタフェース装置1005は、ネットワークに接続するためのインタフェースとして用いられ、ネットワークを介した入力手段及び出力手段として機能する。表示装置1006はプログラムによるGUI(Graphical User Interface)等を表示する。入力装置157はキーボード及びマウス、ボタン、又はタッチパネル等で構成され、様々な操作指示を入力させるために用いられる。
 以下、本実施の形態におけるシステムの動作の具体例を下記の実施例を用いて説明する。なお、以下で説明するシーケンスにおける処理の順番は一例であり、以下で説明する順番に限定されるわけではない。
 (実施例)
 図10に、本実施例におけるシステムの構成を示す。この構成は、図4に示した構成と同様である。すなわち、NW#3に、ルータ1~3が備えられる。NW#1にはルータ4、5が接続され、NW#1のルータ4、5とNW#3のルータ2、3との間でBGPによるマルチパスが構成される。また、NW#2にはルータ6、7が接続され、NW#2のルータ6、7とNW#3のルータ2、ルータ3との間でBGPによるマルチパスが構成される。
 <初期設定時の動作例>
 まず、図11、図12を参照して、初期設定時の動作について説明する。S11において、ルータ2でVIP-NW関連付けテーブルが作成される。S12において、ルータ3でVIP-NW関連付けテーブルが作成される。
 S13において、オペレータが、ルータ1に対し、VIP#1をNW#1のGW(ゲートウェイ)として登録し、VIP#2をNW#2のGW(ゲートウェイ)として登録する。
 S14において、オペレータは、ルータ2に対し、NW#1とVIP#1をVIP-NW関連付けテーブルに登録し、NW#2とVIP#2をVIP-NW関連付けテーブルに登録する。同様に、S15において、オペレータは、ルータ3に対し、NW#1とVIP#1をVIP-NW関連付けテーブルに登録し、NW#2とVIP#2をVIP-NW関連付けテーブルに登録する。
 S16において、ルータ2とルータ4との間でBGPのルーティングプロトコルセッションが確立する。S17においてルータ2がルータ4からNW#1の広告を受信すると、S18において、ルータ2は、NW#1をルーティングテーブルに追加する。
 S19において、ルータ3とルータ5との間でBGPのルーティングプロトコルセッションが確立する。S20においてルータ3がルータ5からNW#1の広告を受信する。図12に進み、S21において、ルータ3は、NW#1をルーティングテーブルに追加する。
 VRRPグループ1の初期状態であるS22において、ルータ2とルータ3はVRRPグループ1のVRRPアドバタイズメント(VRID=1を含む)を送受信する。S23において、VRRPグループ1のVRRP優先度に基づいて、ルータ2がVRRPグループ1のマスタになり、S24において、ルータ3がVRRPグループ1のバックアップになる。
 ルータ2がVRRPグループ1のマスタになったことに伴って、S25において、ルータ2は、VIP#1をルータ2においてNW#3側の通信に使用するVIPとして設定する。
 S26において、ルータ2とルータ6との間でBGPのルーティングプロトコルセッションが確立する。S27においてルータ2がルータ6からNW#2の広告を受信すると、S28において、ルータ2は、NW#2をルーティングテーブルに追加する。
 S29において、ルータ3とルータ7との間でBGPのルーティングプロトコルセッションが確立する。S30においてルータ3がルータ7からNW#2の広告を受信する。S31において、ルータ3は、NW#2をルーティングテーブルに追加する。
 VRRPグループ2の初期状態であるS32において、ルータ2とルータ3はVRRPグループ2のVRRPアドバタイズメント(VRID=2を含む)を送受信する。S33において、VRRPグループ2のVRRP優先度に基づいて、ルータ2がVRRPグループ2のマスタになり、S34において、ルータ3がVRRPグループ2のバックアップになる。
 ルータ2がVRRPグループ2のマスタになったことに伴って、S35において、ルータ2は、VIP#2をルータ2においてNW#3側の通信に使用するVIPとして設定する。
 <切り替え時の動作例>
 続いて、図13、図14を参照して、切り替え時の動作例について説明する。S41、S42、S43、S44に示すように、ルータ2がVRRPグループ1のマスタであり、ルータ3がVRRPグループ1のバックアップであり、ルータ2がVRRPグループ2のマスタであり、ルータ3がVRRPグループ2のバックアップである状態において、S45でルータ4側で障害が発生する。
 ルータ2からのキープアライブパケット(S46~S48)がルータ4に届かないことで、S49において、ルータ2はNW#1宛ての経路の障害を検知する。S50において、ルータ2は、VIP-NW関連付けテーブルを参照することで、NW#1に対応するVIPとして、VIP#1を特定する。言い換えると、ルータ2は、VIP-NW関連付けテーブルを参照することで、NW#1に対応するVRRPグループとして、VRRPグループ1を特定する。S51において、ルータ2は、VRRPグループ1の優先度の値を減らす。
 図14に進み、S52のVRRPグループ1でのVRRPアドバタイズメントにより、S53において、ルータ2は、自身の優先度がルータ3の優先度よりも小さいことを検知して、VRRPグループ1でのバックアップに遷移する。S54において、ルータ2は、VIP#2を、通信に使用するVIPから削除する。
 S55において、ルータ2は、GARPをルータ#1に送信する。このGARPにより、ルータ#1は、VIP#1と、VIP#1に対応する仮想MACアドレスとの対応情報を削除する。
 S56において、ルータ3は、自身の優先度がルータ2の優先度よりも大きいことを検知して、VRRPグループ1でのマスタに遷移する。S57において、ルータ3は、通信に使用するVIPとしてVIP#1を設定する。
 S58において、ルータ3は、GARPをルータ#1に送信する。このGARPにより、ルータ#1は、VIP#1と、VIP#1に対応する仮想MACアドレスとの対応情報を設定する。S59~S61に示すように、VRRPグループ2については、ルータ2がVRRPグループ2のマスタであり、ルータ3がVRRPグループ2のバックアップである状態が継続する。
 (実施の形態の効果)
 以上説明したように、本実施の形態に係る技術により、仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルとマルチパスとを用いる通信システムにおいて、信頼性を向上させることができる。
 (実施の形態のまとめ)
 本明細書には、少なくとも下記各項の通信装置、切り替え制御方法、及びプログラムが開示されている。
(第1項)
 仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルが動作する通信装置であって、
 前記通信装置にパスを介して接続される複数の接続先ネットワークにおける接続先ネットワーク毎に、仮想IPアドレスと接続先ネットワークとを紐付けたテーブルを格納するテーブル格納部と、
 ある接続先ネットワークに接続するパスの障害を検知した場合に、前記テーブルを参照することで、当該接続先ネットワークに紐付く仮想IPアドレスを特定し、特定した仮想IPアドレスを、前記通信装置とともに冗長構成を形成する他の通信装置に遷移させる制御部と
 を備える通信装置。
(第2項)
 前記障害が発生する前の状態において、前記通信装置は、前記特定された仮想IPアドレスに対応する冗長構成のグループについてのマスタの状態にあり、
 前記制御部は、前記障害を検知すると、前記グループについての優先度を下げることで、前記他の通信装置を前記グループにおけるバックアップの状態からマスタの状態に遷移させる
 第1項に記載の通信装置。
(第3項)
 前記パスの障害が復旧した場合において、前記制御部は、前記仮想IPアドレスが前記他の通信装置から前記通信装置に切り戻るまで、対向の通信装置への経路広告を抑止する
 第1項又は第2項に記載の通信装置。
(第4項)
 仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルが動作する通信装置が実行する切り替え制御方法であって、
 前記通信装置は、前記通信装置にパスを介して接続される複数の接続先ネットワークにおける接続先ネットワーク毎に、仮想IPアドレスと接続先ネットワークとを紐付けたテーブルを格納するテーブル格納部を備え、
 ある接続先ネットワークに接続するパスの障害を検知した場合に、前記テーブルを参照することで、当該接続先ネットワークに紐付く仮想IPアドレスを特定し、特定した仮想IPアドレスを、前記通信装置とともに冗長構成を形成する他の通信装置に遷移させる
 切り替え制御方法。
(第5項)
 コンピュータを、請求項1ないし3のうちいずれか1項に記載の通信装置における各部として機能させるためのプログラム。
 以上、本実施の形態について説明したが、本発明はかかる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
1~7 ルータ
100 通信装置
110 通信部
120 制御部
130 テーブル格納部
1000 ドライブ装置
1001 記録媒体
1002 補助記憶装置
1003 メモリ装置
1004 CPU
1005 インタフェース装置
1006 表示装置
1007 入力装置

Claims (5)

  1.  仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルが動作する通信装置であって、
     前記通信装置にパスを介して接続される複数の接続先ネットワークにおける接続先ネットワーク毎に、仮想IPアドレスと接続先ネットワークとを紐付けたテーブルを格納するテーブル格納部と、
     ある接続先ネットワークに接続するパスの障害を検知した場合に、前記テーブルを参照することで、当該接続先ネットワークに紐付く仮想IPアドレスを特定し、特定した仮想IPアドレスを、前記通信装置とともに冗長構成を形成する他の通信装置に遷移させる制御部と
     を備える通信装置。
  2.  前記障害が発生する前の状態において、前記通信装置は、前記特定された仮想IPアドレスに対応する冗長構成のグループについてのマスタの状態にあり、
     前記制御部は、前記障害を検知すると、前記グループについての優先度を下げることで、前記他の通信装置を前記グループにおけるバックアップの状態からマスタの状態に遷移させる
     請求項1に記載の通信装置。
  3.  前記パスの障害が復旧した場合において、前記制御部は、前記仮想IPアドレスが前記他の通信装置から前記通信装置に切り戻るまで、対向の通信装置への経路広告を抑止する
     請求項1又は2に記載の通信装置。
  4.  仮想IPアドレスを用いることで複数の通信装置による冗長構成を形成可能なプロトコルが動作する通信装置が実行する切り替え制御方法であって、
     前記通信装置は、前記通信装置にパスを介して接続される複数の接続先ネットワークにおける接続先ネットワーク毎に、仮想IPアドレスと接続先ネットワークとを紐付けたテーブルを格納するテーブル格納部を備え、
     ある接続先ネットワークに接続するパスの障害を検知した場合に、前記テーブルを参照することで、当該接続先ネットワークに紐付く仮想IPアドレスを特定し、特定した仮想IPアドレスを、前記通信装置とともに冗長構成を形成する他の通信装置に遷移させる
     切り替え制御方法。
  5.  コンピュータを、請求項1ないし3のうちいずれか1項に記載の通信装置における各部として機能させるためのプログラム。
PCT/JP2020/002812 2020-01-27 2020-01-27 通信装置、切り替え制御方法、及びプログラム WO2021152670A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US17/792,467 US20230055402A1 (en) 2020-01-27 2020-01-27 Communication apparatus, switching control method and program
PCT/JP2020/002812 WO2021152670A1 (ja) 2020-01-27 2020-01-27 通信装置、切り替え制御方法、及びプログラム
JP2021573643A JP7215605B2 (ja) 2020-01-27 2020-01-27 通信装置、切り替え制御方法、及びプログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/002812 WO2021152670A1 (ja) 2020-01-27 2020-01-27 通信装置、切り替え制御方法、及びプログラム

Publications (1)

Publication Number Publication Date
WO2021152670A1 true WO2021152670A1 (ja) 2021-08-05

Family

ID=77079559

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/002812 WO2021152670A1 (ja) 2020-01-27 2020-01-27 通信装置、切り替え制御方法、及びプログラム

Country Status (3)

Country Link
US (1) US20230055402A1 (ja)
JP (1) JP7215605B2 (ja)
WO (1) WO2021152670A1 (ja)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004146989A (ja) * 2002-10-23 2004-05-20 Fujikura Ltd ルータ装置
JP2008245062A (ja) * 2007-03-28 2008-10-09 Fujitsu Ltd 通信システム、中継器、中継方法
US20170005915A1 (en) * 2015-07-02 2017-01-05 Telefonaktiebolaget L M Ericsson (Publ) Fast convergence in vrrp with multipoint bidirectional forwarding detection
JP2017038218A (ja) * 2015-08-10 2017-02-16 日本電信電話株式会社 通信システムおよび設定方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6524817B2 (ja) 2015-06-22 2019-06-05 富士通株式会社 経路制御装置、経路制御システムおよび経路制御方法
JP2017130852A (ja) 2016-01-21 2017-07-27 富士通株式会社 転送装置、転送方法、および、転送システム
JP2017224895A (ja) 2016-06-13 2017-12-21 富士通株式会社 通信制御プログラム、通信制御方法及び通信制御装置
JP2021061478A (ja) 2019-10-03 2021-04-15 セイコーソリューションズ株式会社 中継装置、中継システム、及び中継プログラム

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004146989A (ja) * 2002-10-23 2004-05-20 Fujikura Ltd ルータ装置
JP2008245062A (ja) * 2007-03-28 2008-10-09 Fujitsu Ltd 通信システム、中継器、中継方法
US20170005915A1 (en) * 2015-07-02 2017-01-05 Telefonaktiebolaget L M Ericsson (Publ) Fast convergence in vrrp with multipoint bidirectional forwarding detection
JP2017038218A (ja) * 2015-08-10 2017-02-16 日本電信電話株式会社 通信システムおよび設定方法

Also Published As

Publication number Publication date
JP7215605B2 (ja) 2023-01-31
JPWO2021152670A1 (ja) 2021-08-05
US20230055402A1 (en) 2023-02-23

Similar Documents

Publication Publication Date Title
US7236453B2 (en) High available method for border gateway protocol version 4
US8806266B1 (en) High availability using full memory replication between virtual machine instances on a network device
AU2004306913B2 (en) Redundant routing capabilities for a network node cluster
US9021459B1 (en) High availability in-service software upgrade using virtual machine instances in dual control units of a network device
US7206309B2 (en) High availability packet forward apparatus and method
US7490161B2 (en) Method and system for implementing OSPF redundancy
US7155632B2 (en) Method and system for implementing IS-IS protocol redundancy
US7787365B1 (en) Routing protocol failover between control units within a network router
CN110708245B (zh) 多控制器架构下的sdn数据平面故障监测与恢复方法
WO2009089784A1 (fr) Procédé, système et équipement permettant l'accès d'un dispositif réseau à un réseau d'échange de paquets
US8483049B2 (en) System and method for communications system routing component level high availability
JP5965335B2 (ja) 通信システム、及び経路制御方法
US8817605B2 (en) Cross-layer reconfiguration method for surviving multiple-link network failures
US7974282B2 (en) Network apparatus for redundant multicast
WO2021152670A1 (ja) 通信装置、切り替え制御方法、及びプログラム
US20080212610A1 (en) Communication techniques and generic layer 3 automatic switching protection
JP2003244197A (ja) 経路冗長化システム及びルータの部分故障時の通信断時間最小化方法
JP2007027954A (ja) パケットネットワークおよびレイヤ2スイッチ
JP4133738B2 (ja) 高速ネットワークアドレス引継ぎ方法、ネットワーク装置及びプログラム
JP4717796B2 (ja) ノード装置およびパス設定方法
Rostanski High availability methods for routing in soho networks
JP2001197112A (ja) 情報伝送装置及びそれに用いる経路更新方法
JP2014160977A (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: 20916842

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2021573643

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20916842

Country of ref document: EP

Kind code of ref document: A1