KR20020011178A - Method for searching and setting managed object in simple network management protocol - Google Patents

Method for searching and setting managed object in simple network management protocol Download PDF

Info

Publication number
KR20020011178A
KR20020011178A KR1020000044526A KR20000044526A KR20020011178A KR 20020011178 A KR20020011178 A KR 20020011178A KR 1020000044526 A KR1020000044526 A KR 1020000044526A KR 20000044526 A KR20000044526 A KR 20000044526A KR 20020011178 A KR20020011178 A KR 20020011178A
Authority
KR
South Korea
Prior art keywords
identifier
value
setting
sub
data type
Prior art date
Application number
KR1020000044526A
Other languages
Korean (ko)
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 윤종용
Priority to KR1020000044526A priority Critical patent/KR20020011178A/en
Publication of KR20020011178A publication Critical patent/KR20020011178A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0213Standardised network management protocols, e.g. simple network management protocol [SNMP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/024Standardisation; Integration using relational databases for representation of network management data, e.g. managing via structured query language [SQL]
    • 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/04Network management architectures or arrangements
    • H04L41/046Network management architectures or arrangements comprising network management agents or mobile agents therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE: A method for retrieving and setting a managed object in an SNMP(Simple Network Management Protocol) is provided to simply retrieve and set the managed object by providing an instance identifier generating block for generating an instance identifier using inputted data. CONSTITUTION: If data necessary for retrieving or setting an managed object are inputted(S210), an SNMP manager calls an instance identifier generating block and generates an instance identifier(S220). The SNMP retrieves or sets a desired object value using the generated instance identifier, a data type, and a setting object identifier.

Description

단순 네트워크 관리 프로토콜에서 관리객체 검색 및 설정방법{METHOD FOR SEARCHING AND SETTING MANAGED OBJECT IN SIMPLE NETWORK MANAGEMENT PROTOCOL}{METHOD FOR SEARCHING AND SETTING MANAGED OBJECT IN SIMPLE NETWORK MANAGEMENT PROTOCOL}

본 발명은 네트워크 관리 시스템(Network Management System: NMS)에 관한 것으로서, 특히 단순 네트워크 관리 프로토콜(Simple Network Management Protocol: SNMP)에서 인스턴스 식별자를 이용하여 관리객체의 값을 검색하고 설정하는 방법에 관한 것이다.The present invention relates to a network management system (NMS), and more particularly, to a method of retrieving and setting a value of a management object using an instance identifier in a simple network management protocol (SNMP).

일반적으로 알려진 바와 같이, 단순 네트워크 관리 프로토콜(SNMP)은 TCP/IP(Transmission Control Protocol/Internet Protocol) 환경에서의 네트워크 관리 프로토콜로서, 허브나 라우터처럼 지속적인 관리가 요구되는 장비(네트워크 소자)에 SNMP 에이전트(Agent) 소프트웨어를 탑재함으로써 원격지의 SNMP관리자(Manager)가 포트별 작동 상황을 감시할 수 있다. 상기 SNMP 에이전트는 SNMP 관리자에 의해 질의되거나 설정될 수 있는 관리객체의 파라미터들을 MIB(Management Information Block) 테이블로서 관리하는데, 상기 MIB 테이블로부터 원하는 관리객체(Object)의 값을 검색하고 설정하기 위하여 사용되는 것이 인스턴스 식별자(Instance Identifier)이다.As is commonly known, Simple Network Management Protocol (SNMP) is a network management protocol in a Transmission Control Protocol / Internet Protocol (TCP / IP) environment, and is an SNMP agent for devices (network elements) that require ongoing management, such as hubs and routers. By installing (Agent) software, remote SNMP manager can monitor the operation status by port. The SNMP agent manages parameters of a management object that can be queried or set by an SNMP manager as a Management Information Block (MIB) table, which is used to retrieve and set a value of a desired management object from the MIB table. Is the instance identifier.

도 1은 종래기술에 의한 관리객체 검색 및 설정방법을 나타낸 흐름도이다.1 is a flowchart illustrating a management object search and setting method according to the related art.

도 1을 참조하면, 단계(s110)에서 관리객체 검색 또는 설정에 필요한 데이터가 입력되면, SNMP 관리자는 단계(s120)에서 상기 입력된 데이터로부터 객체 인덱스(INDEX Object)의 데이터 타입을 분석하고 단계(s130)에서 상기 분석결과에 따라 객체 인덱스의 객체 식별자(Object Identifier)를 생성한다. SNMP 관리자는 단계(s140)에서 상기 생성된 객체 식별자와 상기 입력된 데이터 중 하나인 검색/설정 대상 객체 식별자를 결합하여 인스턴스 식별자를 생성하고, 단계(s150)에서 상기 생성된 인스턴스 식별자와 상기 데이터 타입 및 설정 대상 객체 식별자를 이용하여 원하는 객체의 값을 검색하거나 설정한다.Referring to FIG. 1, when data necessary for searching or setting a management object is input in step S110, the SNMP manager analyzes a data type of an INDEX object from the input data in step S120. In S130, an object identifier of an object index is generated according to the analysis result. The SNMP manager generates an instance identifier by combining the generated object identifier and a search / setting object object identifier which is one of the input data in step S140, and generates the generated instance identifier and the data type in step S150. And a value of a desired object is searched or set using the set object identifier.

상기된 바와 같이 동작하는 종래 기술에 의한 관리객체의 검색 및 설정방법에 있어서는 매 검색/설정시마다 인스턴스 식별자를 생성하기 위한 모든 절차들을 반복하여야 한다는 문제점이 있었다. 게다가 SNMP 프로토콜의 특성상 MIB 테이블의 종류별로 다른 객체 인덱스를 사용하여 인스턴스 식별자를 생성하여야 하기 때문에 MIB 테이블의 검색 및 설정을 위한 절차가 길고 복잡해진다.In the conventional method for searching and setting a managed object operating as described above, there is a problem in that all procedures for generating an instance identifier must be repeated at every search / set. In addition, due to the nature of the SNMP protocol, an instance identifier must be generated using a different object index for each type of MIB table, so the procedure for searching and setting the MIB table becomes long and complicated.

따라서 상기한 바와 같이 동작되는 종래 기술의 문제점을 해결하기 위하여 창안된 본 발명의 목적은 입력된 데이터를 이용하여 인스턴스 식별자를 생성하는 인스턴스 식별자 생성블럭을 제공함으로써 관리객체의 검색 및 설정을 간단히 하는 방법을 제공하는 것이다.Accordingly, an object of the present invention, which is designed to solve the problems of the prior art operating as described above, is to provide an instance identifier generation block for generating an instance identifier using input data, thereby simplifying the search and setting of a management object. To provide.

본 발명의 다른 목적은, 인스턴스 식별자 생성블럭으로 입력된 데이터를 이용하여 객체 인덱스의 데이터 타입을 분류하는 방법을 제공하는 것이다.Another object of the present invention is to provide a method of classifying a data type of an object index using data input to an instance identifier generation block.

상기한 바와 같은 목적을 달성하기 위하여 창안된 본 발명에 따른 관리객체 검색 및 설정방법의 실시예는,Embodiments of the management object search and setting method according to the present invention created to achieve the object as described above,

관리객체의 검색 또는 설정에 필요한 데이터가 입력되는 단계;Inputting data necessary for searching or setting a management object;

인스턴스 식별자 생성블럭을 호출하여 상기 입력된 데이터를 이용하여 인스턴스 식별자를 생성하는 단계;Calling an instance identifier generation block to generate an instance identifier using the input data;

상기 생성된 인스턴스 식별자와 상기 입력된 데이터를 이용하여 원하는 객체의 값을 검색하거나 설정하는 단계를 포함한다.Retrieving or setting a value of a desired object by using the generated instance identifier and the input data.

도 1은 종래기술에 의한 관리객체 검색 및 설정방법을 나타낸 흐름도.1 is a flowchart illustrating a method for searching and setting a management object according to the related art.

도 2는 본 발명에 의한 관리객체 검색 및 설정방법을 나타낸 흐름도.2 is a flowchart illustrating a method for searching and setting a management object according to the present invention.

이하 첨부된 도면을 참조하여 본 발명의 바람직한 실시예에 대한 동작 원리를 상세히 설명함에 있어 관련된 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 후술되는 용어들은 본 발명에서의 기능을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In describing the operating principles of the preferred embodiments of the present invention in detail with reference to the accompanying drawings, when it is determined that the detailed description of the related well-known functions or configurations may unnecessarily obscure the gist of the present invention, the detailed description will be given. Will be omitted. Terms to be described later are terms defined in consideration of functions in the present invention, and may be changed according to intentions or customs of users or operators. Therefore, the definition should be made based on the contents throughout the specification.

도 2는 본 발명에 의한 관리객체 검색 및 설정방법을 나타낸 흐름도이다.2 is a flowchart illustrating a management object search and setting method according to the present invention.

도 2를 참조하면, 단계(s210)에서 관리객체 검색 또는 설정에 필요한 데이터가 입력되면, 단계(s220)에서 SNMP 관리자는 인스턴스 식별자 생성블럭을 호출하여 인스턴스 식별자를 생성한다. 단계(s230)에서 SNMP 관리자는 상기 생성된 인스턴스 식별자와 상기 데이터 타입 및 설정 대상 객체 식별자를 이용하여 원하는 객체의 값을 검색하거나 설정한다.Referring to FIG. 2, when data necessary for searching or setting a management object is input in step S210, the SNMP manager generates an instance identifier by calling an instance identifier generating block in step S220. In operation S230, the SNMP manager retrieves or sets a value of a desired object by using the generated instance identifier, the data type, and a setting object identifier.

상기 단계(s210)에서 입력되는 데이터로는, 인스턴스 식별자의 생성을 위한 검색/설정 대상 객체 식별자와 객체 인덱스의 데이터 타입 및 객체 인덱스의 값과, 관리객체의 값의 설정을 위한 설정 대상 객체 식별자의 데이터 타입과 설정 대상 객체 식별자의 값이 있다.The data input in the step S210 may include a search / setting target object identifier for generating an instance identifier, a data type of an object index, a value of an object index, and a setting target object identifier for setting a value of a management object. There is a value of the data type and the object identifier to be set.

상기 단계(s220)에서, SNMP 관리자는 상기 입력된 데이터를 이용하여 인스턴스 식별자를 생성하는 블럭을 이용한다. 상기 인스턴스 식별자 생성블럭은 입력단과 처리단 및 출력단으로 이루어지는데, 상기 입력단은 인스턴스 식별자의 생성을 위한 관련 파라미터인 검색/설정 대상 객체 식별자와 객체 인덱스의 데이터 타입 및 객체 인덱스의 값 등을 수집하고, 상기 처리단은 상기 수집된 파라미터를 참조하여 객체 인덱스의 데이터 타입에 따른 객체 식별자를 생성하고 생성된 객체 식별자를 상기 입력된 검색/설정 대상 객체 식별자와 결합함으로써 인스턴스 식별자를 생성하며, 상기 출력단은 상기 생성된 인스턴스 식별자를 출력한다.In step S220, the SNMP manager uses a block for generating an instance identifier using the input data. The instance identifier generation block is composed of an input stage, a processing stage, and an output stage. The input stage collects a search / setting target object identifier, a data type of an object index, a value of an object index, and the like, which are related parameters for generating an instance identifier, The processing unit generates an instance identifier by generating an object identifier according to a data type of an object index with reference to the collected parameters and combining the generated object identifier with the input search / setting object object identifier. Output the generated instance identifier.

상기 처리단이 데이터 타입에 따라 객체 식별자를 생성하는 절차를 구체적인 실시예를 들어 설명하면, 검색하고자 하는 객체 식별자의 값이 "x"이고 객체 인덱스가 i1, i2, ... , iN인 경우 인스턴스 식별자는 x.i1.i2.....iN이 된다. 여기서 임의의 객체 인덱스 iN의 객체 식별자는 M개의 서브 식별자(Sub Identifier)로 구성될 수 있다. 임의의 객체 인덱스 iN의 데이터 타입에 따른 객체 인덱스 iN의 객체 식별자 생성절차는 아래와 같다.According to a specific embodiment of the present invention, a process of generating an object identifier according to a data type will be described. An instance when the value of the object identifier to be searched is "x" and the object index is i1, i2, ..., iN The identifier is x.i1.i2 ..... iN. Here, the object identifier of the arbitrary object index iN may be composed of M sub identifiers. The object identifier generation procedure of the object index iN according to the data type of the arbitrary object index iN is as follows.

객체 인덱스의 데이터 타입이 "Integer-Valued" 즉 "정수"인 경우, 음수가 아닌 정수 값을 가지는 하나의 서브 식별자로 엔코딩한다.If the data type of the object index is "Integer-Valued" or "integer", it is encoded into one sub-identifier having a non-negative integer value.

객체 인덱스의 데이터 타입이 "String-Valued, Fixed-Length" 즉 "고정된 길이의 스트링"인 경우, 입력된 스트링내의 각 옥텟(Octet)을 각각의 서브 식별자로 엔코딩한다. 즉 M개의 옥텟 스트링은 M개의 서브 식별자가 된다.When the data type of the object index is "String-Valued, Fixed-Length", that is, "a fixed-length string", each octet in the input string is encoded into each sub-identifier. That is, M octet strings become M sub-identifiers.

객체 인덱스의 데이터 타입이 "String-Valued, Variable-Length Preceded by IMPLIED Keyword" 즉 "앞선 키워드에 의해 정해지는 가변길이의 스트링"인 경우, 입력된 스트링내의 각각의 옥텟을 각각의 서브 식별자로 엔코딩한다. 즉 M개의 옥텟 스트링은 M개의 서브 식별자가 된다.If the data type of the object index is "String-Valued, Variable-Length Preceded by IMPLIED Keyword", that is, "a variable-length string determined by the preceding keyword", each octet in the input string is encoded into each sub-identifier. . That is, M octet strings become M sub-identifiers.

객체 인덱스의 데이터 타입이 "String-Valued, Variable-Length not Preceded by IMPLIED Keyword" 즉 "앞서지 않는 키워드에 의해 정해지는 가변길이의 스트링"인 경우, 입력된 M개의 옥텟 스트링에 대해 첫 번째 서브 식별자는 정수값 M이며, 스트링내의 각각의 옥텟을 각각의 서브 식별자로 엔코딩한다. 즉 M개의 옥텟 스트링은 M+1개의 서브 식별자가 된다.If the data type of the object index is "String-Valued, Variable-Length not Preceded by IMPLIED Keyword", that is, "a variable-length string determined by a non-preceding keyword", the first sub-identifier for the M octet strings entered is Integer value M, encoding each octet in the string into a respective sub-identifier. That is, M octet strings become M + 1 sub identifiers.

객체 인덱스의 데이터 타입이 "Object-Identifier-Valued" 즉 "객체 식별자"인 경우, M개의 서브 식별자를 가지는 객체 식별자에 대해 첫 번째 서브 식별자는 M이며, 객체 식별자의 서브 식별자들이 순차적으로 이어진다. 즉 M+1개의 서브 식별자가 순차적으로 뒤따른다.When the data type of the object index is "Object-Identifier-Valued" or "object identifier", the first sub identifier is M for the object identifier having M sub identifiers, and the sub identifiers of the object identifier are sequentially followed. That is, M + 1 sub identifiers follow sequentially.

객체 인덱스의 데이터 타입이 "IPAddress-Valued" 즉 "IP 어드레스"인 경우, 4개의 서브 식별자가 뒤따른다.When the data type of the object index is "IPAddress-Valued" or "IP address", four sub identifiers follow.

객체 인덱스의 데이터 타입이 "NSAPAddress-Valued" 즉 "NSAP 어드레스"인 경우, M개의 옥텟 NSAP 어드레스는 M개의 서브 식별자가 된다.When the data type of the object index is "NSAPAddress-Valued" or "NSAP address", the M octet NSAP addresses become M sub-identifiers.

상기와 같이 생성된 객체 인덱스의 객체 식별자는 검색/설정 대상 객체 식별자와 결합되어 인스턴스 식별자가 생성된다.The object identifier of the object index generated as described above is combined with the search / set object identifier to generate an instance identifier.

SNMP 관리자는 상기 인스턴스 식별자 생성블럭에 의하여 생성된 인스턴스 식별자를 이용하여 원하는 관리객체의 값을 검색한다. 이를 위하여 SNMP 관리자는 SNMP 에이전트에 있는 특정 관리객체의 값을 검색하기 위한 Get_Request 명령어를 생성하여 해당 에이전트로 송신한다. SNMP 에이전트는 상기 명령에 응답하여 동작하고 Get_Response 명령어를 사용하여 상기 특정 관리객체의 값을 SNMP 관리자로 반환한다.The SNMP manager retrieves a value of a desired management object by using the instance identifier generated by the instance identifier generation block. To do this, the SNMP manager creates a Get_Request command to retrieve the value of a specific management object in the SNMP agent and sends it to the agent. The SNMP agent operates in response to the command and returns the value of the specific management object to the SNMP manager using the Get_Response command.

또한 SNMP 관리자는 상기 생성된 인스턴스 식별자와 설정 대상 객체 식별자의 데이터 타입 및 설정 대상 객체 식별자의 값을 이용하여 원하는 관리객체의 값을 설정한다. 이를 위하여 SNMP 관리자는 SNMP 에이전트에 있는 특정 관리객체의 값을 변경하여 설정하기 위한 Set_Request 명령어를 생성하여 해당 에이전트로 송신한다. SNMP 에이전트는 상기 명령에 응답하여 동작하고 Get_Response 명령어를 사용하여 상기 특정 관리객체의 변경된 값을 SNMP 관리자로 반환한다.Also, the SNMP manager sets a value of a desired management object by using the generated instance identifier, the data type of the object to be set, and the value of the object to be set. To this end, the SNMP manager creates a Set_Request command for changing and setting the value of a specific management object in the SNMP agent and sends it to the agent. The SNMP agent operates in response to the command and returns a changed value of the specific management object to the SNMP manager using the Get_Response command.

한편 본 발명의 상세한 설명에서는 구체적인 실시예에 관해 설명하였으나, 본 발명의 범위에서 벗어나지 않는 한도 내에서 여러 가지 변형이 가능함은 물론이다. 그러므로 본 발명의 범위는 설명된 실시예에 국한되지 않으며, 후술되는 특허청구의 범위뿐만 아니라 이 특허청구의 범위와 균등한 것들에 의해 정해져야 한다.Meanwhile, in the detailed description of the present invention, specific embodiments have been described, but various modifications are possible without departing from the scope of the present invention. Therefore, the scope of the present invention should not be limited to the described embodiments, but should be defined not only by the scope of the following claims, but also by those equivalent to the scope of the claims.

이상에서 상세히 설명한 바와 같이 동작하는 본 발명에 있어서, 개시되는 발명중 대표적인 것에 의하여 얻어지는 효과를 간단히 설명하면 다음과 같다.In the present invention operating as described in detail above, the effects obtained by the representative ones of the disclosed inventions will be briefly described as follows.

본 발명은, 인스턴스 식별자를 생성하는 절차를 단순화함으로써 SNMP 관리자에서 MIB 테이블의 검색/설정 절차를 간단히 하였으며 인스턴스 식별자 생성블럭에서 MIB 테이블의 종류별로 다른 객체 인덱스를 사용하여 인스턴스 식별자를 생성하도록 함으로써 관리객체의 검색 및 설정절차를 효율화할 수 있는 효과가 있다.The present invention simplifies the procedure of searching / setting the MIB table in the SNMP manager by simplifying the procedure of generating the instance identifier and managing the object by generating an instance identifier using a different object index for each type of MIB table in the instance identifier generation block. There is an effect that can streamline the search and setup procedure of.

Claims (5)

SNMP 관리자가 SNMP 에이전트의 MIB 테이블로부터 관리객체를 검색하고 설정하기 위한 방법에 있어서,In the method for the SNMP manager to retrieve and set the managed object from the SNMP agent's MIB table, 관리객체의 검색 또는 설정에 필요한 데이터가 입력되는 단계;Inputting data necessary for searching or setting a management object; 인스턴스 식별자 생성블럭을 호출하여 상기 입력된 데이터를 이용하여 인스턴스 식별자를 생성하는 단계;Calling an instance identifier generation block to generate an instance identifier using the input data; 상기 생성된 인스턴스 식별자와 상기 입력된 데이터를 이용하여 원하는 객체의 값을 검색 또는 설정하는 단계를 포함하는, SNMP에서 관리객체 검색 및 설정방법.And searching for or setting a value of a desired object by using the generated instance identifier and the input data. 제 1 항에 있어서, 상기 입력되는 데이터는, 인스턴스 식별자의 생성을 위한 검색/설정 대상 객체 식별자와 객체 인덱스의 데이터 타입 및 객체 인덱스의 값과, 관리객체의 값의 설정을 위한 설정 대상 객체 식별자의 데이터 타입과 설정 대상 객체 식별자의 값을 포함하는, SNMP에서 관리객체 검색 및 설정방법.The method of claim 1, wherein the input data includes a search / setting target object identifier for generating an instance identifier, a data type of an object index, a value of an object index, and a setting target object identifier for setting a value of a management object. A method for finding and setting a managed object in SNMP, including a data type and a value of a set object identifier. 제 1 항에 있어서, 상기 인스턴스 식별자를 생성하는 단계는,The method of claim 1, wherein generating the instance identifier comprises: 상기 인스턴스 식별자의 생성을 위한 관련 파라미터인 검색/설정 대상 객체식별자와 객체 인덱스의 데이터 타입 및 객체 인덱스의 값을 수집하는 단계;Collecting data types of a search / setting target object identifier and an object index and an object index, which are related parameters for generating the instance identifier; 상기 수집된 파라미터를 참조하여 객체 인덱스의 데이터 타입에 따른 객체 식별자를 생성하는 단계;Generating an object identifier according to a data type of an object index by referring to the collected parameters; 상기 생성된 객체 식별자를 상기 수집된 검색/설정 대상 객체 식별자와 결합함으로써 인스턴스 식별자를 생성하는 단계를 포함하는, SNMP에서 관리객체 검색 및 설정방법.Generating an instance identifier by combining the generated object identifier with the collected search / set object identifier. 제 3 항에 있어서, M개의 서브 식별자로 구성되는 상기 객체 인덱스의 객체 식별자를 생성하는 단계는,The method of claim 3, wherein the generating of the object identifier of the object index consisting of M sub-identifiers comprises: 상기 객체 인덱스의 데이터 타입이 "정수"인 경우, 음수가 아닌 정수 값을 가지는 하나의 서브 식별자로 엔코딩하는 단계;If the data type of the object index is "integer", encoding the data into one sub-identifier having a non-negative integer value; 상기 객체 인덱스의 데이터 타입이 "고정된 길이의 스트링"인 경우, 입력된 스트링내의 각 옥텟을 각각의 서브 식별자로 엔코딩하는 단계;If the data type of the object index is a "string of fixed length", encoding each octet in the input string into a respective sub-identifier; 상기 객체 인덱스의 데이터 타입이 "앞선 키워드에 의해 정해지는 가변길이의 스트링"인 경우, 입력된 스트링내의 각각의 옥텟을 각각의 서브 식별자로 엔코딩하는 단계;If the data type of the object index is a "variable length string determined by a preceding keyword", encoding each octet in the input string into a respective sub identifier; 상기 객체 인덱스의 데이터 타입이 "앞서지 않는 키워드에 의해 정해지는 가변길이의 스트링"인 경우, 입력된 M개의 옥텟 스트링에 대해 첫 번째 서브 식별자의 값은 M으로 하고 스트링내의 각각의 옥텟을 각각의 서브 식별자로 엔코딩하는단계;When the data type of the object index is "a variable-length string determined by a non-preceding keyword", for the input M octet strings, the value of the first sub-identifier is M and each octet in the string is a sub-category. Encoding with an identifier; 상기 객체 인덱스의 데이터 타입이 "객체 식별자"인 경우, M개의 서브 식별자를 가지는 객체 식별자에 대해 첫 번째 서브 식별자의 값은 M으로 하고 객체 식별자의 서브 식별자들이 순차적으로 이어지도록 하는 단계;When the data type of the object index is “object identifier”, for the object identifier having M sub-identifiers, setting the value of the first sub-identifier to M and successively connecting the sub-identifiers of the object identifier; 상기 객체 인덱스의 데이터 타입이 "IP 어드레스"인 경우, 4개의 서브 식별자가 순차적으로 이어지도록 하는 단계;If the data type of the object index is an “IP address”, causing four sub-identifiers to be sequentially connected; 상기 객체 인덱스의 데이터 타입이 "NSAP 어드레스"인 경우, M개의 옥텟 NSAP 어드레스를 M개의 서브 식별자로 하는 단계를 포함하는, SNMP에서 관리객체 검색 및 설정방법.If the data type of the object index is "NSAP address", setting M octet NSAP addresses to M sub-identifiers. 제 1 항에 있어서, 상기 객체의 값을 검색하거나 설정하는 단계는,The method of claim 1, wherein the retrieving or setting the value of the object comprises: 상기 생성된 인스턴스 식별자를 이용하여 상기 객체의 값을 검색하기 위한 명령어를 생성하고 생성된 명령어를 SNMP 에이전트로 송신하면, 상기 SNMP 에이전트가 상기 객체의 값으로 응답하는 단계;Generating a command for retrieving the value of the object using the generated instance identifier and transmitting the generated command to an SNMP agent, the SNMP agent responding with the value of the object; 상기 생성된 인스턴스 식별자와 설정 대상 객체 식별자의 데이터 타입 및 설정 대상 객체 식별자의 값을 이용하여 상기 객체의 값을 설정하기 위한 명령어를 생성하고 생성된 명령어를 SNMP 에이전트로 송신하면, 상기 SNMP 에이전트가 새로 설정된 상기 객체의 값으로 응답하는 단계 중 적어도 하나의 단계를 포함하는, SNMP에서 관리객체 검색 및 설정방법.By generating a command for setting the value of the object by using the generated instance identifier, the data type of the object to be set, and the value of the object to be set, and transmitting the generated command to the SNMP agent, the SNMP agent newly generates the command. And at least one step of responding with a value of the set object.
KR1020000044526A 2000-08-01 2000-08-01 Method for searching and setting managed object in simple network management protocol KR20020011178A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000044526A KR20020011178A (en) 2000-08-01 2000-08-01 Method for searching and setting managed object in simple network management protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000044526A KR20020011178A (en) 2000-08-01 2000-08-01 Method for searching and setting managed object in simple network management protocol

Publications (1)

Publication Number Publication Date
KR20020011178A true KR20020011178A (en) 2002-02-08

Family

ID=19681195

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000044526A KR20020011178A (en) 2000-08-01 2000-08-01 Method for searching and setting managed object in simple network management protocol

Country Status (1)

Country Link
KR (1) KR20020011178A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030057921A (en) * 2001-12-29 2003-07-07 엘지전자 주식회사 Method of Managing MIB Table Structure in the SNMP Network
KR100716169B1 (en) * 2005-05-06 2007-05-10 삼성전자주식회사 Apparatus and method for processing the message for network management system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030057921A (en) * 2001-12-29 2003-07-07 엘지전자 주식회사 Method of Managing MIB Table Structure in the SNMP Network
KR100716169B1 (en) * 2005-05-06 2007-05-10 삼성전자주식회사 Apparatus and method for processing the message for network management system

Similar Documents

Publication Publication Date Title
CN105227341B (en) System and method for managing devices through a content-centric network
CN108833166B (en) Edge cloud message forwarding method and system and network message forwarding method and system
US8001254B1 (en) Translating switch and method
CN107302443B (en) Equipment configuration method and device based on network configuration protocol
US7594029B2 (en) System and method for external resolution of packet transfer information
US20070078997A1 (en) Efficient endpoint matching using a header-to-bit conversion table
US6820121B1 (en) Methods systems and computer program products for processing an event based on policy rules using hashing
US9110884B2 (en) Message publishing and subscribing method and apparatus
US20080140860A1 (en) Media routing
US8595339B2 (en) Network management apparatus and method
US8589589B2 (en) Method and system for creating an overlay structure for management information bases
US7580936B2 (en) Extendable discovery of network device information
JP2000183998A (en) Character communication method and character communication system
CN111651476A (en) Quick matching method and system for MQTT theme in gateway of Internet of things
US8386645B2 (en) Method and device to process network data
US7185109B2 (en) Recursive discovery of CDP type of nodes in a network of various node types
JP2005073029A (en) Device and method for service retrieval
US20120294307A1 (en) Apparatus and Method for Identifier Management
Breitgand et al. SNMP GetPrev: An efficient way to browse large MIB tables
KR20020011178A (en) Method for searching and setting managed object in simple network management protocol
Ismail et al. Semantic enhancement for network configuration management
CN1332528C (en) Implement method for loading tree of information management base in standard agent of network management
US7860099B2 (en) Method for managing and setting many network devices
CN114745376B (en) ZooKeeper cluster operation and maintenance method and device, electronic equipment and storage medium
KR100628297B1 (en) Method for managing network using SNMP

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination