CN111641564B - Cluster system of SDN controller and issuing configuration method - Google Patents

Cluster system of SDN controller and issuing configuration method Download PDF

Info

Publication number
CN111641564B
CN111641564B CN202010394280.4A CN202010394280A CN111641564B CN 111641564 B CN111641564 B CN 111641564B CN 202010394280 A CN202010394280 A CN 202010394280A CN 111641564 B CN111641564 B CN 111641564B
Authority
CN
China
Prior art keywords
sdn
controllers
configuration
sdn controller
controller
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.)
Active
Application number
CN202010394280.4A
Other languages
Chinese (zh)
Other versions
CN111641564A (en
Inventor
刘立京
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.)
Unicloud Technology Co Ltd
Original Assignee
Unicloud Technology 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 Unicloud Technology Co Ltd filed Critical Unicloud Technology Co Ltd
Priority to CN202010394280.4A priority Critical patent/CN111641564B/en
Publication of CN111641564A publication Critical patent/CN111641564A/en
Application granted granted Critical
Publication of CN111641564B publication Critical patent/CN111641564B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/12Avoiding congestion; Recovering from congestion
    • H04L47/125Avoiding congestion; Recovering from congestion by balancing the load, e.g. traffic engineering
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The application provides a cluster system of SDN controllers and a distribution configuration method, wherein the distribution configuration method comprises the following steps: A. receiving an execution message request; B. writing the requested execution message into a message queue; C. the message queue distributes the execution message received in the step A to all SDN controllers; D. each SDN controller processes the execution message request; e, judging whether the current equipment is managed by the SDN controller or not by the SDN controller, and if so, issuing configuration to the equipment; if not, the operation is ended. The application has the beneficial effects that: because the configuration issuing of all the devices is controlled by a certain SDN controller, the problem of mutual exclusion of the configuration issuing of the devices is solved; each device is responsible for issuing configuration by SDN control, so that the minimum ssh connection number is ensured; and consistency among SDN controllers is ensured, and pressure of control equipment of the controllers is shared.

Description

