Note

Network-wide licensing using a site license server (SLS) is discontinued and no longer available on SBC 8.0 and later releases.

In this section:

When operating in domain license mode, use the licenseRequired table to restrict specific node instances to a subset of a domain's licensed capacity, if needed. Entries in the License Required table are optional when using network-wide domain licensing (NWDL) and, when present, the entries specify limits on the license capacity allowed for the node. By default no limits are configured; the absence of entries in the License Required table indicates that the node is entitled to use the entire capacity assigned to the SBC cluster.

If you choose to specify any restrictions then you must configure appropriate limits for all counted features and also include entries in the License Required table for any on/off features you want to enable. If the License Required table contains a limit for any feature, any other features that are not included in the table are treated as having a license count of 0 and are effectively disabled. If you are using the full-capacity licensing option enabled by the SBC-CAPACITY-D license key, then any maxCount values you specify in License Required table entries are ignored.

Command Syntax

% set system licenseRequired <feature name>
	maxCount <2-1000000, or "unlimited">

Command Parameters

License Required Parameters

ParameterLength/RangeDescription
licenseRequiredN/A

<featureName> – license keys for each licensed feature:

  • DSP-AMRNB

  • DSP-AMRWB

  • DSP-EVRC

  • DSP-EVS

  • DSP-G722

  • DSP-SILK

  • ENCRYPT

  • POL-BASE

  • SBC-1X10GMP

  • SBC-4X1GMP

  • SBC-CAPACITY

  • SBC-LI

  • SBC-MRF-RTU

  • SBC-NICEREC

  • SBC-P-DCS-LAES

  • SBC-POL-E911

  • SBC-POL-ENUM

  • SBC-POL-RTU

  • SBC-RTU

  • SBC-SIP-I

  • SBC-SIP323

  • SBC-SIPREC

  • SBC-VIDEO

  • SRTP

  • SWE-INSTANCE

  • VDSP-RTU

maxCount2–1000000, or "unlimited"

The maximum number of uses of the licensed feature allowed for the node within what is allowed for the domain. If you specify a limit for any feature, you must include an entry for each feature you want to enable, including features that are not counted (on/off features) or counted features that you do not want to limit. For features that you want to enable but do not need to restrict, it is not necessary to specify the maxCount parameter because its default value is unlimited.

If the SBC is operating above the configured threshold, the alarm sonusSbxMaximumLicenseCountThresholdExceeded is raised. This condition restricts further use of the licensed feature until the number of licenses at the SBC drop below the configured maximum.

Command Example

set system licenseRequired SBC-RTU maxCount 100
commit
 
show details system licenseRequired
licenseRequired SBC-RTU {
    maxCount 100;
}
[ok]
 

 

  • No labels