[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Directory as Repository for SDX Data

The directory is the integration point for systems that interact with the SDX software. The directory also serves as a repository for customer information, license information, service definitions, policies, and SAE configurations. We provide the OpenLDAP directory with the SDX software as a convenience to demonstrate the capabilities of the product. We recommend that you use a more sophisticated directory server, such as DirX directory server, eTrust Directory, Oracle Internet Directory, or Sun ONE Directory Server in a production environment.

For the SDX software to work, all the information must be provisioned in the directory. We provide basic tools, such as SDX Admin and Policy Editor, to help provision the information into the directory. An external OSS can also provision all or part of the information directly through the LDAP interface or indirectly through an application such as DirXmetahub.

If you want to store data for use with the SDX software in a storage medium other than a directory, such as a database, you can develop data integrators that read your data from a storage medium, and write the data to a directory for use with the SDX software. The SDX software provides a data integration suite comprises a set of processors that perform different data management tasks.

LDAP Version 3

The SDX software employs LDAP version 3 to interact with directories. The SDX software is compatible with any LDAP version 3-compliant directory, but some integration work might be necessary, such as for the following requirements:

Prepackaged Integration

We provide prepackaged integration for:

Third-Party Directory Servers

For information about the directory servers that you can integrate with the SDX software, see the SDX Release Notes. The SDX software is designed to work with directory servers that are robust, scalable, and suitable for the carrier market.

Sample Data

We provide sample data in LDAP Data Interchange Format (LDIF) to demonstrate how to provision the directory for different application scenarios. You can use the sample data as a starting place when developing or configuring specified applications of the SDX software. The SDX documentation provides references to the sample data to show sample implementations.

Directory Eventing and Failover

Many SDX components, such as the SAE, policy engine, and SDX Admin, are designed to run nonstop. These components get most of their configuration and provisioning data from the directory. If the data in the directory changes, it is not necessary to manually reload the data into affected components. The SDX directory client running in each of these components detects changes that affect the component, and the appropriate updates are made.

The SDX directory client is configured with a list of directory servers to use: one primary and any number of backups. If connectivity to the primary directory is lost, the directory client switches to an available backup directory server. If connectivity to the primary directory is restored, the SDX directory client detects the connection and switches back to the primary directory. This capability makes it possible to fine tune SDX deployments for added levels of availability and performance.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]