Cluster system of SDN controller and issuing configuration method
Technical Field
The application belongs to the technical field of issuing configuration of SDN controllers, and particularly relates to a cluster system issuing configuration method of an SDN controller.
Background
SDN (Software Defined Network, software defined networking) network is a novel network architecture, and has very important significance for improving network resource delivery by centrally controlling resources of the whole network. Some manufacturers use a single SDN controller, which has the advantage of simple control. But also has the fatal disadvantage that the current controller is down, resulting in the whole network being in an unmanaged state. Most manufacturers adopt cluster SDN controllers to solve the problem of poor stability and control efficiency of the controllers, and the number of the SDN controllers is a base number. The purpose of the radix number controllers is to rapidly elect the master controller. The manner of data synchronization of the SDN controller is as follows: externally provided with data is locally cached data, which is done to improve the performance of the controller. If each SDN controller performs a downstream configuration on a device, the following problems may exist: the situation that two controllers operate the mutual exclusion of equipment cannot be solved, for example, two operations exist, namely, one is deleting configuration and the other is modifying configuration, if the deleting configuration is executed first, the modifying configuration is reported to be wrong, and the deleting configuration cannot be executed; each device is configured by issuing an SDN controller, when the number of SDN controllers is increased, a plurality of SDN controllers exist for issuing the configuration to the devices, the issuing configuration needs to perform ssh connection, and the number of the ssh connections of the devices is limited.
Disclosure of Invention
In view of the above, the present application is directed to a cluster system and a distribution configuration method of an SDN controller, so as to solve the above-mentioned drawbacks.
In order to achieve the above purpose, the technical scheme of the application is realized as follows:
the cluster system of the SDN controllers comprises SDN cluster controllers, wherein each SDN cluster controller comprises a plurality of SDN controllers, and each SDN controller is connected with a plurality of devices.
The application also provides another embodiment, a cluster system issuing configuration method of the SDN controller, which comprises the following steps:
an SDN cluster controller receives an execution message request;
B. writing the requested execution message into a message queue;
C. the message queue distributes the execution message received in the step A to all SDN controllers;
D. each SDN controller processes the execution message request;
E. each SDN controller judges whether the current equipment is managed by the SDN controller, and if so, the configuration is issued to the equipment; if not, the operation is ended.
Compared with the prior art, the cluster system and the issuing configuration method of the SDN controller have the following advantages:
the cluster system and the issuing configuration method of the SDN controller solve the problem of mutual exclusion of the issuing configuration of the devices because the configuration issuing of all the devices is controlled by one SDN controller; each device is responsible for issuing configuration by SDN control, so that the minimum ssh connection number is ensured; and consistency among SDN controllers is ensured, and pressure of control equipment of the controllers is shared.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application. In the drawings:
fig. 1 is a block diagram of a cluster system of an SDN controller according to an embodiment of the present application;
fig. 2 is a flowchart of a cluster system issuing configuration method of an SDN controller according to an embodiment of the present application.
Detailed Description
The application will be described in detail below with reference to the drawings in connection with embodiments.
The cluster system of the SDN controllers comprises SDN cluster controllers, wherein each SDN cluster controller comprises a plurality of SDN controllers, and each SDN controller is connected with a plurality of devices.
The application also provides another embodiment, a cluster system issuing configuration method of the SDN controller, which comprises the following steps:
an SDN cluster controller receives an execution message request;
B. writing the requested execution message into a message queue;
C. the message queue distributes the execution message received in the step A to all SDN controllers;
D. each SDN controller processes the execution message request;
E. each SDN controller judges whether the current equipment is managed by the SDN controller, and if so, the configuration is issued to the equipment; if not, the operation is ended.
In order to solve the defect of cluster issuing configuration of SDN controllers existing at present, the application provides a regional load balancing method, wherein each SDN controller controls a part of devices, only the devices controlled by the SDN can issue configuration to the SDN controllers, and other SDN controllers cannot issue configuration to the SDN controllers. When there is an executed message, a request is stored in a message queue, the message queue distributes the request to all controllers, each controller executes the action, and when the configuration is issued, only the current SDN controller can issue the managed device.
The foregoing description of the preferred embodiments of the application is not intended to be limiting, but rather is intended to cover all modifications, equivalents, alternatives, and improvements that fall within the spirit and scope of the application.

Claims (1)

  1. A cluster system of sdn controllers, characterized by: the system comprises SDN cluster controllers, wherein each SDN cluster controller comprises a plurality of SDN controllers, and each SDN controller is connected with a plurality of devices;
    the method comprises the following steps:
    an SDN cluster controller receives an execution message request;
    B. writing the requested execution message into a message queue;
    C. the message queue distributes the execution message received in the step A to all SDN controllers;
    D. each SDN controller processes the execution message request;
    E. each SDN controller judges whether the current equipment is managed by the SDN controller, and if so, the configuration is issued to the equipment; if not, the operation is ended.
CN202010394280.4A 2020-05-11 2020-05-11 Cluster system of SDN controller and issuing configuration method Active CN111641564B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010394280.4A CN111641564B (en) 2020-05-11 2020-05-11 Cluster system of SDN controller and issuing configuration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010394280.4A CN111641564B (en) 2020-05-11 2020-05-11 Cluster system of SDN controller and issuing configuration method

Publications (2)

Publication Number Publication Date
CN111641564A CN111641564A (en) 2020-09-08
CN111641564B true CN111641564B (en) 2023-08-29

Family

ID=72331051

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010394280.4A Active CN111641564B (en) 2020-05-11 2020-05-11 Cluster system of SDN controller and issuing configuration method

Country Status (1)

