WO2021003998A1 - 一种sdn架构的信息转换方法和系统 - Google Patents

一种sdn架构的信息转换方法和系统 Download PDF

Info

Publication number
WO2021003998A1
WO2021003998A1 PCT/CN2019/124180 CN2019124180W WO2021003998A1 WO 2021003998 A1 WO2021003998 A1 WO 2021003998A1 CN 2019124180 W CN2019124180 W CN 2019124180W WO 2021003998 A1 WO2021003998 A1 WO 2021003998A1
Authority
WO
WIPO (PCT)
Prior art keywords
data model
information
command line
management object
scene management
Prior art date
Application number
PCT/CN2019/124180
Other languages
English (en)
French (fr)
Inventor
周丽芬
朱念
雷捷
汪俊芳
Original Assignee
烽火通信科技股份有限公司
武汉烽火技术服务有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 烽火通信科技股份有限公司, 武汉烽火技术服务有限公司 filed Critical 烽火通信科技股份有限公司
Publication of WO2021003998A1 publication Critical patent/WO2021003998A1/zh

Links

Images

Classifications

    • 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/02Standardisation; Integration
    • H04L41/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • 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

Definitions

  • the present invention relates to the field of communication technology, in particular to an information conversion method and system of SDN architecture.
  • Command Line Interface (CLI, Command Line Interface) is the most widely used network management protocol for communication devices.
  • the configuration of related functions is combined into configuration scenarios through views, and the configuration scenarios are used to configure and manage devices.
  • SNMP Simple Network Management Protocol
  • MIB Information Management Base
  • NETCONF Network Configuration Protocol
  • NETCONF Network Configuration Protocol
  • All configuration data and protocol messages are expressed in XML.
  • XML can express complex, model-based management objects with internal logical relationships.
  • Now NETCONF widely uses the YANG model as the management object.
  • the OpenFlow protocol is used to describe the standard of information used for interaction between the controller and the switch, and the interface standard of the controller and the switch.
  • the core part of the protocol is a collection of information structures for the OpenFlow protocol.
  • the management object handled by OpenFlow is a flow table (FlowTable).
  • communication equipment needs to flexibly support a variety of network configuration management protocols, such as NETCONF and OPENFLOW protocols, which introduces multiple data models. For example, YANG model, flow table, etc.
  • the existing equipment only supports CLI or SNMP, and does not support NETCONF, OPENFLOW, etc.
  • the data models in different protocols are different, so it is impossible to quickly realize the automatic configuration and management of the SDN architecture for traditional equipment.
  • the purpose of the present invention is to provide an information conversion method and system of the SDN architecture, and realize the management of the compatible configuration of traditional devices under the SDN architecture.
  • an information conversion method of SDN architecture including the following steps:
  • the extracted data model information is converted into the corresponding command line scene management object, and sent to the CLI proxy system for processing.
  • the mapping file includes the node name, data type, path and corresponding command line scene management object information of the data model.
  • the command line scene management object information includes the command line scene management object class name and CLI name. And CLI element name.
  • the command-line scene management object information further includes one or more of CLI view mode, sub-view, and whether it is a key value.
  • the loading the extended information of the data model, loading the mapping file between the data model and the command-line scene management object, and establishing the mapping relationship between the data model and the command-line scene management object specifically includes the following steps:
  • the said converting the extracted data model information into the corresponding command line scene management object according to the extension information and the mapping file, and sending it to the CLI proxy system for processing specifically includes the following steps:
  • the data of each node in the data tree of the data model is converted into the corresponding command line scene management object, and sent to the CLI agent system for processing.
  • the present invention also provides an information conversion system of SDN architecture, including:
  • the management object definition module is used to define different command line scene management objects according to the combination of services
  • the mapping relationship establishment module is used to load the extended information of the data model of the network configuration management protocol, load the mapping file of the data model and the command line scene management object, and establish the mapping relationship between the data model and the command line scene management object;
  • the data model conversion module is used to: when receiving the request information sent by the network configuration management protocol client, extract the data model information in the request information; according to the extended information and the mapping file, convert the extracted data model information into the corresponding
  • the command line scene management object is sent to the CLI agent system for processing.
  • the mapping file includes the node name, data type, path and corresponding command line scene management object information of the data model.
  • the command line scene management object information includes the command line scene management object class name and CLI name. And CLI element name.
  • the command-line scene management object information further includes one or more of CLI view mode, sub-view, whether it is a key value, and additional information.
  • the mapping relationship establishment module loads the extended information of the data model, loads the mapping file between the data model and the command line scene management object, and establishes the mapping relationship between the data model and the command line scene management object, which specifically includes the following steps :
  • the data model conversion module converts the extracted data model information into the corresponding command line scene management object according to the extension information and the mapping file, and sends it to the CLI proxy system for processing, which specifically includes the following steps:
  • the data of each node in the data tree of the data model is converted into the corresponding command line scene management object, and sent to the CLI agent system for processing.
  • This application loads various data models such as YANG model and flow table model through mapping files and converts them into corresponding command-line scene management objects, which can seamlessly realize the configuration and distribution management using NETCONF protocol or OPENFLOW protocol under SDN architecture.
  • This application uses command-line scene management objects as the conversion between traditional equipment and data models.
  • the flexible collection of command-line scene management objects is diversified, and can support the mapping of multiple data models to different command-line scene management objects, and does not require a single command line
  • the special customization of CLI is more conducive to the compatibility and support of multiple data models for traditional devices.
  • This application realizes the automatic mapping of multiple data models to command line scene management objects without manual coding multiple times, saving a lot of development and maintenance costs.
  • FIG. 1 is a schematic flowchart of an information conversion method of an SDN architecture according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of the flow of data model loading and command line scene management object automatic mapping in the information conversion method of the SDN architecture according to an embodiment of the present invention
  • FIG. 3 is a schematic diagram of the mapping relationship between a data model and a command line scene management object in an embodiment of the present invention
  • FIG. 4 is a schematic diagram of an application scenario of an information conversion system of an SDN architecture according to an embodiment of the present invention.
  • Element A node that contains data.
  • the nodes in MIB corresponds to the parameters in the CLI command line, the nodes in MIB, and the leaves in YANG;
  • Management Object Represents a command line scenario, a collection of one or a group of command lines.
  • DM Data Model Represents data models based on different network configuration management protocols, such as the YANG Model used by the Netconf protocol, and the SMI used by the SNMP protocol.
  • the embodiment of the present invention provides an information conversion method of SDN architecture, including the following steps:
  • the extracted data model information is converted into the corresponding command line scene management object, and sent to the CLI proxy system for processing.
  • the network configuration management protocol in the embodiment of the present invention includes but is not limited to the NETCONF protocol and the OPENFLOW protocol.
  • defining different command line scene management objects according to the combination of services includes the following steps:
  • the following example illustrates the command line scenario of port laser switch and output optical power.
  • four command lines form a configuration command line scenario management object.
  • the mapping file includes the node name, data type, path and corresponding command line scene management object information of the data model, and the command line scene management object information includes command line scene management object class name, CLI name, and CLI elements name.
  • the command line scene management object information further includes one or more of CLI view mode, subview, whether it is a key value, and additional information.
  • the loading the extended information of the data model, loading the mapping file between the data model and the command-line scene management object, and establishing the mapping relationship between the data model and the command-line scene management object specifically includes the following steps:
  • converting the extracted data model information into a corresponding command line scene management object according to the extended information and the mapping file, and sending it to the CLI proxy system for processing specifically includes the following steps:
  • the data of each node in the data tree of the data model is converted into the corresponding command line scene management object, and sent to the CLI agent system for processing.
  • the method of the embodiment of the present invention can be used in, but is not limited to, the NETCONF and OPENFLOW protocols.
  • NETCONF NETCONF
  • OPENFLOW OPENFLOW protocols
  • Step 201 Load the corresponding data model extension information and the corresponding mapping file when the system starts.
  • Step 202 After receiving the RPC information sent by the NETCONF client of the network management system, the NETCONF server sends the corresponding data model information to the information conversion system;
  • Step 203 The information conversion system processes the received data model information into related business information and extended information based on the data model YANG model, and then converts it into a corresponding command line scene management object.
  • Step 204 The information conversion system sends the generated command line scene management object to the CLI proxy system for processing, and executes the corresponding command line generation device related configuration.
  • the RPC information of NETCONF can include configuration information, request information, and custom information.
  • the conversion between the NETCONF protocol and the command line scene management object is realized, thereby realizing the session-based communication between the NETCONF client and the traditional MIB and CLI-based network equipment And configuration management.
  • the problem of insufficient support of the current traditional equipment for the network configuration protocol and data model of the SDN architecture is solved, and the automatic configuration management of the SDN architecture of the traditional equipment is realized.
  • the automatic mapping of data model loading and command-line scene management objects of the information conversion method of the SDN architecture in the embodiment of the present invention specifically includes the following steps:
  • Step 301 Add extended attributes to the data model (for example, but not limited to YANG model, flow table model), so that the data model supports the mapping capability to the command-line scene management object.
  • the data model for example, but not limited to YANG model, flow table model
  • Step 302 When the program is started, load the corresponding data model file with extended information and the existing corresponding command line definition.
  • Step 303 When the program starts, load the corresponding data model and the mapping file of the command line scene management object to generate a corresponding mapping relationship.
  • the mapping file contains the node name, data type, path, and the following information in the corresponding management object of the corresponding data model: management object class name, CLI name, CLI view management object DE, CLI element name, whether Required parameters such as key values and non-essential parameters such as additional information. Additional information is needed to handle some special scenes.
  • Step 304 When the request is issued, the information conversion system converts the information of the data model into the corresponding command line scene management object according to the data model and the mapping relationship, that is, one or more command line collections, and sends it to the CLI proxy system .
  • step 305 the CLI proxy system executes configuration and delivery command line by command line according to the received command line scene management object collection.
  • a corresponding prerequisite is required.
  • the corresponding command line is defined in advance, and registration and command line implementation are completed. Including the name of the command line CLI and the parameter definition of the command line.
  • the command line of the network device is combined into different command line scenarios according to the corresponding business to form the corresponding command line scenario management object.
  • the name of the command line scene management object is the name of the configuration block scene.
  • step 301 taking the YANG model as an example, the corresponding extended information is added to the data model YANG model, including: module name (mapping file name), command line scene management object name (scene name), CLI name, CLI view management Object DE name (additional information is optional), subview (additional information is optional), element name (CLI keywords, parameters), whether it is a key (additional information is optional).
  • module name mapping file name
  • command line scene management object name (scene name)
  • CLI name CLI view management Object DE name
  • subview additional information is optional
  • element name CLI keywords, parameters
  • the four-tuples other than the additional information must be clearly extended information content.
  • a data model such as a mapping file xml between a YANG model and a management object is defined.
  • step 304 when the device requests to issue, it reads the data message, traverses each node of the data model in the data message, generates the corresponding data model data tree in the memory, and then according to the mapping relationship registered in step 303, The data of each node in the data tree of the data model is generated and the corresponding management object information data is sent to the CLI agent system.
  • the embodiment of the present invention also provides an information conversion system of SDN architecture, including:
  • the management object definition module is used to define different command line scene management objects according to the combination of services
  • the mapping relationship establishment module is used to load the extended information of the data model of the network configuration management protocol, load the mapping file of the data model and the command line scene management object, and establish the mapping relationship between the data model and the command line scene management object;
  • the data model conversion module is used to: when receiving the request information sent by the network configuration management protocol client, extract the data model information in the request information; according to the extended information and the mapping file, convert the extracted data model information into the corresponding
  • the command line scene management object is sent to the CLI agent system for processing.
  • FIG. 4 is a schematic diagram of an application scenario of an information conversion system of an SDN architecture according to an embodiment of the present invention.
  • the network configuration management protocol of this system includes but is not limited to NETCONF and OPENFLOW protocol.
  • the NETCONF and OPENFLOW servers will send the corresponding data model information to the information conversion system after receiving the request information sent by the NETCONF client or OPENFLOW client of the network management system;
  • the information conversion system processes the received data model information into business information and extended information based on the data model, and then converts it into a corresponding command line scene management object.
  • the information conversion system sends the generated command line scene management object to the CLI proxy system for processing, and executes the corresponding command line generation device related configuration.
  • the conversion of multiple network configuration management protocols and command line scene management objects is realized, thereby realizing different network configuration management protocol clients and traditional MIB and CLI-based network equipment Session-based communication and configuration management between.
  • the problem of insufficient support of the current traditional equipment for the network configuration protocol and data model of the SDN architecture is solved, and the automatic configuration management of the SDN architecture of the traditional equipment is realized.
  • the mapping file includes the node name, data type, path and corresponding command line scene management object information of the data model, and the command line scene management object information includes command line scene management object class name, CLI name, and CLI elements name.
  • the command line scene management object information further includes one or more of CLI view mode, subview, whether it is a key value, and additional information.
  • the mapping relationship establishment module loads the extended information of the data model, loads the mapping file between the data model and the command-line scene management object, and establishes the mapping relationship between the data model and the command-line scene management object, which specifically includes the following steps:
  • the data model conversion module converts the extracted data model information into a corresponding command line scene management object according to the extension information and the mapping file, and sends it to the CLI proxy system for processing, which specifically includes the following steps:
  • the data of each node in the data tree of the data model is converted to form a corresponding command line scene management object, and sent to the CLI agent system for processing.
  • the embodiments of the present application provide a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, all the method steps or part of the method steps of the information conversion method of the SDN architecture are realized.
  • the present invention realizes all or part of the processes in the information conversion method of the above SDN architecture, and can also be completed by instructing relevant hardware by a computer program.
  • the computer program can be stored in a computer-readable storage medium. When executed, the steps of the foregoing method embodiments can be realized.
  • the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file, or some intermediate forms.
  • Computer-readable media may include: any entity or device capable of carrying computer program code, recording media, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory), random access Memory (RAM, Random Access Memory), electric carrier signal, telecommunications signal, software distribution medium, etc.
  • computer-readable media can be appropriately added or deleted according to the requirements of the legislation and patent practice in the jurisdiction.
  • computer-readable media does not include Electric carrier signal and telecommunications signal.
  • an embodiment of the present application further provides an electronic device, including a memory and a processor, the memory stores a computer program running on the processor, and the processor executes the computer program to implement the information conversion method in the SDN architecture All method steps or part of method steps.
  • the so-called processor can be a central processing unit (Central Processing Unit, CP U), or other general-purpose processors, digital signal processors (Digital Signal Proc essor, DSP), and Application Specific Integrated Circuits (ASIC) , Ready-made programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor, or the processor may also be any conventional processor, etc.
  • the processor is the control center of the computer device, and various interfaces and lines are used to connect various parts of the entire computer device.
  • the memory may be used to store computer programs and/or modules, and the processor implements various functions of the computer device by running or executing the computer programs and/or modules stored in the memory and calling data stored in the memory.
  • the memory may mainly include a storage program area and a storage data area, where the storage program area can store the operating system, at least one application program (such as sound playback function, image playback function, etc.) required by the function; the storage data area can be stored according to the mobile phone Use the created data (such as audio data, video data, etc.).
  • the memory may include high-speed random access memory, and may also include non-volatile memory, such as hard disks, memory, plug-in hard disks, smart media cards (SMC), and secure digital (SD) cards. , Flash Card, at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
  • the embodiments of the present invention can be provided as methods, systems, servers, or computer program products. Therefore, the present invention may adopt the form of a complete hardware embodiment, a complete software embodiment, or an embodiment combining software and hardware. Moreover, the present invention may adopt the form of a computer program product implemented on one or more computer-usable storage media (including but not limited to disk storage, optical storage, etc.) containing computer-usable program codes.
  • a computer-usable storage media including but not limited to disk storage, optical storage, etc.
  • These computer program instructions can also be stored in a computer-readable memory that can guide a computer or other programmable data processing equipment to work in a specific manner, so that the instructions stored in the computer-readable memory produce an article of manufacture including the instruction device.
  • the device implements the functions specified in one process or multiple processes in the flowchart and/or one block or multiple blocks in the block diagram.
  • These computer program instructions can also be loaded on a computer or other programmable data processing equipment, so that a series of operation steps are executed on the computer or other programmable equipment to produce computer-implemented processing, so as to execute on the computer or other programmable equipment.
  • the instructions provide steps for implementing functions specified in a flow or multiple flows in the flowchart and/or a block or multiple blocks in the block diagram.

