US20130266017A1 - Communication system, control apparatus, communication method, and program - Google Patents

Communication system, control apparatus, communication method, and program Download PDF

Info

Publication number
US20130266017A1
US20130266017A1 US13/993,061 US201113993061A US2013266017A1 US 20130266017 A1 US20130266017 A1 US 20130266017A1 US 201113993061 A US201113993061 A US 201113993061A US 2013266017 A1 US2013266017 A1 US 2013266017A1
Authority
US
United States
Prior art keywords
forwarding
control policy
packet
communication system
flow
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/993,061
Inventor
Ippei Akiyoshi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Assigned to NEC CORPORATION reassignment NEC CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AKIYOSHI, IPPEI
Publication of US20130266017A1 publication Critical patent/US20130266017A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/18End to end
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2441Traffic characterised by specific attributes, e.g. priority or QoS relying on flow classification, e.g. using integrated services [IntServ]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/38Flow based routing

Definitions

  • the present invention relates to a communication system, a communication apparatus, a control apparatus, a packet flow forwarding path control method, and a program.
  • it relates to a communication system, a control apparatus, a communication method, and a program for realizing communication by using a forwarding node processing a received packet in accordance with a process rule matching the received packet.
  • OpenFlow In recent years, a technique referred to as OpenFlow is proposed (see Patent Literature 1 and Non Patent Literatures 1 and 2).
  • communication is deemed as an end-to-end flow, and routing control, failure recovery, load distribution, and optimization are executed for each flow.
  • An OpenFlow switch specified in Non Patent Literature 2 includes a secure channel for communication with an OpenFlow controller serving as a control apparatus.
  • the OpenFlow switch operates in accordance with a flow table appropriately added or rewritten by the OpenFlow controller. In the flow table, a group of: a matching rule (header fields) matched against packet headers; flow statistics information (counters); and actions defining process contents is defined for each flow (see FIG. 25 ).
  • the OpenFlow switch upon receiving a packet, searches the flow table for an entry having a matching rule (see header fields in FIG. 25 ) that matches header information of the received packet. As a result of the search, if an entry matching the received packet is found, the OpenFlow switch updates the flow statistics information (counters) and executes process contents described in the action field of the entry on the received packet (packet transmission from a specified port, flooding, discard, or the like). If, as a result of the search, no entry matching the received packet is found, the OpenFlow switch forwards the received packet to the OpenFlow controller via the secure channel to request the OpenFlow controller to determine a packet route (termed as “path”, hereinafter) based on the source and destination of the received packet. Upon receiving a flow entry realizing the path, the OpenFlow switch updates the flow table. In this way, the OpenFlow switch uses an entry stored in the flow table as a process rule to forward a packet.
  • a matching rule see header fields in FIG. 25
  • the OpenFlow switch updates the flow statistics information (
  • a packet path is determined, and a flow table is updated with a received flow entry achieving the packet path.
  • a detailed forwarding control policy cannot be applied to each link included in the determined path, counted as a problem.
  • the present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a communication system, a control apparatus, a communication method, and a program realizing packet forwarding in view of a forwarding control policy in each link, in addition to flow-based control.
  • a communication system comprising: at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other; and a control apparatus comprising: a path calculation unit calculating a packet forwarding path for each flow; and a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
  • a control apparatus connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other; wherein the control apparatus comprises: a path calculation unit calculating a packet forwarding path for each flow; and a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; and wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
  • a communication method comprising the steps of: using a control apparatus, which is connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other and which comprises a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; causing the control apparatus to calculate a packet forwarding path for each flow; and causing the control apparatus to set a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
  • the present method is connected to a certain machine referred to as a control apparatus controlling forwarding nodes.
  • a program causing a computer forming a control apparatus, which is connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other and which comprises a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node, to execute the processes of: calculating a packet forwarding path for each flow; and setting a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
  • This program can be recorded in a computer-readable recording medium which may be non-transient.
  • the present invention can be embodied as a computer program product.
  • packet forwarding in addition to flow-based control, packet forwarding can be realized in view of a forwarding control policy in each link.
  • FIG. 1 illustrates an outline of the present invention.
  • FIG. 2 illustrates a configuration of a communication system according to a first exemplary embodiment of the present invention.
  • FIG. 3 is a block diagram illustrating a configuration of a control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 4 is a table illustrating information held in a forwarding node management unit in the control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 5 is a table illustrating information held in a QoS control flow storage unit in the control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 6 is a table illustrating information held in a QoS control policy storage unit in the control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 7 is a sequence diagram illustrating an operation according to the first exemplary embodiment of the present invention.
  • FIG. 8 is a flow chart illustrating a process executed by the control apparatus in FIG. 7 .
  • FIG. 9 is another diagram illustrating an operation according to the first exemplary embodiment of the present invention.
  • FIG. 10 is an operation subsequent to FIG. 9 .
  • FIG. 11 illustrates a configuration of a communication system to which the control apparatus according to the first exemplary embodiment of the present invention is applicable.
  • FIG. 12 is another flow chart illustrating a process executed by the control apparatus in FIG. 7 .
  • FIG. 13 illustrates a configuration of a communication system according to a second exemplary embodiment of the present invention.
  • FIG. 14 is a table illustrating information held in a topology management unit in a control apparatus according to the second exemplary embodiment of the present invention.
  • FIG. 15 illustrates a configuration of a communication system according to a third exemplary embodiment of the present invention.
  • FIG. 16 illustrates another configuration of the communication system according to the third exemplary embodiment of the present invention.
  • FIG. 17 is a block diagram illustrating a configuration of a control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 18 is a table illustrating information held in a virtual network information storage unit in the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 19 is another table illustrating information held in the virtual network information storage unit in the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 20 is a table illustrating information held in a QoS control flow storage unit in the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 21 is a flow chart illustrating a process executed by the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 22 is another flow chart illustrating a process executed by the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 23 illustrates a configuration of a communication system according to a fourth exemplary embodiment of the present invention.
  • FIG. 24 is a table illustrating information held in a topology management unit in a control apparatus according to the fourth exemplary embodiment of the present invention.
  • FIG. 25 illustrates a configuration of a flow entry described in Non Patent Literature 2.
  • the present invention can be realized by a communication system comprising: a plurality of forwarding nodes 210 to 240 each processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated with each other; and a control apparatus 100 setting a process rule in each of the forwarding nodes.
  • the reference characters in this outline are appended to the individual elements for convenience and only as examples to facilitate understanding. Thus, the reference characters are not intended to limit the present invention to the illustrated modes. Further for simplified illustration, the singular form of any element is used, which, however should not be limited to only the singular mode, but may represent the plurality if necessary.
  • network(s) is (are) present intervening between the forwarding nodes 210 and 220 and between the forwarding nodes 220 and 230 to connect the forwarding nodes.
  • QoS Quality of Service
  • the individual networks process the packet based on different packet header field information.
  • the network present between the forwarding nodes 210 and 220 refers to field A
  • the network present between the forwarding nodes 220 and 230 refers to field B, to execute QoS control on a packet.
  • the control apparatus 100 comprises: a path calculation unit calculating a packet forwarding path per flow; and a forwarding control policy management unit managing packet forwarding control policies applied to paths among predetermined ones of the plurality of forwarding nodes (in the example in FIG. 1 , the path between the forwarding nodes 210 and 220 and the path between the forwarding nodes 220 and 230 ).
  • the control apparatus 100 sets process rules reflecting contents of forwarding control policies in the forwarding nodes on the calculated path (for example, in the forwarding nodes 210 , 220 , and 230 in FIG. 1 ).
  • the control apparatus 100 sets a process rule reflecting a policy of causing the forwarding node 210 to set priority 1 (high priority) in a predetermined packet header field A and to forward the packet to the forwarding node 220 if the forwarding node 210 receives a packet whose destination IP address is a predetermined destination address A and causing the forwarding node 210 to set priority 2 (lower than priority 1 ) in the predetermined packet header field A and to forward the packet to the forwarding node 220 if the destination IP address is a predetermined destination address B.
  • the control apparatus 100 sets a process rule reflecting a policy of causing the forwarding node 220 to set a priority X (high priority) in the packet header field B and to forward the packet to the forwarding node 230 if the forwarding node 220 receives a packet whose destination IP address is the predetermined destination A and causing the forwarding node 220 to set a priority Y (lower than the priority X) in the packet header field B and to forward the packet to the forwarding node 230 if the destination IP address is the predetermined destination address B.
  • an OpenFlow-based mobile backhaul is configured by using OpenFlow described as background art of the present invention, and the OpenFlow-based mobile backhaul is operated in conjunction with existing mobile backhauls.
  • FIG. 2 illustrates a configuration of the first exemplary embodiment of the present invention.
  • FIG. 2 illustrates a configuration including a mobile backhaul A 410 , a mobile backhaul B 420 , an OpenFlow-based mobile backhaul 430 , forwarding nodes 210 to 230 each arranged at an edge of a mobile backhaul, and a control apparatus 100 setting process rules in the forwarding nodes 210 to 230 to control paths between a base station (E-UTRAN NodeB (eNB)) and any one of the core apparatuses.
  • E-UTRAN NodeB eNodeB
  • At least a QoS control policy is different between the mobile backhauls A 410 and B 420 .
  • the mobile backhauls A 410 and B 420 execute VLAN (Virtual Local Area Network)-based and DSCP (Differentiated Services Code Point)-based QoS control, respectively.
  • VLAN Virtual Local Area Network
  • DSCP Differentiated Services Code Point
  • the OpenFlow-based mobile backhaul 430 is configured by a group of forwarding nodes equivalent to the forwarding nodes 210 to 230 .
  • EMS Element Management System
  • S-GW Serving Gateway
  • MME Mobility Management Entity
  • While OpenFlow switches disclosed in the above Patent Literature 1 and Non Patent Literatures 1 and 2 can be used as the forwarding nodes 210 to 230 , arbitrary switches having equivalent functions may of course be used as the forwarding nodes 210 to 230 .
  • the forwarding nodes 210 to 230 of the present invention are not limited to such OpenFlow switches.
  • the control apparatus 100 manages and controls paths between the forwarding nodes 210 and 230 and between the forwarding nodes 220 and 230 as virtual links, in addition to paths in the above OpenFlow-based mobile backhaul 430 .
  • the control apparatus 100 can execute path control (i.e., routing control) in the OpenFlow-based mobile backhaul 430 .
  • the control apparatus 100 can allow packets transmitted from any one of the various core apparatuses to reach a base station (eNB) via relevant mobile backhaul(s).
  • eNB base station
  • FIG. 3 is a block diagram illustrating a configuration of the control apparatus according to the first exemplary embodiment of the present invention.
  • the control apparatus 100 includes: a node communication unit 11 communicating with the forwarding nodes 210 to 230 and forwarding nodes arranged in the OpenFlow-based mobile backhaul 430 (hereinafter, these forwarding nodes will be simply referred to as “forwarding nodes” unless clear distinction is required); a control message process unit 12 ; a process rule management unit 13 ; a process rule storage unit 14 ; a forwarding node management unit 15 ; a path and action calculation unit 16 ; a topology management unit 17 ; a communication terminal location management unit 18 ; a QoS control management unit 19 ; a QoS control flow storage unit 20 ; and a QoS control policy storage unit 21 .
  • a node communication unit 11 communicating with the forwarding nodes 210 to 230 and forwarding nodes arranged in the OpenFlow-based mobile backhaul 430 (hereinafter, these
  • the control message process unit 12 analyses a control message received from a forwarding node and transmits control message information to a corresponding process means (or units) in the control apparatus 100 .
  • the process rule management unit 13 manages process rules set in the forwarding nodes. Specifically, the process rule management unit 13 registers calculation results obtained by the path and action calculation unit 16 in the process rule storage unit 14 as process rules and sets the process rules in forwarding nodes. In addition, if a process rule set in a forwarding node is changed, the process rule management unit 13 receives a notification such as a process rule deletion notification from the forwarding node and updates information registered in the process rule storage unit 14 .
  • the forwarding node management unit 15 manages capabilities of the forwarding nodes controlled by the control apparatus 100 (for example, the number of ports, types of ports, and types of actions supported). In addition, the forwarding node management unit 15 manages setting states of the QoS control policies associated with ports of the forwarding nodes.
  • FIG. 4 illustrates examples of information held in the forwarding node management unit 15 in the control apparatus according to the present exemplary embodiment.
  • information about forwarding nodes each supplied with a unique forwarding node identifier is managed.
  • the forwarding node management unit 15 includes: information about switch settings such as presence or absence of statistics acquisition capabilities; presence or absence of a spanning tree protocol; and presence or absence of flow matching capabilities when ARP (Address Resolution Protocol) is used.
  • the forwarding node management unit 15 includes information about types of valid actions, such as packet forwarding and change of various headers.
  • the forwarding node management unit 15 includes port information. For each port, as an item of the port information, a QoS control policy is managed by a QoS control policy identifier which will be described in detail later.
  • the path and action calculation unit 16 in FIG. 3 calculates a packet forwarding path, based on communication terminal location information managed by the communication terminal location management unit 18 and network topology information established by the topology management unit 17 .
  • the path and action calculation unit 16 acquires a QoS control policy identifier set in a port of a forwarding node on the forwarding path from the forwarding node management unit 15 .
  • the path and action calculation unit 16 acquires a QoS control policy (a flow on which QoS control is executed and specific contents thereof) corresponding to the acquired QoS control policy identifier from the QoS control management unit 19 .
  • the path and action calculation unit 16 determines actions to be executed by the forwarding node on the forwarding path.
  • the topology management unit 17 establishes network topology information, based on a connection relationship among the forwarding nodes (including the forwarding nodes 210 to 230 ). The relationship is collected via the node communication unit 11 .
  • the communication terminal location management unit 18 manages information for indentifying locations of the communication terminals connected to the communication system.
  • an IP address is used as information for identifying each of the communication terminals.
  • the forwarding node identifier of each of the forwarding nodes, to which the communication terminals are connected, and port information about the forwarding nodes are used as information for identifying the location of each of the communication terminals.
  • other information may be used to identify the terminals and the locations thereof.
  • the QoS control management unit 19 Upon receiving a request from the path and action calculation unit 16 , the QoS control management unit 19 refers to the QoS control flow storage unit 20 and the QoS control policy storage unit 21 , so as to supply a QoS control policy (a flow on which QoS control is executed or specific contents thereof) corresponding to a QoS control policy identifier.
  • FIG. 5 is a table illustrating information held in the QoS control flow storage unit 20 .
  • Flow #1 which is a QoS control flow identifier representing the highest priority, is given to a flow in which the source (Src) or destination (Dst) IP address is the EMS 320 .
  • a QoS control flow identifier Flow #2 is given to a flow in which the source or destination IP address is the MME 350
  • a QoS control flow identifier Flow #3 is given to a flow in which the source or destination IP address is the S-GW 340 .
  • a common QoS control flow identifier is set based on a connection end, instead of on the mobile backhaul.
  • policy control based on a corresponding mobile backhaul can be executed.
  • FIG. 6 is a table illustrating information held in the QoS control policy storage unit 21 .
  • QoS control flow identifiers and specific control contents thereof are set for each QoS control policy.
  • the path and action calculation unit 16 can determine whether a link for which a process rule is to be set is a control target link connected to a mobile backhaul or the like. If the link is a QoS control-required link, a QoS control-required flow can be identified and a process rule can be reflected.
  • VLAN PCP Primary Code Point
  • DSCP DiffSery Code Point
  • the control apparatus 100 as described above can be realized by adding the above QoS control management unit 19 , the QoS control flow storage unit 20 , and the QoS control policy storage unit 21 to the OpenFlow controller described in Non Patent Literatures 1 and 2 and by adding the QoS-control-policy-related item to the port information managed by the forwarding node management unit 15 .
  • control apparatus 100 in FIG. 3 can be realized (implemented) by computer programs causing a computer forming the control apparatus 100 to use hardware thereof and execute the respective processes as described above.
  • FIG. 7 is a sequence diagram of an operation when a new base station (eNB) is deployed in the communication system of FIG. 2 in which a plurality of mobile backhauls exist. The following description will be made, assuming that a new base station (eNB) is set to the forwarding node 210 connected to an edge of the mobile backhaul A 410 .
  • the base station (eNB) transmits a bootstrap packet whose destination is the Element Management System EMS 320 (S 001 ). Since the bootstrap packet does not match the matching rule of any existing process rule, the forwarding node 210 transmits a new flow generation notification to the control apparatus 100 (S 002 ; Packet-In).
  • the control apparatus 100 Upon receiving the new flow generation notification, the control apparatus 100 calculates a path between the base station (eNB) and the EMS 320 and sets process rules in the forwarding nodes on the path (in this example, the forwarding nodes include the forwarding nodes 220 and 230 and forwarding nodes in the OpenFlow-based mobile backhaul 430 ) (S 003 ; FlowMod).
  • the forwarding nodes include the forwarding nodes 220 and 230 and forwarding nodes in the OpenFlow-based mobile backhaul 430 ) (S 003 ; FlowMod).
  • the control apparatus 100 in accordance with a QoS control policy between the forwarding nodes 210 and 230 , the control apparatus 100 also sets a process rule of changing VLAN PCP of the packet, whose source is the base station (eNB) and destination is the EMS 320 , to 7 and causing the forwarding node 210 to forward the packet to the forwarding node 230 .
  • the forwarding node 210 forwards the first received bootstrap packet and the subsequent packets to the EMS 320 in accordance with the set process rule (S 005 and S 006 ).
  • FIG. 8 is a flow chart illustrating a series of steps after the control apparatus 100 receives the new flow generation notification in S 002 in FIG. 7 .
  • the control apparatus 100 calculates a path from the base station (eNB) to the EMS 320 , based on base station (eNB) location information identified by a port of the forwarding node 210 , the port having received the packet, and based on a network topology managed by the topology management unit 17 (step S 102 ).
  • the control apparatus 100 calculates a matching rule for identifying the received packet (step S 103 ; calculation of flow granularity).
  • the control apparatus 100 refers to the QoS control flow storage unit 20 (see FIG. 5 ).
  • the control apparatus 100 checks whether or not the bootstrap packet that is transmitted from the base station (eNB) to the EMS 320 corresponds to a Qos control-required flow. In this case, since the destination IP address is the EMS 320 , Flow #1 is acquired as the QoS control flow identifier.
  • control apparatus 100 refers to information (see FIG. 4 ) about the forwarding nodes on the path calculated in step S 102 and checks whether or not the path includes a link in which a QoS control policy is set (step S 104 ). The following description will be made, assuming that the control apparatus 100 has confirmed that Policy #1 is set as a QoS control policy identifier in a port of the forwarding node 210 , the port being connected to the mobile backhaul A 410 .
  • the control apparatus 100 calculates actions to be set in the forwarding nodes on the path calculated in step S 102 (step S 105 ).
  • the control apparatus 100 has already confirmed that a QoS control policy having Policy #1 is set and the packet relating to the new flow generation notification corresponds to a QoS control-reqiored flow.
  • the control apparatus 100 calculates actions of changing VLAN PCP to 7 and causing the forwarding node 210 to forward the packet to the forwarding node 230 .
  • control apparatus 100 creates process rules and sets the process rules in the respective forwarding nodes on the calculated path (step S 106 ).
  • a path for forwarding the bootstrap packet from the base station (eNB) to the EMS 320 is formed.
  • the bootstrap packet transmitted from the base station (eNB) is forwarded to the EMS 320 in accordance with the path indicated by a dashed line in FIG. 10 .
  • the bootstrap packet passes through the mobile backhaul A 410 , the QoS control policy is reflected and reachability to the forwarding node 230 is ensured, since the forwarding node 210 located before the mobile backhaul A 410 changes the VLAN PCP.
  • a similar process is also used if a base station (eNB) is newly set for the forwarding node 220 .
  • the control apparatus 100 can complete path calculation (see a dotted line in FIG. 10 ) and necessary QoS control policy settings. Namely, in this case, since the forwarding node 220 changes the DSCP before the bootstrap packet passes through the mobile backhaul B 420 , reachability to the forwarding node 230 is ensured.
  • whether the path includes a link in which a QoS control policy is set is managed per forwarding node port.
  • the control apparatus 100 first calculates a path, that is, whether the packet transmitted from a newly set base station (eNB) passes through the mobile backhaul A 410 or B 420 .
  • control apparatus 100 uses port information about the forwarding node on the path and selects a QoS control policy associated with the port connected to the selected one of the mobile backhauls A 410 and B 420 , so as to reflect the QoS control policy in the process rule.
  • the control apparatus 100 first calculates a path, then checks a QoS control target flow (calculation of flow granularity), and next checks a QoS control policy.
  • this order can be appropriately changed.
  • control apparatus 100 calculates a matching rule for identifying the received packet (step S 202 ; calculation of flow granularity).
  • control apparatus 100 calculates a path (step S 203 ) and refers to the QoS control flow storage unit 20 (see FIG. 5 ) to check whether the received packet corresponds to a control target flow (step S 204 ).
  • control apparatus 100 checks whether the path includes a link in which a QoS control policy is set (step S 205 ), calculates actions reflecting QoS control policies in necessary links (step S 206 ), and sets process rule(s) (step S 207 ).
  • control apparatus 100 manages the forwarding nodes 210 to 230 and the OpenFlow-based mobile backhaul 430 as a single virtual network.
  • forwarding nodes may be arranged only at mobile backhaul edges, such as the forwarding nodes 210 and 220 , and each of the forwarding nodes may be deemed and managed as an individual network.
  • every time a new flow is generated actions are calculated in view of related control policies, and the actions are set in the forwarding nodes.
  • the processes corresponding to the control policies may be registered in advance in the forwarding nodes.
  • a virtual port is created for each of the real ports of the forwarding nodes. If an action of forwarding a packet to any one of the virtual ports is set in a forwarding node, the packet forwarded to the virtual port is controlled in accordance with a control policy associated with a corresponding real port, and the packet is then forwarded via the corresponding real port.
  • a forwarding node may have a plurality of tables managing process rules and select a process rule corresponding to a received packet from the tables managing one or more process rules. If the forwarding node executes an action group described in the selected one or more process rules as a series of actions, the forwarding node may use one of the tables managing the process rule(s) to execute actions corresponding to a control policy per port.
  • the forwarding node management unit 15 manages presence/absence of QoS control policy settings.
  • L2SW layer 2 switch
  • FIG. 13 if a layer 2 switch (L2SW) 250 is arranged between the forwarding node 210 connected to the base station (eNB) and the mobile backhauls A 410 and B 420 , different QoS control policies may not be associated in port information of the forwarding node 210 .
  • the second exemplary embodiment of the present invention even with the configuration illustrated in FIG. 13 , a QoS control policy based on a mobile backhaul can be reflected. Since the basic configuration of the second exemplary embodiment is similar to that of the first exemplary embodiment, the description will hereinafter be made with a focus on the differences.
  • presence/absence of QoS control policy settings is managed by the topology management unit 17 in FIG. 3 , instead of by the forwarding node management unit 15 .
  • FIG. 14 illustrates network topology information managed by a topology management unit in a control apparatus 100 according to the second exemplary embodiment of the present invention.
  • virtual links can be formed by using: port #1 of a forwarding node having a forwarding node identifier Switch #1 (for example, the forwarding node 210 in FIG. 13 ); port #1 of an opposite forwarding node (Switch #2) on the mobile backhaul A 410 side; and port #1 of a forwarding node (Switch #3) on the mobile backhaul B 420 side.
  • a QoS control policy can be managed per virtual link, even with the configuration illustrated in FIG. 13 , a QoS control policy based on a mobile backhaul present on a path calculated by the control apparatus 100 can be applied.
  • a virtual MAC address is allocated in advance to each of the ports of the forwarding node 230 , each port connected to the mobile backhaul 410 or 420 .
  • the forwarding node 210 is configured to rewrite the MAC address of a packet forwarded to the layer 2 switch (L2SW) 250 to the virtual MAC address, depending on whether the packet passes through the mobile backhaul 410 or 420 , before forwarding the packet.
  • the layer 2 switch (L2SW) 250 can execute appropriate switching. For this process to be executed, it is only necessary to add contents of the above header rewrite process to control contents per policy illustrated in FIG. 6 .
  • a QoS control policy based on a mobile backhaul can also be applied to the network configurations in FIGS. 2 and 11 .
  • FIGS. 15 and 16 illustrate configurations of a communication system according to the third exemplary embodiment of the present invention.
  • FIG. 15 illustrates a configuration in which the OpenFlow-based mobile backhaul 430 is shared and used by a plurality of operators.
  • FIG. 16 illustrates a configuration in which the OpenFlow-based mobile backhaul 430 is shared and used through different access methods (or systems).
  • FIGS. 15 and 16 illustrate configurations in which the OpenFlow-based mobile backhaul 430 is shared but a different QoS control policy needs to be reflected depending on the operator or the access method.
  • FIG. 17 is a block diagram illustrating a configuration of a control apparatus 100 A according to the third exemplary embodiment of the present invention.
  • This control apparatus differs from the control apparatus 100 according to the first exemplary embodiment in FIG. 3 in that the control apparatus further includes a virtual network management unit 23 managing information about virtual networks and a virtual network information storage unit 22 storing information about virtual networks.
  • the QoS control flow differs depending on a virtual network
  • information held in a QoS control flow storage unit 20 A also differs.
  • each of these differences will be described.
  • the virtual network management unit 23 manages virtual networks, by allocating virtual network(s) to a group of forwarding node input ports or to a group of terminals accessing the OpenFlow-based mobile backhaul 430 .
  • the virtual network management method is not particularly limited.
  • FIG. 18 is a table illustrating information held in the virtual network information storage unit 22 when virtual networks (VN) are allocated to a group of input ports of forwarding nodes arranged in the OpenFlow-based mobile backhaul 430 .
  • VN virtual networks
  • ports #1 and #2 of a forwarding node identified by forwarding node identifier Switch #1 are allocated to virtual network #1.
  • ports #3 and #4 of this forwarding node are allocated to virtual network #2.
  • FIG. 19 is a table illustrating information held in the virtual network information storage unit 22 when virtual networks are allocated to a group of terminals accessing the OpenFlow-based mobile backhaul 430 .
  • a terminal whose terminal information (MAC address, for example) is MAC #1-1 can be identified as a user using virtual network #1.
  • a terminal whose terminal information is MAC #2-1 can be identified as a user using virtual network #2.
  • FIG. 20 is a table illustrating information held in the QoS control flow storage unit 20 A according to the present exemplary embodiment.
  • QoS control flow identifier Flow #1 representing the highest priority is given to flows in which a source or destination IP address is EMS #1 or EMS #2.
  • FIG. 21 is a flow chart illustrating a series of steps executed after the control apparatus 100 A receives a new flow generation notification from a forwarding node in the OpenFlow-based mobile backhaul 430 .
  • the basic operation is similar to that of the control apparatus 100 according to the first exemplary embodiment in FIG. 8 .
  • the control apparatus 100 A Upon receiving a new flow generation notification (step S 101 ), the control apparatus 100 A refers to information held in the virtual network information storage unit 22 and identifies a virtual network to which the generated flow belongs (step S 109 ).
  • control apparatus 100 A calculates a path (step S 102 ) and calculates a matching rule for identifying the received packet (step S 103 ; calculation of flow granularity).
  • the control apparatus 100 A also refers to the QoS control flow storage unit 20 A (see FIG. 20 ) and checks whether the packet corresponds to a control target flow, based on the virtual network identified in step S 109 and the flow information.
  • control apparatus 100 A refers to information (see FIG. 4 ) about the forwarding nodes on the path calculated in step S 102 , to check whether or not the path includes a link in which a QoS control policy is set (step S 104 ).
  • control apparatus 100 A calculates actions that need to be set in the forwarding nodes on the path calculated in step S 102 (step S 105 ). In this step, regarding the process rule set in the forwarding node 210 , if the path includes a link in which a QoS control policy is set and the packet corresponds to a QoS control target flow, the control apparatus 100 A adds actions based on the QoS control policy.
  • control apparatus 100 A creates a process rule and sets the process rule in each forwarding node on the calculated path (step S 106 ).
  • the present exemplary embodiment can flexibly respond to a virtual mobile backhaul shared mode that could be reached after a packet is forwarded to the OpenFlow-based mobile backhaul 430 from a state in which different mobile backhauls exist as illustrated in FIGS. 2 and 11 , for example.
  • FIG. 22 is a flow chart obtained by adding the above virtual network identification step (step S 209 ) after the step of receiving a new flow generation notification in the flow chart in FIG. 12 .
  • a process rule reflecting a QoS control policy can be set in a similar way to the above way.
  • FIG. 23 illustrates a configuration of a communication system according to the fourth exemplary embodiment of the present invention.
  • the forwarding nodes 220 to 230 are arranged between an Ethernet-based mobile backhaul 440 and the OpenFlow-based mobile backhaul 430 .
  • the forwarding node 210 forwards a packet transmitted from the base station (eNB) to the forwarding node 220 or 230 , depending on the flow. More specifically, the forwarding node 210 rewrites the MAC address to virtual MAC addresses #A and #B allocated to the forwarding nodes 220 and 230 , respectively. In this way, two flow paths via the Ethernet-based mobile backhaul can be controlled.
  • FIG. 24 illustrates information held in a topology management unit 17 in the control apparatus according to the fourth exemplary embodiment of the present invention.
  • a QoS control policy is associated with each of the network topology links held in the topology management unit 17 .
  • destination MAC address conversion contents are associated with each of the network topology links as a packet control policy.
  • the topology management unit 17 according to the second exemplary embodiment manages QoS control policies, there is no need to examine a flow direction.
  • destination MAC address conversion contents are determined for each flow direction, by using start and end nodes, for example.
  • the control apparatus refers to such forwarding control policy as illustrated in FIG. 24 and sets a process rule in a forwarding node located at the start node of a certain link, the process rule including a header rewrite action in addition to packet forwarding in accordance with a calculated path.
  • the present exemplary embodiment enables routing control which cannot be executed by simply specifying a forwarding node output port.
  • forwarding nodes are arranged between mobile backhauls.
  • the present invention is generally applicable to a configuration in which forwarding nodes are arranged at edges of other networks.
  • packets flowing between a base station (E-UTRAN NodeB (eNB)) and a core apparatus are not encrypted.
  • a flow can be identified by using a core apparatus IP address or the like as a key.
  • a gateway device a typical example of which is a Security Gateway (SeGW)
  • SeGW Security Gateway
  • the base station or the SeGW is configured to supply the encrypted packet with predetermined identification information for identifying a flow (uniform identification information that does not depend on the type of mobile backhaul to which the base station is connected), when a new base station is established, settings of the base station do not need to be changed depending on the connected mobile backhaul.

Abstract

A communication system includes a forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other; and a control apparatus including a path calculation unit calculating a packet forwarding path for each flow; and a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.

Description

    REFERENCE TO RELATED APPLICATION
  • The present invention is based upon and claims the benefit of the priority of Japanese patent application No. 2010-280601, filed on Dec. 16, 2010, the disclosure of which is incorporated herein in its entirety by reference thereto.
  • TECHNICAL FIELD
  • The present invention relates to a communication system, a communication apparatus, a control apparatus, a packet flow forwarding path control method, and a program. In particular, it relates to a communication system, a control apparatus, a communication method, and a program for realizing communication by using a forwarding node processing a received packet in accordance with a process rule matching the received packet.
  • BACKGROUND ART
  • In recent years, a technique referred to as OpenFlow is proposed (see Patent Literature 1 and Non Patent Literatures 1 and 2). In OpenFlow, communication is deemed as an end-to-end flow, and routing control, failure recovery, load distribution, and optimization are executed for each flow. An OpenFlow switch specified in Non Patent Literature 2 includes a secure channel for communication with an OpenFlow controller serving as a control apparatus. The OpenFlow switch operates in accordance with a flow table appropriately added or rewritten by the OpenFlow controller. In the flow table, a group of: a matching rule (header fields) matched against packet headers; flow statistics information (counters); and actions defining process contents is defined for each flow (see FIG. 25).
  • For example, upon receiving a packet, the OpenFlow switch searches the flow table for an entry having a matching rule (see header fields in FIG. 25) that matches header information of the received packet. As a result of the search, if an entry matching the received packet is found, the OpenFlow switch updates the flow statistics information (counters) and executes process contents described in the action field of the entry on the received packet (packet transmission from a specified port, flooding, discard, or the like). If, as a result of the search, no entry matching the received packet is found, the OpenFlow switch forwards the received packet to the OpenFlow controller via the secure channel to request the OpenFlow controller to determine a packet route (termed as “path”, hereinafter) based on the source and destination of the received packet. Upon receiving a flow entry realizing the path, the OpenFlow switch updates the flow table. In this way, the OpenFlow switch uses an entry stored in the flow table as a process rule to forward a packet.
  • CITATION LIST Patent Literature [PTL 1]
    • International Publication No. WO2008/095010
    Non Patent Literature [NPL 1]
    • Nick McKeown and seven others, “OpenFlow: Enabling Innovation in Campus Networks”, [online], searched on Dec. 1, 2010, Internet <URL:http://www.openflowswitch.org//documents/openflow-wp-latest.pdf>
    [NPL 2]
    • “OpenFlow Switch Specification” Version 1.0.0. (Wire Protocol 0x01), searched on Dec. 1, 2010, Internet <URL:http://www.openflowswitch.org/documents/openflow-spec-v1.0.0.pdf>
    SUMMARY OF INVENTION Technical Problem
  • The entire disclosures of above cited Patent and Non Patent Literatures are incorporated herein by reference thereto.
  • The following analysis is given based on the present invention.
  • Based on the above basic configuration of OpenFlow, a packet path is determined, and a flow table is updated with a received flow entry achieving the packet path. However, a detailed forwarding control policy cannot be applied to each link included in the determined path, counted as a problem.
  • The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a communication system, a control apparatus, a communication method, and a program realizing packet forwarding in view of a forwarding control policy in each link, in addition to flow-based control.
  • Solution to Problem
  • According to a first aspect of the present invention, there is provided a communication system comprising: at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other; and a control apparatus comprising: a path calculation unit calculating a packet forwarding path for each flow; and a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
  • According to a second aspect of the present invention, there is provided a control apparatus, connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other; wherein the control apparatus comprises: a path calculation unit calculating a packet forwarding path for each flow; and a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; and wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
  • According to a third aspect of the present invention, there is provided a communication method comprising the steps of: using a control apparatus, which is connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other and which comprises a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; causing the control apparatus to calculate a packet forwarding path for each flow; and causing the control apparatus to set a process rule reflecting contents of the forwarding control policy in accordance with the calculated path. The present method is connected to a certain machine referred to as a control apparatus controlling forwarding nodes.
  • According to a fourth aspect of the present invention, there is provided a program, causing a computer forming a control apparatus, which is connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other and which comprises a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node, to execute the processes of: calculating a packet forwarding path for each flow; and setting a process rule reflecting contents of the forwarding control policy in accordance with the calculated path. This program can be recorded in a computer-readable recording medium which may be non-transient. Namely, the present invention can be embodied as a computer program product.
  • Advantageous Effects of Invention
  • According to the present invention, in addition to flow-based control, packet forwarding can be realized in view of a forwarding control policy in each link.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 illustrates an outline of the present invention.
  • FIG. 2 illustrates a configuration of a communication system according to a first exemplary embodiment of the present invention.
  • FIG. 3 is a block diagram illustrating a configuration of a control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 4 is a table illustrating information held in a forwarding node management unit in the control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 5 is a table illustrating information held in a QoS control flow storage unit in the control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 6 is a table illustrating information held in a QoS control policy storage unit in the control apparatus according to the first exemplary embodiment of the present invention.
  • FIG. 7 is a sequence diagram illustrating an operation according to the first exemplary embodiment of the present invention.
  • FIG. 8 is a flow chart illustrating a process executed by the control apparatus in FIG. 7.
  • FIG. 9 is another diagram illustrating an operation according to the first exemplary embodiment of the present invention.
  • FIG. 10 is an operation subsequent to FIG. 9.
  • FIG. 11 illustrates a configuration of a communication system to which the control apparatus according to the first exemplary embodiment of the present invention is applicable.
  • FIG. 12 is another flow chart illustrating a process executed by the control apparatus in FIG. 7.
  • FIG. 13 illustrates a configuration of a communication system according to a second exemplary embodiment of the present invention.
  • FIG. 14 is a table illustrating information held in a topology management unit in a control apparatus according to the second exemplary embodiment of the present invention.
  • FIG. 15 illustrates a configuration of a communication system according to a third exemplary embodiment of the present invention.
  • FIG. 16 illustrates another configuration of the communication system according to the third exemplary embodiment of the present invention.
  • FIG. 17 is a block diagram illustrating a configuration of a control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 18 is a table illustrating information held in a virtual network information storage unit in the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 19 is another table illustrating information held in the virtual network information storage unit in the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 20 is a table illustrating information held in a QoS control flow storage unit in the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 21 is a flow chart illustrating a process executed by the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 22 is another flow chart illustrating a process executed by the control apparatus according to the third exemplary embodiment of the present invention.
  • FIG. 23 illustrates a configuration of a communication system according to a fourth exemplary embodiment of the present invention.
  • FIG. 24 is a table illustrating information held in a topology management unit in a control apparatus according to the fourth exemplary embodiment of the present invention.
  • FIG. 25 illustrates a configuration of a flow entry described in Non Patent Literature 2.
  • DESCRIPTION OF EMBODIMENTS
  • First, an outline of the present invention will be described. As illustrated in FIG. 1, the present invention can be realized by a communication system comprising: a plurality of forwarding nodes 210 to 240 each processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated with each other; and a control apparatus 100 setting a process rule in each of the forwarding nodes. The reference characters in this outline are appended to the individual elements for convenience and only as examples to facilitate understanding. Thus, the reference characters are not intended to limit the present invention to the illustrated modes. Further for simplified illustration, the singular form of any element is used, which, however should not be limited to only the singular mode, but may represent the plurality if necessary.
  • In addition, while not illustrated, network(s) is (are) present intervening between the forwarding nodes 210 and 220 and between the forwarding nodes 220 and 230 to connect the forwarding nodes. When executing QoS (Quality of Service) control on a packet, the individual networks process the packet based on different packet header field information. Herein, the network present between the forwarding nodes 210 and 220 refers to field A, and the network present between the forwarding nodes 220 and 230 refers to field B, to execute QoS control on a packet.
  • Specifically, the control apparatus 100 comprises: a path calculation unit calculating a packet forwarding path per flow; and a forwarding control policy management unit managing packet forwarding control policies applied to paths among predetermined ones of the plurality of forwarding nodes (in the example in FIG. 1, the path between the forwarding nodes 210 and 220 and the path between the forwarding nodes 220 and 230). The control apparatus 100 sets process rules reflecting contents of forwarding control policies in the forwarding nodes on the calculated path (for example, in the forwarding nodes 210, 220, and 230 in FIG. 1).
  • In the example in FIG. 1, the control apparatus 100 sets a process rule reflecting a policy of causing the forwarding node 210 to set priority 1 (high priority) in a predetermined packet header field A and to forward the packet to the forwarding node 220 if the forwarding node 210 receives a packet whose destination IP address is a predetermined destination address A and causing the forwarding node 210 to set priority 2 (lower than priority 1) in the predetermined packet header field A and to forward the packet to the forwarding node 220 if the destination IP address is a predetermined destination address B. In addition, for the path between the forwarding nodes 220 and 230, the control apparatus 100 sets a process rule reflecting a policy of causing the forwarding node 220 to set a priority X (high priority) in the packet header field B and to forward the packet to the forwarding node 230 if the forwarding node 220 receives a packet whose destination IP address is the predetermined destination A and causing the forwarding node 220 to set a priority Y (lower than the priority X) in the packet header field B and to forward the packet to the forwarding node 230 if the destination IP address is the predetermined destination address B.
  • In this way, in addition to flow-based control, detailed packet forwarding in view of a forwarding control policy in each link can be realized. As a result, detailed control can be executed. For example, packet reachability in a certain link of a single flow can be improved.
  • First Exemplary Embodiment
  • Next, a first exemplary embodiment of the present invention will be described in detail with reference to the drawings. In the first exemplary embodiment, an OpenFlow-based mobile backhaul is configured by using OpenFlow described as background art of the present invention, and the OpenFlow-based mobile backhaul is operated in conjunction with existing mobile backhauls.
  • FIG. 2 illustrates a configuration of the first exemplary embodiment of the present invention. FIG. 2 illustrates a configuration including a mobile backhaul A410, a mobile backhaul B420, an OpenFlow-based mobile backhaul 430, forwarding nodes 210 to 230 each arranged at an edge of a mobile backhaul, and a control apparatus 100 setting process rules in the forwarding nodes 210 to 230 to control paths between a base station (E-UTRAN NodeB (eNB)) and any one of the core apparatuses.
  • At least a QoS control policy is different between the mobile backhauls A410 and B420. In the present exemplary embodiment, the mobile backhauls A410 and B420 execute VLAN (Virtual Local Area Network)-based and DSCP (Differentiated Services Code Point)-based QoS control, respectively.
  • The OpenFlow-based mobile backhaul 430 is configured by a group of forwarding nodes equivalent to the forwarding nodes 210 to 230.
  • While an Element Management System (EMS) 320, a Serving Gateway (S-GW) 340, and a Mobility Management Entity (MME) 350 are illustrated in FIG. 2 as core apparatuses, the core apparatuses of the present invention are not limited to these illustrated examples.
  • While OpenFlow switches disclosed in the above Patent Literature 1 and Non Patent Literatures 1 and 2 can be used as the forwarding nodes 210 to 230, arbitrary switches having equivalent functions may of course be used as the forwarding nodes 210 to 230. The forwarding nodes 210 to 230 of the present invention are not limited to such OpenFlow switches.
  • The control apparatus 100 manages and controls paths between the forwarding nodes 210 and 230 and between the forwarding nodes 220 and 230 as virtual links, in addition to paths in the above OpenFlow-based mobile backhaul 430. In this way, for example, for flows detected by the forwarding nodes 210 and 220, the control apparatus 100 can execute path control (i.e., routing control) in the OpenFlow-based mobile backhaul 430. Similarly, the control apparatus 100 can allow packets transmitted from any one of the various core apparatuses to reach a base station (eNB) via relevant mobile backhaul(s).
  • Next, a detailed configuration of the control apparatus 100 will be described. FIG. 3 is a block diagram illustrating a configuration of the control apparatus according to the first exemplary embodiment of the present invention. In FIG. 3, the control apparatus 100 includes: a node communication unit 11 communicating with the forwarding nodes 210 to 230 and forwarding nodes arranged in the OpenFlow-based mobile backhaul 430 (hereinafter, these forwarding nodes will be simply referred to as “forwarding nodes” unless clear distinction is required); a control message process unit 12; a process rule management unit 13; a process rule storage unit 14; a forwarding node management unit 15; a path and action calculation unit 16; a topology management unit 17; a communication terminal location management unit 18; a QoS control management unit 19; a QoS control flow storage unit 20; and a QoS control policy storage unit 21. Hereinafter, operations of these units will be described.
  • The control message process unit 12 analyses a control message received from a forwarding node and transmits control message information to a corresponding process means (or units) in the control apparatus 100.
  • The process rule management unit 13 manages process rules set in the forwarding nodes. Specifically, the process rule management unit 13 registers calculation results obtained by the path and action calculation unit 16 in the process rule storage unit 14 as process rules and sets the process rules in forwarding nodes. In addition, if a process rule set in a forwarding node is changed, the process rule management unit 13 receives a notification such as a process rule deletion notification from the forwarding node and updates information registered in the process rule storage unit 14.
  • The forwarding node management unit 15 manages capabilities of the forwarding nodes controlled by the control apparatus 100 (for example, the number of ports, types of ports, and types of actions supported). In addition, the forwarding node management unit 15 manages setting states of the QoS control policies associated with ports of the forwarding nodes.
  • FIG. 4 illustrates examples of information held in the forwarding node management unit 15 in the control apparatus according to the present exemplary embodiment. In FIG. 4, information about forwarding nodes each supplied with a unique forwarding node identifier is managed. The forwarding node management unit 15 includes: information about switch settings such as presence or absence of statistics acquisition capabilities; presence or absence of a spanning tree protocol; and presence or absence of flow matching capabilities when ARP (Address Resolution Protocol) is used. In addition, the forwarding node management unit 15 includes information about types of valid actions, such as packet forwarding and change of various headers. In addition, the forwarding node management unit 15 includes port information. For each port, as an item of the port information, a QoS control policy is managed by a QoS control policy identifier which will be described in detail later.
  • The path and action calculation unit 16 in FIG. 3 calculates a packet forwarding path, based on communication terminal location information managed by the communication terminal location management unit 18 and network topology information established by the topology management unit 17. Next, the path and action calculation unit 16 acquires a QoS control policy identifier set in a port of a forwarding node on the forwarding path from the forwarding node management unit 15. In addition, the path and action calculation unit 16 acquires a QoS control policy (a flow on which QoS control is executed and specific contents thereof) corresponding to the acquired QoS control policy identifier from the QoS control management unit 19. In view of the contents of the QoS control policy, the path and action calculation unit 16 determines actions to be executed by the forwarding node on the forwarding path.
  • The topology management unit 17 establishes network topology information, based on a connection relationship among the forwarding nodes (including the forwarding nodes 210 to 230). The relationship is collected via the node communication unit 11.
  • The communication terminal location management unit 18 manages information for indentifying locations of the communication terminals connected to the communication system. In the present exemplary embodiment, an IP address is used as information for identifying each of the communication terminals. The forwarding node identifier of each of the forwarding nodes, to which the communication terminals are connected, and port information about the forwarding nodes are used as information for identifying the location of each of the communication terminals. Of course, instead of the above information, other information may be used to identify the terminals and the locations thereof.
  • Upon receiving a request from the path and action calculation unit 16, the QoS control management unit 19 refers to the QoS control flow storage unit 20 and the QoS control policy storage unit 21, so as to supply a QoS control policy (a flow on which QoS control is executed or specific contents thereof) corresponding to a QoS control policy identifier.
  • FIG. 5 is a table illustrating information held in the QoS control flow storage unit 20. In FIG. 5, Flow #1, which is a QoS control flow identifier representing the highest priority, is given to a flow in which the source (Src) or destination (Dst) IP address is the EMS 320. Similarly, a QoS control flow identifier Flow #2 is given to a flow in which the source or destination IP address is the MME 350, and a QoS control flow identifier Flow #3 is given to a flow in which the source or destination IP address is the S-GW 340. In this way, a common QoS control flow identifier is set based on a connection end, instead of on the mobile backhaul. Thus, simply by changing the QoS control policy identifier, policy control based on a corresponding mobile backhaul can be executed.
  • FIG. 6 is a table illustrating information held in the QoS control policy storage unit 21. In FIG. 6, QoS control flow identifiers and specific control contents thereof are set for each QoS control policy. Thus, based on a QoS control policy set in a certain port of a certain forwarding node and based on a QoS control flow identifier thereof, the path and action calculation unit 16 can determine whether a link for which a process rule is to be set is a control target link connected to a mobile backhaul or the like. If the link is a QoS control-required link, a QoS control-required flow can be identified and a process rule can be reflected. For example, in the case of setting a process rule for a link having Policy #1 and Flow #1 in FIG. 6, an action of setting VLAN PCP (Priority Code Point) to 7 is added to a normal packet forwarding action. Similarly, in the case of setting a process rule for a link having Policy #2 and Flow #1 in FIG. 6, an action of setting the DSCP (DiffSery Code Point) to EF (treated as a virtual dedicated (leased) line) is added to a normal packet forwarding action.
  • The control apparatus 100 as described above can be realized by adding the above QoS control management unit 19, the QoS control flow storage unit 20, and the QoS control policy storage unit 21 to the OpenFlow controller described in Non Patent Literatures 1 and 2 and by adding the QoS-control-policy-related item to the port information managed by the forwarding node management unit 15.
  • In addition, the individual units (process means) of the control apparatus 100 in FIG. 3 can be realized (implemented) by computer programs causing a computer forming the control apparatus 100 to use hardware thereof and execute the respective processes as described above.
  • Next, an operation according to the present exemplary embodiment will be described in detail with reference to the drawings. FIG. 7 is a sequence diagram of an operation when a new base station (eNB) is deployed in the communication system of FIG. 2 in which a plurality of mobile backhauls exist. The following description will be made, assuming that a new base station (eNB) is set to the forwarding node 210 connected to an edge of the mobile backhaul A 410.
  • First, to deploy the base station (eNB), the base station (eNB) transmits a bootstrap packet whose destination is the Element Management System EMS 320 (S001). Since the bootstrap packet does not match the matching rule of any existing process rule, the forwarding node 210 transmits a new flow generation notification to the control apparatus 100 (S002; Packet-In).
  • Upon receiving the new flow generation notification, the control apparatus 100 calculates a path between the base station (eNB) and the EMS 320 and sets process rules in the forwarding nodes on the path (in this example, the forwarding nodes include the forwarding nodes 220 and 230 and forwarding nodes in the OpenFlow-based mobile backhaul 430) (S003; FlowMod). In this step, as will be described later, in accordance with a QoS control policy between the forwarding nodes 210 and 230, the control apparatus 100 also sets a process rule of changing VLAN PCP of the packet, whose source is the base station (eNB) and destination is the EMS 320, to 7 and causing the forwarding node 210 to forward the packet to the forwarding node 230.
  • In this way, the priority of packets transmitted from the base station (eNB) to the EMS 320 through the mobile backhaul A410 is increased. Subsequently, the forwarding node 210 forwards the first received bootstrap packet and the subsequent packets to the EMS 320 in accordance with the set process rule (S005 and S006).
  • FIG. 8 is a flow chart illustrating a series of steps after the control apparatus 100 receives the new flow generation notification in S002 in FIG. 7.
  • As illustrated in FIG. 8, upon receiving the new flow generation notification (step S101), the control apparatus 100 calculates a path from the base station (eNB) to the EMS 320, based on base station (eNB) location information identified by a port of the forwarding node 210, the port having received the packet, and based on a network topology managed by the topology management unit 17 (step S102).
  • Next, the control apparatus 100 calculates a matching rule for identifying the received packet (step S103; calculation of flow granularity). In this step, to calculate the matching rule, the control apparatus 100 refers to the QoS control flow storage unit 20 (see FIG. 5). In addition, the control apparatus 100 checks whether or not the bootstrap packet that is transmitted from the base station (eNB) to the EMS 320 corresponds to a Qos control-required flow. In this case, since the destination IP address is the EMS 320, Flow #1 is acquired as the QoS control flow identifier.
  • Next, the control apparatus 100 refers to information (see FIG. 4) about the forwarding nodes on the path calculated in step S102 and checks whether or not the path includes a link in which a QoS control policy is set (step S104). The following description will be made, assuming that the control apparatus 100 has confirmed that Policy #1 is set as a QoS control policy identifier in a port of the forwarding node 210, the port being connected to the mobile backhaul A 410.
  • Next, the control apparatus 100 calculates actions to be set in the forwarding nodes on the path calculated in step S102 (step S105). Regarding the process rule to be set in the forwarding node 210, as described above, the control apparatus 100 has already confirmed that a QoS control policy having Policy #1 is set and the packet relating to the new flow generation notification corresponds to a QoS control-reqiored flow. Thus, in step S102, for the bootstrap packet that is transmitted from the base station (eNB) to the EMS 320, the control apparatus 100 calculates actions of changing VLAN PCP to 7 and causing the forwarding node 210 to forward the packet to the forwarding node 230.
  • Finally, by using the matching rule calculated in step S103 and the actions created in step S105, the control apparatus 100 creates process rules and sets the process rules in the respective forwarding nodes on the calculated path (step S106).
  • After the above steps, as illustrated in FIG. 9, a path for forwarding the bootstrap packet from the base station (eNB) to the EMS 320 is formed.
  • Subsequently, the bootstrap packet transmitted from the base station (eNB) is forwarded to the EMS 320 in accordance with the path indicated by a dashed line in FIG. 10. While the bootstrap packet passes through the mobile backhaul A410, the QoS control policy is reflected and reachability to the forwarding node 230 is ensured, since the forwarding node 210 located before the mobile backhaul A410 changes the VLAN PCP.
  • A similar process is also used if a base station (eNB) is newly set for the forwarding node 220. Simply by causing the base station (eNB) to transmit a bootstrap packet, the control apparatus 100 can complete path calculation (see a dotted line in FIG. 10) and necessary QoS control policy settings. Namely, in this case, since the forwarding node 220 changes the DSCP before the bootstrap packet passes through the mobile backhaul B420, reachability to the forwarding node 230 is ensured.
  • As described above, according to the present exemplary embodiment, detailed setting operations are eliminated. For example, even when a base station is newly deployed, there is no need to set QoS control policies based on connected mobile backhauls.
  • In addition, according to the above exemplary embodiment, whether the path includes a link in which a QoS control policy is set is managed per forwarding node port. Thus, as illustrated in FIG. 11, even if a single forwarding node is connected to two mobile backhauls, the exemplary embodiment is applicable without change. In the case of the configuration in FIG. 11, the control apparatus 100 first calculates a path, that is, whether the packet transmitted from a newly set base station (eNB) passes through the mobile backhaul A410 or B420. Next, the control apparatus 100 uses port information about the forwarding node on the path and selects a QoS control policy associated with the port connected to the selected one of the mobile backhauls A410 and B420, so as to reflect the QoS control policy in the process rule.
  • In the above exemplary embodiment, as illustrated in FIG. 8, the control apparatus 100 first calculates a path, then checks a QoS control target flow (calculation of flow granularity), and next checks a QoS control policy. However, this order can be appropriately changed.
  • In FIG. 12, after receiving a new flow generation notification (step S201), the control apparatus 100 calculates a matching rule for identifying the received packet (step S202; calculation of flow granularity).
  • Next, the control apparatus 100 calculates a path (step S203) and refers to the QoS control flow storage unit 20 (see FIG. 5) to check whether the received packet corresponds to a control target flow (step S204).
  • Subsequent operations are the same as those in FIG. 8. Namely, the control apparatus 100 checks whether the path includes a link in which a QoS control policy is set (step S205), calculates actions reflecting QoS control policies in necessary links (step S206), and sets process rule(s) (step S207).
  • In addition, in the above exemplary embodiment, the control apparatus 100 manages the forwarding nodes 210 to 230 and the OpenFlow-based mobile backhaul 430 as a single virtual network. However, forwarding nodes may be arranged only at mobile backhaul edges, such as the forwarding nodes 210 and 220, and each of the forwarding nodes may be deemed and managed as an individual network.
  • In addition, in the above exemplary embodiment, every time a new flow is generated, actions are calculated in view of related control policies, and the actions are set in the forwarding nodes. However, the processes corresponding to the control policies may be registered in advance in the forwarding nodes. To achieve this, for example, a virtual port is created for each of the real ports of the forwarding nodes. If an action of forwarding a packet to any one of the virtual ports is set in a forwarding node, the packet forwarded to the virtual port is controlled in accordance with a control policy associated with a corresponding real port, and the packet is then forwarded via the corresponding real port. Alternatively, a forwarding node may have a plurality of tables managing process rules and select a process rule corresponding to a received packet from the tables managing one or more process rules. If the forwarding node executes an action group described in the selected one or more process rules as a series of actions, the forwarding node may use one of the tables managing the process rule(s) to execute actions corresponding to a control policy per port.
  • Second Exemplary Embodiment
  • Next, a second exemplary embodiment of the present invention will be described in detail with reference to the drawings. The second exemplary embodiment is obtained by modifying the above first exemplary embodiment.
  • In the above first exemplary embodiment, description has been given in a mode wherein the forwarding node management unit 15 manages presence/absence of QoS control policy settings. However, for example, as illustrated in FIG. 13, if a layer 2 switch (L2SW) 250 is arranged between the forwarding node 210 connected to the base station (eNB) and the mobile backhauls A410 and B420, different QoS control policies may not be associated in port information of the forwarding node 210.
  • According to the second exemplary embodiment of the present invention, even with the configuration illustrated in FIG. 13, a QoS control policy based on a mobile backhaul can be reflected. Since the basic configuration of the second exemplary embodiment is similar to that of the first exemplary embodiment, the description will hereinafter be made with a focus on the differences.
  • According to the second exemplary embodiment of the present invention, presence/absence of QoS control policy settings is managed by the topology management unit 17 in FIG. 3, instead of by the forwarding node management unit 15.
  • FIG. 14 illustrates network topology information managed by a topology management unit in a control apparatus 100 according to the second exemplary embodiment of the present invention. For example, virtual links can be formed by using: port #1 of a forwarding node having a forwarding node identifier Switch #1 (for example, the forwarding node 210 in FIG. 13); port #1 of an opposite forwarding node (Switch #2) on the mobile backhaul A410 side; and port #1 of a forwarding node (Switch #3) on the mobile backhaul B420 side. In this way, since a QoS control policy can be managed per virtual link, even with the configuration illustrated in FIG. 13, a QoS control policy based on a mobile backhaul present on a path calculated by the control apparatus 100 can be applied.
  • In addition, in the case of the configuration illustrated in FIG. 13, to ensure reachability of a packet transmitted from the forwarding node 210 to the forwarding node 230 via the mobile backhaul 410 or 420, it is desirable that the following process be executed. First, a virtual MAC address is allocated in advance to each of the ports of the forwarding node 230, each port connected to the mobile backhaul 410 or 420. In addition, the forwarding node 210 is configured to rewrite the MAC address of a packet forwarded to the layer 2 switch (L2SW) 250 to the virtual MAC address, depending on whether the packet passes through the mobile backhaul 410 or 420, before forwarding the packet. In this way, the layer 2 switch (L2SW) 250 can execute appropriate switching. For this process to be executed, it is only necessary to add contents of the above header rewrite process to control contents per policy illustrated in FIG. 6.
  • According to the present exemplary embodiment where a QoS control policy is managed for each virtual link illustrated in FIG. 14, a QoS control policy based on a mobile backhaul can also be applied to the network configurations in FIGS. 2 and 11.
  • Third Exemplary Embodiment
  • Next, a third exemplary embodiment of the present invention will be described in detail with reference to the drawings. The third exemplary embodiment is obtained by modifying the above first and second exemplary embodiments. Since the basic configuration of the present exemplary embodiment is also similar to that of the first exemplary embodiment, the description will hereinafter be made with a focus on the differences.
  • FIGS. 15 and 16 illustrate configurations of a communication system according to the third exemplary embodiment of the present invention. FIG. 15 illustrates a configuration in which the OpenFlow-based mobile backhaul 430 is shared and used by a plurality of operators. FIG. 16 illustrates a configuration in which the OpenFlow-based mobile backhaul 430 is shared and used through different access methods (or systems).
  • FIGS. 15 and 16 illustrate configurations in which the OpenFlow-based mobile backhaul 430 is shared but a different QoS control policy needs to be reflected depending on the operator or the access method.
  • FIG. 17 is a block diagram illustrating a configuration of a control apparatus 100A according to the third exemplary embodiment of the present invention. This control apparatus differs from the control apparatus 100 according to the first exemplary embodiment in FIG. 3 in that the control apparatus further includes a virtual network management unit 23 managing information about virtual networks and a virtual network information storage unit 22 storing information about virtual networks. In addition, since the QoS control flow differs depending on a virtual network, information held in a QoS control flow storage unit 20A also differs. Hereinafter, each of these differences will be described.
  • In the present exemplary embodiment, the virtual network management unit 23 manages virtual networks, by allocating virtual network(s) to a group of forwarding node input ports or to a group of terminals accessing the OpenFlow-based mobile backhaul 430. However, the virtual network management method is not particularly limited.
  • FIG. 18 is a table illustrating information held in the virtual network information storage unit 22 when virtual networks (VN) are allocated to a group of input ports of forwarding nodes arranged in the OpenFlow-based mobile backhaul 430. In FIG. 18, ports #1 and #2 of a forwarding node identified by forwarding node identifier Switch #1 are allocated to virtual network #1. Also, ports #3 and #4 of this forwarding node are allocated to virtual network #2.
  • FIG. 19 is a table illustrating information held in the virtual network information storage unit 22 when virtual networks are allocated to a group of terminals accessing the OpenFlow-based mobile backhaul 430. In FIG. 19, a terminal whose terminal information (MAC address, for example) is MAC #1-1 can be identified as a user using virtual network #1. Similarly, a terminal whose terminal information is MAC #2-1 can be identified as a user using virtual network #2.
  • FIG. 20 is a table illustrating information held in the QoS control flow storage unit 20A according to the present exemplary embodiment. In FIG. 20, in both of virtual networks VN #1 and V N#2, QoS control flow identifier Flow #1 representing the highest priority is given to flows in which a source or destination IP address is EMS #1 or EMS #2.
  • Next, an operation of the present exemplary embodiment will be described. FIG. 21 is a flow chart illustrating a series of steps executed after the control apparatus 100A receives a new flow generation notification from a forwarding node in the OpenFlow-based mobile backhaul 430.
  • As illustrated in FIG. 21, the basic operation is similar to that of the control apparatus 100 according to the first exemplary embodiment in FIG. 8. Upon receiving a new flow generation notification (step S101), the control apparatus 100A refers to information held in the virtual network information storage unit 22 and identifies a virtual network to which the generated flow belongs (step S109).
  • Subsequently, the same steps as those in FIG. 8 are executed. Namely, the control apparatus 100A calculates a path (step S102) and calculates a matching rule for identifying the received packet (step S103; calculation of flow granularity). The control apparatus 100A also refers to the QoS control flow storage unit 20A (see FIG. 20) and checks whether the packet corresponds to a control target flow, based on the virtual network identified in step S109 and the flow information.
  • Next, the control apparatus 100A refers to information (see FIG. 4) about the forwarding nodes on the path calculated in step S102, to check whether or not the path includes a link in which a QoS control policy is set (step S104).
  • Next, the control apparatus 100A calculates actions that need to be set in the forwarding nodes on the path calculated in step S102 (step S105). In this step, regarding the process rule set in the forwarding node 210, if the path includes a link in which a QoS control policy is set and the packet corresponds to a QoS control target flow, the control apparatus 100A adds actions based on the QoS control policy.
  • Finally, by using the matching rule calculated in step S103 and the actions created in step S105, the control apparatus 100A creates a process rule and sets the process rule in each forwarding node on the calculated path (step S106).
  • As described above, the present exemplary embodiment can flexibly respond to a virtual mobile backhaul shared mode that could be reached after a packet is forwarded to the OpenFlow-based mobile backhaul 430 from a state in which different mobile backhauls exist as illustrated in FIGS. 2 and 11, for example.
  • In the present exemplary embodiment, as described with FIG. 12 in the first exemplary embodiment, only the flow granularity may be calculated first and the path may be calculated next. FIG. 22 is a flow chart obtained by adding the above virtual network identification step (step S209) after the step of receiving a new flow generation notification in the flow chart in FIG. 12. In this case too, a process rule reflecting a QoS control policy can be set in a similar way to the above way.
  • Fourth Exemplary Embodiment
  • Next, a fourth exemplary embodiment of the present invention will be described in detail with reference to the drawings. The above first to third exemplary embodiments have been described based on an example where a QoS control policy is applied to a certain link. However, besides the QoS control, the present invention can also be used for other routing control and the like. Since the present exemplary embodiment can also be realized by a configuration similar to that of the second exemplary embodiment, the description will hereinafter be made with a focus on the differences.
  • FIG. 23 illustrates a configuration of a communication system according to the fourth exemplary embodiment of the present invention. In FIG. 23, the forwarding nodes 220 to 230 are arranged between an Ethernet-based mobile backhaul 440 and the OpenFlow-based mobile backhaul 430.
  • In this case, the forwarding node 210 forwards a packet transmitted from the base station (eNB) to the forwarding node 220 or 230, depending on the flow. More specifically, the forwarding node 210 rewrites the MAC address to virtual MAC addresses #A and #B allocated to the forwarding nodes 220 and 230, respectively. In this way, two flow paths via the Ethernet-based mobile backhaul can be controlled.
  • FIG. 24 illustrates information held in a topology management unit 17 in the control apparatus according to the fourth exemplary embodiment of the present invention. In the second exemplary embodiment, a QoS control policy is associated with each of the network topology links held in the topology management unit 17. However, in FIG. 24, destination MAC address conversion contents are associated with each of the network topology links as a packet control policy. In addition, since the topology management unit 17 according to the second exemplary embodiment manages QoS control policies, there is no need to examine a flow direction. However, in the present exemplary embodiment, destination MAC address conversion contents are determined for each flow direction, by using start and end nodes, for example.
  • The control apparatus according to the present exemplary embodiment refers to such forwarding control policy as illustrated in FIG. 24 and sets a process rule in a forwarding node located at the start node of a certain link, the process rule including a header rewrite action in addition to packet forwarding in accordance with a calculated path.
  • Thus, as indicated by a bold arrow in FIG. 23, the present exemplary embodiment enables routing control which cannot be executed by simply specifying a forwarding node output port.
  • While exemplary embodiments of the present invention have thus been described, the present invention is not limited thereto. Further variations, substitutions, or adjustments can be made without departing from the basic technical concept of the present invention. For example, in each of the above exemplary embodiments, forwarding nodes are arranged between mobile backhauls. However, the present invention is generally applicable to a configuration in which forwarding nodes are arranged at edges of other networks.
  • In addition, in the above exemplary embodiments, packets flowing between a base station (E-UTRAN NodeB (eNB)) and a core apparatus are not encrypted. In such case where no encryption is executed, as described in the above exemplary embodiments, a flow can be identified by using a core apparatus IP address or the like as a key. However, if a gateway device, a typical example of which is a Security Gateway (SeGW), is introduced and a packet is transmitted from a base station to a core apparatus via an encrypted tunnel between the base station and a SeGW, the flow cannot be identified by using a core apparatus IP address or the like as a key as described above. In this case, if the base station or the SeGW is configured to supply the encrypted packet with predetermined identification information for identifying a flow (uniform identification information that does not depend on the type of mobile backhaul to which the base station is connected), when a new base station is established, settings of the base station do not need to be changed depending on the connected mobile backhaul.
  • The entire disclosures of the above Patent Literature and Non Patent Literatures are incorporated herein by reference thereto. Modifications and adjustments of the exemplary embodiments are possible within the scope of the overall disclosure (including claims) of the present invention and based on the basic technical concept of the invention. Various combinations and selections of various disclosed elements are possible within the scope of the claims of the present invention. That is, the present invention of course includes various variations and modifications that could be made by those skilled in the art according to the overall disclosure including the claims and the technical concept.
  • REFERENCE SIGNS LIST
    • 11 node communication unit
    • 12 control message process unit
    • 13 process rule management unit
    • 14 process rule storage unit
    • 15 forwarding node management unit
    • 16 path and action calculation unit
    • 17 topology management unit
    • 18 communication terminal location management unit
    • 19 QoS control management unit
    • 20, 20A QoS control flow storage unit
    • 21 QoS control policy storage unit
    • 22 virtual network (VN) information storage unit
    • 23 virtual network management unit
    • 100, 100A control apparatus
    • 210 to 240 forwarding node
    • 250 layer 2 switch
    • 310, 315 external node
    • 320 Element Management System (EMS)
    • 340 Serving Gateway (S-GW)
    • 350 Mobility Management Entity (MME)
    • 410, 420 mobile backhaul
    • 430 OpenFlow-based mobile backhaul
    • 440 Ethernet-based mobile backhaul

Claims (20)

1. A communication system, comprising:
at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other; and
a control apparatus comprising:
a path calculation unit calculating a packet forwarding path for each flow; and
a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node;
wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
2. The communication system according to claim 1,
wherein a plurality of forwarding nodes are arranged as said forwarding node;
wherein the forwarding control policy management unit manages a packet forwarding control policy applied to a predetermined one of the plurality of forwarding nodes; and
wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in a forwarding node on the calculated path.
3. The communication system according to claim 1,
wherein the forwarding control policy is comprises a packet header rewrite policy.
4. The communication system according to claim 1,
wherein the forwarding control policy comprises a QoS control policy applied to a packet passing through a network adjacent to the forwarding node.
5. The communication system according to claim 1,
wherein the forwarding control policy comprises a control policy for ensuring reachability of a certain packet from one of the two forwarding nodes to the other forwarding node.
6. The communication system according to claim 1,
wherein the forwarding control policy is managed in association with a link between the forwarding nodes.
7. The communication system according to claim 1,
wherein the forwarding control policy is managed in association with a port of the forwarding node.
8. The communication system according to claim 1,
wherein the forwarding control policy can be set per virtual network.
9. A control apparatus, connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other;
wherein the control apparatus comprises:
a path calculation unit calculating a packet forwarding path for each flow; and
a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node; and
wherein the control apparatus sets a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
10. A communication method, comprising:
using a control apparatus, which is connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other and which comprises a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node;
causing the control apparatus to calculate a packet forwarding path for each flow; and
causing the control apparatus to set a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
11. A non-transient computer-readable storage medium storing a program, causing a computer forming a control apparatus, which is connected to at least one forwarding node processing a received packet in accordance with a process rule in which a matching rule for identifying a flow and a process content applied to a packet coinciding with the matching rule are associated to each other and which comprises a forwarding control policy management unit managing a packet forwarding control policy applied to the forwarding node, to execute the processes of:
calculating a packet forwarding path for each flow; and
setting a process rule reflecting contents of the forwarding control policy in accordance with the calculated path.
12. The communication system according to claim 2,
wherein the forwarding control policy comprises a packet header rewrite policy.
13. The communication system according to claim 2,
wherein the forwarding control policy comprises a QoS control policy applied to a packet passing through a network adjacent to the forwarding node.
14. The communication system according to claim 3,
wherein the forwarding control policy comprises a QoS control policy applied to a packet passing through a network adjacent to the forwarding node.
15. The communication system according to claim 2,
wherein the forwarding control policy comprises a control policy for ensuring reachability of a certain packet from one of the two forwarding nodes to the other forwarding node.
16. The communication system according to claim 3,
wherein the forwarding control policy comprises a control policy for ensuring reachability of a certain packet from one of the two forwarding nodes to the other forwarding node.
17. The communication system according to claim 2,
wherein the forwarding control policy is managed in association with a link between the forwarding nodes.
18. The communication system according to claim 3,
wherein the forwarding control policy is managed in association with a link between the forwarding nodes.
19. The communication system according to claim 4,
wherein the forwarding control policy is managed in association with a link between the forwarding nodes.
20. The communication system according to claim 5,
wherein the forwarding control policy is managed in association with a link between the forwarding nodes.
US13/993,061 2010-12-16 2011-08-31 Communication system, control apparatus, communication method, and program Abandoned US20130266017A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2010280601 2010-12-16
JP2010-280601 2010-12-16
PCT/JP2011/004848 WO2012081146A1 (en) 2010-12-16 2011-08-31 Communication system, control apparatus, communication method, and program

Publications (1)

Publication Number Publication Date
US20130266017A1 true US20130266017A1 (en) 2013-10-10

Family

ID=46244267

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/993,061 Abandoned US20130266017A1 (en) 2010-12-16 2011-08-31 Communication system, control apparatus, communication method, and program

Country Status (4)

Country Link
US (1) US20130266017A1 (en)
EP (1) EP2652922B1 (en)
JP (1) JP5825351B2 (en)
WO (1) WO2012081146A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140177634A1 (en) * 2012-12-24 2014-06-26 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
US20140341113A1 (en) * 2013-05-15 2014-11-20 Samsung Electronics Co., Ltd. Apparatus and method for forwarding data based on software defined network in communication network
US20150009934A1 (en) * 2012-03-02 2015-01-08 Ntt Docomo, Inc. Mobile communication system, communication system, node, flow-control network, and communication-control method
US20160057063A1 (en) * 2014-08-22 2016-02-25 Fujitsu Limited Transfer device, control device and communication method
US20160087895A1 (en) * 2011-04-18 2016-03-24 Nec Corporation Terminal, control device, communication method, communication system, communication module, program, and information processing device
WO2017175027A1 (en) * 2016-04-04 2017-10-12 Telefonaktiebolaget Lm Ericsson (Publ) Quality of service (qos) support for tactile traffic
CN107534608A (en) * 2015-06-17 2018-01-02 华为技术有限公司 Method and apparatus for processing data stream within a wireless communication network
US20180097723A1 (en) * 2016-10-05 2018-04-05 Brocade Communications Systems, Inc. System and method for flow rule management in software-defined networks
US10257065B2 (en) * 2016-02-01 2019-04-09 Huawei Technologies Co., Ltd. Method and system for communication network configuration using virtual link monitoring

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014021861A1 (en) * 2012-07-31 2014-02-06 Hewlett-Packard Development Company, L.P. Implementing a transition protocol in which a first rule set for routing packets received by a group of switches during a first time period is updated to a second rule set
US11102077B2 (en) 2012-09-27 2021-08-24 Hewlett Packard Enterprise Development Lp Transmit specific along blocked link
CN103813336B (en) * 2012-11-07 2017-08-18 华为技术有限公司 WLAN transfer control method, equipment and system
US9055447B2 (en) * 2013-02-20 2015-06-09 Nec Laboratories America, Inc. Mobile backhaul topology planning and/or optimization
WO2014186986A1 (en) * 2013-05-24 2014-11-27 华为技术有限公司 Stream forwarding method, device and system
CN104322023B (en) * 2013-05-24 2017-07-14 华为技术有限公司 Stream forwarding method, equipment and system
CN105122747B (en) * 2013-11-07 2018-06-26 华为技术有限公司 Control device and control method in SDN network

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020089958A1 (en) * 1997-10-14 2002-07-11 Peretz Feder Point-to-point protocol encapsulation in ethernet frame
US20040064541A1 (en) * 1999-10-05 2004-04-01 Tomoichi Ebata Network system having plural networks for performing quality guarantee among the networks having different policies
US6765927B1 (en) * 1999-10-20 2004-07-20 Alcatel RSVP proxy service for communication network
US20100058436A1 (en) * 2008-08-21 2010-03-04 Oracle International Corporation Service level network quality of service policy enforcement
US20110063988A1 (en) * 2009-09-11 2011-03-17 Cisco Technology, Inc. Performance measurement in a network supporting multiprotocol label switching (mpls)
US20110170453A1 (en) * 2009-06-26 2011-07-14 Qualcomm Incorporated OPTIMIZED RESOURCE USAGE WITH NETWORK INITIATED QoS
US20110317559A1 (en) * 2010-06-25 2011-12-29 Kern Andras Notifying a Controller of a Change to a Packet Forwarding Configuration of a Network Element Over a Communication Channel
US20120218924A1 (en) * 2009-09-04 2012-08-30 Zte (Usa) Inc. Quality of service (qos) over network-to-network interfaces for ip interconnection of communication services

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09331360A (en) * 1996-06-12 1997-12-22 Hitachi Ltd Inter-network repeater
JP2001077856A (en) * 1999-09-08 2001-03-23 Sony Corp Communication system, communication method and recording medium
US20080189769A1 (en) 2007-02-01 2008-08-07 Martin Casado Secure network switching infrastructure
JP5408243B2 (en) * 2009-03-09 2014-02-05 日本電気株式会社 OpenFlow communication system and OpenFlow communication method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020089958A1 (en) * 1997-10-14 2002-07-11 Peretz Feder Point-to-point protocol encapsulation in ethernet frame
US20040064541A1 (en) * 1999-10-05 2004-04-01 Tomoichi Ebata Network system having plural networks for performing quality guarantee among the networks having different policies
US6765927B1 (en) * 1999-10-20 2004-07-20 Alcatel RSVP proxy service for communication network
US20100058436A1 (en) * 2008-08-21 2010-03-04 Oracle International Corporation Service level network quality of service policy enforcement
US20110170453A1 (en) * 2009-06-26 2011-07-14 Qualcomm Incorporated OPTIMIZED RESOURCE USAGE WITH NETWORK INITIATED QoS
US20120218924A1 (en) * 2009-09-04 2012-08-30 Zte (Usa) Inc. Quality of service (qos) over network-to-network interfaces for ip interconnection of communication services
US20110063988A1 (en) * 2009-09-11 2011-03-17 Cisco Technology, Inc. Performance measurement in a network supporting multiprotocol label switching (mpls)
US20110317559A1 (en) * 2010-06-25 2011-12-29 Kern Andras Notifying a Controller of a Change to a Packet Forwarding Configuration of a Network Element Over a Communication Channel

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Chemical Abstracts Service (C A S); 6 May 1991 (1991-05-06), XP000253127, Database accession no. 114-167841 *
Rob Sherwood, et al. "Flow Visor: A Network Virtualization Layer", OpenFlow, October 14, 2009. *
Wonho Kim, et al. "Automated and Scalable QoS Control for Network Convergence", April 6, 2010, pages 1-6, *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9887920B2 (en) * 2011-04-18 2018-02-06 Nec Corporation Terminal, control device, communication method, communication system, communication module, program, and information processing device
US20160087895A1 (en) * 2011-04-18 2016-03-24 Nec Corporation Terminal, control device, communication method, communication system, communication module, program, and information processing device
US20150009934A1 (en) * 2012-03-02 2015-01-08 Ntt Docomo, Inc. Mobile communication system, communication system, node, flow-control network, and communication-control method
US9521586B2 (en) * 2012-03-02 2016-12-13 Ntt Docomo, Inc. Mobile communication system, communication system, node, flow-control network, and communication-control method
US9203748B2 (en) * 2012-12-24 2015-12-01 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
US20140177634A1 (en) * 2012-12-24 2014-06-26 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
US9787588B2 (en) 2012-12-24 2017-10-10 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
US10250502B2 (en) 2012-12-24 2019-04-02 Huawei Technologies Co., Ltd. Software defined network-based data processing method, node, and system
US20140341113A1 (en) * 2013-05-15 2014-11-20 Samsung Electronics Co., Ltd. Apparatus and method for forwarding data based on software defined network in communication network
US9648541B2 (en) * 2013-05-15 2017-05-09 Samsung-Electronics Co., Ltd Apparatus and method for forwarding data based on software defined network in communication network
US20160057063A1 (en) * 2014-08-22 2016-02-25 Fujitsu Limited Transfer device, control device and communication method
US10382338B2 (en) * 2014-08-22 2019-08-13 Fujitsu Limited Mitigation of processing load on control device controlling transfer devices within network
CN107534608A (en) * 2015-06-17 2018-01-02 华为技术有限公司 Method and apparatus for processing data stream within a wireless communication network
US10588045B2 (en) 2015-06-17 2020-03-10 Huawei Technologies Co., Ltd. Method and apparatus for handling data flow in wireless communication networks
US10257065B2 (en) * 2016-02-01 2019-04-09 Huawei Technologies Co., Ltd. Method and system for communication network configuration using virtual link monitoring
WO2017175027A1 (en) * 2016-04-04 2017-10-12 Telefonaktiebolaget Lm Ericsson (Publ) Quality of service (qos) support for tactile traffic
US10805826B2 (en) 2016-04-04 2020-10-13 Telefonaktiebolaget Lm Ericsson (Publ) Quality of service (QoS) support for tactile traffic
US20180097723A1 (en) * 2016-10-05 2018-04-05 Brocade Communications Systems, Inc. System and method for flow rule management in software-defined networks
US10439932B2 (en) * 2016-10-05 2019-10-08 Avago Technologies International Sales Pte. Limited System and method for flow rule management in software-defined networks

Also Published As

Publication number Publication date
EP2652922A4 (en) 2014-05-21
EP2652922A1 (en) 2013-10-23
JP5825351B2 (en) 2015-12-02
EP2652922B1 (en) 2018-11-21
JP2014504045A (en) 2014-02-13
WO2012081146A1 (en) 2012-06-21

Similar Documents

Publication Publication Date Title
EP2652922B1 (en) Communication system, control apparatus, communication method, and program
US11895026B2 (en) Service function chaining SFC-based packet forwarding method, apparatus, and system
US11134012B2 (en) Communication system, communication device, controller, and method and program for controlling forwarding path of packet flow
US9276852B2 (en) Communication system, forwarding node, received packet process method, and program
JP5585660B2 (en) Communication system, control device, processing rule setting method and program
US20130286844A1 (en) Information system, control apparatus, communication method, and program
US20150207675A1 (en) Path Control System, Control Apparatus, Edge Node, Path Control Method, And Program
WO2014112616A1 (en) Control apparatus, communication apparatus, communication system, switch control method and program
US20150304216A1 (en) Control method, control apparatus, communication system, and program
US20170070364A1 (en) Communication system, control apparatus, communication control method and program
US9461831B2 (en) Packet forwarding system, control apparatus, packet forwarding method, and program
US9832114B2 (en) Packet forwarding system, control apparatus, packet forwarding method, and program
JP5725236B2 (en) Communication system, node, packet transfer method and program
JP2014027443A (en) Control device, communication system, communication method, and program
US20150288595A1 (en) Control apparatus, communication system, control information creation method, and program
US20190007279A1 (en) Control apparatus, communication system, virtual network management method, and program
US9614758B2 (en) Communication system, integrated controller, packet forwarding method and program
EP3007390A1 (en) Control apparatus, communication system, relay apparatus control method and program
US20160301629A1 (en) Control device, network system, packet transfer control method, and program for control device
US20150372900A1 (en) Communication system, control apparatus, communication control method, and program

Legal Events

Date Code Title Description
AS Assignment

Owner name: NEC CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AKIYOSHI, IPPEI;REEL/FRAME:030710/0001

Effective date: 20130513

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION