WO2021161463A1 - 通信システム、通信方法及び通信プログラム - Google Patents
通信システム、通信方法及び通信プログラム Download PDFInfo
- Publication number
- WO2021161463A1 WO2021161463A1 PCT/JP2020/005606 JP2020005606W WO2021161463A1 WO 2021161463 A1 WO2021161463 A1 WO 2021161463A1 JP 2020005606 W JP2020005606 W JP 2020005606W WO 2021161463 A1 WO2021161463 A1 WO 2021161463A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- user terminal
- packet
- transfer device
- unit
- service
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
Definitions
- the present invention relates to a communication system, a communication method and a communication program.
- NFV Network Function Virtualization
- Network edge provides various functions including tunnel termination. Each of these network functions may require different amounts of system resources (CPU, memory capacity, etc.) or may fluctuate over time. For this reason, we would like to utilize NFV and make the edge function distributed and deployed so that the necessary resources can be prepared as much as necessary. In such a deployment, it is necessary to select the packet to be serviced and forward it to the service unit that provides the necessary edge function.
- system resources CPU, memory capacity, etc.
- the matching condition is described in the firewall filter, and an M / A (Match / Action) rule is set so that the corresponding packet is forwarded in a direction different from the normal routine. It is possible to do so. This setting takes precedence over normal routing.
- a method for confirming that a packet correctly reaches a target device via VNF (Virtual Network Function) distributed in this way is desired.
- VNF Virtual Network Function
- a method of confirming the arrival of a packet to a target device and the communication to the target device a method of verifying operation using an actual machine before use, and confirmation of IP communication such as ping and Traceroute.
- IPMP Internet Control Message Protocol
- the matching condition is described in the filter of the transfer device, and the transfer process is performed in a direction different from the normal routine. Since it is not possible to match the matching conditions with the commonly used ICMP for these specific packets, it is not possible to confirm the communication from the user terminal to the service unit, including the matching of the route and the transfer processing on the route. (It is not possible to confirm whether or not the filter is set correctly on the transfer device).
- a filter for transferring a specific packet may be newly set in the transfer device after the start of commercialization, and the filter processing in the transfer device is correctly performed by means other than transmitting a packet matching the filter conditions from the user terminal. It is difficult to confirm whether it is operating, that is, from the standpoint of the network operator.
- FIG. 9 is a diagram showing a 5-tuple for distinguishing a specific user and a specific flow of service traffic.
- FIG. 10 is a diagram showing 5-tuple when ICMP is used.
- the source IP address is fixed to the user terminal, but other conditions differ for each service, so that the specific service It can be a condition for identifying (especially the port number).
- the destination IP address can be freely specified, so that the filter setting can be confirmed under the same conditions as the service packet. difficult.
- the filter condition when the filter condition is specified by 5-tuple, the part that can be confirmed by ICMP is considerably limited. In ICMP, the port number cannot be confirmed, and the protocol number of the IP header is also fixed. Therefore, in order to match the filter conditions for actual service traffic, it is usually necessary to specify the conditions with the source IP address or the destination IP address. However, if the source IP address is transferred to the service unit as a condition, the traffic of all the relevant users will be filtered, and the specific traffic will not be selected.
- test tool As a test packet imitating a user, for example, a ping in which the source IP address is the user terminal and the destination IP address is the IF of the device on the core network side, and the VLAN corresponding to the user terminal is used. Further functionality is needed to generate packets with headers. In such a case, since the return of the ping is returned to the user, a function of accepting the return packet is also required separately, which complicates the system configuration. In addition, since the number of users is enormous, the number of interposing test tools is also enormous, and the preparation cost of test equipment is high.
- the present invention has been made in view of the above, and an object of the present invention is to provide a communication system, a communication method, and a communication program that can easily confirm that the filter of the transfer device that transfers packets is correctly set. do.
- the communication system of the present invention transmits a packet by a user terminal via a first transfer device on the user terminal side and a second transfer device on the service provider side. It is a communication system that transfers to the service unit that provides the service, and when the start registration of the service is received from the user terminal, the reception unit instructs the setting unit to set the packet transfer according to the received service, and the reception unit gives an instruction.
- the first transfer device sets a filter for packets by the user terminal according to the transfer setting, and the setting unit that sets the transfer of the packet by the user terminal to the confirmation unit in the second transfer device and the user terminal. It is characterized by having a confirmation unit for confirming a filter setting for a packet by a user terminal in the first transfer device based on a packet reception result.
- the communication method of the present invention is a communication system that transfers a packet by a user terminal to a service unit that provides a service via a first transfer device on the user terminal side and a second transfer device on the service provider side. It is a communication method executed by a communication system having a reception unit, a setting unit, and a confirmation unit.
- the reception unit accepts a service start registration from a user terminal
- packet transfer setting according to the received service is performed.
- the setting unit sets a filter for packets by the user terminal in the first transfer device according to the transfer setting according to the instruction in the step of instructing the setting unit and the setting unit, and sends the packet confirmation unit by the user terminal.
- the communication program of the present invention receives the service start registration from the user terminal, the user according to the transfer setting according to the step of instructing the packet transfer setting according to the received service and the instruction in the instructing step.
- the computer is made to execute the step of confirming the filter setting for the packet by the user terminal in the first transfer device.
- the filter of the transfer device that transfers packets is set correctly.
- FIG. 1 is a diagram illustrating a part of the configuration of the communication system according to the embodiment.
- FIG. 2 is a diagram illustrating an example of a configuration of a communication system according to an embodiment.
- FIG. 3 is a diagram illustrating a configuration of a transfer device.
- FIG. 4 is a diagram illustrating a flow of a filter setting confirmation process in a communication system.
- FIG. 5 is a sequence diagram showing a processing procedure of the confirmation processing of the filter setting according to the embodiment.
- FIG. 6 is a diagram illustrating a flow of a filter setting confirmation process in the first modification of the embodiment.
- FIG. 7 is a diagram illustrating a flow of a filter setting confirmation process in the second modification of the embodiment.
- FIG. 1 is a diagram illustrating a part of the configuration of the communication system according to the embodiment.
- FIG. 2 is a diagram illustrating an example of a configuration of a communication system according to an embodiment.
- FIG. 3 is a diagram illustrating a configuration of a
- FIG. 8 is a diagram showing an example of a computer that realizes a device provided with a service unit, a reception unit, a DB, a setting unit, and a confirmation unit of a communication system by executing a program.
- FIG. 9 is a diagram showing a 5-tuple for distinguishing a specific user and a specific flow of service traffic.
- FIG. 10 is a diagram showing 5-tuple when ICMP is used.
- the communication system according to the present embodiment is a communication system that transfers a packet from a user terminal to a service unit that provides a service via a transfer device on the user terminal side and a transfer device on the service provider side.
- FIG. 1 is a diagram illustrating a part of the configuration of the communication system according to the embodiment.
- the normal packet P1 in addition to the normal packet P1 that reaches the website or the like via the core network N2, the normal packet P1 is different from the normal packet P1 according to the M / A set in the filter of the transfer device 20A. Packets P2 that match the filter and are transferred by different routes are transmitted from the user terminal 10. Specifically, the packet P2 transmitted from the user terminal 10 reaches the service unit 30 via the transfer device 20A, the Fabric N1 and the transfer device 20B.
- FIG. 2 is a diagram illustrating an example of the configuration of the communication system according to the embodiment.
- the communication system 1 further includes a reception unit 40 capable of communicating with the transfer device 20A via the core network N2, a setting unit 60 for connecting the reception unit 40 and the transfer devices 20A and 20B, and a transfer.
- the device 20B and the confirmation unit 70 connected to the setting unit 60, the communicability of the route until the packet P2 transmitted from the user terminal 10 reaches the service unit 30 is confirmed.
- the configuration of the communication system 1 according to the first embodiment will be specifically described with reference to FIGS. 1 and 2.
- the premise of the network configuration of the communication system 1 will be described.
- the user's home, the normal network, and the service network are considered.
- the network and service network are under the control of the network operator.
- an HTTP request from a user terminal 10 in the user's home reaches an arbitrary Web site via a transfer device 20A or a core network N2, and information on the corresponding Web page is displayed. It returns to the user terminal 10 as an HTTP response.
- the transfer device 20A is an edge of the network, and is a router or the like that can realize transfer processing based on filter conditions in addition to normal routines.
- the transfer device 20A is connected to the core network N2 and the service network.
- the service network includes a service unit 30, a Fabric N1 that connects the transfer device 20A and the service unit 30.
- the service unit 30 provides some service to the packet that has reached itself.
- the service is, for example, a network service such as NAT (Network Address Translation) or shaping.
- the transfer device 20B is a router or the like existing in Fabric N1.
- the transfer device 20B is a transfer device of Fabric N1 that is directly connected to the service unit 30.
- the transfer device 20A can transfer packets that match the set M / A toward the service unit 30 side.
- M / A is a rule for executing a specified Action for a packet that matches the conditions, and as a specific example, there is a Road-map used in Policy Based Routing of Cisco ASR1009.
- FIG. 3 is a diagram illustrating the configuration of the transfer device 20A.
- the transfer device 20A includes a user-side IF21 accommodating a user, a service unit-side IF22, 24 (for service node bound and return) for transferring / connecting to the service unit 30, and a core network N2. It has a core side IF25 for transferring to.
- each user may be separated by a VLAN. Further, the user-side IF21 applies M / A to this VLAN in order to service a specific packet of a specific user.
- the matching condition is 5-tuple or the like described in ACL (Access Control List), and VRF (Virtual Routing and Forwarding) is specified in next-hop as Action.
- VRF23 is applied to the service unit side IF22 which is the compute side IF.
- the VRF 23 is set to forward a packet arriving based on the M / A of the user-side IF 21 toward the service unit 30 as a next-hop (see route R1 in FIG. 3).
- the packet returned from the service unit 30 flows in from the service unit side IF 24 and is transferred to the core network N2 via the core side IF 25 according to the normal routine (see route R1 in FIG. 3).
- the SV in FIG. 1 is a service node or a server.
- the core side IF 25 transfers a normal packet that does not pass through the service unit 30 from the user side IF 21 to the core side IF 25 or from the core side IF to the user side IF according to the contents of the routing table of the transfer device 20A. .. Some packets flowing in from the core side IF 25 are transferred to the user side IF 21 after passing through the service unit 30 (see route R2 in FIG. 3). For such packets, M / A is also set on the core side IF25.
- the packet transmitted from the user terminal 10 to the service unit 30 on the route of the route R1 is different from the normal IP routine, and the information that determines the next-hop is not only the destination IP address. Can not do it.
- the reception unit 40 sets whether the packet to be serviced can reach the target service unit 30 by an appropriate route according to the setting. Confirmation is possible by providing the unit 60 and the confirmation unit 70. That is, in the first embodiment, the communication of the route until the packet P2 transmitted from the user terminal 10 reaches the service unit 30 and the filter setting for the packet by the user terminal 10 in the transfer device 20A are confirmed. For example, in the first embodiment, the correctness of the filter setting of the transfer device 20A can be confirmed from the standpoint of the network operator before the user side sends out the packet for the original service purpose.
- reception unit 40 the database (Data Base: DB) 50 setting unit 60, and the confirmation unit 70 in the communication system 1 will be described.
- database Data Base: DB
- the reception unit 40 can communicate with the transfer device 20A via the core network N2.
- the reception unit 40 is provided at a location that can be reached via the core network N2 (normal routine).
- the reception unit 40 receives the service start registration from the user terminal 10
- the reception unit 40 refers to the DB 50 and instructs the setting unit 60 to set the packet transfer according to the received service.
- the reception unit 40 instructs the user terminal 10 to generate a test packet addressed to the service unit 30. Further, the reception unit 40 notifies the user terminal 10 of the opening of the service when the communication between the user terminal 10 and the service unit 30 can be confirmed.
- DB50 5-tuple for identifying a new service is registered in advance.
- DB 50 5-tuples of packets to be transmitted to each service are registered.
- the data of the DB 50 is registered by, for example, a network operator or the like before the start of the service.
- the setting unit 60 sets a filter for packets by the user terminal 10 in the transfer device 20A according to the transfer setting instructed by the reception unit 40. At the same time, the setting unit 60 sets the transfer of the packet by the user terminal 10 to the confirmation unit 70 (described later) in the transfer device 20B. The setting unit 60 sets the transfer device 20B so that the packet from the user terminal 10 is transferred to the confirmation unit 70 via the transfer devices 20A and 20B. The setting unit 60 is provided at a place where settings can be made to the transfer devices 20A and 20B.
- the confirmation unit 70 confirms the filter setting for the packet by the user terminal 10 in the transfer device 20A based on the reception result of the packet by the user terminal 10.
- the confirmation unit 70 is provided ahead of the transfer device 20A via the Fabric N1.
- the confirmation unit 70 When the confirmation unit 70 receives the packet from the user terminal 10, the confirmation unit 70 confirms that the filter setting in the transfer device 20A is correct. This result is notified to the reception unit 40 via the setting unit 60, and when the reception unit 40 receives this notification, the reception unit 40 notifies the user terminal 10 of the opening of the service.
- the confirmation unit 70 when the confirmation unit 70 receives a packet other than the packet by the user terminal 10, the confirmation unit 70 confirms that the filter setting in the transfer device 20A is incorrect. This result is notified to the setting unit 60 and the reception unit 40 as an error. Upon receiving this error, the setting unit 60 deletes the filter settings of the transfer devices 20A and 20B. Upon receiving this error, the reception unit 40 notifies the user terminal 10 that the reception of the service is an error. In response to this, the user terminal 10 can also request the start registration of a new service. Then, when the reception unit 40 receives this error, it may notify the higher-level management device or the like that there is a risk of abnormality in the transfer devices 20A and 20B.
- FIG. 4 is a diagram illustrating a flow of a filter setting confirmation process in the communication system 1.
- FIG. 5 is a sequence diagram showing a processing procedure of the confirmation processing of the filter setting according to the embodiment.
- a service start registration request is transmitted from the user terminal 10 to the reception unit 40 via the transfer device 20A and the core network N2 ((1) and FIG. 5 in FIG. 4).
- Step S1 The reception unit 40 refers to the DB 50 and instructs the setting unit 60 to set the transfer devices 20A and 20B for the service requested to be registered ((2) in FIG. 4 and step S2 in FIG. 5).
- a 5-tuple for identifying a new service is registered in advance for the DB 50 as a preliminary preparation (see (A) in FIG. 4).
- the setting unit 60 notifies the confirmation unit 60 of the traffic information transferred from the transfer device 20A by temporarily setting the test M / A rule to the transfer device 20B ((3) in FIG. 4 and Step S3-1) in FIG. Then, the setting unit 60 sets the M / A rule for this service in the transfer device 20A ((3) in FIG. 4 and step S3-2 in FIG. 5). Then, the setting unit 60 temporarily sets the test M / A rule on the transfer device 20B ((3) in FIG. 4 and step S3-3 in FIG. 5). As a result, the test packet transmitted from the user terminal 10 reaches the confirmation unit 70 via the transfer devices 20A and 20B.
- the setting unit 60 When the setting unit 60 completes steps S3-1 to S3-3, the setting unit 60 notifies the reception unit 40 that the setting for the transfer devices 20A and 20B is completed ((4) in FIG. 4 and step S4 in FIG. 5). ..
- the reception unit 40 simulates the downlink service traffic to the confirmation unit 70 ((5) in FIG. 4 and step S5 in FIG. 5). If the service traffic meets the conditions, the transfer devices 20A and 20B perform the filter transfer of the service traffic to the confirmation unit 70 ((6) in FIG. 4 and step S6-1 in FIG. 5). S6-2).
- the reception unit 40 induces a test packet addressed to the service unit 30 as a service traffic on the user terminal 10 ((7) in FIG. 4 and step S7-1 in FIG. 5).
- the user terminal 10 generates a service traffic (test packet) addressed to the service unit 30 according to the induction by the reception unit 40 (step S7-2 in FIG. 5), and sends out this test packet ((8) in FIG. 4).
- the transfer devices 20A and 20B perform service traffic filter transfer ((9) in FIG. 4 and steps S9-1 and S9-2 in FIG. 5).
- the test packet is transferred to the confirmation unit 70.
- the confirmation unit 70 confirms the arrival of the test packet (step S10-1 in FIG. 5), it can confirm that the filter setting in the transfer device 20B is correct, and therefore notifies the setting unit 60 of the arrival of the test packet (FIG. 5). 4 (10) and step S10-2 in FIG.
- the setting unit 60 deletes the temporary setting of the test M / A rule for the transfer device 20B ((11) in FIG. 4) and step S11 in FIG.
- the reception unit 40 is notified of the completion of the temporary setting deletion indicating that the temporary setting of the test M / A rule for 20B has been deleted ((12) in FIG. 4 and step S12 in FIG. 5).
- the reception unit 40 When the reception unit 40 receives the temporary setting deletion completion notification from the setting unit 60, it can confirm that the filter setting in the transfer device 20A is correct, so that the service setting is completed on the user terminal 10 and the service is opened. Notify ((13) of FIG. 4 and step S13 of FIG. 5). As a result, the service packet transmitted by the user terminal 10 is transferred to the service unit 30 when the conditions of the transfer device 20A are met (steps S14-1 to S14-3 in FIG. 5).
- the reception unit 40 and the reception unit 40 instruct the setting unit 60 to set the packet transfer according to the received service.
- the transfer device 20A sets a filter for the packet by the user terminal 10 according to the transfer setting, and the setting unit 60 that sets the transfer of the packet by the user terminal 10 to the confirmation unit in the transfer device 20B, and the user.
- the transfer device 20A includes a confirmation unit 70 for confirming the filter setting for the packet by the user terminal 10.
- the M / A is set in the transfer device 20A by confirming whether or not the test packet transmitted from the user device 10 reaches the confirmation unit 70 via the transfer devices 20A and 20B. In this case, it is possible to confirm whether the packet to be serviced can reach the target service unit 30 by an appropriate route before providing the service.
- the transfer device 20A on the communication path You can check whether the transfer processing settings are set correctly. Then, in the first embodiment, the correctness of the filter setting of the transfer device 20A can be confirmed from the standpoint of the network operator before the user side sends out the packet for the original service purpose.
- the filter of the transfer device 20A when the filter of the transfer device 20A is set, the test packet is once sent from the user terminal 10 and the reception result of the test packet is confirmed by the confirmation unit 70. You can confirm that the filter is set correctly. Therefore, according to the present embodiment, it can be easily confirmed that the filter of the transfer device 20A for transferring the packet is correctly set.
- FIG. 6 is a diagram illustrating a flow of a filter setting confirmation process in the first modification of the embodiment.
- the reception unit 40 transmits an HTTP redirect when inducing a service traffic ((1) in FIG. 6 ((6)). 7)).
- the user terminal 10 sends out a test packet (see (8) in FIG. 6).
- the processes of FIGS. 4 (9) to 4 (13) are executed.
- the test packet can be sent to the confirmation unit 70 without adding the test packet generation function to the user terminal 10.
- FIG. 7 is a diagram illustrating a flow of a filter setting confirmation process in the second modification of the embodiment.
- the communication system 1 is provided in front of the transfer device 20A and the service unit 30 core network N2 by issuing a ping to the device provided in front of the core network N2, for example, before the confirmation process shown in FIG.
- the communication with the device may be confirmed in advance.
- a ping is issued from the VRF23 of the service unit side IF22 to the device in the core side IF25. Since ICMP is a standard protocol, it is not necessary to add a new function to the service unit 30.
- the VRF23 of the service unit side IF22 of the transfer device 20A emits a ping toward the device in the core side IF25, so that the VRF23 set in the service unit side IF22 of the transfer device 20A can be used. It is possible to confirm the communication on the route to the device beyond the core side IF 25 via the service unit 30.
- the communication system 1 transfers from the user terminal 10 to the service unit 30 via the M / A rule set in the user-side IF 21 of the transfer device 20A by performing the process shown in FIG. 4 or FIG. It is possible to confirm the communication of the route until it is completed.
- each component of each of the illustrated devices is a functional concept and does not necessarily have to be physically configured as shown in the figure. That is, the specific form of distribution / integration of each device is not limited to the one shown in the figure, and all or part of the device is functionally or physically distributed in arbitrary units according to various loads and usage conditions. Can be integrated and configured. Further, each processing function performed by each device may be realized by a CPU and a program analyzed and executed by the CPU, or may be realized as hardware by wired logic.
- FIG. 8 is a diagram showing an example of a computer that realizes a device provided with a service unit 30, a reception unit 40, a DB 50, a setting unit 60, and a confirmation unit 70 of the communication system 1 by executing a program.
- the computer 1000 has, for example, a memory 1010 and a CPU 1020.
- the computer 1000 also has a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. Each of these parts is connected by a bus 1080.
- the memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012.
- the ROM 1011 stores, for example, a boot program such as a BIOS (Basic Input Output System).
- BIOS Basic Input Output System
- the hard disk drive interface 1030 is connected to the hard disk drive 1090.
- the disk drive interface 1040 is connected to the disk drive 1100.
- a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1100.
- the serial port interface 1050 is connected to, for example, a mouse 1110 and a keyboard 1120.
- the video adapter 1060 is connected to, for example, the display 1130.
- the hard disk drive 1090 stores, for example, an OS (Operating System) 1091, an application program 1092, a program module 1093, and program data 1094. That is, the program that defines each process in each part of the communication system 1 is implemented as a program module 1093 in which a code that can be executed by a computer is described.
- the program module 1093 is stored in, for example, the hard disk drive 1090.
- a program module 1093 for executing processing similar to the functional configuration in each part of the communication system 1 is stored in the hard disk drive 1090.
- the hard disk drive 1090 may be replaced by an SSD (Solid State Drive).
- the setting data used in the processing of the above-described embodiment is stored as program data 1094 in, for example, a memory 1010 or a hard disk drive 1090. Then, the CPU 1020 reads the program module 1093 and the program data 1094 stored in the memory 1010 and the hard disk drive 1090 into the RAM 1012 as needed, and executes the program.
- the program module 1093 and the program data 1094 are not limited to those stored in the hard disk drive 1090, but may be stored in, for example, a removable storage medium and read by the CPU 1020 via the disk drive 1100 or the like. Alternatively, the program module 1093 and the program data 1094 may be stored in another computer connected via a network (LAN, WAN (Wide Area Network), etc.). Then, the program module 1093 and the program data 1094 may be read by the CPU 1020 from another computer via the network interface 1070.
- LAN Local Area Network
- WAN Wide Area Network
- Communication system 10 User terminal 20A, 20B Transfer device 30 Service department 40 Reception department 50 Database (DB) 60 Setting unit 70 Confirmation unit
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
通信システム(1)は、ユーザ端末(10)によるパケットを、ユーザ端末側の第1の転送装置及びサービス提供側の第2の転送装置を介して、サービスを提供するサービス部に転送する通信システムであって、ユーザ端末(10)からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を設定部に指示する受付部(40)と、受付部による指示に従って、転送設定に応じて転送装置(20A)にユーザ端末(10)によるパケットに対するフィルタを設定するとともに、ユーザ端末(10)によるパケットの確認部(70)への転送を転送装置(20B)に設定する設定部(60)と、ユーザ端末(10)によるパケットの受信結果を基に、転送装置(20A)におけるユーザ端末(10)によるパケットに対するフィルタ設定を確認する確認部(70)と、を有する。
Description
本発明は、通信システム、通信方法及び通信プログラムに関する。
ネットワーク機能を仮想化する方法として、NFV(Network Function Virtualization)がある。NFVを活用すると、装置が同一箇所に集中的に置かれている必要はなく、分散配備が可能である。
ネットワークエッジは、トンネル終端を始めとして、様々な機能を提供する。これらのネットワーク機能はそれぞれ、要求するシステムリソース(CPU、メモリ容量等)の量が異なったり、時間とともに変動したりすることがある。このためNFVを活用し、エッジ機能を分散配備型にすることで必要なリソースを必要なだけ準備できるようにしておきたい。このような配備をした場合、サービス対象のパケットを選別し、必要なエッジ機能を提供するサービス部へ転送する必要がある。
また、特定のパケットをサービス部へ転送する処理は、マッチング条件をファイアウォールフィルタに記載し、該当するパケットを通常ルーチングとは異なる方向へ転送するようにM/A(Match/Action)ルールを設定することで実現可能である。この設定は通常のルーチングより優先される。
このように分散配置されたVNF(Virtual Network Function)を介して、パケットが目的の装置に正しく到達することを確認する手法が望まれている。従来手法としては、目的の装置へのパケットの到達や目的の装置までの疎通性を確認する手法として、利用前に実機を用いた動作検証をする手法、pingやTraceroute等のIP疎通性の確認のために使用されるICMP(Internet Control Message Protocol)を用いる手法、及び、転送装置の各インタフェースにTAPを接続し、トラヒックを監視することでパケット転送の正確性を確認する手法がある(例えば、非特許文献1~3参照)。
小島 敏宏,"高品質システムを実現するネットワーク機器検証手法", UNISYS TECHNOLOGY REVIEW 第 102 号,NOV. 2009., [online],[令和2年2月6日検索]、インターネット<URL:https://www.unisys.co.jp/tec_info/tr102/10209.pdf>
RFC792,"INTERNET CONTROL MESSAGE PROTOCOL", [online],[令和2年2月6日検索]、インターネット<URL:https://tools.ietf.org/html/rfc792>
macnica networks,"ネットワークタップ(Network TAP)とは", [online],[令和2年2月6日検索]、インターネット<URL:https://www.macnica.net/gigamon/sol_ntap.html>
上記したように、特定パケットの転送では、転送装置のフィルタにマッチング条件を記載して通常ルーチングとは異なる方向へ転送処理を行なう。これらの特定パケットに対しては、一般的に用いられるICMPではマッチング条件に一致させることができないため、ユーザ端末からサービス部までの、経路および経路上における転送処理の一致まで含めた疎通確認ができない(転送装置に正しくフィルタが設定されたか否かを確認できない)という問題があった。特に、商用開始後に特定パケットを転送するためのフィルタが転送装置に新たに設定されることがあり、転送装置におけるフィルタ処理を、ユーザ端末からフィルタ条件にマッチするパケットを送信する以外の手段で正しく動作しているかを確認すること、つまり、ネットワーク事業者の立場から確認することが難しい。
図9は、サービストラヒックを特定ユーザ、特定フローを区別するための5-tuppleを示す図である。図10は、ICMPを用いた場合の5-tuppleを示す図である。図9に示すように、サービストラヒックを特定ユーザ、特定フローを区別するための5-tuppleは、送信元IPアドレスはユーザ端末固定であるが、その他の条件がサービス毎で異なるため、特定のサービス(特にポート番号)を識別するための条件になりうる。これに対し、図10に示すように、ICMPを用いた場合の5-tuppleは、自由に指定できるものは宛先IPアドレスのみであるため、サービス用パケットと同じ条件でフィルタ設定を確認することが難しい。
このように、フィルタ条件が5-tuppleで指定されている場合、ICMPで確認できる部分はかなり限定される。ICMPでは、ポート番号は確認できず、IPヘッダのプロトコル番号も固定される。このため、実際のサービストラヒックのためのフィルタ条件に合致させるためには、普段から送信元IPアドレスまたは宛先IPアドレスで条件指定しておく必要がある。しかしながら、送信元IPアドレスを条件としてサービス部へ転送すると、該当ユーザ全てのトラヒックがフィルタ対象になってしまい、特定トラヒックを選別していることにならない。
そして、ユーザ側IF(Interface)から流入するパケットを例とすると、M/Aルールは、転送装置Aユーザ側IFのVLANに対して設定されているため、VLANタグが付いた状態でユーザ側IFから、フィルタにかかるようなパケットを流入させない限り、このルールが適用されることはない。つまり、ユーザ端末と通常ネットワーク上の転送装置との間に試験用ツールが挟まっていない限り、ネットワーク事業者の立場でユーザ側IFのVLANに設定したM/Aルールの設定が正しく機能しているか否かを確認する手段がない。
試験用ツールを用いる場合、ユーザを模した試験用パケットとして、例えば送信元IPアドレスをユーザ端末とし、宛先IPアドレスをコアネットワーク側にある装置のIFとしたpingであり、ユーザ端末に該当するVLANヘッダを付したパケットを生成する機能がさらに必要となる。このような場合、pingの戻りはユーザに返るため、戻りのパケットを受け付ける機能も別途必要となり、システム構成が複雑になる。また、ユーザ数は膨大であるため、試験用ツールを挟み込む数も膨大になり、試験用設備の準備コストが高くなる。
本発明は、上記に鑑みてなされたものであって、パケットを転送する転送装置のフィルタが正しく設定されていることを容易に確認できる通信システム、通信方法及び通信プログラムを提供することを目的とする。
上述した課題を解決し、目的を達成するために、本発明の通信システムは、ユーザ端末によるパケットを、ユーザ端末側の第1の転送装置及びサービス提供側の第2の転送装置を介して、サービスを提供するサービス部に転送する通信システムであって、ユーザ端末からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を設定部に指示する受付部と、受付部による指示に従って、転送設定に応じて第1の転送装置にユーザ端末によるパケットに対するフィルタを設定するとともに、ユーザ端末によるパケットの確認部への転送を第2の転送装置に設定する設定部と、ユーザ端末によるパケットの受信結果を基に、第1の転送装置におけるユーザ端末によるパケットに対するフィルタ設定を確認する確認部と、を有することを特徴とする。
また、本発明の通信方法は、ユーザ端末によるパケットを、ユーザ端末側の第1の転送装置及びサービス提供側の第2の転送装置を介して、サービスを提供するサービス部に転送する通信システムであって、受付部と設定部と確認部とを有する通信システムが実行する通信方法であって、受付部が、ユーザ端末からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を設定部に指示する工程と、設定部が、指示する工程における指示に従って、転送設定に応じて第1の転送装置にユーザ端末によるパケットに対するフィルタを設定するとともに、ユーザ端末によるパケットの確認部への転送を第2の転送装置に設定する工程と、確認部が、ユーザ端末によるパケットの受信結果を基に、第1の転送装置におけるユーザ端末によるパケットに対するフィルタ設定を確認する工程と、を含んだことを特徴とする。
また、本発明の通信プログラムは、ユーザ端末からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を指示するステップと、指示するステップにおける指示に従って、転送設定に応じて、ユーザ端末側の第1の転送装置にユーザ端末によるパケットに対するフィルタを設定するとともに、ユーザ端末によるパケットの確認部への転送をサービス提供側の第2の転送装置に設定するステップと、確認部におけるユーザ端末によるパケットの受信結果を基に、第1の転送装置におけるユーザ端末によるパケットに対するフィルタ設定を確認するステップと、をコンピュータに実行させる。
本発明によれば、パケットを転送する転送装置のフィルタが正しく設定されていることを容易に確認できる。
以下、図面を参照して、本発明の一実施形態を詳細に説明する。なお、この実施形態により本発明が限定されるものではない。また、図面の記載において、同一部分には同一の符号を付して示している。
[実施の形態]
本実施の形態に係る通信システムは、ユーザ端末によるパケットを、ユーザ端末側の転送装置及びサービス提供側の転送装置を介して、サービスを提供するサービス部に転送する通信システムである。図1は、実施の形態に係る通信システムの構成の一部を説明する図である。
本実施の形態に係る通信システムは、ユーザ端末によるパケットを、ユーザ端末側の転送装置及びサービス提供側の転送装置を介して、サービスを提供するサービス部に転送する通信システムである。図1は、実施の形態に係る通信システムの構成の一部を説明する図である。
本実施の形態に係る通信システム1では、コア網N2を介してWebサイト等に到達する通常のパケットP1に加え、転送装置20Aのフィルタに設定されたM/Aに従って、通常のパケットP1とは異なる経路で転送される、フィルタに合致したパケットP2がユーザ端末10から送信される。具体的には、ユーザ端末10から送信されたパケットP2は、転送装置20A、Fabric N1及び転送装置20Bを介して、サービス部30に到達する。
図2は、実施の形態に係る通信システムの構成の一例を説明する図である。図2に示すように、通信システム1は、さらに、コア網N2を介して転送装置20Aと通信が可能である受付部40、受付部40と転送装置20A,20Bと接続する設定部60、転送装置20Bと設定部60と接続する確認部70とを有することで、ユーザ端末10から送信されたパケットP2がサービス部30に到達するまでの経路の疎通性を確認する。以降、図1及び図2を参照して、実施の形態1に係る通信システム1の構成を具体的に説明する。
まず、通信システム1のネットワーク構成の前提について説明する。図1に示すように、通信システム1では、ユーザ宅内、通常ネットワーク及びサービスネットワークという領域を考える。通常ネットワーク及びサービスネットワークは、ネットワーク事業者の管理下である。
例えば、ユーザからの通常のWeb閲覧等は、ユーザ宅内のユーザ端末10からのHTTPリクエストが、転送装置20Aやコア網N2を経由し、任意のWebサイトに到達し、該当するWebページの情報がHTTPレスポンスとしてユーザ端末10へ返る。
転送装置20Aは、ネットワークのエッジであり、通常のルーチングの他に、フィルタ条件による転送処理を実現できるルータ等である。転送装置20Aは、コア網N2やサービスネットワークと接続している。
サービスネットワークは、サービス部30と、転送装置20Aとサービス部30とを接続するFabric N1から成る。サービス部30は、自身まで到達したパケットに対して何らかのサービスを実施する。サービスは、例えば、NAT(Network Address Translation)やシェーピング等のネットワークサービスである。転送装置20Bは、Fabric N1内に存在するルータ等である。転送装置20Bは、サービス部30に直結するFabric N1の転送装置である。
転送装置20Aは、設定されたM/Aに合致したパケットについて、サービス部30側へ向けて転送することができる。M/Aは、条件に合致したパケットに対し、指定したActionを実施するルールであり、具体例として、Cisco ASR1009のPolicy Based Routingで用いるRoute-mapがある。
図3は、転送装置20Aの構成を説明する図である。図3に示すように、転送装置20Aは、ユーザを収容するユーザ側IF21、サービス部30への転送・接続するためのサービス部側IF22,24(サービスノード行き用、戻り用)、コア網N2へ転送するためのコア側IF25を有する。
ユーザ側IF21は、物理ポート1本に複数のユーザを収容するため、ユーザ毎にVLANで区切ることがある。また、ユーザ側IF21は、特定のユーザの特定のパケットをサービス対象とするために、このVLANに対してM/Aを適用する。合致条件がACL(Access Control List)に記載の5-tupple等であり、Actionとしてはnext-hopにVRF(Virtual Routing and Forwarding)を指定する。
サービス部側IF22,24のうち、コンピュート側IFであるサービス部側IF22にVRF23が適用される。このVRF23は、ユーザ側IF21のM/Aに基づいて到達するパケットについては、next-hopとしてサービス部30に向かって転送するように設定されている(図3のルートR1参照)。サービス部30から戻ってきたパケットは、サービス部側IF24から流入し、通常のルーチングに従って、コア側IF25を介してコア網N2へ転送される(図3のルートR1参照)。なお、図1のSVは、サービスノードまたはサーバーである。
コア側IF25は、サービス部30を経由しない通常のパケットについては、転送装置20Aのルーチングテーブルの内容に応じて、ユーザ側IF21からコア側IF25へ、またはコア側IFからユーザ側IFへ転送される。コア側IF25から流入するパケットの中には、サービス部30を経由してからユーザ側IF21へ転送されるものもある(図3のルートR2参照)。そのようなパケットのために、コア側IF25にもM/Aが設定される。
ルートR1の経路でユーザ端末10からサービス部30に送信されるパケットは、通常のIPルーチングと異なり、next-hopを決める情報が宛先IPアドレスだけではないため、従来のpingで同じように疎通確認することができない。
そこで、本実施の形態1では、転送装置20AにおいてM/Aを設定した際、その設定によりサービス対象としたいパケットが適切な経路で目的のサービス部30まで到達できるかを、受付部40、設定部60及び確認部70を設けることで、確認可能とする。すなわち、本実施の形態1では、ユーザ端末10から送信されたパケットP2がサービス部30に到達するまでの経路の疎通性と、転送装置20Aにおけるユーザ端末10によるパケットに対するフィルタ設定を確認する。例えば、本実施の形態1では、ユーザ側が本来のサービス目的のパケットを送出する前の段階で、ネットワーク事業者側の立場で転送装置20Aのフィルタ設定の正しさを確認できるようにした。
次に、通信システム1における受付部40、データベース(Data Base:DB)50設定部60及び確認部70について説明する。
受付部40は、コア網N2を介して転送装置20Aと通信が可能である。受付部40は、コア網N2経由(通常のルーチング)で到達できる場所に設けられる。受付部40は、ユーザ端末10からサービスの開始登録を受け付けると、DB50を参照して、受け付けたサービスに応じたパケットの転送設定を設定部60に指示する。受付部40は、ユーザ端末10にサービス部30宛の試験パケットの生成を指示する。また、受付部40は、ユーザ端末10とサービス部30との間の疎通性が確認できた場合に、ユーザ端末10にサービス開通を通知する。
DB50は、予め、新サービスを識別するための5-tuppleが登録されている。DB50は、各サービスに対して送信される、パケットの5-tuppleがそれぞれ登録されている。DB50のデータは、例えば、サービス開始前にネットワーク事業者等によって登録される。
設定部60は、受付部40による指示された転送設定に応じて、転送装置20Aにユーザ端末10によるパケットに対するフィルタを設定する。これとともに、設定部60は、ユーザ端末10によるパケットの確認部70(後述)への転送を、転送装置20Bに設定する。設定部60は、ユーザ端末10によるパケットを、転送装置20A,20Bを介して、確認部70へ転送されるように、転送装置20Bに設定を行う。設定部60は、転送装置20A,20Bへの設定が行える場所に設けられる。
確認部70は、ユーザ端末10によるパケットの受信結果を基に、転送装置20Aにおけるユーザ端末10によるパケットに対するフィルタ設定を確認する。確認部70は、転送装置20Aから見て、Fabric N1を経由した先に設けられる。
確認部70は、ユーザ端末10によるパケットを受信した場合、転送装置20Aにおけるフィルタ設定が正しいことを確認する。この結果は、設定部60を介して受付部40に通知され、受付部40は、この通知を受けると、ユーザ端末10にサービス開通を通知する。
また、確認部70は、ユーザ端末10によるパケット以外のパケットを受信した場合、転送装置20Aにおけるフィルタ設定が誤っていることを確認する。この結果は、設定部60及び受付部40にエラーとして通知される。設定部60は、このエラーを受けると、転送装置20A,20Bのフィルタ設定を削除する。受付部40は、このエラーを受けると、ユーザ端末10にサービスの受付がエラーであることを通知する。これに応じて、ユーザ端末10は、新規サービスの開始登録を要求することもできる。そして、受付部40は、このエラーを受けると、上位の管理装置等に、転送装置20A,20Bに異常のおそれがあることを通知してもよい。
[処理の流れ]
次に、図4及び図5を参照して、通信システム1におけるフィルタ設定の確認処理の流れについて説明する。図4は、通信システム1におけるフィルタ設定の確認処理の流れを説明する図である。図5は、実施の形態に係るフィルタ設定の確認処理の処理手順を示すシーケンス図である。
次に、図4及び図5を参照して、通信システム1におけるフィルタ設定の確認処理の流れについて説明する。図4は、通信システム1におけるフィルタ設定の確認処理の流れを説明する図である。図5は、実施の形態に係るフィルタ設定の確認処理の処理手順を示すシーケンス図である。
図4及び図5に示すように、ユーザ端末10から、サービス開始の登録要求が、転送装置20A及びコア網N2を介して、受付部40に送信される(図4の(1)及び図5のステップS1)。受付部40は、DB50を参照して、登録を要求されたサービスに対する転送装置20A,20Bへの設定を、設定部60に指示する(図4の(2)及び図5のステップS2)。なお、DB50に対しては、事前準備として新サービスを識別するための5-tuppleが予め登録されている(図4の(A)参照)。
これに応じて、設定部60は、転送装置20Bへの試験用M/Aルールの仮設定によって転送装置20Aから転送されてくるトラヒック情報を確認部60に通知する(図4の(3)及び図5のステップS3-1)。そして、設定部60は、転送装置20Aへの本サービス用M/Aルールの設定を行う(図4の(3)及び図5のステップS3-2)。そして、設定部60は、転送装置20Bへの試験用M/Aルールの仮設定を行う(図4の(3)及び図5のステップS3-3)。これによって、ユーザ端末10から送信された試験用パケットは、転送装置20A,20Bを介して、確認部70に到達する。
設定部60は、ステップS3-1~S3-3を終了すると、転送装置20A,20Bへの設定が完了したことを受付部40に通知する(図4の(4)及び図5のステップS4)。受付部40は、下りのサービストラヒックを模擬的に確認部70に送信する(図4の(5)及び図5のステップS5)。転送装置20A,20Bは、このサービストラヒックが、条件に合致している場合には、サービストラヒックのフィルタ転送を確認部70宛に行う(図4の(6)及び図5のステップS6-1,S6-2)。
続いて、受付部40は、ユーザ端末10に、サービストラヒックとしてサービス部30宛の試験パケットを誘起する(図4の(7)及び図5のステップS7-1)。ユーザ端末10は、受付部40による誘起にしたがって、サービス部30宛のサービストラヒック(試験パケット)を生成し(図5のステップS7-2)、この試験パケットを送出する(図4の(8)及び図5のステップS8)。
転送装置20A,20Bは、この試験パケットが条件に合致している場合には、サービストラヒックのフィルタ転送を行って(図4の(9)及び図5のステップS9-1,S9-2)、試験パケットを確認部70に転送する。
確認部70は、試験パケットの到達を確認すると(図5のステップS10-1)、転送装置20Bにおけるフィルタ設定が正しいことを確認できるため、設定部60に、試験パケットの到着を通知する(図4の(10)及び図5のステップS10-2)。設定部60は、この通知を受けると、転送装置20Bに対する試験用M/Aルールの仮設定を削除し(図4の(11))及び図5のステップS11)、削除が完了すると、転送装置20Bに対する試験用M/Aルールの仮設定の削除が完了したことを示す仮設定削除完了通知を受付部40に通知する(図4の(12)及び図5のステップS12)。
受付部40は、設定部60からの仮設定削除完了通知を受けると、転送装置20Aにおけるフィルタ設定が正しいことが確認できたため、ユーザ端末10にサービスの設定が完了し、サービスが開通したことを通知する(図4の(13)及び図5のステップS13)。これによって、ユーザ端末10が送信したサービス用パケットは、転送装置20Aの条件に合致している場合、サービス部30まで転送されることとなる(図5のステップS14-1~S14-3)。
[実施の形態の効果]
このように、実施の形態に係る通信システム1は、ユーザ端末10からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を設定部60に指示する受付部40と、受付部40による指示に従って、転送設定に応じて転送装置20Aにユーザ端末10によるパケットに対するフィルタを設定するとともに、ユーザ端末10によるパケットの確認部への転送を転送装置20Bに設定する設定部60と、ユーザ端末10によるパケットの受信結果を基に、転送装置20Aにおけるユーザ端末10によるパケットに対するフィルタ設定を確認する確認部70と、を有する。
このように、実施の形態に係る通信システム1は、ユーザ端末10からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を設定部60に指示する受付部40と、受付部40による指示に従って、転送設定に応じて転送装置20Aにユーザ端末10によるパケットに対するフィルタを設定するとともに、ユーザ端末10によるパケットの確認部への転送を転送装置20Bに設定する設定部60と、ユーザ端末10によるパケットの受信結果を基に、転送装置20Aにおけるユーザ端末10によるパケットに対するフィルタ設定を確認する確認部70と、を有する。
通信システム1では、ユーザ装置10から送出された試験パケットを、転送装置20A,20Bを経由して確認部70に到達するか否かを確認することで、転送装置20AにおいてM/Aを設定した場合に、サービス対象としたいパケットが適切な経路で目的のサービス部30まで到達できるかを、サービス提供前に確認可能とする。
すなわち、本実施の形態では、ユーザ端末10から送信されたパケットがサービス部30に到達するまでの経路の疎通性が正しいか否かと、転送装置20Aにおけるユーザ端末10によるパケットに対するフィルタ設定が正しい設定であるか否かと、を確認することができる。言い換えると、本実施の形態では、ユーザ端末10から、ユーザ側IF21に設定されたM/Aルールを経由してサービス部30側へ転送されるまでの経路の疎通性を確認することができる。
本実施の形態では、試験パケットの疎通確認結果と、本来のサービスパケットの疎通性とが一致するか否かによって、通信経路が故障していないことだけでなく、通信経路上の転送装置20Aの転送処理設定が正しく設定されているかまで含めて、確認することができる。そして、本実施の形態1では、ユーザ側が本来のサービス目的のパケットを送出する前の段階で、ネットワーク事業者側の立場で転送装置20Aのフィルタ設定の正しさを確認することができる。
上記のように、本実施の形態では、転送装置20Aのフィルタ設定時に、ユーザ端末10から試験パケットを一度送出させて、確認部70における試験パケットの受信結果を確認するだけで、転送装置20Aのフィルタが正しく設定されていることを確認できる。したがって、本実施の形態によれば、パケットを転送する転送装置20Aのフィルタが正しく設定されていることを容易に確認できる。
[実施の形態の変形例1]
次に、実施の形態の変形例1について説明する。図6は、実施の形態の変形例1におけるフィルタ設定の確認処理の流れについて説明する図である。
次に、実施の形態の変形例1について説明する。図6は、実施の形態の変形例1におけるフィルタ設定の確認処理の流れについて説明する図である。
本変形例1では、サービス対象のパケットがHTTPに限定されることが予め分かっている場合について説明する。具体的には、図4の(1)~図4の(6)と同じ処理が行われた後、受付部40は、サービストラヒックを誘起させる際に、HTTPリダイレクトを送信する(図6の(7)参照)。これに応じたHTTPリクエストで、ユーザ端末10は、試験用パケットを送出する(図6の(8)参照)。以降、通信システム1では、図4の(9)~図4の(13)の処理が実行される。
このように、誘起方法がHTTPリダイレクトである場合は、ユーザ端末10に試験用パケットの生成機能を付加せずとも、確認部70への試験用パケットを送出させることができる。
[実施の形態の変形例2]
次に、実施の形態の変形例2について説明する。図7は、実施の形態の変形例2におけるフィルタ設定の確認処理の流れについて説明する図である。
次に、実施の形態の変形例2について説明する。図7は、実施の形態の変形例2におけるフィルタ設定の確認処理の流れについて説明する図である。
例えば、通信システム1は、例えば図4に示す確認処理の前に、コア網N2の先に設けられた装置にpingを発することによって、転送装置20Aとサービス部30コア網N2の先に設けられた装置との間の疎通性を予め確認してもよい。具体的には、図7の(1)に示すように、サービス部側IF22のVRF23から、コア側IF25にある装置に向かってpingを発する。なお、ICMPは、標準的なプロトコルのため、サービス部30に新たに機能を追加する必要はない。
また、ICMPのecho Replyを、サービス部30を経由させるために、コア側IF25にM/Aルールを設定する必要がある(図7の(2)参照)。ここで、確認を必要とするのは、往路方向の経路上の疎通性なので、復路でM/Aによりサービス部30を経由させることに問題はない。
このように、通信システム1では、転送装置20Aのサービス部側IF22のVRF23から、コア側IF25にある装置に向かってpingを発することによって、転送装置20Aのサービス部側IF22に設定したVRF23から、サービス部30を経由してコア側IF25の先にある装置までの経路上の疎通性を確認することができる。
さらに、通信システム1は、図4または図6に示す処理を行うことで、ユーザ端末10から、転送装置20Aのユーザ側IF21に設定されたM/Aルールを経由して、サービス部30へ転送されるまでの経路の疎通性を確認することができる。
[システム構成等]
図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。さらに、各装置にて行なわれる各処理機能は、その全部又は任意の一部が、CPU及び当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。さらに、各装置にて行なわれる各処理機能は、その全部又は任意の一部が、CPU及び当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
また、本実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部又は一部を手動的におこなうこともでき、あるいは、手動的に行なわれるものとして説明した処理の全部又は一部を公知の方法で自動的におこなうこともできる。この他、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。
[プログラム]
図8は、プログラムが実行されることにより、通信システム1のサービス部30、受付部40、DB50、設定部60及び確認部70が設けられた装置を実現するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010、CPU1020を有する。また、コンピュータ1000は、ハードディスクドライブインタフェース1030、ディスクドライブインタフェース1040、シリアルポートインタフェース1050、ビデオアダプタ1060、ネットワークインタフェース1070を有する。これらの各部は、バス1080によって接続される。
図8は、プログラムが実行されることにより、通信システム1のサービス部30、受付部40、DB50、設定部60及び確認部70が設けられた装置を実現するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010、CPU1020を有する。また、コンピュータ1000は、ハードディスクドライブインタフェース1030、ディスクドライブインタフェース1040、シリアルポートインタフェース1050、ビデオアダプタ1060、ネットワークインタフェース1070を有する。これらの各部は、バス1080によって接続される。
メモリ1010は、ROM(Read Only Memory)1011及びRAM1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1090に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1100に接続される。例えば磁気ディスクや光ディスク等の着脱可能な記憶媒体が、ディスクドライブ1100に挿入される。シリアルポートインタフェース1050は、例えばマウス1110、キーボード1120に接続される。ビデオアダプタ1060は、例えばディスプレイ1130に接続される。
ハードディスクドライブ1090は、例えば、OS(Operating System)1091、アプリケーションプログラム1092、プログラムモジュール1093、プログラムデータ1094を記憶する。すなわち、通信システム1の各部における各処理を規定するプログラムは、コンピュータにより実行可能なコードが記述されたプログラムモジュール1093として実装される。プログラムモジュール1093は、例えばハードディスクドライブ1090に記憶される。例えば、通信システム1の各部における機能構成と同様の処理を実行するためのプログラムモジュール1093が、ハードディスクドライブ1090に記憶される。なお、ハードディスクドライブ1090は、SSD(Solid State Drive)により代替されてもよい。
また、上述した実施形態の処理で用いられる設定データは、プログラムデータ1094として、例えばメモリ1010やハードディスクドライブ1090に記憶される。そして、CPU1020が、メモリ1010やハードディスクドライブ1090に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して実行する。
なお、プログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1090に記憶される場合に限らず、例えば着脱可能な記憶媒体に記憶され、ディスクドライブ1100等を介してCPU1020によって読み出されてもよい。あるいは、プログラムモジュール1093及びプログラムデータ1094は、ネットワーク(LAN、WAN(Wide Area Network)等)を介して接続された他のコンピュータに記憶されてもよい。そして、プログラムモジュール1093及びプログラムデータ1094は、他のコンピュータから、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。
以上、本発明者によってなされた発明を適用した実施形態について説明したが、本実施形態による本発明の開示の一部をなす記述及び図面により本発明は限定されることはない。すなわち、本実施形態に基づいて当業者等によりなされる他の実施形態、実施例及び運用技術等は全て本発明の範疇に含まれる。
1 通信システム
10 ユーザ端末
20A,20B 転送装置
30 サービス部
40 受付部
50 データベース(DB)
60 設定部
70 確認部
10 ユーザ端末
20A,20B 転送装置
30 サービス部
40 受付部
50 データベース(DB)
60 設定部
70 確認部
Claims (7)
- ユーザ端末によるパケットを、前記ユーザ端末側の第1の転送装置及びサービス提供側の第2の転送装置を介して、サービスを提供するサービス部に転送する通信システムであって、
前記ユーザ端末から前記サービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を設定部に指示する受付部と、
前記受付部による指示に従って、前記転送設定に応じて前記第1の転送装置に前記ユーザ端末によるパケットに対するフィルタを設定するとともに、前記ユーザ端末によるパケットの確認部への転送を前記第2の転送装置に設定する前記設定部と、
前記ユーザ端末によるパケットの受信結果を基に、前記第1の転送装置における前記ユーザ端末によるパケットに対するフィルタ設定を確認する確認部と、
を有することを特徴とする通信システム。 - 前記確認部は、前記ユーザ端末によるパケットを受信した場合、前記第1の転送装置におけるフィルタ設定が正しいことを確認し、前記ユーザ端末によるパケット以外のパケットを受信した場合、前記第1の転送装置におけるフィルタ設定が誤っていることを確認することを特徴とする請求項1に記載の通信システム。
- 前記受付部は、前記ユーザ端末に前記サービス部宛の試験パケットの生成を指示し、
前記ユーザ端末は、前記受付部による指示にしたがって、前記試験パケットを生成して送信し、
前記確認部は、前記試験パケットの受信結果を基に、前記第1の転送装置における前記ユーザ端末によるパケットに対するフィルタ設定を確認する
ことを特徴とする請求項1または2に記載の通信システム。 - 前記受付部は、HTTPリダイレクトを用いて前記サービス部宛のパケットの送信を誘起する
ことを特徴とする請求項1または2に記載の通信システム。 - 前記第1の転送装置は、pingを用いて、前記第1の転送装置と前記サービス部との間の疎通性を確認することを特徴とする請求項1~4のいずれか一つに記載の通信システム。
- ユーザ端末によるパケットを、前記ユーザ端末側の第1の転送装置及びサービス提供側の第2の転送装置を介して、サービスを提供するサービス部に転送する通信システムであって、受付部と設定部と確認部とを有する通信システムが実行する通信方法であって、
前記受付部が、前記ユーザ端末から前記サービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を前記設定部に指示する工程と、
前記設定部が、前記指示する工程における指示に従って、前記転送設定に応じて前記第1の転送装置に前記ユーザ端末によるパケットに対するフィルタを設定するとともに、前記ユーザ端末によるパケットの前記確認部への転送を前記第2の転送装置に設定する工程と、
前記確認部が、前記ユーザ端末によるパケットの受信結果を基に、前記第1の転送装置における前記ユーザ端末によるパケットに対するフィルタ設定を確認する工程と、
を含んだことを特徴とする通信方法。 - ユーザ端末からサービスの開始登録を受け付けると、受け付けたサービスに応じたパケットの転送設定を指示するステップと、
前記指示するステップにおける指示に従って、前記転送設定に応じて、ユーザ端末側の第1の転送装置に前記ユーザ端末によるパケットに対するフィルタを設定するとともに、前記ユーザ端末によるパケットの確認部への転送をサービス提供側の第2の転送装置に設定するステップと、
前記確認部における前記ユーザ端末によるパケットの受信結果を基に、前記第1の転送装置における前記ユーザ端末によるパケットに対するフィルタ設定を確認するステップと、
をコンピュータに実行させるための通信プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2020/005606 WO2021161463A1 (ja) | 2020-02-13 | 2020-02-13 | 通信システム、通信方法及び通信プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2020/005606 WO2021161463A1 (ja) | 2020-02-13 | 2020-02-13 | 通信システム、通信方法及び通信プログラム |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021161463A1 true WO2021161463A1 (ja) | 2021-08-19 |
Family
ID=77292216
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2020/005606 WO2021161463A1 (ja) | 2020-02-13 | 2020-02-13 | 通信システム、通信方法及び通信プログラム |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO2021161463A1 (ja) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006101170A (ja) * | 2004-09-29 | 2006-04-13 | Ntt Communications Kk | 折り返し試験システム、宅内装置、及びセンター装置、並びにプログラム |
JP2014236388A (ja) * | 2013-06-03 | 2014-12-15 | エヌ・ティ・ティ・コミュニケーションズ株式会社 | パケット転送装置、検査制御装置、検査方法、検査制御方法、及びプログラム |
JP2015154421A (ja) * | 2014-02-18 | 2015-08-24 | 日本電信電話株式会社 | 通信ネットワークの経路制御連携システム及び方法 |
-
2020
- 2020-02-13 WO PCT/JP2020/005606 patent/WO2021161463A1/ja active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006101170A (ja) * | 2004-09-29 | 2006-04-13 | Ntt Communications Kk | 折り返し試験システム、宅内装置、及びセンター装置、並びにプログラム |
JP2014236388A (ja) * | 2013-06-03 | 2014-12-15 | エヌ・ティ・ティ・コミュニケーションズ株式会社 | パケット転送装置、検査制御装置、検査方法、検査制御方法、及びプログラム |
JP2015154421A (ja) * | 2014-02-18 | 2015-08-24 | 日本電信電話株式会社 | 通信ネットワークの経路制御連携システム及び方法 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
AbdelSalam et al. | Implementation of virtual network function chaining through segment routing in a linux-based NFV infrastructure | |
CN108551464B (zh) | 一种混合云的连接建立、数据传输方法、装置和系统 | |
US11856018B2 (en) | Managing traffic control in a network mitigating DDOS | |
JP5111256B2 (ja) | 通信システムおよびサーバ装置 | |
US20120257529A1 (en) | Computer system and method of monitoring computer system | |
JP5679343B2 (ja) | クラウドシステム、ゲートウェイ装置、通信制御方法、及び通信制御プログラム | |
US8359377B2 (en) | Interface for automated deployment and management of network devices | |
CN112202930B (zh) | 一种移动设备接入sd-wan网络方法、pop和系统 | |
US20130212241A1 (en) | System and method for operating network based on network virtualization | |
Rodriguez-Natal et al. | Programmable overlays via openoverlayrouter | |
EP3552370B1 (en) | Implementing service function chains | |
US7747849B2 (en) | Secure communications equipment for processing data packets according to the send mechanism | |
CN118118422A (zh) | 流量转发的方法、装置及电子设备 | |
WO2021161463A1 (ja) | 通信システム、通信方法及び通信プログラム | |
CN102780584B (zh) | 一种快速访问以太网设备网管系统的方法及装置 | |
WO2011147334A1 (zh) | 提供虚拟私有网业务的方法、设备和系统 | |
Jain et al. | Performance Comparison Between Different Tunneling Techniques Using Different Routing Protocols | |
Marchal et al. | Leveraging NFV for the deployment of NDN: Application to HTTP traffic transport | |
US20230216733A1 (en) | Distributed node discovery and overlay path management on a data communication network | |
US11057304B1 (en) | DNS (domain name server)-based application-aware routing on SD-WAN (software-defined wide access network) | |
EP3185510B1 (en) | Method for data packet inspection, related device and computer-program product | |
Lehocine et al. | VINEMA: Towards automated management of virtual networks in SDN infrastructures | |
Zaalouk et al. | Network configuration in OpenFlow networks | |
Fowler | Cloud network engineering | |
CN117201135B (zh) | 业务随行方法、装置、计算机设备及存储介质 |
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: 20918900 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20918900 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: JP |