WO2024001569A1 - 网络配置方法、装置以及存储介质、电子装置 - Google Patents

网络配置方法、装置以及存储介质、电子装置 Download PDF

Info

Publication number
WO2024001569A1
WO2024001569A1 PCT/CN2023/093995 CN2023093995W WO2024001569A1 WO 2024001569 A1 WO2024001569 A1 WO 2024001569A1 CN 2023093995 W CN2023093995 W CN 2023093995W WO 2024001569 A1 WO2024001569 A1 WO 2024001569A1
Authority
WO
WIPO (PCT)
Prior art keywords
yang
target
model
package
network
Prior art date
Application number
PCT/CN2023/093995
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 WO2024001569A1 publication Critical patent/WO2024001569A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • 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/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0853Retrieval of network configuration; Tracking network configuration history by actively collecting configuration information or by backing up configuration information

Definitions

  • Embodiments of the present invention relate to the field of communications, and specifically to a network configuration method, device, storage medium, and electronic device.
  • a network device needs to interface with controllers of different customers, usually by converting third-party YANG to the device's local YANG.
  • third-party YANG to the device's local YANG.
  • Embodiments of the present invention provide a network configuration method, device, storage medium, and electronic device to at least solve the problem in related technologies that multiple software versions need to be produced and the workload is increased.
  • a network configuration method which includes: when a network device is initialized, determining a matching target YANG packet from a YANG packet set according to device application information; loading a list of the above target YANG packets to obtain the above The YANG model contained in the target YANG package, and the YANG model that notifies the target rendering attributes; converts the above YANG model into the target YANG model, so as to convert the received YANG message into a target that conforms to the above target YANG model through the above target YANG model YANG message, wherein the target YANG model is a YANG model supported by the network connected to the network device.
  • a network configuration device including: a determination module configured to determine a matching target YANG packet from a YANG packet set according to device application information when a network device is initialized; and a notification module configured to To load the manifest of the above-mentioned target YANG package to obtain the YANG model contained in the above-mentioned target YANG package, and to notify the YANG model of the target rendering attribute; the conversion module is configured to convert the above-mentioned YANG model into the target YANG model to pass the above-mentioned target YANG model Convert the received YANG message into a target YANG message that conforms to the above target YANG model, where the above target YANG model is a YANG model supported by the network connected to the above network device.
  • a computer-readable storage medium is also provided.
  • a computer program is stored in the computer-readable storage medium, wherein the computer program is configured to execute any of the above methods when running. Steps in Examples.
  • an electronic device including a memory and a processor.
  • a computer program is stored in the memory, and the processor is configured to run the computer program to perform any of the above. Steps in method embodiments.
  • Figure 1 is a flow chart of a network configuration method according to an embodiment of the present invention
  • Figure 2 is a flow chart of a network configuration method according to an embodiment of the present invention.
  • Figure 3 is a flow chart of a network configuration method according to an embodiment of the present invention.
  • Figure 4 is a schematic diagram of an application system of a network configuration method according to an embodiment of the present invention.
  • Figure 5 is a flow chart of a network configuration method according to an embodiment of the present invention.
  • Figure 6 is a flow chart of a network configuration method according to an embodiment of the present invention.
  • Figure 7 is a hardware structure block diagram of a running network configuration method according to an embodiment of the present invention.
  • Figure 8 is a structural block diagram of a network configuration device according to an embodiment of the present invention.
  • Figure 1 is a flow chart of a network configuration method according to an embodiment of the present invention. As shown in Figure 1, the process includes the following steps:
  • Step S102 When the network device is initialized, the matching target YANG packet is determined from the YANG packet set according to the device application information;
  • Step S104 load the list of the target YANG package to obtain the YANG model contained in the target YANG package, and notify the YANG model of the target rendering attribute;
  • Step S106 Convert the YANG model into a target YANG model, so as to convert the received YANG message into a target YANG message that conforms to the target YANG model through the target YANG model, where the target YANG model is supported by the network to which the network device is connected. YANG model.
  • Network device initialization is not limited to power-on initialization when the device is started.
  • the YANG package set is not limited to including multiple YANGs. Each YANG package is a complete set of YANG modules that meet customer needs. The required files are all in YANG Inside the bag. Each YANG package is a compressed file or a subdirectory named after the package name.
  • the YANG model classification and including multiple independent YANG packages are made into a YANG package set of one software version
  • the corresponding target YANG package is loaded according to the device application information during runtime, and the target YANG package is
  • the YANG model is converted to local YANG processing, which avoids the problem of needing to produce multiple software versions for different requirements. At least it solves the problem of increasing workload by producing multiple software versions in related technologies, and reduces the increase in network configuration. Increased workload effect.
  • determining the matching target YANG packet from the YANG packet set according to the device application information includes: reading the hardware tag or initialization file, and determining the name of the target YANG packet that matches the network to which the network device is connected. .
  • Device application information is not limited to device type or application scenario.
  • One way to record device type or application scenario is to write it in the hardware tag or inject it into the initialization file when the device leaves the factory. Therefore, it is not limited to reading from the hardware tag or initialization file.
  • Step 201 Create a YANG package. During device development, create several YANG packages as needed and package multiple YANG packages into a YANG package collection.
  • Step 202 The configuration management system loads the specified YANG package. When a network device is started, the configuration management system reads the YANG package that matches the device type or application scenario, loads all YANG models and local YANG models in the YANG package, and notifies these YANG models to the network manager.
  • Step 203 The configuration management system converts the packets sent by the controller into the local YANG model. When the configuration management system receives the YANG message sent by the controller, it converts the YANG message into a native YANG message.
  • the network device before the network device is initialized, it also includes:
  • S26 Extract YANG model resources according to the YANG package definition, standard list, and target list of the YANG package set to build multiple YANG packages in the YANG package set.
  • Step 301 Class division of standard YANG. Standard YANG is divided into categories. Each category is a complete closure, that is, all YANG models used are within this class. The specific methods are not limited to include two types.
  • Method 1 Save in a subdirectory. The directory name is the class name, and all model files belonging to the class are placed in the directory.
  • Method 2 Do not specify the YANG saving directory, use a list to define it. The list includes the YANG model name, version date, and the subdirectory where the YANG file is located.
  • Step 302 native YANG list definition. Because the network configuration needs to convert standard YANG to native YANG, the page may support both standard YANG and native YANG (at this time, native YANG is also included in the YANG package). Hence the native YANG manifest is defined. The list is not limited to including: YANG model name, version date, supported standard class name, and whether it is an internal inner model.
  • Step 303 YANG package definition. After dividing the classes and completing the native YANG list definition, you need to define several YANG packages. The specific definition of the YANG package is not limited to the use of any method, as long as it can express the model contained in the YANG package.
  • Step 304 YANG package generation module. Taking 4 YANG packages defined as an example, according to the YANG package definition, standard YANG class division and native YANG list, the resources of each YANG package are extracted through the YANG package generation module and put into the preset subdirectory, or Each YANG package is saved as a compressed file.
  • Step 305 Get the YANG package.
  • each YANG package is not limited to include:
  • D.native YANG file information list including YANG model name, version date, namespace, prefix, include Models, imported models, etc., also include the standard YANG implementation that indicates whether native YANG belongs to this package or supports this package. For native YANG that belongs to this package, the controller needs to be notified, which is visible to the user; for native YANG that supports this package The native YANG does not notify the controller and is not exposed to the outside world.
  • Method 1 Classify by source, such as classA, classB, classC, etc.
  • the local YANG is native, and the YANG package is not limited to a collection of several categories, as shown in Table 1 below:
  • YANG model list for each YANG package based on the above definition, and extract these YANG models into the YANG package.
  • the corresponding information of the YANG package is: package name + YANG model list + YANG model file.
  • Local YANG may be used by multiple YANG packages, or may only be used as a target model and not included in any YANG package. Therefore, create a separate manifest for local YANG and mark the list of YANG package names to which it belongs.
  • the information of multiple YANG packages is saved as multiple directories or multiple compressed packages on the network device.
  • the directory name or compressed package name is not limited to the name of the YANG package.
  • the package loading module reads the model list from the corresponding directory (or after decompressing the package) according to the package name and loads it into the model warehouse.
  • the subsequent access module notifies these YANG models to the controller.
  • When reading the local YANG list check whether the current YANG package name is included in the list of packages it belongs to or supports. If it is included, the YANG is considered valid and loaded.
  • Method 2 The definition of the YANG package can also be specific to the specific model granularity in each category, for example, only including a few YANGs in a certain category or excluding several YANGs in a certain category. Possible expressions are shown in Table 2 below:
  • the above P1 package includes all models of classA and moduleA and moduleB models in classB.
  • the P2 package includes all models of classA and all models of classB except moduleA and moduleB.
  • Method 3 Name ietf, bbf, ccsa, a certain enterprise standard, etc. as a class.
  • the description method of the class is not limited to the file saving path.
  • the YANG of each class is saved in the directory named after the class name. You can also use a list or table to represent the class to which each YANG module belongs, regardless of the path where the YANG module is saved.
  • Each native YANG has two attributes: one is the belonging class, and the other is the supporting class.
  • the former defaults to the value native, indicating that it belongs to the native category; the latter defines the standard class supported by native YANG, which is used when a certain YANG package only requires standard classes and does not require native YANG, retaining this type of native model but not presenting it to the outside world. , does not notify the controller.
  • native YANG is only used for all standard YANG transformations and is not exposed to users, its own class can be set to "inner”, indicating that it is only used for internal implementation and will not be notified to the controller at any time.
  • the supported or owned items in the final generated local YANG list will be replaced by the YANG package instead of the class.
  • the owned class is "inner”, it will be replaced by any created YANG package name.
  • the system architecture includes: the YANG packet generation module in the equipment development process, and the configuration management system located in the network equipment, which is not limited to including: YANG package collection, decision-making module, package loading module, model warehouse, access module and model conversion module.
  • the YANG package generation module produces several YANG packages according to the customers the device is intended for. Each YANG package includes several standard YANG models from different categories.
  • the decision-making module determines the currently used YANG package based on the device type or application scenario, and the package loading module loads the YANG package into the model warehouse.
  • the access module receives the controller message, it converts it into a local YANG message for processing through the model conversion module.
  • the model warehouse contains the YANG file of each module and its module name, version date, feature and other information, as well as the rendering properties of each module.
  • the rendering attribute is determined by the belonging and supporting packages. When loading the model, if the YANG package loaded by the current decision is in the YANG package list belonging to the module, the rendering attribute is "true”. If the YANG package loaded by the current decision is in the YANG package list of the module, the rendering attribute is "true”. In the module's supported YANG package list, the attribute appears as "false”.
  • load the manifest of the target YANG package to obtain the YANG model contained in the target YANG package including:
  • S104-16 Determine the presentation attributes of the YANG model of the YANG package according to the attribution support relationship between the target YANG model file indicated by the target YANG model information and the target YANG package.
  • the YANG model of the notification target presentation attributes includes:
  • S104-24 Notify the controller of the accessed network of the model list of the YANG model including the target presentation attributes.
  • notify the controller of the accessed network of a model list including the YANG model of the target presentation attributes including:
  • Step 401 Hardware tag or initialization file.
  • the system is initialized, it is determined which YANG package in the YANG package collection is to be loaded. The method of selecting the YANG package is to use hardware tags or write the initialization file.
  • Step 402 The package loading module obtains the selected package.
  • the decision-making module reads the hardware tag or initial file to determine the name of the YANG package to be loaded, thereby loading the YANG package through the package loading module.
  • Step 403 The package loading module obtains the third-party model list in the package and loads it into the model warehouse.
  • the package loading module obtains the third-party YANG list (standard list) of the YANG package to be loaded. If it is a compressed package, decompress it first. According to the third-party YANG list, it obtains the third-party YANG basic information and corresponding YANG files of this YANG package, and converts these The information is written to the model repository.
  • the package loading module obtains the third-party model list in the package and loads it into the model warehouse.
  • the package loading module obtains the third-party YANG list (standard list) of the YANG package to be loaded. If it is a compressed package, decompress it first. According to the third-party YANG list, it obtains the third-party YANG basic information and corresponding YANG files of this YANG package, and converts these The information is written to the model repository.
  • Step 404 The package loading module loads the native model into the model warehouse. Obtain the native YANG list of the YANG package to be loaded, load its basic information and YANG model files, and determine the rendering properties based on the belonging or supported YANG package list and the currently loaded YANG package, and then write these basic information and native YANG files to in the model warehouse.
  • Step 405 The access module notifies the client of the model list. Responsible for receiving connection requests from the client (controller). After establishing a connection according to the netconf protocol, the access module shall notify the supported YANG basic information list in the hello message. At this time, the models with the attribute "false" will be filtered out. No announcement will be made.
  • the client uses a get request to query the network device YANG list or uses get-schema or other similar methods to obtain a YANG file, it also needs to filter out models with a rendering attribute of "false”.
  • the YANG model after converting the YANG model into the target YANG model, it also includes:
  • S24 Determine the target replacement YANG package from the YANG package set, and load the target replacement YANG package.
  • Step 501 The decision-making module commands to select a new YANG package.
  • the decision-making module receives the YANG packet switching instruction and determines the new YANG packet from the YANG packet set.
  • Step 502 Uninstall the current YANG package from the model warehouse and clear related memory data.
  • Step 503 The package loading module obtains the model list in the specified package and loads it.
  • Step 504 The package loading module loads the native model.
  • steps 503 and 504 are the same as the process of loading the current YANG package in the initialization stage.
  • the package loading module loads the specified YANG package and writes the YANG package into the model warehouse, so they will not be described again here.
  • FIG. 7 is a hardware structure block diagram of a mobile terminal of a network configuration method according to an embodiment of the present invention.
  • the mobile terminal may include one or more (only one is shown in Figure 7) processors 702 (the processor 702 may include but is not limited to a microprocessor (Microcontroller Unit, MCU) or a programmable logic device ( Field Programmable Gate Array, FPGA, etc.) and a memory 704 for storing data, wherein the above-mentioned mobile terminal may also include a transmission device 706 for communication functions and an input and output device 708.
  • MCU Microcontroller Unit
  • FPGA Field Programmable Gate Array
  • the mobile terminal may also include a transmission device 706 for communication functions and an input and output device 708.
  • FIG. 7 is only illustrative, and it does not limit the structure of the above-mentioned mobile terminal.
  • the mobile terminal may also include more or fewer components than shown in FIG. 7 , or have a different configuration than shown in FIG. 7 .
  • the memory 704 can be used to store computer programs, for example, software programs and modules of application software, such as the computer program corresponding to the network configuration method in the embodiment of the present invention.
  • the processor 702 executes various tasks by running the computer program stored in the memory 704.
  • a functional application and data processing that is, to implement the above method.
  • Memory 704 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory.
  • the memory 704 may further include memory located remotely relative to the processor 702, and these remote memories may be connected to the mobile terminal through a network. Examples of the above networks include, but are not limited to, the Internet network, intranet, local area network, mobile communication network and their combinations.
  • Transmission device 706 is used to receive or send data via a network.
  • Specific examples of the above-mentioned network may include a wireless network provided by a communication provider of the mobile terminal.
  • the transmission device 706 includes a network adapter (Network Interface Controller, NIC for short), which can be connected to other network devices through a base station to communicate with the Internet.
  • the transmission device 706 may be a radio frequency (Radio Frequency, RF for short) module, which is used to communicate with the Internet wirelessly.
  • NIC Network Interface Controller
  • the method according to the above embodiments can be implemented by means of software plus the necessary general hardware platform. Of course, it can also be implemented by hardware, but in many cases the former is Better implementation.
  • the technical solution of the present invention can be embodied in the form of a software product in nature or in part that contributes to the existing technology.
  • the computer software product is stored in a storage medium (such as read-only memory/random access memory).
  • the memory Read-Only Memory/Random Access Memory, ROM/RAM), magnetic disk, optical disk
  • ROM/RAM Read-Only Memory/Random Access Memory
  • magnetic disk magnetic disk
  • optical disk includes several instructions to cause a terminal device (which can be a mobile phone, computer, server, or network device, etc.) to execute the present invention. Methods described in various embodiments.
  • module may be a combination of software and/or hardware that implements a predetermined function.
  • the apparatus described in the following embodiments is preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
  • Figure 8 is a structural block diagram of a network configuration device according to an embodiment of the present invention. As shown in Figure 8, the device includes:
  • the determination module 82 is configured to determine the matching target YANG packet from the YANG packet set according to the device application information when the network device is initialized;
  • the notification module 84 is configured to load the manifest of the target YANG package to obtain the YANG model contained in the target YANG package, and notify the YANG model of the target rendering attribute;
  • the conversion module 86 is configured to convert the YANG model into a target YANG model, so as to convert the received YANG message into a target YANG message that conforms to the target YANG model through the target YANG model, where the target YANG model is accessed by the network device Network supported YANG model.
  • the above-mentioned determination module 82 includes: reading the hardware tag or initialization file, and determining the name of the target YANG packet that matches the network to which the network device is connected.
  • the above notification module 84 also includes: obtaining the standard list in the target YANG package, and recording the standard YANG model information and standard YANG model files in the target YANG package to the model warehouse; obtaining the target list in the target YANG package, and Load the target YANG model information and the target YANG model file of the target YANG package to the model warehouse; determine the presentation attributes of the YANG model of the YANG package based on the ownership support relationship between the target YANG model file indicated by the target YANG model information and the target YANG package.
  • the above notification module 84 also includes: sequentially determining the presentation attributes of each YANG model in the YANG package, and filtering out the YANG models with target presentation attributes; and notifying the controller of the accessed network of the YANG model including the target presentation attributes. list of models.
  • the above notification module 84 also includes: upon receiving a connection request from the controller, establishing a network connection according to the network connection protocol; and adding a model list to the notification message to notify the YANG model of the target presentation attribute.
  • the above-mentioned network configuration device also includes a building module, which is configured to classify the standard YANG model according to categories before the network device is initialized to obtain a standard list; define the target list according to the attribution support relationship of the target YANG model; and define the target list according to the YANG package
  • the collection's YANG package definition, standard manifest, and target manifest extract YANG model resources to build multiple YANG packages in the YANG package collection.
  • the above-mentioned network configuration device also includes a switching module, which is configured to, after converting the YANG model into the target YANG model, upon receiving the YANG package switching instruction, unload the currently loaded target YANG package and clear the information related to the target YANG package.
  • a switching module configured to, after converting the YANG model into the target YANG model, upon receiving the YANG package switching instruction, unload the currently loaded target YANG package and clear the information related to the target YANG package.
  • Package-related memory data determine the target replacement YANG package from the YANG package collection, and load the target replacement YANG package.
  • each of the above modules can be implemented through software or hardware.
  • it can be implemented in the following ways, but is not limited to this: the above modules are all located in the same processor; or the above modules can be implemented in any combination.
  • the forms are located in different processors.
  • Embodiments of the present invention also provide a computer-readable storage medium that stores a computer program, wherein the computer program is configured to execute the steps in any of the above method embodiments when running.
  • the computer-readable storage medium may include but is not limited to: U disk, read-only memory (Read-Only Memory, referred to as ROM), random access memory (Random Access Memory, referred to as RAM) , mobile hard disk, magnetic disk or optical disk and other media that can store computer programs.
  • ROM read-only memory
  • RAM random access memory
  • mobile hard disk magnetic disk or optical disk and other media that can store computer programs.
  • An embodiment of the present invention also provides an electronic device, including a memory and a processor.
  • a computer program is stored in the memory, and the processor is configured to run the computer program to perform the steps in any of the above method embodiments.
  • the above-mentioned electronic device may further include a transmission device and an input-output device, wherein the transmission device is connected to the above-mentioned processor, and the input-output device is connected to the above-mentioned processor.
  • each module or each step of the above-mentioned embodiments of the present invention can be implemented by a general-purpose computing device. They can be concentrated on a single computing device, or distributed among multiple computing devices. over a network, they may be implemented with program code executable by a computing device, such that they may be stored in a storage device for execution by the computing device, and in some cases, may be executed in a sequence different from that described here.
  • the steps shown or described may be implemented by fabricating them separately into individual integrated circuit modules, or by fabricating multiple modules or steps among them into a single integrated circuit module. As such, embodiments of the invention are not limited to any specific combination of hardware and software.

Abstract

本发明实施例提供了一种网络配置方法、装置以及存储介质、电子装置。该网络配置方法包括:在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;加载目标YANG包的清单以获取目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;将YANG模型转换为目标YANG模型,以通过目标YANG模型将接收到的YANG报文转换为符合目标YANG模型的目标YANG报文,其中,目标YANG模型为网络设备所接入网络支持的YANG模型。

Description

网络配置方法、装置以及存储介质、电子装置
相关申请的交叉引用
本申请基于2022年6月30日提交的发明名称为“网络配置方法、装置以及存储介质、电子装置”的中国专利申请CN202210764636.8,并且要求该专利申请的优先权,通过引用将其所公开的内容全部并入本申请。
技术领域
本发明实施例涉及通信领域,具体而言,涉及一种网络配置方法、装置以及存储介质、电子装置。
背景技术
随着软件定义网络/网络功能虚拟化(Software Defined Network/Network Functions Virtualization,SDN/NFV)和运维自动化、智能化的日益成熟,互联网技术(Internet Technology,IT)企业和电信运营商对网络通讯设备不同程度提出标准化YANG模型的需求,以便解除控制器和网络设备的厂商绑定,加快业务创新、降低运营成本。YANG模型存在国际组织标准、行业标准、企业标准,因此对网络设备来说,面临业界多套模型支持问题。
一个网络设备需要和不同客户的控制器进行对接,通常采用将第三方YANG转为设备本地YANG的方式,但多套YANG模型间可能存在交集,而一台设备不可能同时支持一个模型的两个版本,而且通常要为不同客户定制不同版本,从而增加了研发工作量,且维护困难。
发明内容
本发明实施例提供了一种网络配置方法、装置以及存储介质、电子装置,以至少解决相关技术中需要制作多个软件版本而增加工作量的问题。
根据本发明的一个实施例,提供了一种网络配置方法,包括:在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;加载上述目标YANG包的清单以获取上述目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;将上述YANG模型转换为目标YANG模型,以通过上述目标YANG模型将接收到的YANG报文转换为符合上述目标YANG模型的目标YANG报文,其中,上述目标YANG模型为上述网络设备所接入网络支持的YANG模型。
根据本发明的另一个实施例,提供了一种网络配置装置,包括:确定模块,设置为在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;通告模块,设置为加载上述目标YANG包的清单以获取上述目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;转换模块,设置为将上述YANG模型转换为目标YANG模型,以通过上述目标YANG模型将接收到的YANG报文转换为符合上述目标YANG模型的目标YANG报文,其中,上述目标YANG模型为上述网络设备所接入网络支持的YANG模型。
根据本发明的又一个实施例,还提供了一种计算机可读存储介质,所述计算机可读存储介质中存储有计算机程序,其中,所述计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。
根据本发明的又一个实施例,还提供了一种电子装置,包括存储器和处理器,所述存储器中存储有计算机程序,所述处理器被设置为运行所述计算机程序以执行上述任一项方法实施例中的步骤。
附图说明
图1是根据本发明实施例的网络配置方法的流程图;
图2是根据本发明实施例的网络配置方法的流程图;
图3是根据本发明实施例的网络配置方法的流程图;
图4是根据本发明实施例的网络配置方法的应用系统示意图;
图5是根据本发明实施例的网络配置方法的流程图;
图6是根据本发明实施例的网络配置方法的流程图;
图7是根据本发明实施例的运行网络配置方法的硬件结构框图;
图8是根据本发明实施例的网络配置装置的结构框图。
具体实施方式
下文中将参考附图并结合实施例来详细说明本发明的实施例。
需要说明的是,本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。
在本实施例中提供了一种运行于上述配置管理系统的网络配置方法,图1是根据本发明实施例的网络配置方法的流程图,如图1所示,该流程包括如下步骤:
步骤S102,在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;
步骤S104,加载目标YANG包的清单以获取目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;
步骤S106,将YANG模型转换为目标YANG模型,以通过目标YANG模型将接收到的YANG报文转换为符合目标YANG模型的目标YANG报文,其中,目标YANG模型为网络设备所接入网络支持的YANG模型。
网络设备初始化不限于是设备启动时的上电初始化,YANG包集合中不限于包括多个YANG,每个YANG包都是一个完整的面对客户需求的YANG模块集合,所需的文件都在YANG包内。每个YANG包是一个压缩文件或以包名命名的子目录。
通过本发明实施例,由于将YANG模型分类形成的、包括多个独立YANG包制作到一个软件版本的YANG包集合中,运行时根据设备应用信息加载相应的目标YANG包,并将目标YANG包中的YANG模型转为本地YANG处理,避免了需要针对不同要求制作多个软件版本的问题,至少解决了相关技术中需要制作多个软件版本而增加工作量的问题,达到减少网络配置所增 加的工作量效果。
作为一种可选的实施方式,根据设备应用信息从YANG包集合中确定匹配的目标YANG包,包括:读取硬件标记或初始化文件,确定与网络设备所接入网络匹配的目标YANG包的名称。
设备应用信息不限于为设备类型或应用场景,设备类型或应用场景的一种记载方式是在设备出厂时写在硬件标记中或注入初始化文件中,因此不限于从硬件标记或初始化文件中读取设备应用信息,以确定于设备匹配的目标YANG包。
网络设备的整体网络配置流程不限于如图2所示,步骤201:制作YANG包。在设备开发的时,根据需要制作若干个YANG包,并将多个YANG包打包至YANG包集合中。步骤202:配置管理系统加载指定YANG包。在网络设备启动时,配置管理系统读取与设备类型或应用场景匹配的YANG包,加载YANG包内所有YANG模型和本地YANG模型,并将这些YANG模型通告给网管。步骤203:配置管理系统将控制器下发的报文转为本地YANG模型。当配置管理系统接收到控制器下发的YANG报文时,将YANG报文转换为native YANG报文。
作为一种可选的实施方式,在网络设备初始化之前,还包括:
S22,按照类别对标准YANG模型进行类划分,得到标准清单;
S24,根据目标YANG模型的归属支撑关系定义目标清单;
S26,根据YANG包集合的YANG包定义、标准清单和目标清单抽取YANG模型资源以构建YANG包集合中的多个YANG包。
网络设备的YANG包制作的具体过程不限于如图3所示。步骤301:标准YANG的class划分。将标准YANG按类别划分,每个类别是一个完整闭包,即所有使用的YANG模型都在本class内。具体方式不限于包括两种。方式一:按子目录保存,目录名为class名,目录下放所有属于该class的模型文件。方式二:不规定YANG的保存目录,用清单定义。清单中有YANG模型名、版本日期、YANG文件所在子目录。
步骤302:native YANG清单定义。因为网络配置需要将标准YANG转换为native YANG,页可能同时支持标准YANG和native YANG(此时native YANG也在YANG包内)。因此定义native YANG清单。清单中不限于包含:YANG模型名、版本日期、支撑的标准class名,以及是否是内部inner模型。
步骤303:YANG包定义。在划分好class,完成native YANG清单定义后,需要定义若干YANG包。YANG包的具体定义不限于使用任何方法,满足表达出YANG包内含有的模型即可。
步骤304:YANG包生成模块。以定义了4个YANG包为例,根据YANG包定义、标准YANG的class划分以及native YANG清单,通过YANG包生成模块将每个YANG包的资源抽取出来放入预设的子目录内,或将每个YANG包保存为一个压缩文件。
步骤305:得到YANG包。
每个YANG包的内容不限于包括:
A.归属于该YANG包的所有标准YANG文件;
B.标准YANG文件的信息清单,包含YANG模型名、版本日期、namespace、前缀、include的模型、import的模型等;
C.归属于该YANG包的所有native YANG文件;
D.native YANG文件的信息清单,包含YANG模型名、版本日期、namespace、前缀、include 的模型、import的模型等,还包括指示native YANG是归属于本包还是支撑本包的标准YANG实现,对于归属于本包的native YANG需要通告控制器,是对用户可见的;对于支撑本包的native YANG并不会通告控制器,不对外暴露。
对于YANG包的定义,具体方式包括多种,以下仅作为示例给出几种YANG包定义的方式。
方式1:按出处分类,比如分为classA、classB、classC等,本地YANG为native,YANG包不限于为几个类别的合集,如下表1所示:
表1
在制作软件版本时,根据上述定义为每个YANG包生成一个YANG模型清单,并将这些YANG模型抽取到YANG包中,YANG包对应的信息为:包名+YANG模型清单+YANG模型文件。本地YANG可能被多个YANG包使用,也可能仅作为目标模型,不被任何YANG包包含,所以单独为本地YANG建立清单,并标注其归属的YANG包名列表。
多个YANG包的信息在网络设备上保存为多个目录或多个压缩包,目录名或压缩包名不限于作为YANG包的名称。包加载模块根据包名,从对应目录下(或解压缩包后)读取模型清单加载到模型仓库,后续接入模块向控制器通告这些YANG模型。读取本地YANG清单时,要检查其归属或支撑的包列表中是否包含当前YANG包名,包含时则认为该YANG有效,并进行加载。
方式2:YANG包的定义还可以具体到各个类别中的具体模型粒度,例如仅包括某个类别中的某几个YANG或在某个类别中排除几个YANG。可能的表达方式如下表2所示:
表2
上述P1包中包括classA所有模型和classB中的moduleA、moduleB模型,P2包中包括classA所有模型和classB中除moduleA、moduleB之外的所有模型。
需要注意的是,native可能会包括在某个YANG包内,也可能不位于任意YANG包内,仅仅作为对YANG包中模型的支撑。因此native YANG清单中有两个信息分别指示native YANG归属的YANG包和支撑的YANG包。当作为支撑时,native YANG不能通告给控制器,仅用于网络设备内转为native YANG处理使用。例如,当P1=classA,P1包中不含有任何native YANG,本地YANG清单的归属包列表中没有P1,支撑包列表中含有P1。当P1=classA+native,本地YANG清单的归属包列表中页含有P1。
方式3:将ietf、bbf、ccsa、某种企标等命名为一种class,class的描述方法不限于是按文件保存路径,每种class的YANG保存在以class名命名的目录下。也可以用清单或表格表示每个YANG模块归属的class,而和YANG模块保存的路径无关。
每个native YANG有两个属性:一是归属的class,二是支撑的class。前者默认取值native,表示归属native类别;后者定义native YANG支撑的标准class,用于当某个YANG包只需要标准class、不需要native YANG时,将这类native模型保留下来但不对外呈现、不通告控制器。当某些native YANG仅仅用于所有标准YANG转换而不对用户暴露时,其归属的class可以设置为“inner”,表示仅用作内部实现,无论何时都不会通告控制器。在制作YANG包时,最终生成的本地YANG清单中支撑或归属的将被替换为YANG包而不再是class,归属的class为“inner”时将被替换为任何制作的YANG包名。
本申请实施例可以运行于图4所示的系统中,如图4所示,该系统架构包括:设备研发过程中的YANG包生成模块,以及位于网络设备内的配置管理系统,不限于包括:YANG包集合、决策模块、包加载模块、模型仓库、接入模块和模型转换模块。YANG包生成模块根据设备面向的客户制作若干YANG包,每个YANG包中包括若干来自不同类别的标准YANG模型。网络设备初始化时根据设备类型或应用场景由决策模块确定当前使用的YANG包,包加载模块加载该YANG包装入模型仓库。在接入模块接收到控制器报文时,通过模型转换模块转为本地YANG报文进行处理。
模型仓库包含每个模块的YANG文件及其模块名、版本日期、feature等等信息,以及每个模块的呈现属性。呈现属性是由归属和支撑的包决定的,加载模型时,若当前决策加载的YANG包在该模块的归属YANG包列表中,则呈现属性为“true”,若当前决策加载的YANG包在该模块的支撑YANG包列表中,则呈现属性为“false”。
作为一种可选的实施方式,加载目标YANG包的清单以获取目标YANG包中包含的YANG模型,包括:
S104-12,获取目标YANG包中的标准清单,并记载目标YANG包中的标准YANG模型信息和标准YANG模型文件至模型仓库;
S104-14,获取目标YANG包中的目标清单,并加载目标YANG包的目标YANG模型信息和目标YANG模型文件至模型仓库;
S104-16,根据目标YANG模型信息指示的目标YANG模型文件与目标YANG包的归属支撑关系,确定YANG包的YANG模型的呈现属性。
作为一种可选的实施方式,通告目标呈现属性的YANG模型,包括:
S104-22,依次确定YANG包中每个YANG模型的呈现属性,并过滤出目标呈现属性的YANG模型;
S104-24,向所接入网络的控制器通告包括目标呈现属性的YANG模型的模型列表。
作为一种可选的实施方式,向所接入网络的控制器通告包括目标呈现属性的YANG模型的模型列表,包括:
S104-242,在接收到来自控制器的连接请求的情况下,根据网络连接协议建立网络连接;
S104-244,在通告报文中添加模型列表以通告目标呈现属性的YANG模型。
系统启动时网络配置的具体流程不限于如图5所示。步骤401:硬件标记或初始化文件。系统初始化时确定要加载YANG包集合中的哪个YANG包,选择YANG包的方法是采用硬件标记或写入初始化文件的方法。
步骤402:包加载模块获取别选择的包。系统初始化时,决策模块读取硬件标记或初始 化文件确定要加载的YANG包名称,从而通过包加载模块,加载该YANG包。
步骤403:包加载模块获取包中第三方模型列表加载到模型仓库。包加载模块获取要加载的YANG包的第三方YANG清单(标准清单),如果是压缩包则先解压,根据第三方YANG清单获得本YANG包的第三方YANG基本信息和对应的YANG文件,将这些信息写到模型仓库中。
步骤404:包加载模块加载native模型到模型仓库。获得要加载的YANG包的native YANG清单,加载其基本信息和YANG模型文件,并根据归属或支撑的YANG包列表和当前加载的YANG包决定呈现属性,然后将这些基本信息和native YANG文件写到模型仓库中。
步骤405:接入模块向客户端通告模型列表。负责接收来自客户端(控制器)的连接请求,根据netconf协议建立连接后,接入模块要在hello报文中通告支持的YANG基本信息清单,此时对于呈现属性为“false”的模型过滤掉不作通告。当客户端使用get请求查询网络设备YANG列表或使用get-schema或其他类似方法获取YANG文件时,也需要过滤掉呈现属性为“false”的模型。
作为一种可选的实施方式,在将YANG模型转换为目标YANG模型之后,还包括:
S22,在接收到YANG包切换指令的情况下,卸载当前加载的目标YANG包,并清除与目标YANG包相关的内存数据;
S24,从YANG包集合中确定出目标更换YANG包,并加载目标更换YANG包。
具体的YANG包切换流程不限于如图6所示,步骤501:决策模块命令选择新的YANG包。决策模块接收YANG包切换指令,从YANG包集合中确定出新的YANG包。
步骤502:模型仓库卸载当前YANG包,清除相关内存数据。
步骤503:包加载模块获取指定包中模型列表并加载。
步骤504:包加载模块加载native模型。
其中,步骤503和步骤504与初始化阶段加载当前YANG包的处理流程相同,包加载模块加载指定YANG包并将YANG包写入模型仓库,故在此不作赘述。
本申请实施例中所提供的方法实施例可以在移动终端、计算机终端或者类似的运算装置中执行。以运行在移动终端上为例,图7是本发明实施例的一种网络配置方法的移动终端的硬件结构框图。如图7所示,移动终端可以包括一个或多个(图7中仅示出一个)处理器702(处理器702可以包括但不限于微处理器(Microcontroller Unit,MCU)或可编程逻辑器件(Field Programmable Gate Array,FPGA)等的处理装置)和用于存储数据的存储器704,其中,上述移动终端还可以包括用于通信功能的传输设备706以及输入输出设备708。本领域普通技术人员可以理解,图7所示的结构仅为示意,其并不对上述移动终端的结构造成限定。例如,移动终端还可包括比图7中所示更多或者更少的组件,或者具有与图7所示不同的配置。
存储器704可用于存储计算机程序,例如,应用软件的软件程序以及模块,如本发明实施例中的网络配置方法对应的计算机程序,处理器702通过运行存储在存储器704内的计算机程序,从而执行各种功能应用以及数据处理,即实现上述的方法。存储器704可包括高速随机存储器,还可包括非易失性存储器,如一个或者多个磁性存储装置、闪存、或者其他非易失性固态存储器。在一些实例中,存储器704可进一步包括相对于处理器702远程设置的存储器,这些远程存储器可以通过网络连接至移动终端。上述网络的实例包括但不限于互联 网、企业内部网、局域网、移动通信网及其组合。
传输设备706用于经由一个网络接收或者发送数据。上述的网络具体实例可包括移动终端的通信供应商提供的无线网络。在一个实例中,传输设备706包括一个网络适配器(Network Interface Controller,简称为NIC),其可通过基站与其他网络设备相连从而可与互联网进行通讯。在一个实例中,传输设备706可以为射频(Radio Frequency,简称为RF)模块,其用于通过无线方式与互联网进行通讯。
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到根据上述实施例的方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如只读存储器/随机存取存储器(Read-Only Memory/Random Access Memory,ROM/RAM)、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,或者网络设备等)执行本发明各个实施例所述的方法。
在本实施例中还提供了一种网络配置装置,该装置用于实现上述实施例及优选实施方式,已经进行过说明的不再赘述。如以下所使用的,术语“模块”可以实现预定功能的软件和/或硬件的组合。尽管以下实施例所描述的装置较佳地以软件来实现,但是硬件,或者软件和硬件的组合的实现也是可能并被构想的。
图8是根据本发明实施例的网络配置装置的结构框图,如图8所示,该装置包括:
确定模块82,设置为在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;
通告模块84,设置为加载目标YANG包的清单以获取目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;
转换模块86,设置为将YANG模型转换为目标YANG模型,以通过目标YANG模型将接收到的YANG报文转换为符合目标YANG模型的目标YANG报文,其中,目标YANG模型为网络设备所接入网络支持的YANG模型。
可选的,上述确定模块82包括:读取硬件标记或初始化文件,确定与网络设备所接入网络匹配的目标YANG包的名称。
可选的,上述通告模块84还包括:获取目标YANG包中的标准清单,并记载目标YANG包中的标准YANG模型信息和标准YANG模型文件至模型仓库;获取目标YANG包中的目标清单,并加载目标YANG包的目标YANG模型信息和目标YANG模型文件至模型仓库;根据目标YANG模型信息指示的目标YANG模型文件与目标YANG包的归属支撑关系,确定YANG包的YANG模型的呈现属性。
可选的,上述通告模块84还包括:依次确定YANG包中每个YANG模型的呈现属性,并过滤出目标呈现属性的YANG模型;向所接入网络的控制器通告包括目标呈现属性的YANG模型的模型列表。
可选的,上述通告模块84还包括:在接收到来自控制器的连接请求的情况下,根据网络连接协议建立网络连接;在通告报文中添加模型列表以通告目标呈现属性的YANG模型。
可选的,上述网络配置装置还包括构建模块,设置为在网络设备初始化之前,按照类别对标准YANG模型进行类划分,得到标准清单;根据目标YANG模型的归属支撑关系定义目标清单;根据YANG包集合的YANG包定义、标准清单和目标清单抽取YANG模型资源以构建YANG包集合中的多个YANG包。
可选的,上述网络配置装置还包括切换模块,设置为在将YANG模型转换为目标YANG模型之后,在接收到YANG包切换指令的情况下,卸载当前加载的目标YANG包,并清除与目标YANG包相关的内存数据;从YANG包集合中确定出目标更换YANG包,并加载目标更换YANG包。
需要说明的是,上述各个模块是可以通过软件或硬件来实现的,对于后者,可以通过以下方式实现,但不限于此:上述模块均位于同一处理器中;或者,上述各个模块以任意组合的形式分别位于不同的处理器中。
为便于对本发明实施例所提供的技术方案的理解,下面将结合具体场景的实施例进行详细的阐述。
本发明的实施例还提供了一种计算机可读存储介质,该计算机可读存储介质中存储有计算机程序,其中,该计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。
在一个示例性实施例中,上述计算机可读存储介质可以包括但不限于:U盘、只读存储器(Read-Only Memory,简称为ROM)、随机存取存储器(Random Access Memory,简称为RAM)、移动硬盘、磁碟或者光盘等各种可以存储计算机程序的介质。
本发明的实施例还提供了一种电子装置,包括存储器和处理器,该存储器中存储有计算机程序,该处理器被设置为运行计算机程序以执行上述任一项方法实施例中的步骤。
在一个示例性实施例中,上述电子装置还可以包括传输设备以及输入输出设备,其中,该传输设备和上述处理器连接,该输入输出设备和上述处理器连接。
本实施例中的具体示例可以参考上述实施例及示例性实施方式中所描述的示例,本实施例在此不再赘述。
显然,本领域的技术人员应该明白,上述的本发明实施例的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本发明实施例不限制于任何特定的硬件和软件结合。
以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。

Claims (10)

  1. 一种网络配置方法,包括:
    在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;
    加载所述目标YANG包的清单以获取所述目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;
    将所述YANG模型转换为目标YANG模型,以通过所述目标YANG模型将接收到的YANG报文转换为符合所述目标YANG模型的目标YANG报文,其中,所述目标YANG模型为所述网络设备所接入网络支持的YANG模型。
  2. 根据权利要求1所述的方法,其中,根据设备应用信息从YANG包集合中确定匹配的目标YANG包,包括:
    读取硬件标记或初始化文件,确定与所述网络设备所接入网络匹配的所述目标YANG包的名称。
  3. 根据权利要求1所述的方法,其中,加载所述目标YANG包的清单以获取所述目标YANG包中包含的YANG模型,包括:
    获取所述目标YANG包中的标准清单,并记载所述目标YANG包中的标准YANG模型信息和标准YANG模型文件至模型仓库;
    获取所述目标YANG包中的目标清单,并加载所述目标YANG包的目标YANG模型信息和目标YANG模型文件至所述模型仓库;
    根据所述目标YANG模型信息指示的所述目标YANG模型文件与所述目标YANG包的归属支撑关系,确定所述YANG包的YANG模型的呈现属性。
  4. 根据权利要求3所述的方法,其中,通告目标呈现属性的YANG模型,包括:
    依次确定所述YANG包中每个YANG模型的呈现属性,并过滤出所述目标呈现属性的YANG模型;
    向所接入网络的控制器通告包括所述目标呈现属性的YANG模型的模型列表。
  5. 根据权利要求4所述的方法,其中,向所接入网络的控制器通告包括所述目标呈现属性的YANG模型的模型列表,包括:
    在接收到来自所述控制器的连接请求的情况下,根据网络连接协议建立网络连接;
    在通告报文中添加所述模型列表以通告所述目标呈现属性的YANG模型。
  6. 根据权利要求3所述的方法,其中,在网络设备初始化之前,还包括:
    按照类别对标准YANG模型进行类划分,得到所述标准清单;
    根据目标YANG模型的归属支撑关系定义所述目标清单;
    根据所述YANG包集合的YANG包定义、所述标准清单和所述目标清单抽取YANG模型资源以构建所述YANG包集合中的多个YANG包。
  7. 根据权利要求1所述的方法,其中,在将所述YANG模型转换为目标YANG模型之后,还包括:
    在接收到YANG包切换指令的情况下,卸载当前加载的所述目标YANG包,并清除与所述目标YANG包相关的内存数据;
    从所述YANG包集合中确定出目标更换YANG包,并加载所述目标更换YANG包。
  8. 一种网络配置装置,包括:
    确定模块,设置为在网络设备初始化时,根据设备应用信息从YANG包集合中确定匹配的目标YANG包;
    通告模块,设置为加载所述目标YANG包的清单以获取所述目标YANG包中包含的YANG模型,并通告目标呈现属性的YANG模型;
    转换模块,设置为将所述YANG模型转换为目标YANG模型,以通过所述目标YANG模型将接收到的YANG报文转换为符合所述目标YANG模型的目标YANG报文,其中,所述目标YANG模型为所述网络设备所接入网络支持的YANG模型。
  9. 一种计算机可读存储介质,所述计算机可读存储介质中存储有计算机程序,其中,所述计算机程序被处理器执行时实现所述权利要求1至7任一项中所述的方法的步骤。
  10. 一种电子装置,包括存储器、处理器以及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现所述权利要求1至7任一项中所述的方法的步骤。
PCT/CN2023/093995 2022-06-30 2023-05-12 网络配置方法、装置以及存储介质、电子装置 WO2024001569A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210764636.8A CN117376122A (zh) 2022-06-30 2022-06-30 网络配置方法、装置以及存储介质、电子装置
CN202210764636.8 2022-06-30

Publications (1)

Publication Number Publication Date
WO2024001569A1 true WO2024001569A1 (zh) 2024-01-04

Family

ID=89383161

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/093995 WO2024001569A1 (zh) 2022-06-30 2023-05-12 网络配置方法、装置以及存储介质、电子装置

Country Status (2)

Country Link
CN (1) CN117376122A (zh)
WO (1) WO2024001569A1 (zh)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170187577A1 (en) * 2017-03-14 2017-06-29 Nuviso Networks Inc System for configuring network devices
CN107302443A (zh) * 2016-04-15 2017-10-27 华为技术有限公司 基于网络配置协议的设备配置方法及装置
CN110855459A (zh) * 2018-08-20 2020-02-28 华为技术有限公司 网络配置方法、装置及系统
CN112583630A (zh) * 2019-09-29 2021-03-30 华为技术有限公司 设备管理方法、装置、系统、设备及存储介质
CN112688794A (zh) * 2019-10-18 2021-04-20 华为技术有限公司 Yang模型的管理方法、装置、系统、设备及存储介质
CN113703996A (zh) * 2021-08-16 2021-11-26 杭州云合智网技术有限公司 基于用户和yang模型分组的访问控制方法、设备及介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107302443A (zh) * 2016-04-15 2017-10-27 华为技术有限公司 基于网络配置协议的设备配置方法及装置
US20170187577A1 (en) * 2017-03-14 2017-06-29 Nuviso Networks Inc System for configuring network devices
CN110855459A (zh) * 2018-08-20 2020-02-28 华为技术有限公司 网络配置方法、装置及系统
CN112583630A (zh) * 2019-09-29 2021-03-30 华为技术有限公司 设备管理方法、装置、系统、设备及存储介质
CN112688794A (zh) * 2019-10-18 2021-04-20 华为技术有限公司 Yang模型的管理方法、装置、系统、设备及存储介质
CN113703996A (zh) * 2021-08-16 2021-11-26 杭州云合智网技术有限公司 基于用户和yang模型分组的访问控制方法、设备及介质

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
11 December 2021 (2021-12-11), A. CLEMM Y. QU FUTUREWEI J. TANTSURA MICROSOFT A. BIERMAN YUMAWORKS: "Comparison of Network Management Datastore Architecture (NMDA) Datastores; rfc9144.txt", XP015149982, Database accession no. 9144 *

Also Published As

Publication number Publication date
CN117376122A (zh) 2024-01-09

Similar Documents

Publication Publication Date Title
CN109976667B (zh) 一种镜像管理方法、装置及系统
WO2020233048A1 (zh) 定制化软件生成方法、系统、电子设备及存储介质
US8095923B2 (en) System and method for deploying and managing intelligent nodes in a distributed network
US9419899B2 (en) Automated service interface optimization
US7885204B1 (en) Method and system for testing network topology
CN111556158B (zh) 物联网平台的接入方法、接入装置、接入设备及存储介质
CN110245128B (zh) 元模型的建立方法及装置、存储介质、电子装置
CN112565334B (zh) 物联网设备的接入方法、装置及mqtt网关
CN112256772A (zh) 数据服务方法、装置以及可读存储介质
CN114020444B (zh) 一种企业数字中台中资源服务应用的调用系统和方法
CN114826869A (zh) 设备管理方法和设备管理系统
US20230289165A1 (en) Data processing method and apparatus for application, device, and storage medium
WO2024001569A1 (zh) 网络配置方法、装置以及存储介质、电子装置
CN112463251A (zh) 一种uliweb框架配置热发布的方法和装置
CN115525396A (zh) 基于云原生的应用管理方法及装置
CN113296987B (zh) 调用模块的接口调用方法、装置、计算机设备及存储介质
CN115061785A (zh) 信息下发方法、装置、存储介质及服务器
US9936015B2 (en) Method for building up a content management system
CN112181407B (zh) 业务实现处理方法及装置、系统、电子设备和存储介质
Carreton et al. Software abstractions for mobile RFID‐enabled applications
CN113204558A (zh) 数据表结构自动更新方法和装置
CN115562795A (zh) 容器运行环境检测方法及装置、电子设备、介质
CN113434315B (zh) 接口管理方法及装置、存储介质、电子设备
CN114679366B (zh) 多云环境下面向租户开放运维工具的方法、系统及介质
WO2022134918A1 (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: 23829755

Country of ref document: EP

Kind code of ref document: A1