WO2015131757A1 - Channel between software defined networking device and controller - Google Patents

Channel between software defined networking device and controller Download PDF

Info

Publication number
WO2015131757A1
WO2015131757A1 PCT/CN2015/073005 CN2015073005W WO2015131757A1 WO 2015131757 A1 WO2015131757 A1 WO 2015131757A1 CN 2015073005 W CN2015073005 W CN 2015073005W WO 2015131757 A1 WO2015131757 A1 WO 2015131757A1
Authority
WO
WIPO (PCT)
Prior art keywords
controller
network device
sdn network
sdn
address information
Prior art date
Application number
PCT/CN2015/073005
Other languages
French (fr)
Inventor
Bo Wang
Xuefang LUO
Original Assignee
Hangzhou H3C Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou H3C Technologies Co., Ltd. filed Critical Hangzhou H3C Technologies Co., Ltd.
Publication of WO2015131757A1 publication Critical patent/WO2015131757A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/64Hybrid switching systems
    • H04L12/6418Hybrid transport
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0806Configuration setting for initial configuration or provisioning, e.g. plug-and-play
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • H04L41/0886Fully automatic configuration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0895Configuration of virtualised networks or elements, e.g. virtualised network function or OpenFlow elements

Landscapes

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

Abstract

A startup method is described in which a software defined networking (SDN) network device sends a request to a server to obtain controller address information and channel information and configures SDN parameters in accordance with the controller address information and the channel information and establishes a secure channel with the controller.

Description

CHANNEL BETWEEN SOFTWARE DEFINED NETWORKING DEVICE AND CONTROLLER BACKGROUND
With the development of internet technology, there are more and more applications in the Internet. As conventional network infrastructure has some limitations with regard to a variety of network applications and increasing network scale, software defined network (SDN) technology has been developed as a new approach to networking.
In conventional networking, the way in which packets are forwarded is determined by a control plane of a network device, such as a switch or router. The control plane of the network device programs a data plane of the network device which carries out the actual forwarding on a packet by packet basis. SDN is a new approach in which the control plane and the data plane are hosted on separate devices. The control plane is hosted on a SDN controller (hereinafter referred to as a “controller” ) , while the data plane is hosted on a SDN network device, such as a switch or router. The SDN network device has a data plane that may be programmed by the controller. In this way control of routing and forwarding decisions may be transferred to a centralized controller. The controller may have a set of standardized interfaces for managing and configuring all kinds of network devices, thus providing more flexibility and simplicity in network design, management, and usage.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is an example flowchart of a startup method executed by a SDN network device.
FIG. 2 is an example flowchart of a startup method executed by a server.
FIG. 3 is an example flowchart of the startup method showing both the server and the SDN network device.
FIG. 4 is an example DHCP Option carrying the address information. 
FIG. 5 is another example DHCP Option carrying the address information.
FIG. 6 is a schematic view of an example SDN network.
FIG. 7 is another schematic view of an example SDN network.
FIG. 8 is an example block diagram of a SDN network device.
FIG. 9 is an example block diagram of a server.
DETAILED DESCRIPTION
A SDN network includes at least one controller and at least one SDN network device managed by the controller. A SDN network device may for example be a switch, router, or other device capable of forwarding traffic and being managed by the controller. The SDN network device has a flow table for storing forwarding entries. The flow table may be programmed by the controller in accordance with policies determined by the controller. Further, if a SDN network device encounters a packet which is not matched in the flow table, then the SDN network device may send the packet to the controller with a request for forwarding instructions.
The SDN network device may use a SDN channel for connecting to a controller. In an example, messages sent over the channel conform to a SDN  protocol, such as OpenFlow, which may be adopted by the channel. The channel between the SDN network device and the controller may, for example, be a secure channel established using Secure Sockets Layer (SSL) , Transport Layer Security (TSL) or another secure connection. As such, the SDN network device may be controlled by the controller, such as adding, deleting, or amending the flow table. The controller may query the statistics information, and may inform the switch to forward packets. In addition, the SDN network device may report its own status and external events sensed by itself to the controller via the channel. By this way, the controller may be aware of the network change. The SDN network device may forward the packets according to the flow table.
In brief, the channel acts as a bridge between the SDN network device and the controller. In order to enhance the reliability, a SDN network device such as switch may connect to a plurality of controllers. In that case, one of the controllers acts as a master controller, and the others act as slave controllers. When the master controller fails, the SDN network device may continue its SDN operations by communication with one of the slave controllers. There may be a master connection and a plurality of slave connections between a switch and a controller.
In order to establish a secure channel, a series of SDN parameters may be configured on the SDN network device, such as, the address and channel information of the controller. The address information may be the IP address, interface number, VPN Routing & Forwarding Instance (VRF) . The channel information may include SSL information of the controller, such as Public Key Infrastructure (PKI) , Certification Authority (CA) , Uniform Resource Locator (URL) , Key Exchange Algorithm, data encryption algorithm, Message  Authentication Code (MAC) algorithm, and so on. In an example, the master connection and the slave connections of the channel have similar configurations. The channel between the switch and the controller is secure when the configurations of the SDN network device have matched the configurations of the controller.
Conventionally, the configurations of the SDN network device are manually set by network administrators. This disclosure proposes a configuration startup method in which a SDN network device requests information from a server and configures SDN parameters based on the received information. This may decrease the manual operations of the administrators, thus reducing the burden on administrators and may reduce errors caused by incorrect manual operations.
The configuration startup method may be considered as a form of Client/Server (C/S) operation, in which the SDN network device acts as the client. The server may be any appropriately programmed server. In one example, discussed in more detail later, the server is a DHCP server, or a SDN controller with DHCP functionality.
FIG. 1 is an example flowchart of the configuration startup method as executed by a SDN network device. FIG. 2 is an example flowchart of the configuration startup method as executed by a server.
At block S110, the SDN network device sends a request to the server to obtain the controller address information and the channel information, the channel information relating to a channel to be set up between the SDN network devices and the controller.
After the un-configured SDN network device has been booted up, the SDN network device, acting as a client, may send a predetermined request message to the server requesting address information of a controller (hereinafter “controller address information” ) and channel information relating to a channel to be set up between the SDN network devices and the controller (hereinafter “channel information of the controller” ) . If the SDN network device has not been configured with the network addresses of the server in advance, the predetermined request message may be sent by broadcast. Otherwise, the predetermined request message may be sent to the server by unicast.
At block S210, the server receives the request from the SDN network device for obtaining the controller address information and the channel information of the controller.
At block S220, the server sends the controller address information and the channel information of the controller to the SDN network device.
In an example, the server saves the configuration information of the controller. Upon receiving the predetermined request message, the server sends the controller address information and the channel information to the SDN network device.
If a plurality of controllers are configured to provide services for the SDN network device, the server may arrange the controllers for the SDN network device in accordance with a predetermined load balance algorithm. In an example, if the capability of the controllers are similar, a polling algorithm may be adopted to allocate at least one of the controllers to the SDN network device. In another example, if the capability of the controllers are different from each other, the controllers are allocated to SDN network devices by a certain  ratio in accordance with the capability of each controller. After the allocation is completed, the server sends the allocated controller address information and the channel information to the SDN network device.
It is to be noted that the channel information may include SSL information, Transport Layer Security (TLS) , and other information relating to secure transport protocol of other transport layers.
In another example, one master controller and at least one slave controller may be allocated to the SDN network device. The controller address information and the channel information relating to the master and slave controllers are sent back to the SDN network device so as to enhance the reliability.
At block S120, the SDN network device receives the controller address information and the channel information from the server.
At block S130, the SDN network device configures the SDN parameters of the SDN network device in accordance with the controller address information and the channel information of the controllers.
After receiving the address information and the channel information of the controllers, the SDN network device saves the controller address information and the channel information in a controller configuration list to complete the configuration of the local SDN parameters. If the controller address information and the channel information sent by the server include the information of the master and the slave controllers, the SDN network device may configure the parameters regarding the address and the channel for the master and the slave controllers respectively.
At block S140, the SDN network device establishes a secure channel with the controller in accordance with the parameters.
After the parameters of a controller are configured by the SDN network device, the SDN network device may establish the secure channel with the controller in accordance with the configuration. In addition, the SDN network device may transmit the packets to the controller.
In another example, the server may monitor the state of each of the controllers. Upon determining the state of a controller is abnormal, the server sends the DHCP ACK message to the SDN network device configured with the controller to delete the address information and the channel information of the controller. Alternatively, the server may replace the address information and channel information of the abnormal controller with that of the normal controller. The SDN network device may update the SDN parameter configuration in accordance with the received controller address information and the channel information of the controller. In this way, the SDN network device may update its configuration efficiently so as to reduce the manual intervention.
In other examples, at block S110, when the server and the SDN network device are not within the same network segment, one of the nodes located within the same network segment of the SDN network device may be selected to be a relay node, and the address of the server may be saved on the relay node. When the relay node receives the request message from the SDN network device via broadcasting, the relay node may change the destination of the request message to be the address of the server and the request message is transmitted to the server by unicast. The relay node then forwards the configuration information of the controller received from the server side to the  SDN network device.
Usually, Dynamic Host Configuration Protocol (DHCP) is adopted such that the server may allocate the IP address for the client side under the C/Smode. In an example, the DHCP may be further extended such that the server may allocate the controller address information and the channel information of the controller for the SDN network device. In the example, the DHCP server is acting as the server side, and the SDN network device is acting as the DHCP client side. FIG. 3 is an example flowchart of startup method executed at the DHCP client and the DHCP server.
At block 310, the DHCP client sends the DHCP Discover message to the server to request the controller address information and the channel information.
If a SDN network device which is not configured with SDN parameters is booted, the DHCP Discover message, which may be carried by a broadcast packet, from the SDN network device is sent to the DHCP server to obtain an IP address and channel information of the controller. In an example, the DHCP server may provide the IP address and channel information of the controller to the SDN network device using the DHCP Discovery message, if the DHCP server is just to provide the service of IP address and channel information of a controller for SDN network device but not configured for allocating the IP address for a terminal. In other examples, the DHCP Discovery message may be labeled to identify whether the IP address and the channel information of the controller or the IP address of the terminal is requested.
In another example, when the SDN network device may request the IP address and channel information of the controller, the SDN network device may  also request the address information of itself from the server y the DHCP Discover message. In this way, because the DHCP has the function of allocating the network address for the terminal, the process can further reduce manually allocate the network address of the SDN network device to achieve the rapid startup.
At block 320, the DHCP server receives the DHCP Discovery message from the SDN network device which carrying the request label for obtaining the controller address information and the channel information.
In another example, the DHCP Discovery message may also carry the request label indicative the address information of the SDN network device with the request label for obtaining the controller address information and the channel information.
At block 321, the DHCP server sends the DHCP Offer message back to the SDN network device. Wherein the DHCP Offer message may carry the controller address information and the channel information.
In an example, the DHCP server may add Option in the DHCP Offer message to carry the controller address information and the channel information. For instance, the structure of the Option as shown in FIG. 4 includes Option Type, Option Length, Master SDN Controller IP Address, Slave SDN Controller IP Address, and VRF Name. The definitions of the above fields are shown in Table 1.
Figure PCTCN2015073005-appb-000001
Figure PCTCN2015073005-appb-000002
Table 1
FIG. 5 is another example DHCP Option carrying the address information. The definitions of the fields are shown in Table 2.
Field Description
Option Type SDN Security Channel Information
Option Length The length of the Option
Reserved Reserved field
PKI Entry Common Name PKI entry common name
CA Name Trusted CA name
Registration Server URL URL address of registration server
Encryption-Key-Name Name of Encryption Key
Signature-Key-Name Name of Signature Key
Key Exchange Algorithm Key Exchange algorithm
Data Encryption Algorithm Data Encryption algorithm
MAC Algorithm MAC algorithm
Table 2
In an example, the DHCP Offer message sent from the DHCP server may also carry the address information of the SDN network device so as to  allocate the IP address of the SDN network device itself.
At block 311, the SDN network device receives the DHCP Offer packet carrying the controller address information and the channel information. 
In another example, the DHCP Offer message may also carry the address information of the SDN network device sent back from the server.
At block 312, the SDN network device may configure the SDN parameters of the SDN network device in accordance with the controller address information and the channel information.
At block 313, the SDN network device establishes the secure channel with the controller in accordance with the SDN parameters.
In an example, if the SDN network device requests the address information of the SDN network device from the server at the same time the SDN network device requests the controller address information and the channel information of the controller, the channel between the controller and the SDN network device is established in accordance with the address of the SDN network device allocated by the server.
In another example, the DHCP server also monitors the state of each of the controllers via Bidirectional Forwarding Detection (BFD) . DHCP ACK message is adopted to send update information to the SDN network device configured with the controller upon determining an abnormal controller. The controller address information and the channel information of the DHCP ACK message is replaced by that of the normal controller.
As DHCP Discovery message is transmitted by broadcast, when the DHCP Server and the SDN network device are not in the same network segment,  a DHCP Relay node is added within the network segment of the SDN network device so as to be capable of forwarding the DHCP message between the SDN network device and the DHCP Server. For instance, as shown in FIG. 6, Switch 1, Switch 2, … , Switch n obtains the configuration information of the controllers, i.e., Controller 1 and Controller 2, from the DHCP Server via DHCP Relay node. For instance, in FIG. 6, switch 2 can send request to the DHCP server via DHCP Relay to obtain the controller address information and channel information.
In order to simply the network infrastructure, one of the controllers may be selected to run the function of the DHCP Server, and selected a SDN network device to perform the DHCP Relay function simultaneously. An example of this arrangement is shown in FIG. 7. For instance, in FIG. 7, switch 2 can send request to the DHCP server via switch 1 which acts as DHCP Relay to obtain the controller address information and channel information.
The controller, SDN network device and server may comprise a processor, memory, or non-volatile random access memory (NVRAM) , and may further include other hardware components, such as internal bus, chips configured for forwarding the packets. In an example, the SDN network device may be a distributed device including a plurality of interface cards for processing the packets.
FIG. 8 is an example block diagram of a SDN network device 800 for implementing the stored machine readable instructions. As shown, the network device 800 includes a processor 801, internal bus 802, non-volatile storage 803, memory 804 and a forwarding chip configured for forwarding the packets. The processor801 may fetch the instructions stored in the memory 802 execute the process described below. FIG. 9 is an example block diagram of a server 900 for  implementing the stored machine readable instructions. As shown, the server 900 includes a processor 901, internal bus 902, non-volatile storage 903 and memory 904. The processor 901 may fetch the instructions stored in the memory 902 execute the process described below
In the following process, the SDN network device may act as a client to send the requests to obtain the controller address information and the channel information.
The client receives the address information and the channel information from the server.
The client configures the SDN parameters in accordance with the address information and the channel information of the controllers.
The client establishes the channel with the controller in accordance with the parameters.
In an example, when the DHCP server is running online, the client sends the requests to the DHCP server via DHCP Discover message to obtain the address information and the channel information of the controller. The DHCP server sends the address information and the channel information of the controller back to the client via DHCP Offer message.
In another example, the client may also execute the process below.
The client sends requests to the server via DHCP Discover message to obtain the address information of the SDN network device at the same time the SDN network device requests the address information and the channel information of the controllers.
The client receives the DHCP Offer message from the DHCP server  carrying the address information of the SDN network device besides the address information and the channel information of the controllers.
The client establishes the channel between the SDN network device and the controller in accordance with the received address information of the SDN network device and the configured parameters.
In other examples, the client may also execute the process below.
The client receives the requests from the DHCP server for updating the address information and the channel information of the controller.
The client updates the SDN parameter configuration of the SDN network device in accordance with the requests.
FIG. 9 is an example block diagram of a server node for implementing the startup method. As shown, the processor of the node where the server is stored on may fetch the machine readable instructions corresponding to the server to execute the process below.
The server receives the requests of the address information and the channel information of the controller initialized by the SDN network device.
The server sends the address information and the channel information of the controller to the SDN network device.
In an example, when the DHCP Discovery message further carries the request of the address information of the SDN network device at the same time the SDN network device requests the address information and the channel information of the controller, The DCHP Offer message is also configured to carry the address information of the SDN network device besides the address information and the channel information of the controller.
In another example, the server may monitor the state of the controller. The server may send the update information to the SDN network device configured with the controller upon determining the abnormal controller. The server then updates the address information and the channel information of the abnormal controller to that of one normal controller.
In other examples, the server may allocate a controller from a plurality of controllers for the SDN network device in accordance with a predetermined load balance algorithm. In addition, the server may notify the SDN network device of the address information and the channel information of the allocated controller.
In view of the above, the SDN network device request the address information and the channel information from the server to automatically complete the configuration of the controller on the SDN network device, which not only simplifies the network maintenance but also enhance the management efficiency. In addition, the DHCP protocol may be adopted at the same time to allocate the address of the SDN network device, which contributes to the startup. 
The foregoing descriptions are only examples of the present disclosure and are not for use in limiting the protection scope thereof. Any modification, equivalent replacement and improvement made under the spirit and principle of the present disclosure should be included in the protection scope thereof.

Claims (15)

  1. A startup method for a software defined networking (SDN) network device, comprising:
    sending a request to a server to obtain controller address information and channel information, the channel information relating to a secure channel to be set up between the SDN network device and the controller;
    receiving the controller address information and the channel information from the server;
    configuring SDN parameters in accordance with the controller address information and the channel information of the secure channel to be set up between the SDN network device and the controller; and
    establishing a secure channel between the SDN network device and the controller in accordance with the SDN parameters.
  2. The method as claimed in claim 1, wherein the server is a DHCP server; the request sent to the server is carried within a DHCP Discovery message; and the controller address information and the channel information are carried within a DHCP Offer message.
  3. The method as claimed in claim 1, further comprising:
    sending a DHCP Discovery message to the server; the DHCP Discovery message requesting address information of the SDN network device, controller address information and channel information of a secure channel to be set up between the SDN network device and the controller;
    receiving the address information of the SDN network device, controller address  information and channel information from the server via a DHCP Offer message; and
    establishing the secure channel between the SDN network device and the controller in accordance with the address of the SDN network device and the configured SDN parameters.
  4. The method as claimed in claim 1, further comprising:
    receiving a DHCP Ack message from the server to update the address information and the channel information of the controller; and
    updating the SDN parameters of the SDN network device in accordance with the received DHCP Ack message.
  5. A startup method for operating on a server the method comprising:
    receiving a request from a SDN network device for obtaining controller address information and channel information of a secure channel to be set up between the SDN network device and the controller; and
    sending the controller address information and the channel information to the SDN network device.
  6. The method as claimed in claim 5, comprising receiving the request via a DHCP Discovery message, wherein said DHCP Discover message requests controller address information, channel information and address information of the SDN network device, and sending the controller address information, channel information and address information of the SDN device to the SDN device via a DHCP Offer message.
  7. The method as claimed in claim 5, further comprising:
    monitoring a state of the controller;
    in response to determining that the controller is abnormal, sending update  information to the SDN network device, the update information to replace the controller address information and the channel information of the abnormal controller with address information and the channel information of a normal controller.
  8. The method as claimed in claim 5, wherein the method further comprises:
    allocating a plurality of controllers to the SDN network device in accordance with a predetermined load balancing algorithm; and
    sending the controller address information and channel information of the plurality of allocated controllers to the SDN network device.
  9. A SDN network device comprising a processor and a non-transitory machine readable storage medium storing instructions executable by the processor to:
    send a request to a server to obtain controller address information and channel information of a secure channel to be set up between the SDN network device and the controller;
    receive the controller address information and the channel information from the server;
    configure SDN parameters in accordance with the controller address information and the channel information; and
    establish a secure channel between the SDN network device and the controller in accordance with the SDN parameters.
  10. The SDN network device as claimed in claim 9, wherein the server is a DHCP server or a SDN controller with DHCP server functionality;
    the request sent to the server is carried within a DHCP Discovery message; and  the controller address information and the channel information are carried within a DHCP Offer message.
  11. The SDN network device as claimed in claim 10, wherein the instruction set further cause the processor to:
    send a DHCP Discovery message to the server; the DHCP Discovery message requesting address information of the SDN network device, controller address information and channel information of a secure channel to be set up between the SDN network device and the controller;
    receive the address information of the SDN network device, controller address information and channel information from the server via a DHCP Offer message; and
    establishing the secure channel between the SDN network device and the controller in accordance with the address of the SDN network device and the configured SDN parameters.
  12. The SDN network device as claimed in claim 9, the instruction set further cause the processor to:
    receive a DHCP Ack message from the server to update the address information and the channel information of the controller; and
    update the SDN parameters of the SDN network device in accordance with the received DHCP Ack message.
  13. A SDN server comprising a processor and a machine readable storage medium storing an instruction set executable by the processor to:
    receive a request from a SDN network device for obtaining controller address information and channel information of a secure channel to be set up between the SDN network device and the controller; and
    send the controller address information and the channel information to the SDN network device.
  14. The server as claimed in claim 13, wherein the instruction set further cause the processor to:
    monitor a state of the controller;
    in response to determining that the controller is abnormal, send update information to the SDN network device, the update information to replace the controller address information and the channel information of the abnormal controller with address information and the channel information of a normal controller.
  15. The server as claimed in claim 14, wherein the instruction set is further to cause the processor to:
    allocate a controller selected from a plurality of controllers to the SDN network device in accordance with a predetermined load balancing algorithm; and
    send the controller address information and channel information of the allocated controller to the SDN network device.
PCT/CN2015/073005 2014-03-05 2015-02-13 Channel between software defined networking device and controller WO2015131757A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410078400.4A CN104901825B (en) 2014-03-05 2014-03-05 A kind of method and apparatus for realizing zero configuration starting
CN201410078400.4 2014-03-05

Publications (1)

Publication Number Publication Date
WO2015131757A1 true WO2015131757A1 (en) 2015-09-11

Family

ID=54034229

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/073005 WO2015131757A1 (en) 2014-03-05 2015-02-13 Channel between software defined networking device and controller

Country Status (2)

Country Link
CN (1) CN104901825B (en)
WO (1) WO2015131757A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017052507A1 (en) * 2015-09-22 2017-03-30 Hewlett Packard Enterprise Development Lp Encrypted data packet

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105162608A (en) * 2015-10-13 2015-12-16 上海斐讯数据通信技术有限公司 Physical address bypass authentication method and device based on software-defined network
CN107295113B (en) * 2016-03-31 2020-08-25 华为技术有限公司 Network configuration method, switch and server
WO2019000332A1 (en) * 2017-06-29 2019-01-03 华为技术有限公司 Method and device for establishing connection between switch and controller
CN107277190B (en) * 2017-07-14 2019-09-20 中国联合网络通信集团有限公司 A kind of method of SDN equipment automatic wire charging, SDN equipment and controller
CN109525516B (en) * 2018-11-16 2021-05-11 盛科网络(苏州)有限公司 Method and system for notifying OpenFlow controller information through DHCP
CN112769600B (en) * 2020-12-29 2022-08-30 新华三技术有限公司 DHCP escape method, device, equipment and machine readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594697A (en) * 2012-02-21 2012-07-18 华为技术有限公司 Load balancing method and device
CN103209121A (en) * 2013-03-15 2013-07-17 中兴通讯股份有限公司 Discovery method and device based on Open Flow protocol for control plane device
US20130268686A1 (en) * 2012-03-14 2013-10-10 Huawei Technologies Co., Ltd. Method, switch, server and system for sending connection establishment request
WO2013184941A1 (en) * 2012-06-06 2013-12-12 Huawei Technologies Co., Ltd. Method of seamless integration and independent evolution of information-centric networking via software defined networking

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594697A (en) * 2012-02-21 2012-07-18 华为技术有限公司 Load balancing method and device
US20130268686A1 (en) * 2012-03-14 2013-10-10 Huawei Technologies Co., Ltd. Method, switch, server and system for sending connection establishment request
WO2013184941A1 (en) * 2012-06-06 2013-12-12 Huawei Technologies Co., Ltd. Method of seamless integration and independent evolution of information-centric networking via software defined networking
CN103209121A (en) * 2013-03-15 2013-07-17 中兴通讯股份有限公司 Discovery method and device based on Open Flow protocol for control plane device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017052507A1 (en) * 2015-09-22 2017-03-30 Hewlett Packard Enterprise Development Lp Encrypted data packet