Landscapes

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

Abstract

本发明公开了一种SDN架构的信息转换方法和系统,涉及通信技术领域,本申请将多种数据模型如YANG模型、流表模型通过映射文件加载,转换成对应的命令行场景管理对象,可无缝实现SDN架构下使用网络配置管理协议进行配置下发管理。本申请采用命令行场景管理对象作为传统设备与数据模型的转换,命令行场景管理对象的灵活集合多样化,可以支持多种数据模型与不同命令行场景管理对象的映射,不需要针对单个命令行CLI的特殊定制,更有利于对传统设备同时兼容支持多种数据模型。

Description

一种SDN架构的信息转换方法和系统 技术领域
本发明涉及通信技术领域,具体涉及一种SDN架构的信息转换方法和系统。
背景技术
命令行界面(CLI,Command Line Interface)是通信设备使用最广泛的网络管理协议,通过视图实现将相关的功能配置组合成配置场景,用配置场景来对设备进行配置管理。
简单网络管理协议(SNMP),该协议是互联网工程工作小组(IETF,Internet Engineering Task Force)定义的internet协议簇的一部分。几乎所有的网络设备生产厂家都实现了对SNMP的支持。SNMP使用信息管理库(MIB,Module Information Base)作为其管理对象。
网络配置协议(NETCONF,Network Configuration Protocol)发布于2006年,是IETF发布的标准协议。NETCONF是一种基于XML之上的,所有的配置数据和协议消息都用XML表示,XML可以表达复杂的、具有内在逻辑关系的、模型化的管理对象。现在NETCONF广泛的使用YANG模型(YANG Model)作为管理对象。
OpenFlow协议用来描述控制器和交换机之间交互所用信息的标准,以及控制器和交换机的接口标准。协议的核心部分是用于OpenFlow协议信息结构的集合。OpenFlow处理的管理对象是流表(FlowTable)。
未来通信设备对SDN架构的支持,需要灵活支持多种网络配置管理协议,例如NETCONF和OPENFLOW等协议,就引入了多种数据模型。例如YANG模型、流表等。现有的设备只支持CLI或SNMP,不支持NETCONF,OPENFLOW等。不同的协议中的数据模型都不相同,因此无法快速对传统的设备实现SDN架构的自动化配置和管理等问题。
发明内容
针对现有技术中存在的缺陷,本发明的目的在于提供一种SDN架构的信息转换方法和系统,在SDN架构下实现传统设备兼容配置下发管理。
为达到以上目的,本发明采取的技术方案是:一种SDN架构的信息转换方法,包括以下步骤:
按照业务的组合方式定义不同的命令行场景管理对象;
加载网络配置管理协议的数据模型的扩展信息,加载所述数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系;
接收到网络配置管理协议客户端发送的请求信息时,提取出请求信息中的数据模型信息;
根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
在上述方案的基础上,所述映射文件中包括数据模型的节点名称、数据类型、路径以及对应的命令行场景管理对象信息,命令行场景管理对象信息包括命令行场景管理对象类名称、CLI名称和CLI的元素名称。
在上述方案的基础上,所述命令行场景管理对象信息还包括CLI 的视图模式、子视图、是否为key值中的一种或多种。
在上述方案的基础上,所述加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系,具体包括以下步骤:
加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件;
遍历数据模型的每个节点的扩展信息,根据数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的扩展属性的映射关系。
在上述方案的基础上,所述根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理,具体包括以下步骤:
遍历提取出的数据模型信息中的每个节点,在内存中生成对应的数据模型数据树;
根据扩展信息和映射关系,将数据模型数据树中的每个节点的数据转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
本发明还提供一种SDN架构的信息转换系统,包括:
管理对象定义模块,其用于:按照业务的组合方式定义不同的命令行场景管理对象;
映射关系建立模块,其用于:加载网络配置管理协议的数据模型的扩展信息,加载所述数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系;
数据模型转换模块,其用于:接收到网络配置管理协议客户端发送的请求信息时,提取出请求信息中的数据模型信息;根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理 对象,并发送至CLI代理系统处理。
在上述方案的基础上,所述映射文件中包括数据模型的节点名称、数据类型、路径以及对应的命令行场景管理对象信息,命令行场景管理对象信息包括命令行场景管理对象类名称、CLI名称和CLI的元素名称。
在上述方案的基础上,所述命令行场景管理对象信息还包括CLI的视图模式、子视图、是否为key值、附加信息中的一种或多种。
在上述方案的基础上,所述映射关系建立模块加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系,具体包括以下步骤:
加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件;
遍历数据模型的每个节点的扩展信息,根据数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的扩展属性的映射关系。
在上述方案的基础上,所述数据模型转换模块根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理,具体包括以下步骤:
遍历提取出的数据模型信息中的每个节点,在内存中生成对应的数据模型数据树;
根据扩展信息和映射关系,将数据模型数据树中的每个节点的数据转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
与现有技术相比,本发明的优点在于:
本申请将多种数据模型如YANG模型、流表模型通过映射文件加载,转换成对应的命令行场景管理对象,可无缝实现SDN架构下 使用NETCONF协议或者OPENFLOW协议进行配置下发管理。
本申请采用命令行场景管理对象作为传统设备与数据模型的转换,命令行场景管理对象的灵活集合多样化,可以支持多种数据模型与不同命令行场景管理对象的映射,不需要针对单个命令行CLI的特殊定制,更有利于对传统设备同时兼容支持多种数据模型。
本申请实现多种数据模型到命令行场景管理对象的自动映射,无需手工多次编码,节约了大量开发和维护成本。
附图说明
图1是本发明实施例的SDN架构的信息转换方法的流程示意图;
图2是本发明实施例的SDN架构的信息转换方法的数据模型加载与命令行场景管理对象自动映射的流程示意图;
图3是本发明实施例中数据模型与命令行场景管理对象的映射关系的示意图;
图4是本发明实施例的SDN架构的信息转换系统的应用场景示意图。
具体实施方式
元素(element):包含数据的节点。对应CLI命令行中的参数,MIB中的节点,YANG中的叶子;
关键字(key):唯一标识实例的一个或多个元素。对应CLI命令行中的索引,MIB中的索引,YANG中的关键字;
管理对象(Management Object,MO):表示的是命令行场景,一个或者一组命令行的集合。
数据模型(DataModel,DM):表示的是基于不同网络配置管理协议的数据模型,例如Netconf协议使用的YANG Model,SNMP协 议使用的SMI等。
以下结合附图对本发明的实施例作进一步详细说明。
本发明实施例提供一种SDN架构的信息转换方法,包括以下步骤:
按照业务的组合方式定义不同的命令行场景管理对象;
加载网络配置管理协议的数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系;
接收到网络配置管理协议客户端发送的请求信息时,提取出请求信息中的数据模型信息;
根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
本发明实施例的网络配置管理协议包括但不限于NETCONF协议、OPENFLOW协议。
优选的,按照业务的组合方式定义不同的命令行场景管理对象,具体包括以下步骤:
确认需要配置的命令行场景,以下举例端口激光器开关和输出光功率的命令行场景,如下示例,四个命令行组成一个配置命令行场景管理对象。
interface optics 1/1/1
physical channel 1
Laser on
target output power 20
优选的,所述映射文件中包括数据模型的节点名称、数据类型、路径以及对应的命令行场景管理对象信息,命令行场景管理对象信息包括命令行场景管理对象类名称、CLI名称和CLI的元素名称。
优选的,所述命令行场景管理对象信息还包括CLI的视图模式、子视图、是否为key值、附加信息中的一种或多种。
优选的,所述加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系,具体包括以下步骤:
加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件;
遍历数据模型的每个节点的扩展信息,根据数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的扩展属性的映射关系。
优选的,所述根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理,具体包括以下步骤:
遍历提取出的数据模型信息中的每个节点,在内存中生成对应的数据模型数据树;
根据扩展信息和映射关系,将数据模型数据树中的每个节点的数据转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
本发明实施例的方法可以用于且不限于NETCONF和OPENFLOW协议中。参见图1所示,以NETCONF为示例,包括如下步骤:
步骤201,系统启动时加载对应的数据模型扩展信息和对应的映射文件。
步骤202,NETCONF服务器在接收到网管系统NETCONF客户端发送的RPC信息后,将对应的数据模型信息发送给信息转换系统;
步骤203,信息转换系统将收到的数据模型信息处理为基于数据模型YANG模型的相关业务信息和扩展信息,然后转换成对应的命 令行场景管理对象。
步骤204,信息转换系统将生成的命令行场景管理对象发给CLI代理系统处理,执行对应的命令行生成设备相关配置。
其中,NETCONF的RPC信息可以包含配置信息,请求信息和自定义信息等。
基于本发明上述实施例提供的信息转换方法,基于数据模型YANG模型扩展实现NETCONF协议与命令行场景管理对象的转换,从而实现NETCONF客户端与传统基于MIB、CLI网络设备之间的基于会话的通信以及配置的管理。解决了当前传统设备对SDN架构的网络配置协议和数据模型支持不足的问题,实现了传统设备的SDN架构自动配置管理。
参见图2所示,本发明实施例的SDN架构的信息转换方法的数据模型加载与命令行场景管理对象自动映射,具体包括以下步骤:
步骤301,在数据模型(例如且不限于YANG模型,流表模型)中添加扩展属性,使数据模型支持到命令行场景管理对象的映射能力。
步骤302,程序启动时,加载对应的具有扩展信息的数据模型文件和已有的对应命令行定义。
步骤303,程序启动时,加载对应的数据模型与命令行场景管理对象的映射文件生成对应的映射关系。在映射文件中,包含了对应的数据模型的节点名称,数据类型,路径以及对应的管理对象中的以下信息:管理对象类名称、CLI名称、CLI的视图管理对象DE、CLI的元素名称、是否key值等必需的参数和附加信息等非必需参数。附加信息是用来处理一些特殊场景所需要的。
步骤304,请求下发时,信息转换系统中根据数据模型和映射关 系,将数据模型的信息转换为对应的命令行场景管理对象,也就是一个或者多个命令行集合,下发给CLI代理系统。
步骤305,CLI代理系统根据收到的命令行场景管理对象集合进行逐条命令行执行配置下发。
步骤301之前需要有对应的前提,第一,预先定义好对应的命令行,并完成注册和命令行实现。包括命令行CLI的名称,命令行的参数定义。第二,把网络设备的命令行按照对应的业务组合成不同的命令行场景,形成对应的命令行场景管理对象。命令行场景管理对象名称,就是配置块场景名称。
步骤301中,以YANG模型为示例,在数据模型YANG模型中增加对应的扩展信息,内容包括:模块名(映射文件名称),命令行场景管理对象名称(场景名),CLI名称,CLI视图管理对象DE名称(附加信息可选),子视图(附加信息可选),元素名称(CLI关键字、参数),是否为key(附加信息可选)。其中,除了附加信息之外的四元组是必需明确的扩展信息内容。
具体YANG模型代码片段xml样例如下,为了便于理解,去掉了不相关的信息:
Figure PCTCN2019124180-appb-000001
Figure PCTCN2019124180-appb-000002
步骤303中,定义数据模型例如YANG模型与管理对象的映射文件xml。加载的时候,遍历数据模型的每个节点的扩展属性,建立数据模型与管理对象中扩展属性的对应关系。
其中映射关系的示例如图3所示。
步骤304中,设备请求下发的时候,读取数据报文,遍历数据报文中数据模型的每个节点,在内存中生成对应的数据模型数据树,然后根据步骤303中注册的映射关系,把数据模型数据树中的每个节点的数据生成对应的管理对象信息数据发给CLI代理系统。
本发明实施例还提供一种SDN架构的信息转换系统,包括:
管理对象定义模块,其用于:按照业务的组合方式定义不同的命令行场景管理对象;
映射关系建立模块,其用于:加载网络配置管理协议的数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系;
数据模型转换模块,其用于:接收到网络配置管理协议客户端发送的请求信息时,提取出请求信息中的数据模型信息;根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理 对象,并发送至CLI代理系统处理。
图4为本发明实施例的SDN架构的信息转换系统应用场景示意图。本系统网络配置管理协议包括但不限于NETCONF和OPENFLOW协议中。
NETCONF、OPENFLOW服务器在接收到网管系统NETCONF客户端或OPENFLOW客户端发送的请求信息后,将对应的数据模型信息发送给信息转换系统;
信息转换系统将收到的数据模型信息处理为基于数据模型相关业务信息和扩展信息,然后转换成对应的命令行场景管理对象。
信息转换系统将生成的命令行场景管理对象发给CLI代理系统处理,执行对应的命令行生成设备相关配置。
基于本发明上述实施例提供的信息转换系统,基于数据模型模型扩展实现多种网络配置管理协议与命令行场景管理对象的转换,从而实现不同网络配置管理协议客户端与传统基于MIB、CLI网络设备之间的基于会话的通信以及配置的管理。解决了当前传统设备对SDN架构的网络配置协议和数据模型支持不足的问题,实现了传统设备的SDN架构自动配置管理。
优选的,所述映射文件中包括数据模型的节点名称、数据类型、路径以及对应的命令行场景管理对象信息,命令行场景管理对象信息包括命令行场景管理对象类名称、CLI名称和CLI的元素名称。
优选的,所述命令行场景管理对象信息还包括CLI的视图模式、子视图、是否为key值、附加信息中的一种或多种。
优选的,所述映射关系建立模块加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系,具体包括以下步骤:
加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件;
遍历数据模型的每个节点的扩展信息,根据数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的扩展属性的映射关系。
优选的,所述数据模型转换模块根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理,具体包括以下步骤:
遍历提取出的数据模型信息中的每个节点,在内存中生成对应的数据模型数据树;
根据扩展信息和映射关系,将数据模型数据树中的每个节点的数据转换后形成对应的命令行场景管理对象,并发送至CLI代理系统处理。
基于同一发明构思,本申请实施例提供了一种计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现SDN架构的信息转换方法的所有方法步骤或部分方法步骤。
本发明实现上述SDN架构的信息转换方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,计算机程序包括计算机程序代码,计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。计算机可读介质可以包括:能够携带计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、电载波信号、电信信 号以及软件分发介质等。需要说明的是,计算机可读介质包含的内容可以根据司法管辖区内立法和专利实践的要求进行适当的增减,例如在某些司法管辖区,根据立法和专利实践,计算机可读介质不包括电载波信号和电信信号。
基于同一发明构思,本申请实施例还提供一种电子设备,包括存储器和处理器,存储器上储存有在处理器上运行的计算机程序,处理器执行计算机程序时实现SDN架构的信息转换方法中的所有方法步骤或部分方法步骤。
所称处理器可以是中央处理单元(Central Processing Unit,CP U),还可以是其他通用处理器、数字信号处理器(Digital Signal Proc essor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等,处理器是计算机装置的控制中心,利用各种接口和线路连接整个计算机装置的各个部分。
存储器可用于存储计算机程序和/或模块,处理器通过运行或执行存储在存储器内的计算机程序和/或模块,以及调用存储在存储器内的数据,实现计算机装置的各种功能。存储器可主要包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能、图像播放功能等)等;存储数据区可存储根据手机的使用所创建的数据(比如音频数据、视频数据等)等。此外,存储器可以包括高速随机存取存储器,还可以包括非易失性存储器,例如硬盘、内存、插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)、 至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。
本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、服务器或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器和光学存储器等)上实施的计算机程序产品的形式。
本发明是参照根据本发明实施例的方法、设备(系统)、服务器和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。

