WO2021136358A1 - 网络设备管理方法、系统及网络设备 - Google Patents
网络设备管理方法、系统及网络设备 Download PDFInfo
- Publication number
- WO2021136358A1 WO2021136358A1 PCT/CN2020/141316 CN2020141316W WO2021136358A1 WO 2021136358 A1 WO2021136358 A1 WO 2021136358A1 CN 2020141316 W CN2020141316 W CN 2020141316W WO 2021136358 A1 WO2021136358 A1 WO 2021136358A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- network device
- repair
- information
- protocol stack
- management system
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0654—Management of faults, events, alarms or notifications using network fault recovery
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/34—Signalling channels for network management communication
Definitions
- the embodiments of the present disclosure relate to the field of communication technologies, and in particular, to a network device management method, system, network device, and computer-readable medium.
- the existing network equipment management method usually builds a fault management system into the protocol stack system of the network equipment.
- Network equipment is managed, that is, the fault management system exists as a functional module in the protocol stack system. This method will cause the fault management system to easily affect the communication and system performance of the network equipment.
- the present disclosure at least to some extent solves one of the technical problems existing in some situations.
- the embodiments of the present disclosure provide a network device management method, system, network device, and computer-readable medium.
- the present disclosure provides a network device management method, which is applied to the fault management system side, wherein the management system runs in a container environment of the network device, and the method includes: generating first control information; based on a protocol The communication interface configured by the stack system sends the first control information to the protocol stack system.
- the present disclosure also provides a network device management method, applied to the protocol stack system side, the method includes: receiving a first control sent by a fault management system running in a container environment based on a communication interface configured by itself Information; manage the network device according to the first control information.
- the present disclosure provides a network device management system, including: a fault management system and a protocol stack system; the fault management system is instantiated in a container environment; the protocol stack system is configured to communicate with the fault management system Communication interface for communication.
- the present disclosure provides a network device, including: one or more processors; a storage device, on which a first program and/or a second program are stored, when the first program is used by the one or more Executed by two processors, so that the one or more processors implement the steps in the network device management method provided in the first aspect of the present disclosure; when the second program is executed by the one or more processors, the One or more processors implement the steps in the network device management method provided in the second aspect of the present disclosure.
- the present disclosure provides a computer-readable medium on which a computer program is stored, wherein the program is executed by a processor to implement the steps in the network device management method provided in the first and second aspects of the present disclosure .
- Fig. 1 is a schematic structural diagram of a network device management system provided by the present disclosure.
- FIG. 2 is a flowchart of a network device management method provided by an embodiment of the disclosure
- FIG. 3 is a flowchart of another network device management method provided by an embodiment of the disclosure.
- FIG. 4 is a flowchart of another network device management method provided by an embodiment of the disclosure.
- FIG. 5 is a flowchart of yet another network device management method provided by an embodiment of the present disclosure.
- FIG. 6 is a flowchart of yet another network device management method provided by an embodiment of the present disclosure.
- FIG. 7 is a flowchart of yet another network device management method provided by an embodiment of the present disclosure.
- FIG. 8 is a flowchart of yet another network device management method provided by an embodiment of the present disclosure.
- FIG. 9 is a flowchart of yet another network device management method provided by an embodiment of the present disclosure.
- FIG. 10 is a flowchart of a configuration method of a network device management system provided by an embodiment of the disclosure.
- the network device management method provided by the present disclosure is used to manage network devices.
- information about the network device is configured, part of the status data of the network device is subscribed and inquired, and the network device is monitored for failure, and automatically after a failure occurs Repair according to the preset strategy and so on.
- the network device management method provided by the present disclosure is implemented based on a network device management system, as shown in FIG. 1, which shows a schematic structural diagram of the network device management system provided by the present disclosure.
- the network device management system includes a fault management system 1 With the protocol stack system 2, the two communicate through a preset communication interface to realize the management of the network equipment.
- the fault management system 1 runs in the container environment of the network device
- the protocol stack system 2 runs in the host operating system of the network device.
- the container environment is relative to the host operating system of the network device (for example, The Linux native system) is independent, so that the resource isolation between the fault management system and other functional modules (such as the protocol stack system) in the network device can be realized.
- the following describes the network device management method provided by the present disclosure with the fault management system 1 and the protocol stack system 2 as the executive bodies respectively.
- FIG. 2 is a flowchart of a network device management method provided by an embodiment of the present disclosure.
- the method uses the fault management system 1 as the execution body. As shown in FIG. 2, the method includes:
- Step S101 Generate first control information.
- the first control information refers to the information used by the user to control and manage the network device.
- the first control information may include configuration event information or subscription event information, etc., wherein the configuration event information indicates that the user will The network device performs configuration operations, and the subscription event information indicates that the user will subscribe to certain operating data of the network device.
- the embodiment of the present disclosure does not limit the type of the first control information, as long as it can characterize the user's control and management of the network device. It belongs to the scope of protection of this disclosure.
- the first control information may be automatically generated by the fault management system after receiving the management information input by the user.
- Step S102 Send the first control information to the protocol stack system based on the communication interface configured by the protocol stack system.
- Stack system also known as protocol stack system, implemented by software computer network protocol suite.
- the protocol stack system is specifically configured with a communication interface capable of communicating with the fault management system, which can implement the fault management system and protocol Network communication between stack systems.
- the communication interface may include: a management plane interface and a control plane interface, and users can call different interfaces for data transmission based on their own needs.
- the communication interface can be set by the user based on the user's needs.
- the communication interface may include: an interface of a network configuration protocol server (Network Configuration Protocol Server, referred to as NETCONF server) and an interface of a remote procedure call server (Google Remote Procedure Call Protocol server, referred to as GRPC server), where , NETCONF server and GRPC server are two servers set in the protocol stack system.
- NETCONF server and GRPC server are two servers set in the protocol stack system.
- NETCONF server and GRPC server are two servers set in the protocol stack system.
- the corresponding clients are set in the fault management system.
- IDL interface description language
- the NETCONF server interface can be used as a management plane interface
- the GRPC server interface can be used as a control plane interface. That is, the management plane interface provides external services through the NETCONF server, and the control plane interface provides external services through the GRPC server.
- the network connection between the fault management system and the protocol stack system can be realized based on the IP address, that is, the interface of the server and the interface of the client can be interconnected based on the IP address.
- the NETCONF server and GRPC server in the protocol stack system respectively create their own communication address IP1 and communication address IP2 as their own communication flags
- the NETCONF client and GRPC client in the fault management system create the communication address IP3.
- the fault management system can establish a network link through the communication address IP3 and the communication address IP1 and IP2 of the protocol stack system, so that the fault management system can be used
- the management plane interface and control plane interface provided by the protocol stack system.
- the network device management method provided by the embodiment of the present disclosure runs the fault management system in the container environment of the network device, and configures the protocol stack system with a communication interface capable of communicating with the fault management system, and the fault management system uses the communication interface to communicate with the fault management system.
- a control information is sent to the protocol stack system to manage the network device.
- the network device management method provided by the embodiments of the present disclosure realizes the resource isolation between the fault management system and the host operating system of the network device, thereby causing the fault The operating status of the management system will not affect the communication status of the network equipment, thereby improving the stability of the performance of the network equipment.
- FIG. 3 is a flowchart of another network device management method provided by an embodiment of the present disclosure.
- the first control information includes: configuration Event information.
- the configuration event information includes: a configuration strategy.
- the configuration event information is used to describe that the user will perform certain configurations on certain functional modules of the network device.
- the configuration strategy depends on the functional modules configured by the user. Therefore, the present disclosure does not limit the form of the configuration strategy.
- step S102 includes:
- Step S1021 Send the first control information to the protocol stack system based on the communication interface, so that the protocol stack system configures the network device according to the configuration strategy.
- the communication interface selects the management plane interface.
- the protocol stack system After receiving the first control information, the protocol stack system sends the configuration event information to the corresponding functional module in the protocol stack system according to the configuration event information. After receiving the first control information, the functional module sends the configuration event information according to the configuration event information.
- the configuration strategy automatically configures information.
- FIG. 4 is a flowchart of another network device management method provided by an embodiment of the present disclosure.
- the first control information Including: subscribing to event information; at this time, after step S102, it also includes:
- Step S103 Receive subscription response information fed back by the protocol stack system based on the communication interface.
- the subscription event information is used to describe that the user will obtain certain dynamic data of the network device.
- the subscription event information includes: a subscription information collection strategy, and the fault management system subscribes to the event information based on the communication interface
- the protocol stack system sends the subscription event information to the corresponding functional module according to the subscription event information.
- the functional module collects the corresponding target data according to the subscription information collection strategy, where the subscription The information collection strategy can include information such as the type of target data to be collected and collection requirements.
- this functional module packs the target data and generates subscription response information.
- the subscription response information includes the target data and subscribes
- the response information is fed back to the fault management system based on the communication interface, and the fault management system receives the subscription response information and feeds it back to the user for the user to consult.
- the communication interface selects a control plane interface.
- the user can subscribe to the dynamic data of the equipment he is interested in based on the fault management system, so that the different needs of different users can be met, and the user can avoid manual screening from massive data.
- FIG. 5 is a flowchart of another network device management method provided by the implementation of the present disclosure.
- the first control information includes: repair Event information, the repair event information is used to describe that the user will track and repair certain failures of the network device.
- the repair event information is used to describe that the user will track and repair certain failures of the network device.
- it may include:
- Step S103' receiving repair response information fed back by the protocol stack system based on the communication interface.
- Step S104' Obtain a preset repair strategy corresponding to the repair event information.
- Step S105' Send the repair strategy to the protocol stack system based on the communication interface.
- the protocol stack system sends the repair event information to the corresponding functional module, and each functional module is monitored according to the monitoring contained in the repair event information.
- the data collection strategy collects target monitoring data in real time, and determines whether the target monitoring data meets the repair trigger conditions contained in the repair event information.
- the target monitoring data is used to characterize the abnormal state of the network equipment. When it is determined that the target monitoring data meets When repairing the trigger condition, it means that the network device is currently experiencing abnormal state characteristics.
- the protocol stack system generates repair response information, and feeds the repair response information back to the fault management system through the communication interface, and the fault management system receives the repair response based on the communication interface Information (step S103'), and obtain the pre-stored repair strategy corresponding to the repair event information (step S104').
- the repair strategy is pre-configured by the user in the fault management system and can be saved by the fault management system ,
- the repair strategy includes the repair operations that should be used when the device is in a certain abnormal state.
- the fault management system After obtaining the repair strategy, the fault management system sends the repair strategy to the protocol stack system based on the communication interface (step S105'), the protocol stack system After receiving the repair strategy, the network device is controlled to perform a corresponding repair operation according to the repair strategy to repair the abnormality of the network device.
- the communication interface selects a control plane interface.
- the fault management module can generate the first control information based on the following methods: 1) The user inputs the management information in the fault management system based on web page configuration and command line configuration, and the fault management system is configured according to the web page Information and command line configuration information to generate the first control information; 2) The user uses the script language programming method, based on the communication interface (management plane interface and control plane interface) of the protocol stack system, and enters the management information for the fault management system to follow The written program block generates the first control information, where the script language can be PYTHON, JAVA, C, GO language, etc.; 3) The management model is preset in the fault management system, and each management model is defined with model parameters. When the user needs to manage the network equipment, he can choose the applicable model to fill in. After the fault management system receives the management model filled in by the user, it automatically generates the first control information according to the relevant parameters of the management model.
- the method further includes: in response to a restart completion instruction, obtaining pre-stored user management information; generating second control information based on the user management information, and controlling the second control information based on the communication interface
- the information is sent to the protocol stack system. It should be noted that after the user enters the management information, the fault management system will automatically save the management information entered by the user, and after the fault management system is restarted due to a fault or artificially restarted, the stored management information will be retrieved and generated based on the user management information
- the second control information is further sent to the protocol stack system based on the communication interface. It should be noted that the "first" and “second” in the "second control information" and the aforementioned "first control information" are only used as distinguishing identifiers.
- the restart of the fault management system will not affect the communication activities performed on the main operating system of the network device, and because the fault management system is pre-stored With the management information input by the user, the restarted fault management system can quickly re-manage the network equipment based on the user's intention.
- the following describes the network device management method provided by the present disclosure with the protocol stack system as the executive body.
- FIG. 6 is a flowchart of another network device management method provided by an embodiment of the disclosure. As shown in FIG. 6, the method includes:
- Step S201 Based on the communication interface configured by itself, receive the first control information sent by the fault management system running in the container environment.
- step S201 corresponds to step S102 in the above-mentioned embodiment. Therefore, please refer to the description of step S102, which will not be repeated here.
- Step S202 Manage the network device according to the first control information.
- the protocol stack system After receiving the first control information, the protocol stack system performs corresponding management on the network equipment according to the event type contained in the first control information.
- the network device management method provided by the embodiment of the present disclosure runs the fault management system in the container environment of the network device, and configures the protocol stack system with a communication interface capable of communicating with the fault management system, and the fault management system uses the communication interface to communicate with the fault management system.
- a control information is sent to the protocol stack system to manage the network device.
- the network device management method provided by the embodiments of the present disclosure realizes the resource isolation between the fault management system and the host operating system of the network device, thereby causing the fault The operating status of the management system will not affect the communication status of the network equipment, thereby improving the stability of the performance of the network equipment.
- FIG. 7 is a flowchart of yet another network device management method provided by an embodiment of the disclosure.
- the first control information includes: configuration information.
- the configuration information Including: configuring a strategy.
- step S202 includes:
- Step S2021 Perform corresponding configuration on the network device according to the configuration strategy.
- the network device management method provided by the embodiment of the present disclosure corresponds to the steps of the method shown in FIG. 3. Please refer to the description of the corresponding steps in the method shown in FIG. 3, which will not be repeated here.
- FIG. 8 is a flowchart of another network device management method provided by an embodiment of the present disclosure.
- the first control information includes: subscription event information.
- subscription event The information includes: a subscription information collection strategy.
- step S202 includes:
- Step S2021' collecting target data corresponding to the subscription event information.
- Step S2022' Generate subscription response information based on the target data.
- Step S2023' feedback the subscription response information to the fault management system through the communication interface.
- the network device management method provided by the embodiment of the present disclosure corresponds to the steps of the method shown in FIG. 4, please refer to the description of the corresponding steps in the method shown in FIG. 4, which will not be repeated here.
- FIG. 9 is a flowchart of another network device management method provided by an embodiment of the disclosure.
- the first control information includes: repair event information; in some embodiments, repair event The information includes: monitoring data collection strategy and repair trigger conditions.
- step S202 includes:
- Step S2021 collecting target monitoring data in real time according to the monitoring data collection strategy.
- Step S2022 it is judged whether the target monitoring data meets the repair trigger condition.
- step S2023 is executed, and when it is determined that the target monitoring data meets the repair trigger condition, then return to continue to perform step S2021".
- Step S2023 generating repair response information, and feedback the repair response information to the fault management system through the communication interface.
- Step S2024" receiving the repair strategy sent by the fault management system.
- Step S2025" control the network device to perform the repair operation according to the repair strategy.
- the network device management method provided by the embodiment of the present disclosure corresponds to the steps of the method shown in FIG. 5, please refer to the description of the corresponding steps in the method shown in FIG. 5, which will not be repeated here.
- the following uses scenarios to assist in describing the network device management method provided by the present disclosure.
- Step 1 Enable the proxy service module, protocol stack system, and container system in the network device, and open the communication link between the protocol stack system and the container system through the proxy service module.
- Step 2 Create communication address IP1 in the protocol stack system, configure it as NETCONF server, create communication address IP2, and configure it as the server address of GRPC server, the management plane interface provides external services through NETCONF server, and the control plane interface through GRPC server Provide services to the outside world.
- Step 3 Each service function module in the protocol stack system registers with the NETCONF server and GRPC server the set of management plane interface capabilities and control plane interface capabilities provided to the outside.
- Step 4 Start the NETCONF client and GRPC client in the fault management system, and create the address IP3; the fault management system establishes a connection with the NETCONF server and GRPC server in the protocol stack system through IP3, and establishes a communication channel for network element management operations. This channel is established After success, the fault management system can call the management plane interface and control plane interface provided by the protocol stack system. The call interface is generated by the automatic conversion tool and the development package is pre-installed in the container where the fault management system is located. The fault management system can be directly accessed and called.
- Step 5 The user configuration requires monitoring the statistics of received packets of the tunnel interface IF1 in the device, and when the monitored packets exceed 80% of the bandwidth of the tunnel interface, adjust the tunnel bandwidth to increase the specified value by 5G.
- Step 6 After the fault management system reads the configuration, it initiates an RPC (Romote Procedure Call, RPC for short) request according to the interface identifier of the control plane interface, and publishes the monitoring requirements to the protocol stack system.
- RPC Remote Procedure Call
- Step 7 After the GRPC server in the protocol stack system receives the information, it distributes it to the business function module-the interface management module according to the interface registration information.
- the interface management module parses the information, generates a monitoring node, and changes the bandwidth statistics of the interface. Judging, if the interface packet statistics information exceeds 80% of the bandwidth, the RPC response is immediately encapsulated to notify the fault management system that the monitoring event has occurred.
- the information is organized by the business function module and sent to the GRPC server.
- the GRPC server finds the RPC connection requesting the information, and will The information is sent out and finally arrives at the fault management system. Since only the state of interest of the management software system is monitored, resources and communication are saved.
- Step 8 After the fault management software receives the RPC response, it reads the execution information configured by the user when the exception occurs, and informs the device through the management plane interface to adjust the bandwidth of the tunnel interface IF1 to increase the 5G bandwidth.
- Step 9 After receiving the information, the NETCONF server in the protocol stack system distributes the information to the service function module—the interface management module according to the yang model.
- the interface management module immediately adjusts the bandwidth of the tunnel interface IF1 to increase the 5G bandwidth.
- Step 10 When the fault management system restarts abnormally, the user configuration will be automatically loaded, and step 6 will be re-entered to issue the monitoring requirements to the protocol stack system, and the management function will resume.
- the embodiment of the present disclosure also provides a configuration method of the network device management system, which is used to initialize the configuration of the network device management system. As shown in FIG. 10, the method includes:
- Step S301 Instantiate the fault management system in the container environment.
- a container is created based on the host operating system of the network device (for example, a Linux native system), and a fault management system is instantiated in the container to realize resource isolation between the fault management system and other functional modules in the network device.
- the creation of the container and the instantiation of the system in the container belong to the conventional technical means in the field, and will not be repeated in this disclosure.
- Step S302 Configure a communication interface for the protocol stack system based on the interface description language.
- Step S303 Establish a communication network between the fault management system and the protocol stack system.
- step S102 the configuration process of the communication interface and the network connection establishment process between the fault management system and the protocol stack system have been described in step S102. Please refer to the related description in step S102, which will not be repeated here.
- the configuration method of the network device management system runs the fault management system in the container environment of the network device, and configures the protocol stack system with a communication interface capable of communicating with the fault management system, thereby realizing the fault management system It is isolated from the resources of the host operating system of the network device, so that the operating state of the fault management system will not affect the communication state of the network device, and the stability of the performance of the network device is improved.
- the communication interface includes: a network configuration protocol server (Network Configuration Protocol Server, referred to as NETCONF server) interface and a remote procedure call server (G Remote Procedure Call Protocol server, referred to as GRPC server) interface, where the network configuration
- NETCONF server Network Configuration Protocol Server
- GRPC server Remote Procedure Call Protocol server
- the protocol server interface can be used as a management plane interface
- the remote procedure call server interface can be used as a control plane interface.
- the embodiment of the present disclosure also provides a network equipment management system.
- the system includes: a fault management system 1 and a protocol stack system 2; wherein, the fault management system 1 is instantiated in a container environment; and the protocol stack system 2 A communication interface for communicating with the fault management system 1 is configured.
- the embodiment of the present disclosure also provides a network device, including: one or more processors and a storage device, wherein at least one of a first program and a second program is stored on the storage device. Multiple processors execute, so that the one or more processors implement the steps in the network device management method with the fault management system as the execution subject provided by the embodiments of the present disclosure; when the second program is executed by one or more processors, The one or more processors are enabled to implement the steps in the network device management method with the protocol stack system as the execution subject provided by the embodiments of the present disclosure.
- a third program may also be stored in the network device.
- the third program is executed by one or more processors, the one or more processors can implement the steps in the configuration method of the network device management system provided by the embodiments of the present disclosure. step.
- the embodiment of the present disclosure further provides a computer-readable medium on which a computer program is stored, where the program is executed by a processor to implement the network device management method provided by the embodiment of the present disclosure.
- the network device management method, system, network device, and computer readable medium provided by the embodiments of the present disclosure run the fault management system in the container environment of the network device, and configure the protocol stack system with a communication interface capable of communicating with the fault management system
- the fault management system sends the first control information to the protocol stack system based on the communication interface to manage the network equipment.
- the network equipment management method provided by the embodiments of the present disclosure realizes the connection between the fault management system and the network equipment.
- the resource isolation of the host operating system makes the operating state of the fault management system not affect the communication state of the network device, thereby improving the stability of the performance of the network device.
- Such software may be distributed on a computer-readable medium
- the computer-readable medium may include a computer storage medium (or non-transitory medium) and a communication medium (or transitory medium).
- the term computer storage medium includes volatile and non-volatile data implemented in any method or technology for storing information (such as computer-readable instructions, data structures, program modules, or other data).
- Information such as computer-readable instructions, data structures, program modules, or other data.
- Computer storage media include but are not limited to RAM, ROM, EEPROM, flash memory or other memory technologies, CD-ROM, digital versatile disk (DVD) or other optical disk storage, magnetic cassettes, magnetic tapes, magnetic disk storage or other magnetic storage devices, or Any other medium used to store desired information and that can be accessed by a computer.
- communication media usually contain computer-readable instructions, data structures, program modules, or other data in a modulated data signal such as carrier waves or other transmission mechanisms, and may include any information delivery media. .
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
Claims (10)
- 一种网络设备管理方法,应用于故障管理系统侧,其中,所述管理系统运行于网络设备的容器环境内,所述方法包括:生成第一控制信息;基于协议栈系统所配置的通信接口将所述第一控制信息发送至所述协议栈系统。
- 根据权利要求1所述的方法,其中,所述第一控制信息包括:配置事件信息、订阅事件信息和修复事件信息中的至少一者。
- 根据权利要求2所述的方法,其中,当所述第一控制信息包括修复事件信息时,在所述根据协议栈系统的通信接口将所述第一控制信息发送至所述协议栈系统的步骤之后,还包括:基于所述通信接口接收所述协议栈系统反馈的修复响应信息;获取预设的与所述修复事件信息对应的修复策略;基于所述通信接口将所述修复策略发送至所述协议栈系统。
- 根据权利要求1所述的方法,其中,所述方法还包括:响应于重启完成指令,获取预先存储的用户管理信息;基于所述用户管理信息生成第二控制信息,并基于所述通信接口将所述第二控制信息发送至所述协议栈系统。
- 一种网络设备管理方法,应用于协议栈系统侧,其中,所述方法包括:基于自身所配置的通信接口,接收运行于容器环境中的故障管理系统发送的第一控制信息;根据所述第一控制信息对网络设备进行管理。
- 根据权利要求5所述的方法,其中,所述第一控制信息包括:配置事件信息、订阅事件信息和修复事件信息中的至少一者。
- 根据权利要求6所述的方法,其中,当所述第一控制信息包括:修复事件信息时, 所述根据所述第一控制信息对网络设备进行控制管理的步骤包括:根据所述修复事件信息中的监控数据采集策略实时采集目标监控数据;若采集到的所述目标监控数据满足所述修复事件信息中的修复触发条件,则生成修复响应信息,并通过所述通信接口将所述修复响应信息反馈至所述故障管理系统;接收所述故障管理系统发送的修复策略;根据所述修复策略控制网络设备执行修复操作。
- 一种网络设备管理系统,其中,包括:故障管理系统和协议栈系统;所述故障管理系统实例化于容器环境中;所述协议栈系统配置有与所述故障管理系统进行通信的通信接口。
- 一种网络设备,其中,包括:一个或多个处理器;存储装置,其上存储有第一程序和/或第二程序,当所述第一程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求1-4中任一所述的方法中的步骤;当所述第二程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求5-7中任一所述的方法中的步骤。
- 一种计算机可读介质,其上存储有计算机程序,其中,所述程序被处理器执行时实现如权利要求1-7中任一所述的方法中的步骤。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911396966.0 | 2019-12-30 | ||
CN201911396966.0A CN113132127A (zh) | 2019-12-30 | 2019-12-30 | 网络设备管理方法、系统及网络设备 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021136358A1 true WO2021136358A1 (zh) | 2021-07-08 |
Family
ID=76687094
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2020/141316 WO2021136358A1 (zh) | 2019-12-30 | 2020-12-30 | 网络设备管理方法、系统及网络设备 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN113132127A (zh) |
WO (1) | WO2021136358A1 (zh) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114731324A (zh) * | 2022-03-04 | 2022-07-08 | 新华三技术有限公司 | 一种网络设备管理方法、系统及装置 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001017170A2 (en) * | 1999-08-31 | 2001-03-08 | Accenture Llp | A system, method and article of manufacture for implementing a hybrid network |
CN101072129A (zh) * | 2007-06-25 | 2007-11-14 | 北京邮电大学 | 基于jmx的网络业务管理方法及其应用系统 |
CN102420697A (zh) * | 2011-09-07 | 2012-04-18 | 北京邮电大学 | 一种可配置服务的综合资源监测管理系统及其方法 |
CN102739428A (zh) * | 2011-04-15 | 2012-10-17 | 中兴通讯股份有限公司 | 一种数据采集方法、装置及系统 |
CN109495331A (zh) * | 2017-09-11 | 2019-03-19 | 大唐移动通信设备有限公司 | 网管系统的系统监控方法及装置 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101110822B (zh) * | 2007-07-06 | 2011-11-02 | 华为技术有限公司 | 基于网络配置协议的事件通知发送方法、系统及设备 |
KR20160010785A (ko) * | 2014-07-18 | 2016-01-28 | 삼성전자주식회사 | 가전기기 및 그 제어 방법 |
US10785278B2 (en) * | 2016-11-04 | 2020-09-22 | Google Llc | Network management interface |
US10644942B2 (en) * | 2018-02-07 | 2020-05-05 | Mavenir Networks, Inc. | Management of radio units in cloud radio access networks |
CN109245953B (zh) * | 2018-11-22 | 2022-11-01 | 新华三技术有限公司 | 一种网络配置方法和装置 |
-
2019
- 2019-12-30 CN CN201911396966.0A patent/CN113132127A/zh active Pending
-
2020
- 2020-12-30 WO PCT/CN2020/141316 patent/WO2021136358A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2001017170A2 (en) * | 1999-08-31 | 2001-03-08 | Accenture Llp | A system, method and article of manufacture for implementing a hybrid network |
CN101072129A (zh) * | 2007-06-25 | 2007-11-14 | 北京邮电大学 | 基于jmx的网络业务管理方法及其应用系统 |
CN102739428A (zh) * | 2011-04-15 | 2012-10-17 | 中兴通讯股份有限公司 | 一种数据采集方法、装置及系统 |
CN102420697A (zh) * | 2011-09-07 | 2012-04-18 | 北京邮电大学 | 一种可配置服务的综合资源监测管理系统及其方法 |
CN109495331A (zh) * | 2017-09-11 | 2019-03-19 | 大唐移动通信设备有限公司 | 网管系统的系统监控方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
CN113132127A (zh) | 2021-07-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10802906B2 (en) | Monitoring method and apparatus of server, and storage medium | |
US11004024B2 (en) | Service and resource orchestration system and method, and apparatus | |
US11658870B2 (en) | Method and apparatus for restoring network device to factory defaults, and network device | |
US11418385B2 (en) | Network alarm method, device, system and terminal | |
CN112799825A (zh) | 一种任务处理方法和网络设备 | |
JP2012053882A (ja) | 装置管理において、スケジューリング・タスクを処理するための方法およびシステム | |
CN110636127B (zh) | 一种各信息数据间的通信处理方法及系统 | |
US11936527B2 (en) | Multi-access edge computing (MEC) | |
CN111966519B (zh) | 一种调整日志级别的方法、装置、设备及可读介质 | |
CN111770151B (zh) | 用于自定义流程的处理方法、装置、电子设备及存储介质 | |
WO2021136358A1 (zh) | 网络设备管理方法、系统及网络设备 | |
CN112448987A (zh) | 一种熔断降级的触发方法、系统和存储介质 | |
CN112217845B (zh) | 一种基于Netconf协议的数据传输方法及相关设备 | |
CA3061451A1 (en) | Task based service management platform | |
CN114268938A (zh) | 用户前置设备的纳管方法、装置、设备以及存储介质 | |
WO2024103943A1 (zh) | 一种业务处理方法、装置、存储介质及设备 | |
CN111061723A (zh) | 工作流实现方法及装置 | |
JP2024518946A (ja) | 運行維持方法、装置、システム、サーバ、電子機器及び媒体 | |
WO2017032212A1 (zh) | 一种数据流处理方法和装置 | |
CN118260092B (zh) | 算力分配方法、装置、种子服务器及多元算力服务集群 | |
KR100981381B1 (ko) | 단말기 관리 에이전트 및 방법 | |
CN112311570A (zh) | 网络设备的开通方法及装置 | |
CA2972558C (en) | Method and device for upgrading multi-dwelling unit | |
CN115102854B (zh) | 微服务的远程过程调用路由管理控制方法、系统及设备 | |
WO2023035777A1 (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: 20908998 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20908998 Country of ref document: EP Kind code of ref document: A1 |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 15/02/2023) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20908998 Country of ref document: EP Kind code of ref document: A1 |