Also Published As

Publication number Publication date
CN104901825A (en) 2015-09-09
CN104901825B (en) 2019-02-19

Similar Documents

Publication Publication Date Title
WO2015131757A1 (en) Channel between software defined networking device and controller
US10798760B2 (en) Method for controlling network slice, forwarding device, control device, and communications system
US20200204450A1 (en) Method, Apparatus, and System for Implementing Software-Defined Network SDN
US10693983B2 (en) Method for monitoring a status in form of presence and/or absence of a network entity
EP3229405B1 (en) Software defined data center and scheduling and traffic-monitoring method for service cluster therein
US11374857B2 (en) Network device management method and apparatus, and system for indicating a network device to perform management operation
US10050824B2 (en) Managing a cluster of switches using multiple controllers
US10841209B2 (en) Method, node, and medium for establishing connection between a source and endpoint via one or more border nodes
WO2020108587A1 (en) Data processing method, controller and forwarding device
WO2015180154A1 (en) Network control method and apparatus
US11522754B2 (en) Systems and methods for Zero-Touch Provisioning of a switch in intermediate distribution frames and main distribution frames
US10708223B2 (en) Dynamically defining encryption spaces across multiple data centers
US20150280961A1 (en) Network extension system, control apparatus, and network extension method
US10686752B2 (en) Methods for configuring and managing an IP network, corresponding devices and computer programs
EP3503484A1 (en) Message transmission method, device and network system
US20210075716A1 (en) Automatic routing configuration between hosts and network layer devices
US10367681B2 (en) Maintenance of data forwarder connection state information
US20180302244A1 (en) Gateway selection method, device, and system
CN108259292B (en) Method and device for establishing tunnel
US20170019845A1 (en) Communication terminal, communication method, and program-containing storage medium
WO2015106506A1 (en) Methods for setting control information and establishing communication, management controller and controller
WO2021224931A1 (en) System and a method to efficiently exchange echo and stats messages between sdn controller and the open vswitches
CN109417513B (en) System and method for dynamically detecting opposite terminal in software defined network
US20230006998A1 (en) Management of private networks over multiple local networks
JP2017079351A (en) Management unit, network equipment management program, network equipment management method, and network equipment management system

Legal Events

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

Ref document number: 15757680

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15757680

Country of ref document: EP

Kind code of ref document: A1