You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


A license is an authorization given to the end-user to use the application legally and specifies the terms of use. License enforcement is implemented on the SBC to ensure that licensed functionality is restricted to the amount of sessions or licensed features purchased.

In local and network licensing modes, certain features that were previously treated as instance-based (on/off) licenses, are now considered as count-based licenses. A count-based license can be dynamically floated and shared among the SBC in a network licensing mode. It also allows the enforcement of the number of sessions purchased in local and network licensing modes.

The SBC provides three licensing modes:

  1. Legacy Mode: The licenses are xml-based and keyed to a particular SBC.  The license files are installed from the EMS or EMA user interface.
  2. Local Mode: The licenses are xml-based offering additional data such as purchase order information. The licenses are keyed to a particular SBC and the license files are installed from the EMS or EMA user interface, or from the new CLI interface.

  3. Network Mode: Licenses are pooled centrally in the SLS server which is co-located with the EMS. Licenses are keyed to a particular EMS pair and installed directly at the EMS. These licenses can float between SBCs in the network based on the demand. Each SBC configures a profile of licenses to pull from the SLS and can request and release counted licenses in-line with traffic demand. Instance based licenses, once retrieved from the SLS are kept at the SBC until the licenses are deleted using manual configuration at the SBC or if the SBC instance is taken out of service. 

Note

The Legacy licensing mode is currently the only option available when deploying hardware SBCs. Local and Network license modes are currently limited to specific SBC SWe deployments. For example, Network licensing is supported only by the SBC SWe Cloud at this time.

For more information, contact the Sonus Technical Assistance Center (TAC).


Use the following command to specify the licensing mode for the

Unable to show "metadata-from": No such page "_space_variables"
 application.


Command Syntax

% set system licenseMode mode < legacy | local | network> 

 

Command Parameters

License Mode Parameters

ParameterDescription
licenseMode mode

The

Unable to show "metadata-from": No such page "_space_variables"
licensing mode.

  • legacy (default) – The current
    Unable to show "metadata-from": No such page "_space_variables"
    proprietary licensing mechanism.
  • local
    Unable to show "metadata-from": No such page "_space_variables"
    licensing functionality in a stand-alone mode with licenses residing on the
    Unable to show "metadata-from": No such page "_space_variables"
    system in the Central Database (CDB).
  • network
    Unable to show "metadata-from": No such page "_space_variables"
    network-based licensing. Licenses are retrieved from an SLS.

An

Unable to show "metadata-from": No such page "_space_variables"
restart is required after changing the license mode.

Use the show table system licenseInfo command to view the licensing mode settings. Refer to Show Table System for details.

 

Command Example

set system licenseMode mode local
 
show system licenseMode
mode network;

 

  • No labels