US20140280855A1 - Generic snmp information collection - Google Patents

Generic snmp information collection Download PDF

Info

Publication number
US20140280855A1
US20140280855A1 US14/291,150 US201414291150A US2014280855A1 US 20140280855 A1 US20140280855 A1 US 20140280855A1 US 201414291150 A US201414291150 A US 201414291150A US 2014280855 A1 US2014280855 A1 US 2014280855A1
Authority
US
United States
Prior art keywords
management system
network management
managed
information
managed device
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.)
Abandoned
Application number
US14/291,150
Inventor
Stephen Paul Yuengling
Sharon Chisholm
April Pennisi
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.)
RPX Clearinghouse LLC
Original Assignee
Rockstar Consortium US LP
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 Rockstar Consortium US LP filed Critical Rockstar Consortium US LP
Priority to US14/291,150 priority Critical patent/US20140280855A1/en
Publication of US20140280855A1 publication Critical patent/US20140280855A1/en
Assigned to RPX CLEARINGHOUSE LLC reassignment RPX CLEARINGHOUSE LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BOCKSTAR TECHNOLOGIES LLC, CONSTELLATION TECHNOLOGIES LLC, MOBILESTAR TECHNOLOGIES LLC, NETSTAR TECHNOLOGIES LLC, ROCKSTAR CONSORTIUM LLC, ROCKSTAR CONSORTIUM US LP
Assigned to JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT reassignment JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT SECURITY AGREEMENT Assignors: RPX CLEARINGHOUSE LLC, RPX CORPORATION
Assigned to RPX CORPORATION, RPX CLEARINGHOUSE LLC reassignment RPX CORPORATION RELEASE (REEL 038041 / FRAME 0001) Assignors: JPMORGAN CHASE BANK, N.A.
Abandoned legal-status Critical Current

Links

Images

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/12Discovery or management of network topologies
    • 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/04Network management architectures or arrangements
    • H04L41/046Network management architectures or arrangements comprising network management agents or mobile agents therefor

Definitions

  • the present invention relates to communications, and in particular to providing a more flexible technique for collecting information using the Simple Network Management Protocol (SNMP).
  • SNMP Simple Network Management Protocol
  • the Simple Network Management Protocol was developed to manage various elements in the Internet and attached networks.
  • SNMP uses a manager and agent architecture, wherein each managed device runs an agent from which the manager can obtain information that is provided to facilitate remote management.
  • an SNMP communication environment 10 is illustrated as having a network management system (NMS) 12 adapted to manage any number of managed devices (MDs) 14 , which may represent any type of network element such as personal computers, servers, routers, switches, and the like.
  • the NMS 12 provides a human interface for the overall management system, and is able to communicate with the various managed devices 14 .
  • the managed devices 14 each provide an agent 18 , which provides an interface between the NMS 12 and the managed device 14 to be managed.
  • the NMS 12 and the managed devices 14 will use a management information base (MIB) 20 and a small set of commands to exchange information.
  • the MIB 20 is organized in a tree structure, with numerous objects represented at the end of each branch. Each object may be associated with one or more object instances, such as metrics, labels, or other information relevant to managing the network or the managed device 14 .
  • the object instances may be operational metrics or a function provided by the managed device 14 .
  • An object identifier (OID) which is a long numeric tag separated by periods, is used to distinguish each object in the MIB 20 and is used in SNMP messages to identify the object instance or instances corresponding to a given object.
  • SNMP uses five basic messages to communicate between the NMS 12 and the agent 18 in the managed device 14 . These messages include GET, GET NEXT, GET BULK, SET, and TRAP.
  • the GET, GET BULK, and GET NEXT messages allow the NMS 12 to request information or object instances for a specific object or table of objects.
  • the agent 18 upon receiving a GET, GET BULK, or GET NEXT message, will issue a response message to the NMS 12 with either the information requested or an error message indicating why the request could not be fulfilled.
  • the SET message allows the NMS 12 to request a change to be made to an object instance of an object that allows read/write access.
  • the agent 18 may respond with a response message indicating that a change has been made or an indication as to why the change could not be made.
  • the TRAP message allows the agent 18 to dynamically inform the NMS 12 of significant events.
  • the GET, GET BULK, GET NEXT, and SET messages are sent by the NMS 12 .
  • the response and TRAP messages are provided by the agent 18 , wherein the TRAP message is the only message that can be initiated by the agent 18 .
  • Each agent 18 in the managed device 14 will manage various objects, wherein each object has one or more object instances that correspond to metrics, variables, or characteristics associated with the object. As noted, each object or object instance has a unique OID consisting of numbers that are separated by periods.
  • An exemplary tree structure for a MIB 20 is illustrated in FIG. 2 .
  • the MIB 20 may associate each OID with a label, such as “organization” and various other object instances related to the object.
  • the MIB 20 serves as a reference from which to assemble and interpret SNMP messages.
  • the NMS 12 which contains MIB 20
  • a GET message is sent including the OID, from MIB 20 , associated with the object or object instance being requested.
  • the agent 18 in the managed device 14 will have a corresponding MIB 20 , and will use the MIB 20 to identify the object or object instance associated with the OID.
  • Information associated with the object or object instance is then provided back to the NMS 12 in a response message.
  • the first level of the OID includes objects CCITT, ISO, and ISO.CCITT, which are associated with OID indexes of 0 , 1 , and 2 , respectively.
  • OID references 4 , 6 , and 1 are provided, with OID references 4 , 6 , and 1 , respectively.
  • the OID for the INTERNET object is 1 . 4 . 6 . 1 .
  • the INTERNET object Underneath the INTERNET object are DIRECTORY, MANAGEMENT (MGMT), EXPERIMENTAL, PRIVATE, and SECURITY objects, which are associated with OID references 1 , 2 , 3 , 4 , and 5 , respectively.
  • the OID for the DIRECTORY object is 1 . 4 . 6 . 1 . 1 .
  • the PRIVATE object branches into ENTERPRISE, NORTEL, and OVERLOAD ALARM objects, which have OID references of 1 , 8 , and 20 , respectively.
  • the OVERLOAD ALARM object has an OID of 1 . 4 . 6 . 1 . 4 . 1 . 8 . 20 .
  • the tree can continue with other objects and object instances.
  • the MIB 20 provides a data structure index corresponding to various objects.
  • Each object will have one or more object instances associated therewith.
  • object instances When a single instance is associated with an object, only one piece of information is associated with the object.
  • multiple object instances When multiple object instances are associated with an object, multiple pieces of information may be associated with an object.
  • These additional object instances may be returned as a group in response to a request associated with that object, or the various instances may be associated with further OID references, wherein each piece of information can be obtained individually.
  • an OID may correspond to an entire row in a table or a specific entry in a table.
  • MIB configurations require each of the managed devices 14 and the NMS 12 , which are an associated group, to have the same and comprehensive MIB definitions. As such, if any new objects or object instances are to be gathered, monitored, or otherwise used in the group, a new MIB 20 must be created and provided to the NMS 12 and each of the managed devices 14 . As networks evolve and the capabilities of managed devices 14 increase, the MIBs 20 for various systems must be updated frequently. Such updating is cumbersome and manually intensive, as the MIBs 20 are generally manually provisioned at each affected device.
  • managed devices 14 can add new objects or object instances without requiring a new MIB definition prior to or after adding the new information.
  • the present invention provides a technique to define objects and object instances in a dynamically modifiable table within the confines of a management information base definition.
  • new objects and object instances may be added to the table without changing the management information base definition at a managed device or network management system.
  • the managed device can change the table, yet allow the network management system to access the table using an associated object identifier.
  • the network management system can systematically step through the various objects or object instances, which may correspond to rows and columns of the table, to detect additions or modifications to the table.
  • the various objects and object instances in the table may be individually accessed, once identified, using a unique object identifier.
  • the present invention allows additional metrics to be maintained by a managed device without requiring re-provisioning of the various managed devices and network management systems associated with a given managed information base definition.
  • FIG. 1 is a block representation of an SNMP communication environment according to the prior art.
  • FIG. 2 is a diagram of a managed information base according to the prior art.
  • FIG. 3 is a diagram of a managed information base according to one embodiment of the present invention.
  • FIG. 4 is a managed information base table according to one embodiment of the present invention.
  • FIG. 5 is a communication flow diagram according to one embodiment of the present invention.
  • FIG. 6 is a managed information base table according to one embodiment of the present invention.
  • FIG. 7 is a communication flow diagram according to one embodiment of the present invention.
  • FIG. 8 is a block representation of a managed device according to one embodiment of the present invention.
  • FIG. 9 is a block representation of a network management system according to one embodiment of the present invention.
  • the present invention provides a MIB table, which corresponds to an object in an existing MIB definition.
  • the object is a MIB table with various additional objects and object instances.
  • additional objects and object instances may be added to the table without requiring modification to the MIB 20 .
  • the network management system (NMS) 12 FIG. 1 ) is able to retrieve all of the information, including new information, from the MIB table using existing SNMP messaging, without prior knowledge of the configuration or type of information provided in the table.
  • the information provided in the table may take various forms, including read-only metrics or statistics. Further, the information may be of a type that is not normally supported by an SNMP MIB.
  • FIG. 3 an example tree architecture of a MIB 20 according to one embodiment of the present invention is illustrated.
  • a MIB table entitled PERFORMANCE TABLE resides under the NORTEL object, and has an OID reference of 3 .
  • the OID for the MIB table entitled PERFORMANCE TABLE is 1 . 4 . 6 . 1 . 4 . 1 . 8 . 3 .
  • FIG. 4 An exemplary MIB table according to one embodiment of the present invention is illustrated in FIG. 4 .
  • Each row in the table represents an object maintained by the performance table, and the columns represent object instances associated with an object.
  • the object instances may be an object index, a name, group, data type, source, and value information for a given object.
  • the index simply refers to the OID reference, such that an OID may be used to identify the object or corresponding object instance.
  • an OID reference for the performance table is 3
  • the four objects (entries) have OID references of 1 , 2 , 3 , and 4
  • the object instances: name, group, data type, source, and value have OID references of 1 , 2 , 3 , 4 , and 5 , respectively.
  • the OID for X which represents information about the source of object 2 has an OID of 1 . 4 . 6 . 1 . 4 . 1 . 8 . 3 . 2 . 4 .
  • the NMS 12 does not need to understand the configuration of the performance table ( 3 ). Instead, a GET or like message identifying the OID for the performance table should trigger a response with information bearing on the structure of the performance table or information in the performance table, depending on the configuration of the managed device 14 .
  • the various information for the various objects can be obtained through sequential GET, GET BULK, or GET NEXT messages.
  • the NMS 12 can then step through each object or object instance until the end of the table is reached, wherein the managed device 14 will indicate that there are no further entries or object instances associated with the given entry.
  • the NMS 12 is directed to the performance table, and is able to systematically step through the rows or columns of the table to obtain the information associated with the various objects or object instances, and during this process, identify the structure of the performance table.
  • a communication flow diagram is provided, wherein the NMS 12 recognizes that the performance table has at least one entry (object) and the value information (object instance) stored in association therewith. Assume that the NMS 12 wants to obtain the value information for each entry (object) in the performance table. As such, the NMS 12 will send a GET message including the OID 1 . 4 . 6 . 1 . 4 . 1 . 8 . 3 . 1 . 5 , which corresponds to the value information for the first entry in the performance table (step 100 ). The managed device 14 , under control of the agent 18 , will send the value information for entry 1 back to the NMS 12 (step 102 ), which will process the value information as desired.
  • the NMS 12 may send a GET NEXT message back to the managed device 14 (step 104 ), which will identify the value information for the second entry ( 2 ) and respond by providing the value information for the second entry to the NMS 12 (step 106 ).
  • the process will continue wherein the NMS 12 will send a GET NEXT message for the third entry (not shown) and the fourth entry (step 108 ), and the managed device 14 will respond with the value information associated with the third entry (not shown) and fourth entry (step 110 ).
  • the NMS 12 may not know that it is at the end of the performance table, or may need to check to see if additional entries (objects) have been added to the performance table.
  • another GET NEXT message is sent to the managed device 14 (step 112 ), wherein the managed device 14 will recognize that there are no further entries, and will send a like message back to the NMS 12 (step 114 ), which will recognize that all the value information for each of the entries in the performance table have been obtained and stop accessing the performance table (step 116 ).
  • the NMS 12 retains this information for later reference.
  • the agent 18 in the managed device 14 begins gathering information associated with two new functions, and that two new entries (objects) are added to the performance table ( 3 ).
  • each entry has an associated name, group, data type, source, and value information in a fashion similar to that for the first four entries in the performance table.
  • the value information for the sixth entry will have an OID of 1 . 4 . 6 . 1 . 4 . 1 . 8 . 3 . 6 . 5 ; however, the NMS 12 will not be aware of these new entries, as the MIB 20 is not updated to correspond to the new entries, or for any of the entries in the performance table in certain circumstances.
  • the NMS 12 may simply step through the table entries and the managed device 14 will respond by providing new information on new entries until all of the entries are accounted for.
  • FIG. 7 a communication flow is illustrated where the value information for each of the entries in the performance table ( 3 ) is read by the NMS 12 .
  • the NMS 12 will recognize that the new entries have been added to the performance table ( 3 ) in this process by comparing the entries to what was previously collected.
  • the new entries 5 and 6 are added to the performance table ( 3 ) by the agent 18 of the managed device 14 (step 200 ).
  • the NMS 12 may send a GET message with the OID 1 . 4 . 6 . 1 . 4 . 1 . 8 . 3 . 1 . 5 to obtain the value information associated with the first entry (step 202 ).
  • the managed device 14 Under control of the agent 18 , the managed device 14 will send the value information for entry 1 to the NMS 12 (step 204 ).
  • the NMS 12 may send a GET NEXT message to the managed device 14 (step 206 ), which will respond with the value information for entry 2 (step 208 ). If desired, this process may continue for each entry in the table. Even if the NMS 12 knew that there were originally four entries in the performance table, after obtaining the value information for entry 4 (not shown), the NMS 12 could send a GET NEXT message to the managed device 14 (step 210 ), which would obtain the value information for the new entry 5 and provide it back to the NMS 12 (step 212 ).
  • the NMS 12 could update any MIB information retained (step 214 ) and send a GET NEXT message to the managed device 14 (step 216 ) to get any additional entries.
  • the managed device 14 would then get the value information for new entry 6 and send the value information to the NMS 12 (step 218 ). Again, the MIB related information may be updated (step 220 ), and the NMS 12 will send another GET NEXT message to the managed device 14 (step 222 ). Since there are no further entries in the performance table, the managed device 14 would send a GET RESPONSE or other appropriate message indicating that there are no further entries (step 224 ), and the NMS 12 will stop accessing the performance table (step 226 ).
  • the present invention allows a preexisting MIB 20 to include an object or OID corresponding to a table, which may change in structure without requiring the MIB 20 to change by adding the new object.
  • an object or OID corresponding to a table which may change in structure without requiring the MIB 20 to change by adding the new object.
  • normal SNMP access techniques may be used to step through the table and discover new information or changes to old information.
  • new object instances may be added.
  • other existing MIB tables e.g. RMON2 UsrHistory Tables
  • RMON2 UsrHistory Tables may reference entries within the new MIB table.
  • the managed device 14 may include a control system 22 having sufficient memory 24 to provide the agent 18 in order to operate as described above.
  • a MIB 20 may be stored in the memory 24 in association with the agent 18 .
  • the control system 22 may also be associated with a communication interface 26 to facilitate communications with the NMS 12 or other network entities, as well as a user interface 28 to facilitate interaction with the user, if so desired or required.
  • FIG. 9 provides a block representation of an NMS 12 according to one embodiment of the present invention.
  • the NMS 12 may include a control system 30 having sufficient memory 32 including a manager function 34 to control operation of the NMS 12 as described above.
  • the memory 32 and the manager function 34 may support a MIB 20 corresponding to those supported by the agents 18 in the managed devices 14 .
  • the control system 30 may also include a communication interface 36 to facilitate communications with the various managed devices 14 and other network entities, as well as a user interface 38 to facilitate interaction with a human operator.

Abstract

The present invention provides a technique to define objects and object instances in a dynamically modifiable table within the confines of a management information base definition. With the invention, new objects and object instances may be added to the table without changing the management information base definition at a managed device or network management system. The managed device can change the table, yet allow the network management system to access the table using an associated object identifier. The network management system can systematically step through the various objects or object instances, which may correspond to rows and columns of the table, to detect additions or modifications to the table. The various objects and object instances in the table may be individually accessed, once identified, using a unique object identifier.

Description

    PRIORITY APPLICATIONS
  • The present application is a continuation application of pending U.S. patent application Ser. No. 11/313,898, filed Dec. 21, 2005, entitled “GENERIC SNMP INFORMATION COLLECTION”, which is incorporated herein by reference in its entirety.
  • FIELD OF THE INVENTION
  • The present invention relates to communications, and in particular to providing a more flexible technique for collecting information using the Simple Network Management Protocol (SNMP).
  • BACKGROUND OF THE INVENTION
  • The Simple Network Management Protocol (SNMP) was developed to manage various elements in the Internet and attached networks. SNMP uses a manager and agent architecture, wherein each managed device runs an agent from which the manager can obtain information that is provided to facilitate remote management. As illustrated in FIG. 1, an SNMP communication environment 10 is illustrated as having a network management system (NMS) 12 adapted to manage any number of managed devices (MDs) 14, which may represent any type of network element such as personal computers, servers, routers, switches, and the like. The NMS 12 provides a human interface for the overall management system, and is able to communicate with the various managed devices 14. The managed devices 14 each provide an agent 18, which provides an interface between the NMS 12 and the managed device 14 to be managed.
  • To facilitate management of the managed devices 14, the NMS 12 and the managed devices 14 will use a management information base (MIB) 20 and a small set of commands to exchange information. The MIB 20 is organized in a tree structure, with numerous objects represented at the end of each branch. Each object may be associated with one or more object instances, such as metrics, labels, or other information relevant to managing the network or the managed device 14. The object instances may be operational metrics or a function provided by the managed device 14. An object identifier (OID), which is a long numeric tag separated by periods, is used to distinguish each object in the MIB 20 and is used in SNMP messages to identify the object instance or instances corresponding to a given object.
  • In general, SNMP uses five basic messages to communicate between the NMS 12 and the agent 18 in the managed device 14. These messages include GET, GET NEXT, GET BULK, SET, and TRAP. The GET, GET BULK, and GET NEXT messages allow the NMS 12 to request information or object instances for a specific object or table of objects. The agent 18, upon receiving a GET, GET BULK, or GET NEXT message, will issue a response message to the NMS 12 with either the information requested or an error message indicating why the request could not be fulfilled. The SET message allows the NMS 12 to request a change to be made to an object instance of an object that allows read/write access. The agent 18 may respond with a response message indicating that a change has been made or an indication as to why the change could not be made. The TRAP message allows the agent 18 to dynamically inform the NMS 12 of significant events. In general, the GET, GET BULK, GET NEXT, and SET messages are sent by the NMS 12. The response and TRAP messages are provided by the agent 18, wherein the TRAP message is the only message that can be initiated by the agent 18.
  • Each agent 18 in the managed device 14 will manage various objects, wherein each object has one or more object instances that correspond to metrics, variables, or characteristics associated with the object. As noted, each object or object instance has a unique OID consisting of numbers that are separated by periods. An exemplary tree structure for a MIB 20 is illustrated in FIG. 2. The MIB 20 may associate each OID with a label, such as “organization” and various other object instances related to the object. The MIB 20 serves as a reference from which to assemble and interpret SNMP messages.
  • When an NMS 12, which contains MIB 20, wants to know the information associated with an object or object instance, a GET message is sent including the OID, from MIB 20, associated with the object or object instance being requested. The agent 18 in the managed device 14 will have a corresponding MIB 20, and will use the MIB 20 to identify the object or object instance associated with the OID. Information associated with the object or object instance is then provided back to the NMS 12 in a response message. In the illustrated tree structure, the first level of the OID includes objects CCITT, ISO, and ISO.CCITT, which are associated with OID indexes of 0, 1, and 2, respectively. Under the ISO object, ORGANIZATION, DoD, and INTERNET objects are provided, with OID references 4, 6, and 1, respectively. As such, the OID for the INTERNET object is 1.4.6.1.
  • Underneath the INTERNET object are DIRECTORY, MANAGEMENT (MGMT), EXPERIMENTAL, PRIVATE, and SECURITY objects, which are associated with OID references 1, 2, 3, 4, and 5, respectively. The OID for the DIRECTORY object is 1.4.6.1.1. Further, the PRIVATE object branches into ENTERPRISE, NORTEL, and OVERLOAD ALARM objects, which have OID references of 1, 8, and 20, respectively. As such, the OVERLOAD ALARM object has an OID of 1.4.6.1.4.1.8.20. The tree can continue with other objects and object instances.
  • Accordingly, the MIB 20 provides a data structure index corresponding to various objects. Each object will have one or more object instances associated therewith. When a single instance is associated with an object, only one piece of information is associated with the object. When multiple object instances are associated with an object, multiple pieces of information may be associated with an object. These additional object instances may be returned as a group in response to a request associated with that object, or the various instances may be associated with further OID references, wherein each piece of information can be obtained individually.
  • When multiple object instances are associated with an object, corresponding information is associated with a table, such that an OID may correspond to an entire row in a table or a specific entry in a table.
  • Regardless of whether there are single object instances or multiple object instances provided in a table, existing MIB configurations require each of the managed devices 14 and the NMS 12, which are an associated group, to have the same and comprehensive MIB definitions. As such, if any new objects or object instances are to be gathered, monitored, or otherwise used in the group, a new MIB 20 must be created and provided to the NMS 12 and each of the managed devices 14. As networks evolve and the capabilities of managed devices 14 increase, the MIBs 20 for various systems must be updated frequently. Such updating is cumbersome and manually intensive, as the MIBs 20 are generally manually provisioned at each affected device.
  • Accordingly, there is a need for a technique by which managed devices 14 can add new objects or object instances without requiring a new MIB definition prior to or after adding the new information. There is a further need to allow the NMS 12 to recognize and retrieve information associated with new objects and object instances, which are added by one or more managed devices 14 without MIB updates.
  • SUMMARY OF THE INVENTION
  • The present invention provides a technique to define objects and object instances in a dynamically modifiable table within the confines of a management information base definition. With the invention, new objects and object instances may be added to the table without changing the management information base definition at a managed device or network management system. The managed device can change the table, yet allow the network management system to access the table using an associated object identifier. The network management system can systematically step through the various objects or object instances, which may correspond to rows and columns of the table, to detect additions or modifications to the table. The various objects and object instances in the table may be individually accessed, once identified, using a unique object identifier. The present invention allows additional metrics to be maintained by a managed device without requiring re-provisioning of the various managed devices and network management systems associated with a given managed information base definition.
  • Those skilled in the art will appreciate the scope of the present invention and realize additional aspects thereof after reading the following detailed description of the preferred embodiments in association with the accompanying drawing figures.
  • BRIEF DESCRIPTION OF THE DRAWING FIGURES
  • The accompanying drawing figures incorporated in and forming a part of this specification illustrate several aspects of the invention, and together with the description serve to explain the principles of the invention.
  • FIG. 1 is a block representation of an SNMP communication environment according to the prior art.
  • FIG. 2 is a diagram of a managed information base according to the prior art.
  • FIG. 3 is a diagram of a managed information base according to one embodiment of the present invention.
  • FIG. 4 is a managed information base table according to one embodiment of the present invention.
  • FIG. 5 is a communication flow diagram according to one embodiment of the present invention.
  • FIG. 6 is a managed information base table according to one embodiment of the present invention.
  • FIG. 7 is a communication flow diagram according to one embodiment of the present invention.
  • FIG. 8 is a block representation of a managed device according to one embodiment of the present invention.
  • FIG. 9 is a block representation of a network management system according to one embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • The embodiments set forth below represent the necessary information to enable those skilled in the art to practice the invention and illustrate the best mode of practicing the invention. Upon reading the following description in light of the accompanying drawing figures, those skilled in the art will understand the concepts of the invention and will recognize applications of these concepts not particularly addressed herein. It should be understood that these concepts and applications fall within the scope of the disclosure and the accompanying claims.
  • The present invention provides a MIB table, which corresponds to an object in an existing MIB definition. In essence, the object is a MIB table with various additional objects and object instances. Notably, additional objects and object instances may be added to the table without requiring modification to the MIB 20. Further, the network management system (NMS) 12 (FIG. 1) is able to retrieve all of the information, including new information, from the MIB table using existing SNMP messaging, without prior knowledge of the configuration or type of information provided in the table. The information provided in the table may take various forms, including read-only metrics or statistics. Further, the information may be of a type that is not normally supported by an SNMP MIB.
  • With reference to FIG. 3, an example tree architecture of a MIB 20 according to one embodiment of the present invention is illustrated. In this embodiment, assume a MIB table entitled PERFORMANCE TABLE resides under the NORTEL object, and has an OID reference of 3. The OID for the MIB table entitled PERFORMANCE TABLE is 1.4.6.1.4.1.8.3.
  • An exemplary MIB table according to one embodiment of the present invention is illustrated in FIG. 4. Each row in the table represents an object maintained by the performance table, and the columns represent object instances associated with an object. The object instances, as illustrated, may be an object index, a name, group, data type, source, and value information for a given object. The index simply refers to the OID reference, such that an OID may be used to identify the object or corresponding object instance. As illustrated, an OID reference for the performance table is 3, the four objects (entries) have OID references of 1, 2, 3, and 4, and the object instances: name, group, data type, source, and value have OID references of 1, 2, 3, 4, and 5, respectively. Thus, the OID for X, which represents information about the source of object 2 has an OID of 1.4.6.1.4.1.8.3.2.4.
  • In operation, the NMS 12 does not need to understand the configuration of the performance table (3). Instead, a GET or like message identifying the OID for the performance table should trigger a response with information bearing on the structure of the performance table or information in the performance table, depending on the configuration of the managed device 14. Once the NMS 12 recognizes that multiple objects and associated object instances are kept in the performance table, the various information for the various objects can be obtained through sequential GET, GET BULK, or GET NEXT messages. The NMS 12 can then step through each object or object instance until the end of the table is reached, wherein the managed device 14 will indicate that there are no further entries or object instances associated with the given entry. In essence, the NMS 12 is directed to the performance table, and is able to systematically step through the rows or columns of the table to obtain the information associated with the various objects or object instances, and during this process, identify the structure of the performance table.
  • With reference to FIG. 5, a communication flow diagram is provided, wherein the NMS 12 recognizes that the performance table has at least one entry (object) and the value information (object instance) stored in association therewith. Assume that the NMS 12 wants to obtain the value information for each entry (object) in the performance table. As such, the NMS 12 will send a GET message including the OID 1.4.6.1.4.1.8.3.1.5, which corresponds to the value information for the first entry in the performance table (step 100). The managed device 14, under control of the agent 18, will send the value information for entry 1 back to the NMS 12 (step 102), which will process the value information as desired. To obtain value information for the next entry (2), the NMS 12 may send a GET NEXT message back to the managed device 14 (step 104), which will identify the value information for the second entry (2) and respond by providing the value information for the second entry to the NMS 12 (step 106). The process will continue wherein the NMS 12 will send a GET NEXT message for the third entry (not shown) and the fourth entry (step 108), and the managed device 14 will respond with the value information associated with the third entry (not shown) and fourth entry (step 110). At this point, the NMS 12 may not know that it is at the end of the performance table, or may need to check to see if additional entries (objects) have been added to the performance table. As such, another GET NEXT message is sent to the managed device 14 (step 112), wherein the managed device 14 will recognize that there are no further entries, and will send a like message back to the NMS 12 (step 114), which will recognize that all the value information for each of the entries in the performance table have been obtained and stop accessing the performance table (step 116). The NMS 12 retains this information for later reference.
  • At this point, assume that the agent 18 in the managed device 14 begins gathering information associated with two new functions, and that two new entries (objects) are added to the performance table (3). Assume that each entry has an associated name, group, data type, source, and value information in a fashion similar to that for the first four entries in the performance table. Accordingly, the value information for the sixth entry will have an OID of 1.4.6.1.4.1.8.3.6.5; however, the NMS 12 will not be aware of these new entries, as the MIB 20 is not updated to correspond to the new entries, or for any of the entries in the performance table in certain circumstances.
  • When the NMS 12 accesses the performance table again for any of the object instances associated with the various entries (objects), the NMS 12 may simply step through the table entries and the managed device 14 will respond by providing new information on new entries until all of the entries are accounted for. With reference to FIG. 7, a communication flow is illustrated where the value information for each of the entries in the performance table (3) is read by the NMS 12. The NMS 12 will recognize that the new entries have been added to the performance table (3) in this process by comparing the entries to what was previously collected.
  • Initially, the new entries 5 and 6 are added to the performance table (3) by the agent 18 of the managed device 14 (step 200). To obtain the value information for the entries in the performance table (3), the NMS 12 may send a GET message with the OID 1.4.6.1.4.1.8.3.1.5 to obtain the value information associated with the first entry (step 202). Under control of the agent 18, the managed device 14 will send the value information for entry 1 to the NMS 12 (step 204). To obtain the value for the next entry, entry 2, the NMS 12 may send a GET NEXT message to the managed device 14 (step 206), which will respond with the value information for entry 2 (step 208). If desired, this process may continue for each entry in the table. Even if the NMS 12 knew that there were originally four entries in the performance table, after obtaining the value information for entry 4 (not shown), the NMS 12 could send a GET NEXT message to the managed device 14 (step 210), which would obtain the value information for the new entry 5 and provide it back to the NMS 12 (step 212). The NMS 12 could update any MIB information retained (step 214) and send a GET NEXT message to the managed device 14 (step 216) to get any additional entries. The managed device 14 would then get the value information for new entry 6 and send the value information to the NMS 12 (step 218). Again, the MIB related information may be updated (step 220), and the NMS 12 will send another GET NEXT message to the managed device 14 (step 222). Since there are no further entries in the performance table, the managed device 14 would send a GET RESPONSE or other appropriate message indicating that there are no further entries (step 224), and the NMS 12 will stop accessing the performance table (step 226).
  • From the above, the present invention allows a preexisting MIB 20 to include an object or OID corresponding to a table, which may change in structure without requiring the MIB 20 to change by adding the new object. As objects or object instances within the table are added, removed, or changed, normal SNMP access techniques may be used to step through the table and discover new information or changes to old information. In addition to adding entries for a given object in a performance table, new object instances may be added. Further, other existing MIB tables (e.g. RMON2 UsrHistory Tables) may reference entries within the new MIB table. As such, significant flexibility may be provided in an SNMP environment without requiring the NMS 12 and the managed devices 14 managed by the NMS 12 to have their MIBs 20 updated as the managed devices 14 collect or otherwise keep track of new or different information.
  • With reference to FIG. 8, a block representation of a managed device 14 is provided. The managed device 14 may include a control system 22 having sufficient memory 24 to provide the agent 18 in order to operate as described above. A MIB 20 may be stored in the memory 24 in association with the agent 18. The control system 22 may also be associated with a communication interface 26 to facilitate communications with the NMS 12 or other network entities, as well as a user interface 28 to facilitate interaction with the user, if so desired or required.
  • FIG. 9 provides a block representation of an NMS 12 according to one embodiment of the present invention. The NMS 12 may include a control system 30 having sufficient memory 32 including a manager function 34 to control operation of the NMS 12 as described above. The memory 32 and the manager function 34 may support a MIB 20 corresponding to those supported by the agents 18 in the managed devices 14. The control system 30 may also include a communication interface 36 to facilitate communications with the various managed devices 14 and other network entities, as well as a user interface 38 to facilitate interaction with a human operator.
  • Those skilled in the art will recognize improvements and modifications to the preferred embodiments of the present invention. All such improvements and modifications are considered within the scope of the concepts disclosed herein and the claims that follow.

Claims (14)

What is claimed is:
1. A method of operating a network management system for a network implementing a simple network management protocol environment, the network comprising a network management system controller and a managed device coupled to the network management system controller by the network, the method comprising:
providing a managed information base definition, the managed information base definition associating a unique identifier with a table located at the managed device and associating a respective unique object identifier with each object in the table, the managed information base definition being known to the network management system controller and to the managed device;
sending a request to obtain information for objects and associated object instances in the table from the network management system controller to the managed object, the objects and object instances not being included in the managed information base definition;
receiving the request at the managed device;
responsive to the received request, sending the requested information from the managed device to the network management system controller; and
receiving the requested information at the network management system controller.
2. The method of claim 1, wherein, when the managed device adds additional information associated with additional objects or associated object instances to the table, the additional information is accessible without modifying the managed information base definition at the managed device or the network management system.
3. The method of claim 2, comprising sequentially sending, from the network management system controller to the managed device, requests for selected information corresponding to objects or associated object instances from the table, and sending the selected information from the managed device to the network management system controller until an end of a row or column in the table is reached, such that the table is fully accessible without modifying the managed information base definition.
4. The method of claim 3, wherein sequentially sending the requests from the network management system controller to the managed device comprises sending a request for information for a first object and then repetitively sending requests for information for a next object in sequence until the end of the row or column in the table is reached.
5. The method of claim 3, wherein, when the network management system controller receives information for an object or object instance not already in a table at the network management system controller, the network management system controller adds the object or object instance to the table at the network management system controller.
6. The method of claim 1, wherein each object and associated object instance in the table is associated with an object identifier which is dependent on the object identifier for the table.
7. The method of claim 1, wherein each object instance in the table which is associated with a particular object is associated with an object identifier which is dependent on the object identifier for the particular object.
8. The method of claim 1, wherein each object in the table is associated with an object identifier which comprises the object identifier of the table and an identifier element associated with the object that makes the object identifier unique to the object.
9. The method of claim 1, wherein each object instance in the table is associated with an object instance identifier which comprises the object identifier of the object and an identifier element associated with the object instance that makes the object instance identifier unique to the object instance.
10. The method of claim 1, comprising creating the table at the managed device to comprise information for objects and associated object instances which are not included in the managed information base definition.
11. The method of claim 1, comprising adding additional information associated with additional objects or associated object instances to the table at the managed device and providing access to the additional information by the network management system controller without modifying the managed information base definition at the managed device or the network management system.
12. The method of claim 1, wherein multiple tables are associated with one another to provide historical information for the objects and object instances.
13. The method of claim 1, wherein the object instances are metrics obtained from the managed device.
14. The method of claim 1, wherein the network comprises a plurality of managed objects coupled to the network management system controller by the network, and the managed information base definition associates a respective unique identifier with a respective table located at each managed device and associates a respective unique object identifier with each object in each table, the managed information base definition being known to the network management system controller and to each managed device.
US14/291,150 2005-12-21 2014-05-30 Generic snmp information collection Abandoned US20140280855A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/291,150 US20140280855A1 (en) 2005-12-21 2014-05-30 Generic snmp information collection

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/313,898 US8745181B2 (en) 2005-12-21 2005-12-21 Generic SNMP information collection
US14/291,150 US20140280855A1 (en) 2005-12-21 2014-05-30 Generic snmp information collection

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/313,898 Continuation US8745181B2 (en) 2005-12-21 2005-12-21 Generic SNMP information collection

Publications (1)

Publication Number Publication Date
US20140280855A1 true US20140280855A1 (en) 2014-09-18

Family

ID=38189028

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/313,898 Expired - Fee Related US8745181B2 (en) 2005-12-21 2005-12-21 Generic SNMP information collection
US14/291,150 Abandoned US20140280855A1 (en) 2005-12-21 2014-05-30 Generic snmp information collection

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/313,898 Expired - Fee Related US8745181B2 (en) 2005-12-21 2005-12-21 Generic SNMP information collection

Country Status (3)

Country Link
US (2) US8745181B2 (en)
EP (1) EP1966965A4 (en)
WO (1) WO2007072188A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018084947A1 (en) * 2016-11-04 2018-05-11 Google Llc Network management interface

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8745181B2 (en) * 2005-12-21 2014-06-03 Rockstar Consortium Us Lp Generic SNMP information collection
US20130104123A1 (en) 2011-10-20 2013-04-25 Samsung Electronics Co., Ltd. Image forming apparatus, management system for managing the image forming apparatus, and information providing method of the image forming apparatus
US10382252B2 (en) 2012-06-26 2019-08-13 Juniper Networks, Inc. Filtering within device management protocol queries
US9893971B1 (en) 2012-12-31 2018-02-13 Juniper Networks, Inc. Variable timeouts for network device management queries

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5903731A (en) * 1995-06-14 1999-05-11 Us West Technologies, Inc. System and associated method for re-engineering a telecommunications network support system with object-oriented translators
US5913037A (en) * 1996-07-03 1999-06-15 Compaq Computer Corporation Dynamic management information base manager
US6134615A (en) * 1997-05-13 2000-10-17 Micron Electronics, Inc. System for facilitating the replacement or insertion of devices in a computer system through the use of a graphical user interface
US6332142B1 (en) * 1999-04-26 2001-12-18 3Com Corporation Management information base attribute discriminator
US6363391B1 (en) * 1998-05-29 2002-03-26 Bull Hn Information Systems Inc. Application programming interface for monitoring data warehouse activity occurring through a client/server open database connectivity interface
US6426947B1 (en) * 1998-10-21 2002-07-30 Kim K. Banker Apparatus and method for unilateral topology discovery in network management
US20020161935A1 (en) * 2001-04-30 2002-10-31 James Blaisdell System and method for dynamically adding management information base object
US20030115316A1 (en) * 2001-12-07 2003-06-19 Siew-Hong Yang-Huffman System and method for network usage metering
US6697970B1 (en) * 2000-07-14 2004-02-24 Nortel Networks Limited Generic fault management method and system
US20040039808A1 (en) * 2002-03-22 2004-02-26 Brother Kogyo Kabushiki Kaisha Network management system, apparatus to be managed, management apparatus and program
US20040122922A1 (en) * 2002-12-19 2004-06-24 International Business Machines Corporation Method of automatically generating an SNMP management information base from extension-enabled management agents
US7143156B2 (en) * 1998-05-08 2006-11-28 Microsoft Corporation Management information to object mapping
US20070156711A1 (en) * 2005-12-21 2007-07-05 Nortel Networks Limited Generic SNMP information collection
US7430594B2 (en) * 2001-01-26 2008-09-30 Computer Associates Think, Inc. Method and apparatus for distributed systems management
US7447767B2 (en) * 2002-08-29 2008-11-04 Alcatel System for use in a communications network management system for automatic management of network plant
US7555743B2 (en) * 2004-06-15 2009-06-30 Alcatel-Lucent Usa Inc. SNMP agent code generation and SNMP agent framework for network management application development
US7668953B1 (en) * 2003-11-13 2010-02-23 Cisco Technology, Inc. Rule-based network management approaches

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5864865A (en) * 1997-03-24 1999-01-26 Novell, Inc. Management information base listing viewer
US6094672A (en) * 1997-05-19 2000-07-25 Novell, Inc. Method and system for time synchronization management
US6275853B1 (en) 1998-05-27 2001-08-14 3Com Corporation System and method for extending communications features using generic management information base objects
US6728768B1 (en) 2000-04-13 2004-04-27 International Business Machines Corporation Method and apparatus for improving dynamic simple network management protocol GetNext processing
US6981038B2 (en) * 2001-01-23 2005-12-27 International Business Machines Corporation Methods, systems and computer program products for determining simple network management protocol (SNMP) object identifiers in a management information base (MIB) file
US20030208574A1 (en) * 2001-12-27 2003-11-06 Yung-Hsin Chen Method for previewing MIB group table in SNMP network device
US9154372B2 (en) * 2002-11-22 2015-10-06 Extreme Networks, Inc. Editing a portable, dynamic and abstract view definition of a network object database
US8775584B2 (en) * 2003-04-29 2014-07-08 Microsoft Corporation Method and apparatus for discovering network devices

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5903731A (en) * 1995-06-14 1999-05-11 Us West Technologies, Inc. System and associated method for re-engineering a telecommunications network support system with object-oriented translators
US5913037A (en) * 1996-07-03 1999-06-15 Compaq Computer Corporation Dynamic management information base manager
US6134615A (en) * 1997-05-13 2000-10-17 Micron Electronics, Inc. System for facilitating the replacement or insertion of devices in a computer system through the use of a graphical user interface
US7143156B2 (en) * 1998-05-08 2006-11-28 Microsoft Corporation Management information to object mapping
US6363391B1 (en) * 1998-05-29 2002-03-26 Bull Hn Information Systems Inc. Application programming interface for monitoring data warehouse activity occurring through a client/server open database connectivity interface
US6426947B1 (en) * 1998-10-21 2002-07-30 Kim K. Banker Apparatus and method for unilateral topology discovery in network management
US6332142B1 (en) * 1999-04-26 2001-12-18 3Com Corporation Management information base attribute discriminator
US6697970B1 (en) * 2000-07-14 2004-02-24 Nortel Networks Limited Generic fault management method and system
US7430594B2 (en) * 2001-01-26 2008-09-30 Computer Associates Think, Inc. Method and apparatus for distributed systems management
US20020161935A1 (en) * 2001-04-30 2002-10-31 James Blaisdell System and method for dynamically adding management information base object
US20030115316A1 (en) * 2001-12-07 2003-06-19 Siew-Hong Yang-Huffman System and method for network usage metering
US20040039808A1 (en) * 2002-03-22 2004-02-26 Brother Kogyo Kabushiki Kaisha Network management system, apparatus to be managed, management apparatus and program
US7395325B2 (en) * 2002-03-22 2008-07-01 Brother Kogyo Kabushiki Kaisha Network management system, apparatus to be managed, management apparatus and program
US7447767B2 (en) * 2002-08-29 2008-11-04 Alcatel System for use in a communications network management system for automatic management of network plant
US20040122922A1 (en) * 2002-12-19 2004-06-24 International Business Machines Corporation Method of automatically generating an SNMP management information base from extension-enabled management agents
US7099931B2 (en) * 2002-12-19 2006-08-29 International Business Machines Corporation Method of automatically generating an SNMP management information base from extension-enabled management agents
US7668953B1 (en) * 2003-11-13 2010-02-23 Cisco Technology, Inc. Rule-based network management approaches
US7555743B2 (en) * 2004-06-15 2009-06-30 Alcatel-Lucent Usa Inc. SNMP agent code generation and SNMP agent framework for network management application development
US20070156711A1 (en) * 2005-12-21 2007-07-05 Nortel Networks Limited Generic SNMP information collection
US8745181B2 (en) * 2005-12-21 2014-06-03 Rockstar Consortium Us Lp Generic SNMP information collection

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018084947A1 (en) * 2016-11-04 2018-05-11 Google Llc Network management interface
US10785278B2 (en) * 2016-11-04 2020-09-22 Google Llc Network management interface
US11212335B2 (en) * 2016-11-04 2021-12-28 Google Llc Network management interface

Also Published As

Publication number Publication date
WO2007072188A3 (en) 2007-10-04
EP1966965A4 (en) 2009-12-09
EP1966965A2 (en) 2008-09-10
US20070156711A1 (en) 2007-07-05
WO2007072188A2 (en) 2007-06-28
US8745181B2 (en) 2014-06-03

Similar Documents

Publication Publication Date Title
US8826032B1 (en) Systems and methods for network change discovery and host name resolution in storage network environments
US20140280855A1 (en) Generic snmp information collection
US7143152B1 (en) Graphical user interface and method for customer centric network management
KR100716167B1 (en) Network management system and method
US20020165934A1 (en) Displaying a subset of network nodes based on discovered attributes
AU2004201420A1 (en) Method and apparatus for discovering network devices
US20080301143A1 (en) Automatic Update System and Method for Using a Meta Mib
US20050080886A1 (en) Management of network elements using a proxy agent
US20180124168A1 (en) Load balancing server for forwarding prioritized traffic from and to one or more prioritized auto-configuration servers
CN101102226A (en) A general configuration method and device based on SNMP
US7693971B2 (en) Distributed policy based system management with local management agents responsible for obtaining and storing policies thereat
US7733800B2 (en) Method and mechanism for identifying an unmanaged switch in a network
US20070156880A1 (en) System and method to manage set history for simple network management protocol
US8473623B2 (en) Method for managing a communication between a server device and a customer device
US8812635B2 (en) Apparatus and method providing unified network management
WO1999034557A1 (en) Method and system for software version management in a network management system
AU5946800A (en) Summary building block, and system and method for managing networks
GB2402294A (en) Data collection in a computer network
Cisco Network Topology
US20080037445A1 (en) Switch name, IP address, and hardware serial number as part of the topology database
Cisco Using Threshold Manager
Cisco Using Threshold Manager
Cisco Using Threshold Manager
Cisco Using Threshold Manager
KR101331090B1 (en) Method and Apparatus of Operating the Server of RFID Reader, Method of Operating the RFID Reader

Legal Events

Date Code Title Description
AS Assignment

Owner name: RPX CLEARINGHOUSE LLC, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ROCKSTAR CONSORTIUM US LP;ROCKSTAR CONSORTIUM LLC;BOCKSTAR TECHNOLOGIES LLC;AND OTHERS;REEL/FRAME:034924/0779

Effective date: 20150128

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT, IL

Free format text: SECURITY AGREEMENT;ASSIGNORS:RPX CORPORATION;RPX CLEARINGHOUSE LLC;REEL/FRAME:038041/0001

Effective date: 20160226

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: RPX CORPORATION, CALIFORNIA

Free format text: RELEASE (REEL 038041 / FRAME 0001);ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:044970/0030

Effective date: 20171222

Owner name: RPX CLEARINGHOUSE LLC, CALIFORNIA

Free format text: RELEASE (REEL 038041 / FRAME 0001);ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:044970/0030

Effective date: 20171222