WO1995008794A1 - A management agent system for the support of multiple network managers, and a method for operating such a system - Google Patents

A management agent system for the support of multiple network managers, and a method for operating such a system Download PDF

Info

Publication number
WO1995008794A1
WO1995008794A1 PCT/US1994/008934 US9408934W WO9508794A1 WO 1995008794 A1 WO1995008794 A1 WO 1995008794A1 US 9408934 W US9408934 W US 9408934W WO 9508794 A1 WO9508794 A1 WO 9508794A1
Authority
WO
WIPO (PCT)
Prior art keywords
communication device
configuration
management agent
database
network
Prior art date
Application number
PCT/US1994/008934
Other languages
French (fr)
Inventor
Yuval Gilbert
Edgar St. Pierre
Brian Hodgson
Benita Barbell
Original Assignee
Codex, Inc., A Subsidiary Company Of Motorola 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 Codex, Inc., A Subsidiary Company Of Motorola Inc. filed Critical Codex, Inc., A Subsidiary Company Of Motorola Inc.
Priority to EP94925777A priority Critical patent/EP0670060A4/en
Priority to AU75580/94A priority patent/AU7558094A/en
Publication of WO1995008794A1 publication Critical patent/WO1995008794A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0853Retrieval of network configuration; Tracking network configuration history by actively collecting configuration information or by backing up configuration information
    • H04L41/0856Retrieval of network configuration; Tracking network configuration history by actively collecting configuration information or by backing up configuration information by backing up or archiving configuration information
    • 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/022Multivendor or multi-standard integration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/024Standardisation; Integration using relational databases for representation of network management data, e.g. managing via structured query language [SQL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/04Network management architectures or arrangements
    • H04L41/042Network management architectures or arrangements comprising distributed management centres cooperatively managing the network
    • 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
    • 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/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0806Configuration setting for initial configuration or provisioning, e.g. plug-and-play

Definitions

  • This invention relates generally to communications networks, and specifically to the management of a communication network.
  • a communication network consists of a number of users communicating through various inter-connected communication devices.
  • the communication devices could be terminals, host computers, multiplexers, frame handlers, etc.
  • Such a network may serve a large number of users.
  • the management of such a network may be difficult and complex. For example, if one user desires to transfer information to another user in the network, the network must determine the most efficient path from one user to the other, determine the types of devices used to interface the user to the network, and configure the path so that the information will flow efficiently between the users.
  • a communication device may have a number of "views".
  • a view is a logical grouping of one or (typically) more data items together to form a logical abstraction that represents a higher level concept for that group of parameters.
  • one view of a "port" may be that it is made up of 14 particular parameters (timers, lead values, etc).
  • a different view of that same port may be that it is made up of 10 of those parameters plus 2 different parameters.
  • the view may change depending on the information needed to configure or monitor the port. When the ability to manage multiple views is not available, then all network managers on a network must share the same view.
  • each configuration manager on the communications device must be produced (one for each network manager), or each management agent in the communications device must maintain a complete understanding of the system view of the communication cevice.
  • Either alternative adds to the amount of memory used by the device which adds to the cost and/or reduces the available throughput of the device. Both alternatives also add significantly to the maintenance cost of the software.
  • a system that solves the problem of supporting multiple, diverse network managers by providing a means to translate multiple management views into the normalized, internal view of the communication device would thus be valuable.
  • FIG. 1 is a customer network.
  • FIG. 2 is a management agent system for the network/communication device.
  • FIG. 3 is a block diagram of the multiple views supported within the communication device.
  • FIG. 4 is a flow chart showing the handling of a management request by the management agent system. Description of the Preferred Embodiment
  • a system is shown that allows for the separation between the logical, external view of a network manager and the physical, internal view of the communication device.
  • a single management agent represents a single network manager and is responsible for interpreting requests from that network manager.
  • a Third Normal Form (3NF) data model of the communication device embodied in base tables within a relational database, allow the communication device management agent - on behalf of the network manager - and communication device's configuration managers to map each other's specific data to this normalized view of the communication device.
  • 3NF Third Normal Form
  • This management agent system is thus easily adaptable to a communication device's changing requirements and complex data modeling environment, reducing the cost of building and maintaining the system.
  • FIG. 1 shows a network consisting of multiple communication devices 14, 16, 18, 20 interconnected by public or private leased lines through the Public Switched Telephone Network (PSTN) 22.
  • Communication devices 14, 16, 18, 20 may be terminals, host computers, multiplexers, frame handlers, etc.
  • Communication devices 14, 16, 18, 20 transport customer voice and data traffic through the network. Attached to the communication devices at the edges of the customer network is a proprietary network manager 10.
  • Proprietary network manager 10 configures and monitors the communication devices 14, 16, 18, 20.
  • the Simple Network Management Protocol (SNMP) Manager 12 is coupled with the network through communication device 16.
  • the SNMP Manager is also used to configure and monitor communication devices 14, 16, 18, 20.
  • FIG. 2 shows the elements of the management agent system.
  • Proprietary network manager 100 is connected to communication device 104.
  • SNMP Manager 102 is also connected to communication device 104.
  • a proprietary management agent 108 provides agent functionality within communication device 104 for proprietary network manager 100 by using the protocol and semantics that are native to network manager 100.
  • proprietary management agent 110 provides agent functionality within communication device 104 for SNMP manager 102 by using the protocol and semantics that are native to SNMP manager 102.
  • a managed object is a “view”, as defined earlier, specifically defined by each network manager.
  • a managed object view may be made up of data attributes, operations and behavior (which describes what the abstract "view” such as a port will do under different conditions).
  • proprietary network manager 100 may send an operation to communications device 104 to set the output lead of a particular port to a specific voltage level.
  • the lead itself would be defined as a data attribute of the port managed object.
  • the behavior would be that when that attribute is set to a particular value, then the output lead is changed to a particular voltage level.
  • the operation, the attribute and the behavior are all part of that managed object "view”.
  • a different "view" of that same port from the SNMP manager may require a different attribute and operation to achieve the same result.
  • Management agents 108 and 110 also maintain limited modeling knowledge of communication device 104, including knowledge of the database schema and how managed objects are configured together.
  • the database schema is the set of logical relationships and organization applied to the data in the database.
  • the database maintains a normalized (third normal form - 3NF) representation of the configuration data for communications device 104. This is a "view" of the data which is commonly understood by all agents and configuration managers that reference the database.
  • Management agents 108,110 translate the network manager managed object "view” into the communication device normalized “view” in the database.
  • a request by network manager 100, 102 can be broken down into the following categories:
  • Each management agent 108, 110 is also able to send messages to its respective network manager 100, 102 whenever significant events occur on communications device 104.
  • Management agents 108, 110 interpret the request from its respective network manager 100, 102, by translating it into a database read or write request. Configuration is validated at the management agent 108, 110, resources are validated and reserved, and then all the data written to the database. Management agent 108, 110 then notifies the appropriate communication device configuration managers 114, 116. Communication managers 114, 116 implement the request. Management agent 108,110 then formulates an appropriate response message back to the respective network manager 100,102.
  • Validation of a request by management agents 108, 110 are performed within the context of the managed object.
  • Each management agent 108, 110 performs validation of network manager requests to the extent that the request can be accepted into the database. This includes checking per parameter validation, such as checking data attribute boundries (within minimum/maximum values allowed for the attribute); intra-managed object relationships, such as whether one attribute will work with another attribute set to a particular value; and inter-managed object validation, which may be the same as inter-managed object validation, but the attributes that are compared may be in different managed object "views".
  • the validation is concerned primarily with the configuration definition, and is performed within the context of the current nodal configuration. It does not account for the instantiation of the configuration.
  • management agent embody the network management view, it also has a limited understanding of the system view of communication device 104. It must know when a request is dependent on the behavior of multiple configuration managers, and how the request must be coordinated between those configuration managers 114, 116.
  • Each management agent 108, 1 10 performs the following tasks:
  • Database server 112 stores configuration data in a relational form, and thereby allows multiple views of data.
  • DBS may be composed of a memory, such as random access memory and disk storage.
  • DBS 112 can support having two databases open at one time.
  • the database of DBS 112 provides a unified, normalized approach for managing configuration data, regardless of how the network managers and configuration managers "view” the data.
  • the abstraction of communication device 104 is captured in the database, where data can be accessed by specifying appropriate criteria.
  • Direct users of DBS 112 e.g., management agents or configuration managers
  • the database contains all nodal configuration data.
  • configuration managers 114, 116 When notified of configuration changes to the on-line configuration, configuration managers 114, 116, read those changes from DBS 112, and initiate their implementation in the node.
  • Configuration managers 114, 116 implement configuration requests within communication device 104 along functional boundaries. Configuration managers 114, 116 know about a single, on-line database which it uses to retrieve configuration data. Configuration managers 114, 116 implement the request by generating their own requests to the entity or entities to be configured, such as port 118 or call 120.
  • Port 118 may be an EIA232 port connected to a host computer, or a T1 port connected to frame handler.
  • Call 120 may be a connection through the communications network from one EIA232 port to another EIA232 port on another communications device.
  • Configuration managers 114, 116 read the database via DBS 112 to obtain configuration updates and initialization data. When updates have been made, configuration managers
  • Configuration managers 114, 116 read the update so that it can instantiate the change.
  • Configuration managers 114, 116 also read the database via DBS 112 during node is initialization.
  • configuration manager interface specification There are a generic set of operations that are available on all configuration managers 114, 116. These operations are the same as, and follow the same definitions given earlier for Create, Delete and Modify.
  • FIG. 3 shows the support of multiple views by the database.
  • One of the functions of the relational database is to provide the ability for its multiple users (clients) to maintain separate and distinct view of the data in the database.
  • the view of proprietary network manager 100 (FIG. 2) view is embodied in a Proprietary management agent (200).
  • the view of SNMP manager 102 (FIG. 2) is embodied by SNMP management agent 202.
  • a relational database 204 contains base tables defined in 3NF.
  • Relational database 204 contains the implementation of the data model of communication device 104 (FIG. 2) and the implementation view of communication device 104 as embodied by configuration managers 1 14, 116.
  • Database 204 allows support of multiple versions of configuration data: on-line (or active), off-line (or alternate), etc.
  • off-line configuration data can be specified, validated, and stored in database 204 without 5 requiring communication device 104 to implement such configuration.
  • Communication device 104 can be subsequently rebooted to use this off-line database. Only one configuration is "on-line” or active at any particular time.
  • FIG. 4 is a flow chart for the handling of management requests by the management agent system shown in FIGs. 2 and 3.
  • Proprietary network manager 100 sends a management request to communication device 104 to configure a new port 118 (Step 302).
  • the management request is received by 5 communication device 104 and routed to the appropriate management agent, in this case proprietary management agent 108 (Step 304).
  • the management agent 108 validates the port configuration request for syntactic and semantic correctness (Step 306). If the request is not valid (Step 308), the 0 management agent 108 returns an error response to the network manager 100 (Step 310). If the management request is valid, the management agent 108 maps the network manager-organized configuration data for the port into the 3NF normalized form. (Step 312).
  • Management agent 108 updates the base tables containing port configuration using the database server 112 (Step 314). After the database is updated, management agent 108 notifies configuration manager 114 that there is a new port configuration data in the database (Step 316). Configuration manager 114 reads the new port configuration data in 3NF form using the services of the database server 112 (Step 318). Configuration manager 114 maps the data from 3NF form into the communication device 114 specific form required to implement the port's configuration (Step 320). The configuration manager 114 implements the port configuration by talking to the port 118 and providing it the configuration data (Step 322). The configuration manager 114 responds to the management agent 108 that the port has been configured (Step 324). The management agent 108 sends a management response back to the network manager 100 indicating the management request was successfully completed (Step 326). Finally, the network manager 100 receives the management response from the management agent 108 (Step 328).
  • each view of communication device 104 has its own model for looking at its data, these views (external models) are mapped onto a "normalized" data model which is in 3NF form.
  • the internal views e.g., configuration managers 114, 116) also map to the database #nf view. This allows for multiple interpretations of the management model by different portions of the communication device.
  • mapping Since external modeling of a communication device can often be orthogonal to the actual internal implementation, a means to reduce the complexity of this mapping is essential. Doing this mapping using data (via a database) instead of code is the means offered in this invention. Thus, the described system supports the capability to provide multiple views easily. This management agent system is easily adaptable to a communication device's changing requirements and complex data modeling environment. Further, the complexity of mapping between network manager and the communication device is reduced.
  • the system also avoids imposing the network management/user view on the internal communication device, and avoids imposing internal implementations within the communication device on the network management/user view. This avoids having changes in one view affect the other view, resulting in greater efficiency and adaptability.
  • the network manager/user view is hidden from internal implementations, allowing either to change as required by the network. Further, the addition of multiple network managers may be easily accomplished by adding new management agents.

Abstract

A communication system allows for the separation between the logical, external view of a network manager (10, 12) and the physical, internal view of the communication device (18, 20). A single management agent (108, 110) represents a single network manager (100, 102). The management agent (108, 110) is responsible for interpreting requests from that network manager (100, 102).

Description

A MANAGEMENT AGENT SYSTEM FOR THE SUPPORT OF MULTIPLE NETWORK MANAGERS, AND A METHOD FOR OPERATING SUCH A
SYSTEM
Field of the Invention
This invention relates generally to communications networks, and specifically to the management of a communication network.
Background of the Invention
A communication network consists of a number of users communicating through various inter-connected communication devices. The communication devices could be terminals, host computers, multiplexers, frame handlers, etc.
Such a network may serve a large number of users. The management of such a network may be difficult and complex. For example, if one user desires to transfer information to another user in the network, the network must determine the most efficient path from one user to the other, determine the types of devices used to interface the user to the network, and configure the path so that the information will flow efficiently between the users.
A communication device may have a number of "views". A view is a logical grouping of one or (typically) more data items together to form a logical abstraction that represents a higher level concept for that group of parameters. For example, one view of a "port" may be that it is made up of 14 particular parameters (timers, lead values, etc). A different view of that same port may be that it is made up of 10 of those parameters plus 2 different parameters. The view may change depending on the information needed to configure or monitor the port. When the ability to manage multiple views is not available, then all network managers on a network must share the same view. If the multiple network managers can not share the same view, then multiple versions of each configuration manager on the communications device must be produced (one for each network manager), or each management agent in the communications device must maintain a complete understanding of the system view of the communication cevice. Either alternative adds to the amount of memory used by the device which adds to the cost and/or reduces the available throughput of the device. Both alternatives also add significantly to the maintenance cost of the software.
A system that solves the problem of supporting multiple, diverse network managers by providing a means to translate multiple management views into the normalized, internal view of the communication device would thus be valuable.
Brief Description of the Drawings
FIG. 1 is a customer network.
FIG. 2 is a management agent system for the network/communication device.
FIG. 3 is a block diagram of the multiple views supported within the communication device.
FIG. 4 is a flow chart showing the handling of a management request by the management agent system. Description of the Preferred Embodiment
A system is shown that allows for the separation between the logical, external view of a network manager and the physical, internal view of the communication device. A single management agent represents a single network manager and is responsible for interpreting requests from that network manager.
A Third Normal Form (3NF) data model of the communication device, embodied in base tables within a relational database, allow the communication device management agent - on behalf of the network manager - and communication device's configuration managers to map each other's specific data to this normalized view of the communication device.
This management agent system is thus easily adaptable to a communication device's changing requirements and complex data modeling environment, reducing the cost of building and maintaining the system.
FIG. 1 shows a network consisting of multiple communication devices 14, 16, 18, 20 interconnected by public or private leased lines through the Public Switched Telephone Network (PSTN) 22. Communication devices 14, 16, 18, 20 may be terminals, host computers, multiplexers, frame handlers, etc. Communication devices 14, 16, 18, 20 transport customer voice and data traffic through the network. Attached to the communication devices at the edges of the customer network is a proprietary network manager 10. Proprietary network manager 10 configures and monitors the communication devices 14, 16, 18, 20. The Simple Network Management Protocol (SNMP) Manager 12 is coupled with the network through communication device 16. The SNMP Manager is also used to configure and monitor communication devices 14, 16, 18, 20.
FIG. 2 shows the elements of the management agent system. Proprietary network manager 100 is connected to communication device 104. SNMP Manager 102 is also connected to communication device 104.
Internal to the communication device 104, a proprietary management agent 108 provides agent functionality within communication device 104 for proprietary network manager 100 by using the protocol and semantics that are native to network manager 100. Likewise, proprietary management agent 110 provides agent functionality within communication device 104 for SNMP manager 102 by using the protocol and semantics that are native to SNMP manager 102.
The protocol and semantics native to each network manager are defined as a set of managed objects. A "managed object" is a "view", as defined earlier, specifically defined by each network manager. A managed object view may be made up of data attributes, operations and behavior (which describes what the abstract "view" such as a port will do under different conditions).
For example, proprietary network manager 100 may send an operation to communications device 104 to set the output lead of a particular port to a specific voltage level. The lead itself would be defined as a data attribute of the port managed object. The behavior would be that when that attribute is set to a particular value, then the output lead is changed to a particular voltage level. The operation, the attribute and the behavior are all part of that managed object "view". A different "view" of that same port from the SNMP manager may require a different attribute and operation to achieve the same result.
Management agents 108 and 110 also maintain limited modeling knowledge of communication device 104, including knowledge of the database schema and how managed objects are configured together. The database schema is the set of logical relationships and organization applied to the data in the database. The database maintains a normalized (third normal form - 3NF) representation of the configuration data for communications device 104. This is a "view" of the data which is commonly understood by all agents and configuration managers that reference the database.
Management agents 108,110 translate the network manager managed object "view" into the communication device normalized "view" in the database.
A request by network manager 100, 102 can be broken down into the following categories:
• Create Configuration—identifies a new instance of a managed object "view". Since there are many ports on communication device 104, each individual port is identified by an individual instance. Creating a new instance makes it available for configuration and monitoring.
Delete Configuration-removes an instance of a managed object "view" for the list of instances available for configuration and monitoring.
Read Configuration-query particular data attributes from a particular instance of a managed object "view" • Modify Configuration-alters the value of a particular data attribute in a particular instance of a managed object "view"
• Perform an Action (such as activate a call)~executes particular operations on an instance of a managed object "view" that can not otherwise be performed by modifying the configuration.
Each management agent 108, 110 is also able to send messages to its respective network manager 100, 102 whenever significant events occur on communications device 104.
Management agents 108, 110 interpret the request from its respective network manager 100, 102, by translating it into a database read or write request. Configuration is validated at the management agent 108, 110, resources are validated and reserved, and then all the data written to the database. Management agent 108, 110 then notifies the appropriate communication device configuration managers 114, 116. Communication managers 114, 116 implement the request. Management agent 108,110 then formulates an appropriate response message back to the respective network manager 100,102.
Validation of a request by management agents 108, 110 are performed within the context of the managed object. Each management agent 108, 110 performs validation of network manager requests to the extent that the request can be accepted into the database. This includes checking per parameter validation, such as checking data attribute boundries (within minimum/maximum values allowed for the attribute); intra-managed object relationships, such as whether one attribute will work with another attribute set to a particular value; and inter-managed object validation, which may be the same as inter-managed object validation, but the attributes that are compared may be in different managed object "views". The validation is concerned primarily with the configuration definition, and is performed within the context of the current nodal configuration. It does not account for the instantiation of the configuration.
Not only does the management agent embody the network management view, it also has a limited understanding of the system view of communication device 104. It must know when a request is dependent on the behavior of multiple configuration managers, and how the request must be coordinated between those configuration managers 114, 116.
Each management agent 108, 1 10 performs the following tasks:
• Translation from network manager managed object "view" into communication device normalized "view"
• Validation of network manager requests as it pertains to the managed object "views".
• Physical resource validation & reservation (such as ports).
• Storing configuration data in the database.
Sending notifications to the appropriate communication device configuration managers regarding changes to the configuration database.
Translate and route managed object-specific actions to the appropriate communication device configuration manager. • Translate and route event messages from the communication device configuration managers to the network manager.
Database server 112 (DBS) stores configuration data in a relational form, and thereby allows multiple views of data. DBS may be composed of a memory, such as random access memory and disk storage. DBS 112 can support having two databases open at one time.
The database of DBS 112 provides a unified, normalized approach for managing configuration data, regardless of how the network managers and configuration managers "view" the data. The abstraction of communication device 104 is captured in the database, where data can be accessed by specifying appropriate criteria. Direct users of DBS 112 (e.g., management agents or configuration managers) translate their private "views" into and out of the normalized tables that make up the database. These direct users then use the database to create, delete, query, update, and search these tables according to varying criteria. The database contains all nodal configuration data.
When notified of configuration changes to the on-line configuration, configuration managers 114, 116, read those changes from DBS 112, and initiate their implementation in the node.
Configuration managers 114, 116 implement configuration requests within communication device 104 along functional boundaries. Configuration managers 114, 116 know about a single, on-line database which it uses to retrieve configuration data. Configuration managers 114, 116 implement the request by generating their own requests to the entity or entities to be configured, such as port 118 or call 120. Port 118 may be an EIA232 port connected to a host computer, or a T1 port connected to frame handler. Call 120 may be a connection through the communications network from one EIA232 port to another EIA232 port on another communications device.
Configuration managers 114, 116 read the database via DBS 112 to obtain configuration updates and initialization data. When updates have been made, configuration managers
114, 116 read the update so that it can instantiate the change. Configuration managers 114, 116 also read the database via DBS 112 during node is initialization.
The operations between either management agent 108,
110 and either or both configuration managers 114, 116 is specified as part of the configuration manager interface specification. There are a generic set of operations that are available on all configuration managers 114, 116. These operations are the same as, and follow the same definitions given earlier for Create, Delete and Modify.
FIG. 3 shows the support of multiple views by the database. One of the functions of the relational database is to provide the ability for its multiple users (clients) to maintain separate and distinct view of the data in the database. The view of proprietary network manager 100 (FIG. 2) view is embodied in a Proprietary management agent (200). Similarly, the view of SNMP manager 102 (FIG. 2) is embodied by SNMP management agent 202. A relational database 204 contains base tables defined in 3NF. Relational database 204 contains the implementation of the data model of communication device 104 (FIG. 2) and the implementation view of communication device 104 as embodied by configuration managers 1 14, 116. Database 204 allows support of multiple versions of configuration data: on-line (or active), off-line (or alternate), etc. For example, "off-line" configuration data can be specified, validated, and stored in database 204 without 5 requiring communication device 104 to implement such configuration. Communication device 104 can be subsequently rebooted to use this off-line database. Only one configuration is "on-line" or active at any particular time.
o FIG. 4 is a flow chart for the handling of management requests by the management agent system shown in FIGs. 2 and 3. Proprietary network manager 100 sends a management request to communication device 104 to configure a new port 118 (Step 302). The management request is received by 5 communication device 104 and routed to the appropriate management agent, in this case proprietary management agent 108 (Step 304). The management agent 108 validates the port configuration request for syntactic and semantic correctness (Step 306). If the request is not valid (Step 308), the 0 management agent 108 returns an error response to the network manager 100 (Step 310). If the management request is valid, the management agent 108 maps the network manager-organized configuration data for the port into the 3NF normalized form. (Step 312). Management agent 108 updates the base tables containing port configuration using the database server 112 (Step 314). After the database is updated, management agent 108 notifies configuration manager 114 that there is a new port configuration data in the database (Step 316). Configuration manager 114 reads the new port configuration data in 3NF form using the services of the database server 112 (Step 318). Configuration manager 114 maps the data from 3NF form into the communication device 114 specific form required to implement the port's configuration (Step 320). The configuration manager 114 implements the port configuration by talking to the port 118 and providing it the configuration data (Step 322). The configuration manager 114 responds to the management agent 108 that the port has been configured (Step 324). The management agent 108 sends a management response back to the network manager 100 indicating the management request was successfully completed (Step 326). Finally, the network manager 100 receives the management response from the management agent 108 (Step 328).
Conclusion
This combination of the following elements relational network managers 100, 102, management agents 108, 100 and database 204 storing information in (3NF) isolates the external management view from the internal physical view by the use of data mapping is new. This scheme allows for the easy addition of new "views" (e.g. management agents), which are independent from existing views, and therefore have no impact to the existing views.
Because each view of communication device 104 has its own model for looking at its data, these views (external models) are mapped onto a "normalized" data model which is in 3NF form. The internal views (e.g., configuration managers 114, 116) also map to the database #nf view. This allows for multiple interpretations of the management model by different portions of the communication device.
Since external modeling of a communication device can often be orthogonal to the actual internal implementation, a means to reduce the complexity of this mapping is essential. Doing this mapping using data (via a database) instead of code is the means offered in this invention. Thus, the described system supports the capability to provide multiple views easily. This management agent system is easily adaptable to a communication device's changing requirements and complex data modeling environment. Further, the complexity of mapping between network manager and the communication device is reduced.
The system also avoids imposing the network management/user view on the internal communication device, and avoids imposing internal implementations within the communication device on the network management/user view. This avoids having changes in one view affect the other view, resulting in greater efficiency and adaptability.
The network manager/user view is hidden from internal implementations, allowing either to change as required by the network. Further, the addition of multiple network managers may be easily accomplished by adding new management agents.
All of these advantages add up to reduced development and maintenance costs for communications device 104, as well as reduced random access memory utilization in the device, thereby reducing its cost to manufacture.

Claims

We Claim:
1. A management agent system for a communication device comprising:
a network manager for configuring the communication device, the network manager having configuration information for configuring the communication device;
o a communication device management agent, coupled to the network manager, where the communication device management agent handles management requests on behalf of the network manager;
5 a communication device database, coupled to the communication device management agent, where the communication device management agent stores configuration information for the communication device;
0 a communication device configuration manager, coupled to the communication device database and the communication device, the communication device configuration manager reading the configuration information from the communication device database, and then configuring the communication device. 5
2. The management agent system of claim 1 where there are a plurality of network managers.
3. The management agent system of claim 2 where the 0 communication device management agent maps the communication device information into the communication device database.
4. The management agent system of claim 3 where the 5 mapping of the communication device information into the communication device database converts the communication device information into a third normal form.
5. The management agent system of claim 4 where at least two of the network managers have different organizational views of the communication device information.
6. The management agent system of claim 5 where the communication device configuration manager converts the o communication device information stored in the communication device database from third normal form into information for configuring the communication device.
7. A method of configuring a communication device 5 comprising the steps of: storing configuration information about a communication device in a communication device database; reading the configuration information from the communication device database; 0 configuring the communication device from the configuration information.
8. The method of claim 7 where the step of storing configuration information includes the step of converting the 5 configuration information into third normal form and the step of reading the configuration information from the communication device database includes converting the configuration from third normal form into a configuration information organization recognizable by the communication device.
9. The method of claim 8 where the step of configuring the communication device includes sending a command to the communication device instructing the communication device to begin configuration.
10. The method of claim 9 where the step of configuring the communication device includes the step of updating one of more of the versions of the configuration data in the communication device database.
PCT/US1994/008934 1993-09-20 1994-08-08 A management agent system for the support of multiple network managers, and a method for operating such a system WO1995008794A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP94925777A EP0670060A4 (en) 1993-09-20 1994-08-08 A management agent system for the support of multiple network managers, and a method for operating such a system.
AU75580/94A AU7558094A (en) 1993-09-20 1994-08-08 A management agent system for the support of multiple network managers, and a method for operating such a system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12365793A 1993-09-20 1993-09-20
US08/123,657 1993-09-20

Publications (1)

Publication Number Publication Date
WO1995008794A1 true WO1995008794A1 (en) 1995-03-30

Family

ID=22410038

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1994/008934 WO1995008794A1 (en) 1993-09-20 1994-08-08 A management agent system for the support of multiple network managers, and a method for operating such a system

Country Status (4)

Country Link
EP (1) EP0670060A4 (en)
AU (1) AU7558094A (en)
CA (1) CA2148603A1 (en)
WO (1) WO1995008794A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0772319A2 (en) * 1995-10-30 1997-05-07 Sun Microsystems, Inc. Method and system for sharing information between network managers
WO1997044937A2 (en) * 1996-05-17 1997-11-27 Cabletron Systems, Inc. Method and apparatus for integrated network management and systems management in communications networks
WO1999029069A1 (en) * 1997-12-04 1999-06-10 3Com Technologies Network management communication
US6292099B1 (en) 1999-09-20 2001-09-18 Telefonaktiebolaget L M Ericsson (Publ) Event management system utilizing dynamic adaptation for external devices
EP1196852A1 (en) * 1999-05-05 2002-04-17 MediaOne Group, Inc. Headend provisioning agent
WO2002047332A2 (en) * 2000-12-06 2002-06-13 Intelliden, Inc. System and method for configuration, management and monitoring of network resources
US7315849B2 (en) 2000-02-28 2008-01-01 Hyperroll Israel, Ltd. Enterprise-wide data-warehouse with integrated data aggregation engine
US7600007B1 (en) 1999-05-24 2009-10-06 Computer Associates Think, Inc. Method and apparatus for event correlation in service level management (SLM)
EP2490373A1 (en) 2011-02-15 2012-08-22 Canon Kabushiki Kaisha Management apparatus, management method, management system and network device
US10318703B2 (en) 2016-01-19 2019-06-11 Ford Motor Company Maximally standard automatic completion using a multi-valued decision diagram

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4622633A (en) * 1983-12-06 1986-11-11 Tri Sigma Corporation Object building method for self configuring computer network
US5136716A (en) * 1987-09-04 1992-08-04 Digital Equipment Corporation Session control in network for digital data processing system which supports multiple transfer protocols
US5165018A (en) * 1987-01-05 1992-11-17 Motorola, Inc. Self-configuration of nodes in a distributed message-based operating system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5175800A (en) * 1987-03-23 1992-12-29 Case Group Plc Expert and data base system and method for communications network
US5023873A (en) * 1989-06-15 1991-06-11 International Business Machines Corporation Method and apparatus for communication link management

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4622633A (en) * 1983-12-06 1986-11-11 Tri Sigma Corporation Object building method for self configuring computer network
US5165018A (en) * 1987-01-05 1992-11-17 Motorola, Inc. Self-configuration of nodes in a distributed message-based operating system
US5136716A (en) * 1987-09-04 1992-08-04 Digital Equipment Corporation Session control in network for digital data processing system which supports multiple transfer protocols

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP0670060A4 *

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0772319A3 (en) * 1995-10-30 1999-03-24 Sun Microsystems, Inc. Method and system for sharing information between network managers
EP0772319A2 (en) * 1995-10-30 1997-05-07 Sun Microsystems, Inc. Method and system for sharing information between network managers
EP1182821A2 (en) * 1996-05-17 2002-02-27 Aprisma Management Technologies, Inc. Method and apparatus for integrated network management
WO1997044937A2 (en) * 1996-05-17 1997-11-27 Cabletron Systems, Inc. Method and apparatus for integrated network management and systems management in communications networks
WO1997044937A3 (en) * 1996-05-17 1997-12-31 Cabletron Systems Inc Method and apparatus for integrated network management and systems management in communications networks
US7007104B1 (en) 1996-05-17 2006-02-28 Aprisma Management Technologies, Inc. Method and apparatus for integrated network management and systems management in communications networks
AU720079B2 (en) * 1996-05-17 2000-05-25 Aprisma Management Technologies, Inc. Method and apparatus for integrated network management and systems management in communications networks
US6131112A (en) * 1996-05-17 2000-10-10 Cabletron Systems, Inc. Method and apparatus for integrated network and systems management
EP1182821A3 (en) * 1996-05-17 2002-03-13 Aprisma Management Technologies, Inc. Method and apparatus for integrated network management
GB2347311B (en) * 1997-12-04 2002-12-18 3Com Technologies Ltd Network management communication
WO1999029069A1 (en) * 1997-12-04 1999-06-10 3Com Technologies Network management communication
US6240457B1 (en) 1997-12-04 2001-05-29 3Com Technologies Computer network management protocol including specification of multiple data items
GB2347311A (en) * 1997-12-04 2000-08-30 3Com Technologies Ltd Network management communication
EP1196852A1 (en) * 1999-05-05 2002-04-17 MediaOne Group, Inc. Headend provisioning agent
EP1196852A4 (en) * 1999-05-05 2006-10-11 Mediaone Group Inc Headend provisioning agent
US7730172B1 (en) 1999-05-24 2010-06-01 Computer Associates Think, Inc. Method and apparatus for reactive and deliberative service level management (SLM)
US7600007B1 (en) 1999-05-24 2009-10-06 Computer Associates Think, Inc. Method and apparatus for event correlation in service level management (SLM)
US7725570B1 (en) 1999-05-24 2010-05-25 Computer Associates Think, Inc. Method and apparatus for component to service mapping in service level management (SLM)
US7725571B1 (en) 1999-05-24 2010-05-25 Computer Associates Think, Inc. Method and apparatus for service analysis in service level management (SLM)
US6292099B1 (en) 1999-09-20 2001-09-18 Telefonaktiebolaget L M Ericsson (Publ) Event management system utilizing dynamic adaptation for external devices
US7315849B2 (en) 2000-02-28 2008-01-01 Hyperroll Israel, Ltd. Enterprise-wide data-warehouse with integrated data aggregation engine
WO2002047332A3 (en) * 2000-12-06 2003-11-27 Intelliden Inc System and method for configuration, management and monitoring of network resources
WO2002047332A2 (en) * 2000-12-06 2002-06-13 Intelliden, Inc. System and method for configuration, management and monitoring of network resources
EP2490373A1 (en) 2011-02-15 2012-08-22 Canon Kabushiki Kaisha Management apparatus, management method, management system and network device
US8930516B2 (en) 2011-02-15 2015-01-06 Canon Kabushiki Kaisha Management apparatus, management method, management system, and network device for setting values of application programs
US10318703B2 (en) 2016-01-19 2019-06-11 Ford Motor Company Maximally standard automatic completion using a multi-valued decision diagram
US10318702B2 (en) 2016-01-19 2019-06-11 Ford Motor Company Multi-valued decision diagram reversible restriction
US10318701B2 (en) 2016-01-19 2019-06-11 Ford Motor Company Resolving configuration conflicts using a multi-valued decision diagram

Also Published As

Publication number Publication date
EP0670060A1 (en) 1995-09-06
CA2148603A1 (en) 1995-03-30
AU7558094A (en) 1995-04-10
EP0670060A4 (en) 1996-10-30

Similar Documents

Publication Publication Date Title
US6349333B1 (en) Platform independent alarm service for manipulating managed objects in a distributed network management system
US6708207B1 (en) Method and system for managing multiple management protocols in a network element
US7555541B2 (en) Method and apparatus for managing configuration information in a distributed computer system
CN100484039C (en) Network management apparatus and network management method
Gray An approach to decentralized computer systems
CA2210097C (en) Query translation system
EP1383276B1 (en) Management system and method for service subscription provisioning
EP1175753B1 (en) Telecommunications network resource handling arrangement and method
JPH11234276A (en) Management system based on bean
US6631406B1 (en) Common management information base (MIB)
US20040030771A1 (en) System and method for enabling directory-enabled networking
JPH11224196A (en) Remote object access
JPH07504543A (en) network management system
WO2005018249A1 (en) System architecture method and computer program product for managing telecommunication networks
CN100361121C (en) A universal object modeling method and universal object management system
AU7558094A (en) A management agent system for the support of multiple network managers, and a method for operating such a system
JPH08147257A (en) Automatic generating system for equipment connection definition in data independence type computer system
Festor et al. Integration of WBEM-based Management Agents in the OSI Framework
Cisco Cisco Network Order Manager Solution
Pinard et al. Issues In Using an Agent Framework For Converged Voice and Data Application.
Pavlou et al. High-level access APIs in the OSIMIS TMN platform: Harnessing and hiding
Park et al. The integration of osi network management and tcp/ip internet management using snmp
JP3018468B2 (en) Network management system
Lee A managed object view interface mechanism for distributed network management systems
Sundaramurthy An application architecture for network management

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 2148603

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 1994925777

Country of ref document: EP

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 1994925777

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1994925777

Country of ref document: EP