Claims (10)

  1. 一种SDN架构的信息转换方法,其特征在于,包括以下步骤:
    按照业务的组合方式定义不同的命令行场景管理对象;
    加载网络配置管理协议的数据模型的扩展信息,加载所述数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系;
    接收到网络配置管理协议客户端发送的请求信息时,提取出请求信息中的数据模型信息;
    根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
  2. 如权利要求1所述的方法,其特征在于:所述映射文件中包括数据模型的节点名称、数据类型、路径以及对应的命令行场景管理对象信息,命令行场景管理对象信息包括命令行场景管理对象类名称、CLI名称和CLI的元素名称。
  3. 如权利要求2所述的方法,其特征在于:所述命令行场景管理对象信息还包括CLI的视图模式、子视图、是否为key值中的一种或多种。
  4. 如权利要求1所述的方法,其特征在于:
    所述加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系,具体包括以下步骤:
    加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件;
    遍历数据模型的每个节点的扩展信息,根据数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的扩展 属性的映射关系。
  5. 如权利要求1所述的方法,其特征在于:所述根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理,具体包括以下步骤:
    遍历提取出的数据模型信息中的每个节点,在内存中生成对应的数据模型数据树;
    根据扩展信息和映射关系,将数据模型数据树中的每个节点的数据转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
  6. 一种SDN架构的信息转换系统,其特征在于,包括:
    管理对象定义模块,其用于:按照业务的组合方式定义不同的命令行场景管理对象;
    映射关系建立模块,其用于:加载网络配置管理协议的数据模型的扩展信息,加载所述数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系;
    数据模型转换模块,其用于:接收到网络配置管理协议客户端发送的请求信息时,提取出请求信息中的数据模型信息;根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
  7. 如权利要求6所述的系统,其特征在于:所述映射文件中包括数据模型的节点名称、数据类型、路径以及对应的命令行场景管理对象信息,命令行场景管理对象信息包括命令行场景管理对象类名称、CLI名称和CLI的元素名称。
  8. 如权利要求7所述的系统,其特征在于:所述命令行场景管理对象信息还包括CLI的视图模式、子视图、是否为key值、附加信息中的一种或多种。
  9. 如权利要求6所述的系统,其特征在于:
    所述映射关系建立模块加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的映射关系,具体包括以下步骤:
    加载数据模型的扩展信息,加载数据模型与命令行场景管理对象的映射文件;
    遍历数据模型的每个节点的扩展信息,根据数据模型与命令行场景管理对象的映射文件,建立数据模型与命令行场景管理对象的扩展属性的映射关系。
  10. 如权利要求6所述的系统,其特征在于:所述数据模型转换模块根据扩展信息和映射文件,将提取出的数据模型信息转换成对应的命令行场景管理对象,并发送至CLI代理系统处理,具体包括以下步骤:
    遍历提取出的数据模型信息中的每个节点,在内存中生成对应的数据模型数据树;
    根据扩展信息和映射关系,将数据模型数据树中的每个节点的数据转换成对应的命令行场景管理对象,并发送至CLI代理系统处理。
