Description
Web-Based Enterprise Management (WBEM) is a comprehensive set of management standards adopted by 3GPP for network management interfaces, particularly in the context of Element Management Systems (EMS) and Network Management Systems (NMS). WBEM is not a 3GPP-original technology but a DMTF (Distributed Management Task Force) standard that 3GPP leverages to provide a web-based, interoperable framework for managing network elements. The core of WBEM is the Common Information Model (CIM), an object-oriented schema that describes management information in a unified way, and a set of protocols like CIM-XML over HTTP/SOAP for accessing that information.
Architecturally, WBEM in 3GPP involves several key components. The CIM schema defines managed objects representing network resources such as base stations, routers, or software functions, with properties, methods, and associations. A CIM Object Manager (CIMOM) acts as a server that hosts the CIM repository and provides access to managed objects. Management applications (clients) use standard web protocols to communicate with the CIMOM, typically via CIM operations encapsulated in XML and transported over HTTP or HTTPS. This allows for remote management across different vendors and platforms. In 3GPP specifications, WBEM is often specified as the protocol for the Itf-N (Interface-Northbound) reference point, connecting EMS to NMS or higher-level operational support systems (OSS).
How WBEM works in practice involves a client-server model where the management client sends CIM operations like GetInstance, EnumerateInstances, or InvokeMethod to the server (CIMOM) hosting the managed elements. For example, a network operator might use a WBEM client to retrieve performance metrics from a base station (represented as a CIM object) by sending a GetInstance request for that object's properties. The CIMOM processes the request, interacts with the actual network element via proprietary interfaces, and returns the data in a standardized XML format. Similarly, configuration changes can be made by modifying object properties or invoking methods. The use of HTTP/SOAP makes it firewall-friendly and easily integrated with web technologies.
The role of WBEM in 3GPP networks is to standardize management interfaces, reducing integration costs and enabling multi-vendor interoperability. It provides a common language (CIM) for describing management data, which is crucial for automated provisioning, fault management, performance monitoring, and configuration management. By adopting WBEM, 3GPP ensures that network elements from different manufacturers can be managed uniformly through higher-level OSS/BSS systems. This is especially important in modern networks with virtualized network functions (VNFs) and cloud-native architectures, where dynamic management is required. WBEM's extensibility allows 3GPP to define specific CIM profiles for telecommunications, such as those for 5G network slices or NFV management.
Purpose & Motivation
WBEM was incorporated into 3GPP standards starting from Release 4 to address the growing complexity and heterogeneity of telecommunications network management. Prior to WBEM, management interfaces were often proprietary or based on diverse protocols like SNMP, CMIP, or CORBA, leading to high integration costs, lack of interoperability, and siloed management systems. As networks evolved to include multi-vendor equipment and new services, a standardized, flexible management framework became essential.
The primary problem WBEM solves is the unification of management information and operations across different network domains and vendors. By leveraging web standards (HTTP, XML) and an object-oriented information model (CIM), WBEM provides a consistent way to represent and access management data. This enables operators to build integrated OSS that can manage entire networks from a single pane of glass. For 3GPP, adopting WBEM meant aligning with IT industry standards, facilitating convergence between telecom and IT management practices, which is crucial for emerging technologies like network functions virtualization (NFV) and software-defined networking (SDN).
Furthermore, WBEM supports the automation and scalability required for modern networks. Its web-based nature allows for remote management over IP networks, essential for distributed deployments. The extensible CIM schema lets 3GPP define detailed models for 5G network slicing, quality of service, or subscriber management. Historically, WBEM's adoption in 3GPP reflected a shift towards more open, programmable management interfaces, reducing reliance on legacy TMN (Telecommunications Management Network) protocols. Thus, WBEM was motivated by the need for cost-effective, interoperable, and future-proof network management in evolving mobile networks.
Key Features
- Based on DMTF standards (CIM, CIM-XML) for unified management
- Uses web protocols (HTTP/SOAP) for firewall-friendly remote access
- Object-oriented Common Information Model (CIM) schema for data representation
- Supports operations like Get, Enumerate, Invoke for management tasks
- Enables multi-vendor interoperability through standardized interfaces
- Extensible to define 3GPP-specific management profiles and objects
Evolution Across Releases
Introduced WBEM as a management technology in 3GPP specifications. Defined its use for network management interfaces, leveraging DMTF CIM standards and web protocols. Established foundational architecture for standardized, interoperable management of network elements.
Defining Specifications
| Specification | Title |
|---|---|
| TS 21.905 | 3GPP TS 21.905 |
| TS 32.102 | 3GPP TR 32.102 |
| TS 32.622 | 3GPP TR 32.622 |