CN102387031A - Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine - Google Patents
Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine Download PDFInfo
- Publication number
- CN102387031A CN102387031A CN2011102561219A CN201110256121A CN102387031A CN 102387031 A CN102387031 A CN 102387031A CN 2011102561219 A CN2011102561219 A CN 2011102561219A CN 201110256121 A CN201110256121 A CN 201110256121A CN 102387031 A CN102387031 A CN 102387031A
- Authority
- CN
- China
- Prior art keywords
- state
- transition condition
- management end
- data
- snmp
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 30
- 230000007704 transition Effects 0.000 claims description 26
- 238000013508 migration Methods 0.000 claims description 8
- 230000005012 migration Effects 0.000 claims description 8
- 238000013481 data capture Methods 0.000 claims 1
- 238000012423 maintenance Methods 0.000 abstract description 4
- 230000003287 optical effect Effects 0.000 description 4
- 108700010388 MIBs Proteins 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000004891 communication Methods 0.000 description 1
- 238000007429 general method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
Images
Landscapes
- Computer And Data Communications (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明涉及一种基于状态机的SNMP网络代理设备识别及数据获取方法。本方法用于相关网络设备的管理软件,进行设备信息的询问管理,仅通过配置文件,可以灵活配置各种不同设备管理过程中的SNMP社团串、MIB信息库、设备识别流程、设备管理流程等相关信息,进行设备代理的识别以及数据获取。从而降低系统实现与维护的复杂性,提高系统的灵活性与代理的兼容性。
The invention relates to a state machine-based SNMP network proxy device identification and data acquisition method. This method is used in the management software of related network devices to query and manage device information. Only through configuration files, SNMP community strings, MIB information databases, device identification processes, and device management processes can be flexibly configured in various device management processes. Relevant information, device agent identification and data acquisition. Thereby reducing the complexity of system implementation and maintenance, and improving the flexibility of the system and the compatibility of agents.
Description
技术领域 technical field
本发明涉及应用于基于SNMP(Simple Network Management Protocol,简单网络管理协议)协议的有源IP网络设备的数据获取方法。是一种可以灵活配置,应对不同设备代理的识别与获取相关数据的方法。 The invention relates to a data acquisition method applied to an active IP network device based on the SNMP (Simple Network Management Protocol, Simple Network Management Protocol) protocol. It is a method that can be flexibly configured to deal with the identification of different device agents and obtain relevant data.
背景技术 Background technique
SNMP是目前TCP/IP网络中应用最为广泛的网络管理协议,可以应用在嵌入式系统中,用于管理端与代理之间能够正确的交换管理信息的协议。利用SNMP协议,一个管理端可以远程管理所有支持这种协议的网络设备,包括监视网络状态、修改网络设备配置、接收网络事件告警等。SNMP协议构建在UDP(User Datagram Protocol,用户数据报协议)层之上,是一种高层的通信协议。 SNMP is currently the most widely used network management protocol in TCP/IP networks. It can be used in embedded systems and is used to exchange management information correctly between the management terminal and the agent. Using the SNMP protocol, a management terminal can remotely manage all network devices that support this protocol, including monitoring network status, modifying network device configuration, receiving network event alarms, etc. The SNMP protocol is built on the UDP (User Datagram Protocol, User Datagram Protocol) layer and is a high-level communication protocol.
参照图1所示,该图为SNMP的工作模式示意图,SNMP协议采用一种管理端/代理模式。对管理端来说,提供一个统一的网管接口,无论代理的数量与种类,只需要和代理交互就可以获得所有的代理数据。所有代理的数据,以OID(OBJECT IDENTIFIER,对象标识)的方式存储在代理端。而这些OID被记录在相应的MIB(Management Information Base,管理信息库)文件中,描述了该数据OID详细信息,包括位置、类型、范围、允许的操作等等。管理端通过MIB文件就可以清楚的了解到代理的OID信息,并获取相关数据。 Refer to Figure 1, which is a schematic diagram of the working mode of SNMP. The SNMP protocol adopts a management terminal/agent mode. For the management side, a unified network management interface is provided. Regardless of the number and types of agents, all agent data can be obtained only by interacting with the agents. All agent data is stored on the agent side in the form of OID (OBJECT IDENTIFIER, object identifier). These OIDs are recorded in the corresponding MIB (Management Information Base, Management Information Base) files, which describe the details of the data OID, including location, type, scope, allowed operations, and so on. The management terminal can clearly understand the OID information of the agent through the MIB file, and obtain relevant data.
SNMP协议拥有多种操作方式,包括GET、GET-NEXT、GET-BULK等,通过不同指令与OID,可以获取一个或多个该OID或者下一个OID的数据。同时SNMP协议拥有Community(社团串)的概念,一个代理一般拥有两个Community,标识不同的操作权限,只读权限与读写权限。只有在命令中包含相同Community的管理端才具有相关权限对该代理进行读与写操作。 The SNMP protocol has a variety of operation modes, including GET, GET-NEXT, GET-BULK, etc. Through different commands and OIDs, one or more data of the OID or the next OID can be obtained. At the same time, the SNMP protocol has the concept of Community (community string). An agent generally has two Communities, which identify different operation permissions, read-only permissions and read-write permissions. Only the management end that includes the same Community in the command has the relevant authority to read and write the agent.
目前,大量基于SNMP协议的设备越来越多的被应用,对于该类设备的远程实时管理就变得非常重要。但由于厂商的不同,各设备代理之间的社团串、MIB以及数据的获取方式不同,导致没有一种通用的方法很好的进行设备的识别以及数据获取。 At present, a large number of devices based on SNMP protocol are being used more and more, and the remote real-time management of such devices becomes very important. However, due to different manufacturers, the community strings, MIBs, and data acquisition methods among various device agents are different, resulting in no general method for device identification and data acquisition.
发明内容 Contents of the invention
本发明所要解决的技术问题是提供一种基于状态机的SNMP网络设备代理识别以及数据获取方法,克服各设备之间的社团串、MIB以及数据获取的不同,降低系统实现与维护的复杂性,提高系统的灵活性与代理的兼容性。 The technical problem to be solved by the present invention is to provide a state machine-based SNMP network device agent identification and data acquisition method, overcome the differences in community strings, MIBs and data acquisition between devices, and reduce the complexity of system implementation and maintenance. Improve system flexibility and agent compatibility.
为了解决上述技术问题,本发明采用下述技术方案: In order to solve the above technical problems, the present invention adopts the following technical solutions:
一种基于状态机的SNMP网络设备代理识别及数据获取方法,用于管理端向各种代理发送不同的命令获取其中的数据记录,所述的方法包括以下步骤: A state machine-based SNMP network device agent identification and data acquisition method is used for the management end to send different orders to various agents to obtain data records therein, and the method comprises the following steps:
(1) 管理端将文件系统中的配置文件加载并生成状态集; (1) The management side loads the configuration file in the file system and generates a state set;
(2) 管理端将输入的IP地址的现在状态置为起始状态; (2) The management end sets the current state of the input IP address as the initial state;
(3) 管理端通过状态集加载现在状态所对应的MIB数据; (3) The management side loads the MIB data corresponding to the current state through the state set;
(4) 管理端通过状态集加载变迁条件,获取发送命令的类型、社团以及OID,并发送命令; (4) The management side loads the transition conditions through the state set, obtains the type, community and OID of the sent command, and sends the command;
(5) 代理获取命令,并返回相应的数据信息; (5) The agent obtains the command and returns the corresponding data information;
(6) 管理端获取命令返回包,通过MIB将数据进行翻译,并通过对比变迁条件,若满足迁移条件,则将现在状态迁移为相对应的次态; (6) The management terminal obtains the command return packet, translates the data through the MIB, and compares the transition conditions. If the transition conditions are met, the current state is migrated to the corresponding next state;
(7) 重复步骤3,直至现在状态置为结束状态。
(7) Repeat
进一步,步骤(6)中的次态同现在状态相同,即是状态集中的一种状态,其中包含该设备的种类、所对应的社团串、MIB文件、迁移条件所需要的询问的OID、迁移条件所需要的询问命令种类、符合迁移条件则迁移的次态等信息。 Further, the next state in step (6) is the same as the current state, that is, a state in the state set, which includes the type of the device, the corresponding community string, MIB file, OID of the query required by the migration condition, migration Information such as the type of query command required by the condition, the next state to be migrated if the migration condition is met, and so on.
从上述方案中的方法和系统中可以看出,由于本发明的方法可以有效的将不同设备代理所包含的大量不同的社团串、MIB以及数据获取的不同,可以有效地避免管理不同设备时产生的差异对系统带来的复杂度,将所有相关信息集中在配置文件中,系统可以使用一种统一的方法进行设备的识别,降低了系统实现与维护的复杂性,提高了系统的灵活性与代理的兼容性。 It can be seen from the method and system in the above scheme that since the method of the present invention can effectively obtain a large number of different community strings, MIBs and data acquisitions contained in different device agents, it can effectively avoid the occurrence of different devices when managing different devices. The complexity brought by the difference to the system, all the relevant information is concentrated in the configuration file, the system can use a unified method to identify the device, which reduces the complexity of system implementation and maintenance, and improves the flexibility and flexibility of the system. Proxy Compatibility.
附图说明 Description of drawings
图1为SNMP的模式示意图; Fig. 1 is the mode schematic diagram of SNMP;
图2为本发明的方法流程图; Fig. 2 is method flowchart of the present invention;
图3为实施例的状态机图。 Fig. 3 is a state machine diagram of the embodiment.
具体实施方式 Detailed ways
本发明通过引入状态机,对各类不同的SNMP设备代理进行识别与数据获取,从而进行设备的管理。 The invention implements identification and data acquisition for various SNMP device agents by introducing a state machine, thereby managing the devices.
下面结合附图对本发明的优选实施例进行详细说明。 Preferred embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings.
实施例一:参见图2,本基于状态机的SNMP网络设备代理识别及数据获取方法,用于管理端向各种代理发送不同的命令获取其中的数据记录,所述的方法包括以下步骤: Embodiment one: referring to Fig. 2, this state machine-based SNMP network device agent identification and data acquisition method are used for the management end to send different orders to various agents to obtain data records therein, and the described method comprises the following steps:
(1) 管理端将文件系统中的配置文件加载并生成状态集; (1) The management side loads the configuration file in the file system and generates a state set;
(2) 管理端将输入的IP地址的现在状态置为起始状态; (2) The management end sets the current state of the input IP address as the initial state;
(3) 管理端通过状态集加载现在状态所对应的MIB数据; (3) The management side loads the MIB data corresponding to the current state through the state set;
(4) 管理端通过状态集加载变迁条件,获取发送命令的类型、社团以及OID,并发送命令; (4) The management side loads the transition conditions through the state set, obtains the type, community and OID of the sent command, and sends the command;
(5) 代理获取命令,并返回相应的数据信息; (5) The agent obtains the command and returns the corresponding data information;
(6) 管理端获取命令返回包,通过MIB将数据进行翻译,并通过对比变迁条件,若满足迁移条件,则将现在状态迁移为相对应的次态; (6) The management terminal obtains the command return packet, translates the data through the MIB, and compares the transition conditions. If the transition conditions are met, the current state is migrated to the corresponding next state;
(7) 重复步骤3,直至现在状态置为结束状态。
(7) Repeat
进一步,步骤(6)中的次态同现在状态相同,即是状态集中的一种状态,其中包含该设备的种类、所对应的社团串、MIB文件、迁移条件所需要的询问的OID、迁移条件所需要的询问命令种类、符合迁移条件则迁移的次态等信息。 Further, the next state in step (6) is the same as the current state, that is, a state in the state set, which includes the type of the device, the corresponding community string, MIB file, OID of the query required by the migration condition, migration Information such as the type of query command required by the condition, the next state to be migrated if the migration condition is met, and so on.
实施例二:参照图2所示,为本实例的方法流程图,所述方法包括以下步骤。该实施例所管理的设备为一种光放大器。可识别该设备类型、获取该设备数据。 Embodiment 2: Referring to FIG. 2 , which is a flow chart of the method of this example, the method includes the following steps. The device managed in this embodiment is an optical amplifier. The device type can be identified and the device data can be obtained.
步骤1:管理文件加载相关配置文件,生成状态集。状态集包含目前设备的种类、社团串、MIB、变迁条件的信息,实施例中的状态集如表1所示。 Step 1: Manage files Load relevant configuration files to generate state sets. The status set includes information about the current device type, community string, MIB, and transition conditions. The status set in the embodiment is shown in Table 1.
表1Table 1
步骤2:将输入的IP地址置为起始状态,即S0。 Step 2: Set the input IP address to the initial state, namely S0.
步骤3:通过状态集(即表1),加载MIB文件,目前状态为S0,所以加载System文件。 Step 3: Through the state set (that is, Table 1), load the MIB file. The current state is S0, so load the System file.
步骤4:通过状态集,获取变迁条件,社团为Public,命令方法为Get,所需询问的节点为sysName,根据已加载的MIB文件可获知相应的OID为1.3.6.1.2.1.1.5.0。发送对应命令。 Step 4: Obtain transition conditions through the state set, the community is Public, the command method is Get, the node to be queried is sysName, and the corresponding OID is 1.3.6.1.2.1.1.5.0 according to the loaded MIB file. Send the corresponding command.
步骤5:代理收到命令,比照社团正确,返回对应sysName的值为“A Device”。 Step 5: The agent receives the command, compares the community to be correct, and returns the value corresponding to sysName as "A Device".
步骤6:管理端收到命令返回包,根据变迁条件匹配,将该IP地址状态迁移至次态S1。 Step 6: After receiving the command return packet, the management end migrates the state of the IP address to the second state S1 according to the transition condition matching.
步骤7:根据状态集分析现在状态S1,加载System与CommonMIB文件。 Step 7: Analyze the current state S1 according to the state set, and load the System and CommonMIB files.
步骤8:通过状态集,获取变迁条件,社团为Public,命令方法为Get,所需询问的节点为deviceType,根据已加载的MIB文件可获知相应的OID为1.3.6.1.4.1.10871.1.3.1.18.0,并发送对应命令。 Step 8: Obtain transition conditions through the state set, the community is Public, the command method is Get, the node to be queried is deviceType, and the corresponding OID is 1.3.6.1.4.1.10871.1.3.1 according to the loaded MIB file. 18.0, and send the corresponding command.
步骤9:代理收到命令,比照社团正确,返回对应sysName的值为“oaDevice”。 Step 9: The agent receives the command, compares the community to be correct, and returns the value corresponding to sysName as "oaDevice".
步骤10:管理端收到命令返回包,根据变迁条件匹配,将该IP地址状态迁移至次态S3,设备种类确认为光放大器。 Step 10: The management terminal receives the command return packet, and according to the transition condition matching, the state of the IP address is transferred to the next state S3, and the device type is confirmed as an optical amplifier.
步骤11:根据状态集分析现在状态S1,加载System、Common、oaDevice 的MIB文件。并获取便签条件,此处的变迁条件为Walk,即使用SNMP的Get-Next命令询问直至返回no such name为止。 Step 11: Analyze the current state S1 according to the state set, and load the MIB files of System, Common, and oaDevice. And obtain the note condition, the transition condition here is Walk, that is, use the Get-Next command of SNMP to inquire until no such name is returned.
步骤12:收到返回值后,将所有OID点信息使用MIB文件进行翻译,并保存。此状态的变迁条件特殊,为无条件迁移,在获取数据后直接将状态迁移为S3,如此反复。 Step 12: After receiving the return value, translate all OID point information using the MIB file and save it. The transition condition of this state is special, and it is an unconditional migration. After the data is obtained, the state is directly migrated to S3, and so on.
实施例三:该设备为一种特殊的光接收机,社团串与MIB文件不同,并无法使用Get-Next命令获取到值,所以在数据获取方式上仅能够使用Get方法。可识别该设备类型、获取该设备数据以及告警信息。 Embodiment 3: The device is a special optical receiver, the community string is different from the MIB file, and the value cannot be obtained by using the Get-Next command, so only the Get method can be used in the data acquisition method. It can identify the device type, obtain the device data and alarm information.
步骤1:管理文件加载相关配置文件,生成状态集。状态集包含目前设备的种类、社团串、MIB、变迁条件的信息,实施例中的状态集同样如表1所示。 Step 1: Manage files Load relevant configuration files to generate state sets. The status set includes information about the current device type, community string, MIB, and transition conditions. The status set in the embodiment is also shown in Table 1.
步骤2:将输入的IP地址置为起始状态,即S0。 Step 2: Set the input IP address to the initial state, namely S0.
步骤3:通过状态集(即表1),加载MIB文件,目前状态为S0,所以加载System文件。 Step 3: Through the state set (that is, Table 1), load the MIB file. The current state is S0, so load the System file.
步骤4:通过状态集,获取变迁条件,社团为Public,命令方法为Get,所需询问的节点为sysName,根据已加载的MIB文件可获知相应的OID为1.3.6.1.2.1.1.5.0,并发送对应命令。 Step 4: Obtain transition conditions through the state set, the community is Public, the command method is Get, the node to be queried is sysName, and the corresponding OID is 1.3.6.1.2.1.1.5.0 according to the loaded MIB file. And send the corresponding command.
步骤5:代理收到命令,比照社团不正确,无任何返回值。 Step 5: The agent receives the command, the comparison group is incorrect, and there is no return value.
步骤6:管理端未收到任何命令返回包,根据变迁条件匹配,将该IP地址状态迁移至次态S4。 Step 6: The management terminal does not receive any command return packet, and according to the transition condition matching, the state of the IP address is migrated to the next state S4.
步骤7:根据状态集分析现在状态S4,加载System文件。 Step 7: Analyze the current state S4 according to the state set, and load the System file.
步骤8:通过状态集,获取变迁条件,社团为Public,命令方法为Get,所需询问的节点为sysName,根据已加载的MIB文件可获知相应的OID为1.3.6.1.2.1.1.5.0。发送对应命令。 Step 8: Obtain transition conditions through the state set, the community is Public, the command method is Get, the node to be queried is sysName, and the corresponding OID is 1.3.6.1.2.1.1.5.0 according to the loaded MIB file. Send the corresponding command.
步骤9:代理收到命令,比照社团正确,返回对应sysName的值为“B Device”。 Step 9: The agent receives the command, compares the group to be correct, and returns the value corresponding to sysName as "B Device".
步骤10:管理端收到命令返回包,根据变迁条件匹配,将该IP地址状态迁移至次态S5,设备种类确认为B品牌光接收机。 Step 10: The management terminal receives the command return packet, and according to the transition condition matching, the state of the IP address is migrated to the next state S5, and the equipment type is confirmed as a B-brand optical receiver.
步骤11:通过状态集,获取变迁条件,获取相关数据inputPower、outputRF,并通过MIB文件进行翻译,保存该数据。无条件跳转至S6。 Step 11: Obtain the transition conditions and related data inputPower and outputRF through the state set, translate and save the data through the MIB file. Jump to S6 unconditionally.
步骤12:过状态集,获取变迁条件,获取相关数据AlarmInfo,并通过MIB文件进行翻译、解码,便可获取该保存该数据。无条件跳转至S5。如此反复。 Step 12: Go through the state set, obtain the transition conditions, obtain the relevant data AlarmInfo, and translate and decode the MIB file to obtain and save the data. Jump to S5 unconditionally. so repeatedly.
通过上面步骤,我们可以对所有基于SNMP的网络设备进行识别与数据获取,通过这一统一的方式,可以降低系统的实现与维护复杂度,提高系统对代理的兼容性。当然,上述实施例不是对本发明技术方案的进一步限定,任何熟悉本领域的技术人员对本发明技术特征所做的等同替换或者相应变形,仍在本发明的保护范围之内。 Through the above steps, we can identify and acquire data for all SNMP-based network devices. Through this unified method, the complexity of system implementation and maintenance can be reduced, and the system's compatibility with agents can be improved. Certainly, the above-mentioned embodiments are not further limitations on the technical solution of the present invention, and any equivalent replacement or corresponding modification to the technical features of the present invention by those skilled in the art is still within the protection scope of the present invention.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011102561219A CN102387031A (en) | 2011-09-01 | 2011-09-01 | Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011102561219A CN102387031A (en) | 2011-09-01 | 2011-09-01 | Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102387031A true CN102387031A (en) | 2012-03-21 |
Family
ID=45826033
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2011102561219A Pending CN102387031A (en) | 2011-09-01 | 2011-09-01 | Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102387031A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109246030A (en) * | 2018-08-28 | 2019-01-18 | 烽火通信科技股份有限公司 | The realization method and system of state machine in a kind of configuration editing process |
CN111651644A (en) * | 2020-05-29 | 2020-09-11 | 山东中创软件商用中间件股份有限公司 | Method, system and device for identifying equipment type |
CN115348167A (en) * | 2022-08-31 | 2022-11-15 | 杭州云合智网技术有限公司 | Method and device for realizing RowStatus state machine |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020097721A1 (en) * | 2001-01-23 | 2002-07-25 | Mckenzie Douglas Evans | Methods, systems and computer program products for determining simple network management protocol (SNMP) object identifiers in a management information base (MIB) file |
CN1996877A (en) * | 2006-09-30 | 2007-07-11 | 华为技术有限公司 | A device, system and method for realizing MIB adaptation |
CN101035010A (en) * | 2006-03-09 | 2007-09-12 | 中兴通讯股份有限公司 | Network element device configuration method in the passive optical network |
-
2011
- 2011-09-01 CN CN2011102561219A patent/CN102387031A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020097721A1 (en) * | 2001-01-23 | 2002-07-25 | Mckenzie Douglas Evans | Methods, systems and computer program products for determining simple network management protocol (SNMP) object identifiers in a management information base (MIB) file |
CN101035010A (en) * | 2006-03-09 | 2007-09-12 | 中兴通讯股份有限公司 | Network element device configuration method in the passive optical network |
CN1996877A (en) * | 2006-09-30 | 2007-07-11 | 华为技术有限公司 | A device, system and method for realizing MIB adaptation |
Non-Patent Citations (1)
Title |
---|
丁振国等: "基于有限状态机的网络配置管理系统研究", 《电子科技》 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109246030A (en) * | 2018-08-28 | 2019-01-18 | 烽火通信科技股份有限公司 | The realization method and system of state machine in a kind of configuration editing process |
CN109246030B (en) * | 2018-08-28 | 2021-06-15 | 烽火通信科技股份有限公司 | Method and system for realizing state machine in configuration editing process |
CN111651644A (en) * | 2020-05-29 | 2020-09-11 | 山东中创软件商用中间件股份有限公司 | Method, system and device for identifying equipment type |
CN115348167A (en) * | 2022-08-31 | 2022-11-15 | 杭州云合智网技术有限公司 | Method and device for realizing RowStatus state machine |
CN115348167B (en) * | 2022-08-31 | 2024-05-07 | 云合智网(上海)技术有限公司 | RowStatus state machine implementation method and RowStatus state machine implementation device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10892952B2 (en) | Supporting compilation and extensibility on unified graph-based intent models | |
CN103281197B (en) | A kind of ForCES collocation method based on NETCONF | |
US7788371B2 (en) | Exporting management information base data using IPFIX | |
US8327007B2 (en) | Systems and methods for SNMP access | |
CN101272275B (en) | Network management equipment, method and system for acquiring network appliance configuration information | |
CN104883266B (en) | network configuration access method and device | |
CN102546760A (en) | Equipment management method, terminal, device and system | |
CN101035133B (en) | Network management method, system and device | |
US8868697B2 (en) | Method and system for device management, and device | |
CN1910854B (en) | Automatic update system and method for using a meta mib | |
US8392548B1 (en) | Method and apparatus for generating diagnostic information for errors detected in a network management protocol | |
CN113381875B (en) | Method for acquiring configuration data | |
CN104468232B (en) | The method and system of network equipments configuration are completed using xml document and mib | |
CN102387031A (en) | Simple network management protocol (SNMP) network equipment identification and data acquisition method based on state machine | |
MacFaden et al. | Configuring networks and devices with simple network management protocol (snmp) | |
CN101370221B (en) | Software version management method for network element management system based on file mode | |
US20050015478A1 (en) | Method for setting up a generic protocol relationship between network elements in a telecom network | |
CN107872336A (en) | Mount point identification method and system and mark management equipment | |
CN100411355C (en) | Information service hierarchy inheritance relation realizing method in network management interface | |
US10860409B2 (en) | Tracelog isolation of failed sessions at scale | |
US20070050498A1 (en) | Method and apparatus for persisting SNMP variable values | |
CN104283702B (en) | The implementation method of instrument MIB remote loadings based on instrument network management system | |
CN101964726B (en) | SNMP-based reliable data transmission method | |
CN115529235B (en) | Controller device and method and system for the controller device | |
KR20050075490A (en) | Meta mib structure for automatically mib information of nms |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20120321 |