PCT/CN2019/124180 2019-07-10 2019-12-10 一种sdn架构的信息转换方法和系统 WO2021003998A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910620733.8 2019-07-10
CN201910620733.8A CN110474794B (zh) 2019-07-10 2019-07-10 一种sdn架构的信息转换方法和系统

Publications (1)

Publication Number Publication Date
WO2021003998A1 true WO2021003998A1 (zh) 2021-01-14

Family

ID=68507226

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/124180 WO2021003998A1 (zh) 2019-07-10 2019-12-10 一种sdn架构的信息转换方法和系统

Country Status (2)

Country Link
CN (1) CN110474794B (zh)
WO (1) WO2021003998A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114978903A (zh) * 2022-05-20 2022-08-30 中国电信股份有限公司 配置下发方法、装置、服务器及可读存储介质
CN116149240A (zh) * 2023-04-18 2023-05-23 合肥安迅精密技术有限公司 贴片机软硬件交互信息实时监控分析系统、方法及存储介质

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110474794B (zh) * 2019-07-10 2021-04-27 烽火通信科技股份有限公司 一种sdn架构的信息转换方法和系统
CN111030860B (zh) * 2019-12-10 2022-08-30 上海宽带技术及应用工程研究中心 基于OpenDayLight的网络管理装置、方法、终端以及介质
CN110933114B (zh) * 2019-12-30 2022-04-26 京信网络系统股份有限公司 配置参数管理方法、装置、存储介质及控制终端
CN113381870B (zh) * 2020-03-09 2023-01-06 华为技术有限公司 报文处理方法和设备
CN111416736B (zh) * 2020-03-12 2022-11-11 北京星网锐捷网络技术有限公司 网络设备的配置管理方法、装置、计算设备及存储介质
CN113452536B (zh) * 2020-03-24 2023-01-06 华为技术有限公司 一种原子对象的管理方法及装置

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8255932B1 (en) * 2008-12-17 2012-08-28 Cisco Technology, Inc. Application of an embedded instrumentation interface definition language
CN109257222A (zh) * 2018-09-27 2019-01-22 中国联合网络通信有限公司广东省分公司 一种基于业务编排器的城域网网络架构
US10200248B1 (en) * 2016-06-30 2019-02-05 Juniper Networks, Inc. Translating high-level configuration instructions to low-level device configuration
US10230585B1 (en) * 2016-09-30 2019-03-12 Juniper Networks, Inc. Multi vendor device support in network management systems
US10277461B1 (en) * 2016-04-20 2019-04-30 Juniper Networks, Inc. Generating network service models
CN109788041A (zh) * 2017-12-29 2019-05-21 中国联合网络通信有限公司广东省分公司 一种基于utn网络的sdn云网一体化系统
CN110474794A (zh) * 2019-07-10 2019-11-19 烽火通信科技股份有限公司 一种sdn架构的信息转换方法和系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10771285B2 (en) * 2016-07-05 2020-09-08 Cisco Technology, Inc. Method and apparatus for mapping network data models
CN107241221B (zh) * 2017-05-27 2019-07-16 烽火通信科技股份有限公司 支持不同网管协议的网管协议数据统一处理系统及方法
CN109116828B (zh) * 2017-06-22 2023-03-17 中兴通讯股份有限公司 一种控制器中模型代码配置方法和装置
CN109361550B (zh) * 2018-11-21 2021-06-08 国家计算机网络与信息安全管理中心 网络设备配置管理的方法、装置及设备
CN109951315B (zh) * 2019-02-14 2022-02-22 烽火通信科技股份有限公司 一种实现yang模型到内部模型映射的方法及系统
CN109947995B (zh) * 2019-02-14 2020-12-15 烽火通信科技股份有限公司 一种高级模型与低级模型的自动映射方法及系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8255932B1 (en) * 2008-12-17 2012-08-28 Cisco Technology, Inc. Application of an embedded instrumentation interface definition language
US10277461B1 (en) * 2016-04-20 2019-04-30 Juniper Networks, Inc. Generating network service models
US10200248B1 (en) * 2016-06-30 2019-02-05 Juniper Networks, Inc. Translating high-level configuration instructions to low-level device configuration
US10230585B1 (en) * 2016-09-30 2019-03-12 Juniper Networks, Inc. Multi vendor device support in network management systems
CN109788041A (zh) * 2017-12-29 2019-05-21 中国联合网络通信有限公司广东省分公司 一种基于utn网络的sdn云网一体化系统
CN109257222A (zh) * 2018-09-27 2019-01-22 中国联合网络通信有限公司广东省分公司 一种基于业务编排器的城域网网络架构
CN110474794A (zh) * 2019-07-10 2019-11-19 烽火通信科技股份有限公司 一种sdn架构的信息转换方法和系统

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114978903A (zh) * 2022-05-20 2022-08-30 中国电信股份有限公司 配置下发方法、装置、服务器及可读存储介质
CN114978903B (zh) * 2022-05-20 2023-10-31 中国电信股份有限公司 配置下发方法、装置、服务器及可读存储介质
CN116149240A (zh) * 2023-04-18 2023-05-23 合肥安迅精密技术有限公司 贴片机软硬件交互信息实时监控分析系统、方法及存储介质

Also Published As

Publication number Publication date
CN110474794A (zh) 2019-11-19
CN110474794B (zh) 2021-04-27

Similar Documents

Publication Publication Date Title
WO2021003998A1 (zh) 一种sdn架构的信息转换方法和系统
WO2020237797A1 (zh) 一种微服务框架下动态配置管理方法及系统
WO2015035816A1 (zh) 一种nginx服务器配置维护方法及系统
US10495336B2 (en) Energy operations across domains
CN111064626B (zh) 配置更新方法、装置、服务器及可读存储介质
CN111984561B (zh) 一种bmc的ipmi命令处理方法、系统、设备以及介质
US8891524B2 (en) Method and apparatus of automatically providing registration information
CN113556359A (zh) 一种通讯协议转换方法、设备、系统及网关设备
CN110768889A (zh) 一种vxlan隧道的构建方法及系统
WO2020207105A1 (zh) 目的报文的确定方法及装置、存储介质、电子装置
WO2014019545A1 (zh) 内容发布系统及其内容发布方法
CN113297305A (zh) 会话状态处理方法、装置、设备和存储介质
US11888688B2 (en) Configuration information subscription method and apparatus
CN115134337B (zh) 一种多场景下工业互联网设备数据传输控制方法及系统
JP2022500740A (ja) ネットワーク機能に必要なリソースの配備方法、装置、記憶媒体および電子装置
CN115098254A (zh) 子任务序列的触发执行方法、系统及电子设备
CN111193765B (zh) 设备连接方法、装置、计算机设备和计算机可读存储介质
CN113438095B (zh) 配置数据的管理方法、装置、设备及存储介质
US10764152B1 (en) Methods and apparatus for centralized configuration management of heterogenous network devices through software-based node unification
CN115065594B (zh) 数据配置方法、装置、设备、可读存储介质及程序产品
CN113094192B (zh) 一种数据处理方法、装置、介质和设备
CN111294313B (zh) 接入设备的控制方法及控制器
US9501528B2 (en) Efficient response of common information model (CIM) server
CN112702368B (zh) 服务请求的处理方法和装置
WO2022262441A1 (zh) 网元配置方法、业务配置方法、网元、存储介质

Legal Events

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

Ref document number: 19936817

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19936817

Country of ref document: EP

Kind code of ref document: A1