Country Link
CN (1) CN111641564B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113381879B (en) * 2021-05-17 2023-02-28 浪潮思科网络科技有限公司 SDN-based network deployment method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104270260A (en) * 2014-09-19 2015-01-07 杭州华三通信技术有限公司 Method and device for elastic expansion of scale of SDN controller cluster
CN105721170A (en) * 2016-01-25 2016-06-29 北京邮电大学 Energy saving method of multiple controllers based on SDN (Software Defined Network) network architecture and device based on SDN (Software Defined Network) network architecture
CN106549805A (en) * 2016-11-02 2017-03-29 北京邮电大学 A kind of SDN framework and its communication means
WO2018130307A1 (en) * 2017-01-13 2018-07-19 Huawei Technologies Co., Ltd. An architecture and coordination mechanism to distribute and parallelize any mcf solver
CN108322325A (en) * 2017-06-27 2018-07-24 新华三云计算技术有限公司 A kind of virtual machine management method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160316011A1 (en) * 2015-04-27 2016-10-27 Telefonaktiebolaget L M Ericsson (Publ) Sdn network element affinity based data partition and flexible migration schemes
US10868742B2 (en) * 2017-03-29 2020-12-15 Juniper Networks, Inc. Multi-cluster dashboard for distributed virtualization infrastructure element monitoring and policy control

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104270260A (en) * 2014-09-19 2015-01-07 杭州华三通信技术有限公司 Method and device for elastic expansion of scale of SDN controller cluster
CN105721170A (en) * 2016-01-25 2016-06-29 北京邮电大学 Energy saving method of multiple controllers based on SDN (Software Defined Network) network architecture and device based on SDN (Software Defined Network) network architecture
CN106549805A (en) * 2016-11-02 2017-03-29 北京邮电大学 A kind of SDN framework and its communication means
WO2018130307A1 (en) * 2017-01-13 2018-07-19 Huawei Technologies Co., Ltd. An architecture and coordination mechanism to distribute and parallelize any mcf solver
CN108322325A (en) * 2017-06-27 2018-07-24 新华三云计算技术有限公司 A kind of virtual machine management method and device

Also Published As

Publication number Publication date
CN111641564A (en) 2020-09-08

Similar Documents

Publication Publication Date Title
CN1316860A (en) Dynamic load balance is message processing procedure in radio communication service network
CN110166524B (en) Data center switching method, device, equipment and storage medium
CN111327483B (en) Equipment nano-tube method, system and storage medium
CN112416969B (en) Parallel task scheduling system in distributed database
CN102148846B (en) Method, device and system for realizing service access of access gateways
CN113067850B (en) Cluster arrangement system under multi-cloud scene
WO2014029308A1 (en) Resource allocation method and device
CN111641564B (en) Cluster system of SDN controller and issuing configuration method
CN108768698B (en) SDN-based multi-controller dynamic deployment method and system
CN203135901U (en) Encryption equipment management device
CN108737566B (en) Distributed real-time message filtering system
CN107015972A (en) A kind of computer room business migration methods, devices and systems
CN109451056A (en) Server dynamic allocation method and system between more clusters
CN106506625A (en) Four control servers and four control server communications methods
CN115001990A (en) Cross-region openstack cluster management method and system based on declarative API
CN105207856A (en) Load balancing system and method based on SDN virtual switch
CN108111578B (en) Method for accessing power distribution terminal data acquisition platform into terminal equipment based on NIO
CN109348486A (en) A kind of heterogeneous wireless network resource allocation methods
US11218914B2 (en) Integration method, device and system for multiple centralized units
CN101175259A (en) Base band resource distribution method, base band explorer and base station
CN110401939A (en) A kind of low-power consumption bluetooth controller link layer device
CN107809323B (en) Resource control method, device and system
CN113822485B (en) Power distribution network scheduling task optimization method and system
CN105187244B (en) A kind of digital communication equipment access information management and its working method for supporting a variety of management modes
CN106657264A (en) Distributed system and data synchronization method thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant