GB2344262A - Retrieval of network management information - Google Patents

Retrieval of network management information Download PDF

Info

Publication number
GB2344262A
GB2344262A GB9821524A GB9821524A GB2344262A GB 2344262 A GB2344262 A GB 2344262A GB 9821524 A GB9821524 A GB 9821524A GB 9821524 A GB9821524 A GB 9821524A GB 2344262 A GB2344262 A GB 2344262A
Authority
GB
United Kingdom
Prior art keywords
rows
protocol data
data unit
information
protocol
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.)
Withdrawn
Application number
GB9821524A
Other versions
GB9821524D0 (en
Inventor
David Gymer
Paul Burden
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GEN DATACOMM ADV RES
General Datacomm Inc
Original Assignee
GEN DATACOMM ADV RES
General Datacomm Inc
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 GEN DATACOMM ADV RES, General Datacomm Inc filed Critical GEN DATACOMM ADV RES
Priority to GB9821524A priority Critical patent/GB2344262A/en
Publication of GB9821524D0 publication Critical patent/GB9821524D0/en
Priority to CA002345685A priority patent/CA2345685A1/en
Priority to PCT/US1999/022651 priority patent/WO2000020981A1/en
Publication of GB2344262A publication Critical patent/GB2344262A/en
Withdrawn legal-status Critical Current

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/0233Object-oriented techniques, for representation of network management data, e.g. common object request broker architecture [CORBA]

Abstract

The invention is concerned with accessing and retrieving information from tables such as a management information base (MIB) using network management protocols, particularly the Simple Network Management (SNMP) protocol. To overcome problems associated with using object identifiers (OIDs) in conventional network management protocols, a modified protocol is disclosed in which some object identifiers are abbreviated or replaced by indices. The protocol data unit (PDU) used to retrieve information comprises an identifier signifying that it is a table block access request, an object identifier of a table to be accessed, an index to a row within the table and information identifying the number of rows to be accessed. This can lead to significant improvements in efficiency compared to multiple "Get Next" operations or "Get Bulk" operations (see figures 1-3), with only a small modification to the protocol.

Description

2344262 NETWORK MANAGEMENT INFORMATION PROCESSING The present invention
relates to the processing of information for network management, particularly, but not exclusively, the processing of information contained in tables for controlling 8 network.
In a distributed network such as an internet, it is necessary to store various parameters, including routing information, at distributed points across the network and to extract that information for overall management of the network. Since different devices in a network may be made by different manufacturers and be of different types, it is desirable for communication of this information to be substantially device independent.
The Simple Network Management Protocol (SNMP) together with associated Management Information Base (MIB) structures have been designed to achieve device-independent management of a network and are widely used across the Internet. Basic details of SNMP may be found in any of a number of texts on the subject, an example of which is The Simple Book (An Introduction to Management of TCP/[P-based internets) by
Marshall T. Rose published by Prentice-Hall 1991, the entire disclosure of which is incorporated herein by reference.
The invention is particularly concerned with the manipulation of data in tables such-as a Management Information Base (MIB). Details of the structure of a MIB may be found in chapter 4, pages 91-130 of The Simple Book, referenced above. Entries within a MIB are associated with Object Identifiers (OlDs) which may be lengthy strings. The invention is particularly concerned with access to tables (such as a MIB) using network management protocols such as the Simple Network Management Protocol (SNMP), a discussion of which may be found in chapter 5, pages 131-186, of The Simple Book.
In order to extract information from a table such as a MIB, SNMP defines Protocol Data Units (PDUs) for exchanging messages and commands and provides a "Get" command and a "Get Next" command which allow information to be retrieved and a table to be traversed effectively. The "Get Next" operator is described on pages 140-142 of the Simple book. Whilst the "Get Next" operator is a powerful tool for traversing a table, it can- be inefficient if blocks of data are to be accessed.
Version 2 of the Simple Network Management Protocol provides a "Get Bulk" operator which effectively performs repeated "Get Next" operations. This can lead to significant improvements in efficiency compared to multiple "Get Next" operations. This can result in a significant saving of Protocol Data Units (PDUs) which must be exchanged and also in the total number of bytes which must flow across the network.
However, pursuant to the invention, it has been appreciated that more efficient access to large tables may yet be possible, preferably in a manner not incompatible with existing SNMP architecture. Studies pursuant to the present invention have revealed that a significant amount of the data transferred may comprise Object Identifiers (OIDs). Pursuant to the invention, it has been appreciated that complete OlDs do not necessarily need to be transmitted in every case. It has also been found, pursuant to the invention, that certain operations such as the extraction of a relatively smail portion of a relatively large table may be inefficient even when using the "Get Bulk" operation.
It is an aim of the invention to provide methods of extracting data from tables which are compatible with existing network management protocol (such as SNMP) interactions, but which may provide improved efficiency.
According to a first aspect, the invention provides a method of supplying data from a table in a device which is responsive to network management protocol, preferably Simple Network Management Protocol, commands, the method comprising receiving a Protocol Data Unit designated as a table block access request; identifying the Protocol Data Unit as a table block access request; obtaining an Object Identifier of a table to be read from the Protocol Data Unit; obtaining an index to a row to be read from the table from the Protocol Data Unit; determining the number of rows to be read based on information obtained from the Protocol Data Unit; looking up information in the table based on the Object Identifier and the index to the row to be read; composing a response Protocol Data Unit containing information read from the table for a plurality of rows based on-the number of rows to be read; outputting the response packet.
By providing an Object Identifier for the table and an index to a row (preferably- the start row), lengthy Object Identifiers need not be communicated for every row or every table entry. Furthermore, the method may allow immediate access to a given block of rows, for example in the middle of the table, even when the Object Identifiers of those rows are not known.
It will be appreciated that the Simple Network Management Protocol is reviewed and updated from time to time and modifications are proposed.
In this specification, which term includes the claims, references to Simple
Network Management Protocol includes derivatives and modifications of the protocol current at the time of filing (whether including enhanced, reduced or alternative functionality); indeed, a modified version of the basic protocol incorporating table access as defined herein is intended to be encompassed by the term. Devices which are responsive to a subset or derivative -of SNMP commands are intended to be encompassed by the invention.
Another advantage is that the Object Identifiers of the rows and objects within the table need not be communicated in the response packet; preferably Object Identifiers are only communicated in the response packet if specifically requested. Preferably, if Object Identifiers for the rows are requested, a single Object Identifier, preferably abbreviated, iscommunicated for each row. It is well- known that Object Identifiers are hierarchical, the Object Identifier of an item within a table comprising the Object Identifier of the table with suffixes dependent on the row and column within the table.
By "abbreviated" is, meant sufficient identification information from the suffixes, optionally pre-pended with a further portion of the complete Object Identifier or a dummy prefix, but not including the entire Object Identifier.
Preferably, information representative of the number of rows actually included in the response packet is included in the response packet, at least when the number of rows supplied differs fro-m the number of rows requested. This may facilitate determination by the requestor of the amount of information supplied and composition of a subs6quent request for remaining information.
Preferably, the method includes selecting one or more columns from which data is to be included based on column identifier information Within the received Protocol Data Unit. This may allow data to be selectively extracted from multiple columns and multiple rows within a single operation.
Most preferably, the column identifier information is in the form of index information. This avoids the need to communicate the Object Identifier to each column, and allows specified columns to be accessed even when the Object Identifiers are not known.
In a second aspect, the invention provides a method, in a network management device which issues and accepts network management protocol, preferably Simple Network Management Protocol, Protocol Data Units, of obtaining data from a table in a remote device, preferably arranged to p erform a method as defined above, the method comprising:
determining:- (a) an 'Object Identifier of a table in the remote device to be accessed; (b) an index to the start of a block of rows from which data within the table is required; (c) the number of rows to be accessed; composing a Protocol Data Unit designated as a table block access request and including information representative of said determining; outputting the Protocol Data Unit to the remote device; and obtaining said data from a response Protocol Data Unit received from the remote device.
Preferably, the method further comprises determining whether the received Protocol Data Unit contains all the information requested and, if not, composing a further request for information.
The method may further comprise supplying the information to a management application.
In a third aspect, the invention provides a network device comprising:
means for responding to Protocol Data Units received containing ne-twork management protocol, -preferably Simple N-etwork Management Protocol, commands; means for identifying a received Protocol Data Unit designated as a table block access request; means for indexing a portion of a stored table based on an Object Identifier and an index to a row to be read from the table from the Protocol Data Unit; means for determining the number of rows to be read based on information obtained from the Protocol Data Unit; means for looking up information in the table based on the Object Identifier and the index to the row to be read; means for composing a response Protocol Data Unit containing information read from the table for a plurality of rows based on the number of rows to be read.
According to a fourth aspect, the invention provides a Protocol Data Unit comprising:
an identifier signifying that the Protocol Data Unit is a table block access request; an Object Identifier of a table to be accessed; an index to a row within the table to be accessed; information identifying the number of rows to be accessed.
The Protocol Data Unit preferably further comprises information identifying the number of columns in the table to be accessed and an identifier for each column.
It will be appreciated that the invention can be applied regardle'ss of the information contained within the table to the-access and provide a technical improvement in terms of more efficient data transfer and simplified access to large tables.
An embodi'ment of the invention will now be descri6ed, by way of example,-with reference to the accompanying drawings in which:
Fig. 1 is a graph illustrating a comparison between the amount of data to be transferred when access a large table according to conventional methods and according to an embodiment of the invention; Fig. 2 is a graph illustrating a comparison between the amount of Protocol Data Units to be transferred when access a large table according to conventional methods and according to an embodiment of the invention; Fig. 3 is a graph illustrating a comparison between the amount of time taken for table retrieval when access a large table according to conventional methods and according to an embodiment of the invention.
An embodimentfor use in an SNMP-compatible network device having a plurality of MIB tables stored therein will now be described. Details of conventional MIB tables and SNMP commands, together with details of Abstract Syntax Notation One (ASNA) and Basic Encoding Rules (BER) encoding are assumed to be well-known and will not be described in detail; reference should be made to The Simple Book, together with references 40 53 in the bibliography thereon, or to any of the relevant standards, all of which are incorporated herein by reference.
By way of background summary information, basic formats of an
SNMP message, a generic PDU, a request PDU, a Get PDU and a Get Next PDU will be set out, in ASNA syntax.
Firstly, a basic message format:
top-level message Message::
SEOUENCE version version-I for this RFC_ INTEGER ( verSiort-10) community -- comunity name OCTET STRING.
data e.g PDUs if trivial ANY authentication is being used Next, the format of a Protocol Data Unit:- protocol data units 3 5 POUS::- CHOICE I get-request GetRequest-POU.
get-next-request GetNextRequest-POU.
get-response GetResponse-POU.
set-request SetRequest-POU.
trap Trap-POU the individual POUs and commonly used data types will be defined later END The basic format of a request PDU will now be set out:-- requestf response information RequestlD INTEGER ErrorStatus:,.
INTEGER noError(O).
tooBig(l).
noSuchName(2).
badValue(3).
readOnly(4) 2 5 genErr(S) ErrorIndex INTEGER -- variable bindings VarBind;; SEQUENCE name ObjectName.
value ObjectSyntax Var8indList SEQUENCE OF VarBind The format of a standard "Get" PDU is:- GetRequest-PDU 101 IMPLICIT SEQUENCE 0 request-id RequestIO, error-status always 0 ErrorStatus.
error-index always 0 ErrorIndex.
variable-bindings VarBindList The format of a "Get Next" PDU is:GetNextRequest-POU IMPLICIT SEQUENCE request-id RequestID.
error-status always 0 ErrorStatus.
error-index always 0 ErrorIndex.
variable-bindings Var8indList Further details of the components of the entities defined above and other background information may be found by reference to RFC 1157 or other standard texts.
According to this embodiment, we propose a modified PDU which we designate a Get Table Row message. This is defined below using the ASN. 1 syntax:
GetTableRow-POU SEQUENCE request-id INTEGER.
error-status INTEGER noError(O).
-30 toosig(l).
noSuchName(2).
D dValue(3).
r:adOnl(4).
9 enErr(b) error-index INTEGER, srimpp - vers io I n NTEGER verSionI (1) First implementation table-name
OBJEC7-INDENTIFIER. 010 of the table being retrieved - -45 start-index INTEGER. starting row index for retrieval max-rows maximu no. of rows to be retrieved INTEGER..1 indi c ates -get a',l rows' table-size INTEGER. No. of rows in table instances-included INTEGER no(O), Row instances not encoded yes(I) Row instances are encoded column-total INTEGER. No.of columns to be retrieved columnl INTEGER. column id for first column column2 INTEGER. column id for second column columnN INTEGER. column id for Nth column variable-bindings varBindList 10- VarBind SEOUENCE J row-instance' value OBJECT-IDEWrIFIER, -- optional instance 01D for row objectSyntax -- value for this mw/colum entry This command is intended to allow a management application to retrieve arbitrary rows from a table without having to issue repeated GetNext commands to get to the correct rows. For optimum efficiency and flexibility, it is found to be highly desirable that the command can access arbitrary columns, and not just complete rows. An explanation of the fields in a GetTableRows request PDU as would be sent from a management application follows:15 request-id The unique request id for this PDU snmpp-version Indicates the revision level of the SNMPP PDU (should always be set to 1). 20 table-name The OBJECT IDENTIFIER representing the table to be retrTeved. For example, the interfaces table in rfcl 213 would have a table name of 1.3.6.1.2.1.2.2 staft-index 25 Identifies the first -row index to be retrieved from the table. This represents essentially the row number in that table (starting 0). So, to start retrieving from the first row, start-index would be set to 0. To retrieve from the 25" row, start- index would be set to 24, etc. max-rows 30 Represents the maximum number of rows to be retrieved (if possible). If all rows from the start-index to end of table are required, this should be set to -1. column-total Represents the total number of columns to be retrieved from the table 35 (the column ids are encoded immediately after this object in the PDU).
column-id A column id is encoded for each of the columns requested. So, for example, if five columns had been requested, then five consecutive INTEGERS would be encoded representing the respective column ids.
The id represents the conceptual column number for that table (starting 1). So, for example, consider the iffable of rfc1213, the column-id for if0perStatus would be 8, since this is the eighth conceptual column in the table.
The request PIDU will contain an empty varbind list (since all the information above is sufficient to identify what we are requesting).
Note: All the other objects exist in the request PIDU, but will have their default values set.
To implement this embodiment, the (modified) SNIVIP agent of the network device must process an incoming GetTableRows request and package the response message to send back to the requestor. The agent should attempt to include all the requested rows into the response PDU, but due-to the restrictions of message size, this may not be possible. In these cases, it should send back as many rows as it can, updating the assod- iated fields to identify precisely the rows it has returned (this is so that the requestor can send another GetTableRows; request message a.mended to retrieve the remaining rows).
A GetTableRows response PIDU should be sent to the management application with the following fields set:
request-id The unique request id for this PIDU.
snmpp-version Indicates the revision level of the SNMPP PIDU (should always be set to 1) table-name
The OBJECT IDENTIFIER representing the table to be retrieved. For example, the interfaces table in rfc1 213 would have a table name of 1.3.6.1.2.1.2.2. This must match the request PDU.
staft-index Identifies the first row index to be retrieved from the table. This represents essentially the row number in that table (starting 0). So, to start retrieving from the first row, start-index would be set to 0.
To retrieve from the 25" row, start-index would be set to 24, etc.
This must match the request PDU.
max-rows This will'be set to the actual number of rows included in this response PDU.
table-size
Stores the actual size of the table requested (i.e. how many rows exist in the table at that point in time).
instances-included set to no(O) if the row instances have not been encoded in the varbinds representing the first column requested, otherwise set to yes(l) if they have.
column-total Represents the total number of columns retrieved from the table (the column ids are encoded immediately after this object in the PDU).
This must match the request PDU.
column-id A column id is encoded for each of the columns requested. So, for example, then five consecutive INTEGERS would be encoded representing the respective column ids. The id represents the conceptual column number for that table (starting 1). So, for example, consider the ifTable of rfc!213, the column-id for if0perStatus would be 8, since this is the eighth conceptual column in the table. Each of these column-ids must match the request PDU.
varbind list A list of varbinds must be encoded which represent the data contained in the rows returned. The order of the varbind list is on a per-row basis. So, for example, if five columns had been requested, the first five varbinds would constitute the values for the first row returned, where varbindl represents the data for columnl, varbind2 contains the data for column2 and so on. In most cases, the name of the varbind is not encoded (see the later section on varbind encoding).
The SNMPP GetTableRows message is encoded with a message type of OxAF, which corresponds to:
ASN-CONTEXT I ASN-CONSTRUCTOR I OXf A variable binding list returned in a GetTableRows response message -will contain each of the values within the'table encoded as usual varbind objects. The varbind list must always contain enough variables encoded in the varbind list will be multiples of column-total.
The variable -binding for each element in a row will be'-encoded in order of column-ids requested. The object-name of a varbind will only be encoded if the foil-owing two criteria are met:
1. The instances-included variable is set to yes(l) 2. The varbind being encoded represents the first column-id of a row.
If the object name is encoded, it will represent the instance oid identifying that row (starting with 0.0, because the first two subids must each be encoded in a single octet according to SNIVIP).
This is best explained by example, so consider the ifTable and the TableRows request message has requested two columns, namely ifAdminStatus(1.3.6.1.2.1.2.2.1.7) and if OperStatus (1.3.6.1.2.1.2.2.1. 8).
The column-ids will be encoded as two INTEGERs, namely 7 and 8.
Supposing the response message was returning 3 rows (f or- if Index 1,2 and 3). The varbind list will be encoded as follows:- Varbind Object Name (row-instance) Value 1 0.0.1 up(l) 2 Not Encoded up(l) 3 0.0.2 up(l) 4 Not Encoded down(2) 0.0.3 testing(3) 6 Not Encoded Down(2) The above varbinds would represent the following three rows in the ifTable-- ifindex ifAdminStatus if0perstatus 1 up(l) up(l) 2 up(2) down(2) 3 testing(3) down(2) The following pseudo-code outlines the basic steps to be performed to implement the embodiment (some of which will co-exist with other steps which are part of a conventional SNMP agent) Receive POU (Other SNMP Drocessing] Check whether PDU designated 'GetTableRowS' - 15 If not so designated. skip to Continued Processing Tf so designated:Obtain 010 of table to be read from table-name Obtain index to first row to read from start-index 5 obtain number of rows to read from max-rows Obtain indices to columns to be read coluanl..N Check whether encoded row ids requested in instances-included Look up information in specified table using indices Compose response packet including:
- Information read from table in varbinds Number of rows actually read in max-rows Row ids if specified in varbinds for first column output response packet [Continued Processing] It will be appreciated that the ordering of information is not critical and can be changed, as can all labels used both for entities with the PDU and the PDU designation (the label GetTableRows being used here as a suitable label to designate a table block access request). The information contained in the PDU may be replaced by other combinations of information which achieve the same function (for example, the last row may be supplied in place of the first row, and the indexing performed in reverse). Not all functions need be included.
Each feature described above may be provided independently, unless otherwise stated.

Claims (1)

  1. Claims:
    1. A method of supplying data from a table in a device which is responsive to network management protocol commands, the method comprising receiving a Protocol Data Unit designated as a table block access request; identifying the Protocol Data Unit as a table block access request; obtaining an Object Identifier of a table to be read from the Protocol Data Unit; obtaining an index to a row to be read from the table from the Protocol Data Unit; determining the number of rows to be read based on information obtained from the Protocol Data Unit; looking up information in the table based on the Object Identifier and the index to the row to be read; composing a response Protocol Data Unit containing information read from the table for a plurality of rows based on the number of rows to be read; outputting the response packet.
    2. A method according to Claim 1, wherein Object Identifiers are only included in- the response packet if requested.
    3. - A method according to Claim 1 or Claim 2, wherein if Object Identifiers for the rows are to be included in the response packet, a single Object Identifier is included for each row.
    4. A method according to Claim 2 or Claim 3 wherein abbreviated Object Identifiers are included in the response packet.
    5. A method according to any preceding claim wherein information representative of the number of rows actually included in the response 17 packet is included in the response packet, at least when the number of rows supplied differs from the number of rows requested.
    6. A method according to any preceding claim including selecting one or more columns from which data is to be included based on column identifier information within the received Protocol Data Unit.
    7. A method according to Claim 6, wherein the column identifier information is in the form of index information.
    8. A method, in a network management device which issues and accepts network management protocol Protocol Data Units, of obtaining data from a table in a remote device, preferably arranged to perform a method according to any preceding claim, the method comprising:
    determining:- (a) an Object Identifier- of a table in the remote device to be accessed; (b) an index to the start of a block of rows from which data within the table is required; (c) the number of rows to be accessed; composing a -Protocol Data Unit designated as a table block access request and including information representative of said determining; outputtifig the Protocol Data Unit-to the remote device; and obtaining-said data from a response Protocol Data Unit received from the remote device.
    9. A method according to Claim 8 further comprising determining whether the received Protocol Data Unit contains all the data requested and, if not, composing a further request for data.
    10. A method according to Claim 8 or Claim 9 further comprising supplying the data to a management application. - - 1811. A method according to any preceding claim, wherein the network management protocol is Simple Network Management Protocol, or a derivative or modification thereof.
    12. A network device comprising:
    means for responding to Protocol Data Units received containing network management protocol commands; means- for identifying a received Protocol Data Unit designated as a table block access request; means for indexing a portion of a stored table based on (a) an Object Identifier and (b) an index to a row to be read from the table, obtained from the Protocol Data Unit; means for determining the number of rows to be read based on information obtained from the Protocol Data Unit; means for looking up information in the table based on the Object Identifier and the index to the row to be read; means for composing a response Protocol Data Unit containing information read from the table for a plurality of rows based on the number of rows to be read.
    13. A device according to Claim 12, wherein the network management protocol is Simple Network Management Protocol, or a derivative or modification thereof.
    14. A Protocol Data Unitcomprising:
    an identifier signifying that the Protocol Data Unit is a table block access request; an Object Identifier of a table to be accessed; an index to a row within the table to be accessed; information identifying the number of rows tobe accessed.
    15. A Protocol Data Unit according to Claim 12 further comprising information identifying the number of columns in the table to be accessed and an identifier for each column.
    16. A. method of accessing data substantially as herein described.
    17. A Protocol Data Unit substantially as herein described.
GB9821524A 1998-10-02 1998-10-02 Retrieval of network management information Withdrawn GB2344262A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
GB9821524A GB2344262A (en) 1998-10-02 1998-10-02 Retrieval of network management information
CA002345685A CA2345685A1 (en) 1998-10-02 1999-09-29 Network management information processing
PCT/US1999/022651 WO2000020981A1 (en) 1998-10-02 1999-09-29 Network management information processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB9821524A GB2344262A (en) 1998-10-02 1998-10-02 Retrieval of network management information

Publications (2)

Publication Number Publication Date
GB9821524D0 GB9821524D0 (en) 1998-11-25
GB2344262A true GB2344262A (en) 2000-05-31

Family

ID=10839907

Family Applications (1)

Application Number Title Priority Date Filing Date
GB9821524A Withdrawn GB2344262A (en) 1998-10-02 1998-10-02 Retrieval of network management information

Country Status (3)

Country Link
CA (1) CA2345685A1 (en)
GB (1) GB2344262A (en)
WO (1) WO2000020981A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2364467A (en) * 2000-07-05 2002-01-23 Motorola Inc Implementation of transactions in a communications network comprising SNMP agents

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0621705A2 (en) * 1993-03-22 1994-10-26 International Business Machines Corporation Method for reducing SNMP instrumentation message flows

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802309A (en) * 1996-06-12 1998-09-01 3Com Corporation Method for encoding SNMP summary objects
US5812668A (en) * 1996-06-17 1998-09-22 Verifone, Inc. System, method and article of manufacture for verifying the operation of a remote transaction clearance system utilizing a multichannel, extensible, flexible architecture

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0621705A2 (en) * 1993-03-22 1994-10-26 International Business Machines Corporation Method for reducing SNMP instrumentation message flows

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2364467A (en) * 2000-07-05 2002-01-23 Motorola Inc Implementation of transactions in a communications network comprising SNMP agents

Also Published As

Publication number Publication date
CA2345685A1 (en) 2000-04-13
GB9821524D0 (en) 1998-11-25
WO2000020981A8 (en) 2000-07-20
WO2000020981A1 (en) 2000-04-13

Similar Documents

Publication Publication Date Title
US8572127B2 (en) Structure based storage, query, update and transfer of tree-based documents
JP4713505B2 (en) Apparatus for acquiring logical tree information of mobile node and accompanying method
US5802309A (en) Method for encoding SNMP summary objects
EP2009842B1 (en) System and method for SNMP access
US20140280855A1 (en) Generic snmp information collection
EP0872082A1 (en) Arrangement and method relating to information managing systems
GB2344262A (en) Retrieval of network management information
CN101179444B (en) Configuration take-effective method, configuration system and configuration gateway
CN100385858C (en) Notifications in a telecommunications network
CN101192994B (en) A method for conditionally getting data in SNMP
US20080307080A1 (en) Network Management Method, a System and a Device
CN108270599B (en) Data analysis processing method and system based on SNMP (simple network management protocol)
AU2009349406B2 (en) Method for managing configuration information of outsourced part, and method and system for managing alarm
US7447767B2 (en) System for use in a communications network management system for automatic management of network plant
US20050073959A1 (en) Process and device for configurable management of the persistency of data in the equipment of a communication network
JP2004326510A (en) Test data generating device, test data generating method and program
CN112087344B (en) State data acquisition method and system
US7155511B1 (en) Method for encoding an interface index in a SNMP format
KR100941752B1 (en) Work logic distributed system and method there of the same
US20060277306A1 (en) Apparatus and method for data extraction
EP1460863A1 (en) Message analysis in a signaling application server
CN117812161A (en) Communication method and system for adapting different medical devices, electronic device and storage medium
GB2315576A (en) Telecommunications one-dimensional database structure
KR101182863B1 (en) System and method for communication service in building
KR100705600B1 (en) Database managing apparatus and method in element management system

Legal Events

Date Code Title Description
COOA Change in applicant's name or ownership of the application
WAP Application withdrawn, taken to be withdrawn or refused ** after publication under section 16(1)