Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The international standard IEC 10164-16-01, formally adopted in Canada as CAN/CSA-ISO/IEC 10164-16, specifies the Management Knowledge Management (MKM) function. This function is a vital component of the Open Systems Interconnection (OSI) Systems Management framework, as defined in the broader ISO/IEC 7498-4 and ISO/IEC 10040 standards.
The primary purpose of MKM is to define a model for the distribution and querying of management knowledge. Management knowledge, in this context, refers to the formal descriptions of the managed objects, attributes, actions, notifications, and behavior that an open system understands and can manage. Essentially, it allows a managing system (manager) to discover the management information model supported by an agent system without requiring prior static configuration or out-of-band loading of the schema.
The technical model central to MKM is the Management Knowledge Base (MKB). The MKB acts as a logical repository within an open system that contains the full management information model definition. The standard defines specific managed object classes to represent the MKB and its entries:
| Managed Object Class | Package | Functional Role |
|---|---|---|
managementKnowledge | managementKnowledgePackage | Represents the top-level logical container for all management knowledge available on a system. |
managementKnowledgeId | managementKnowledgeIdPackage | Represents a unique piece of management knowledge, such as a specific GDMO class definition or a single template. |
The standard defines two primary categories of services: Management Knowledge Transfer and Management Knowledge Information. These services are mapped onto the Common Management Information Service (CMIS) primitives (M-GET, M-SET, M-ACTION, M-CREATE, M-DELETE). The protocol engine for these services is the Common Management Information Protocol (CMIP), specified in ISO/IEC 9596-1.
Implementing MKM in a network management system provides substantial benefits in dynamic and multi-vendor environments. Instead of hard-coding the management interface for every device, a manager can dynamically discover the schema.
When a new agent device comes online, the manager system can initiate an M-GET operation scoped to the managementKnowledge object. If the agent supports MKM, it returns the definitions of all managed objects it supports. This allows the manager to build a runtime representation of the device’s capabilities.
In some TMN architectures, a central repository (e.g., a Management Information Base schema server) can broadcast or distribute new schema definitions using the M-ACTION service. Agents can then store this new knowledge in their local MKB, effectively upgrading their management interface without a firmware flash or reboot.
MgmtKnowledge data type, which carries the GDMO definitions wire, requires meticulous implementation of the specified encoding rules (e.g., DER or BER as mandated by the profile) to ensure the receiving system can parse the management knowledge correctly.Conformance to IEC 10164-16-01 is verified through a standardized PICS proforma. This document details the mandatory and optional capabilities. The following table outlines key compliance requirements:
| Requirement / Feature | Status | Reference Clause |
|---|---|---|
Support for the managementKnowledge Managed Object | Mandatory | Clause 7.1 |
| Support for the Management Knowledge Information Service (M-GET) | Conditional (Mandatory if MKM is claimed) | Clause 9.2 |
| Support for the Management Knowledge Transfer Service (M-ACTION) | Optional | Clause 9.3 |
| Use of OSI Connection-Oriented Presentation Layer | Mandatory | ISO/IEC 8823 |
Interoperability testing for MKM typically requires dedicated conformance test systems that can validate the behavior of the MKB managed objects and the correct execution of the CMIS primitives. Special attention must be paid to scoping and filtering operations, as an agent’s MKB can be vast, and the manager must navigate it precisely.
In summary, IEC 10164-16-01 provides a timeless architectural blueprint for management schema distribution. Although the OSI stack is less prevalent in general IT today, operating in more specialized domains like military communications, power utilities (IEC 61850), and legacy TMN systems, the concepts of MKM continue to influence modern YANG schema library and RESTCONF/NETCONF capabilities.
© 2026 International Technical Standards Journal. This document provides a technical overview of IEC 10164-16-01 for educational and professional development purposes.