Beginning with SBC Core release 7.0, the SBC is configured in legacy license mode by default. The “local” and “network” options for license mode that were supported for SBC SWe in prior releases are being phased out. Although some references to local license mode remain in documentation, the CLI, or the EMA UI, local license mode is not supported.
If your SBC SWe deployment was configured to use network license mode in a prior release, the tools to monitor and configure network-mode licensing remain available but will be phased out in the future. Contact your Ribbon Sales Representative for more information on licensing and assistance in updating your license.
In this section:
Use the licenseRequired
table to specify the feature licenses that the SBC will request from the Site License Server (SLS) when the SBC is operating in a network wide license deployment.
Services enabled by a counted license can be configured with a minCount
and a maxCount
value. When these values are equal, the SBC requests and retains that number of licenses at the SBC irrespective of demand for the license. When the values for these fields are different, the SBC maintains the number of licenses configured in minCount
irrespective of demand, and it will never request more licenses than the configured maxCount
value.
This command applies only when network license mode is active from a prior release.
% set system licenseRequired <feature name> maxCount <2-1000000, or "unlimited"> minCount <1-256000>
The m
inCount
and maxCount
parameters are not configurable for services controlled by instance licenses. These services are enabled system-wide when a single token of the feature license is present at the system
set system licenseRequired SBC-PSX-RTU minCount 10 maxCount 100 commit show details system licenseRequired licenseRequired SBC-PSX-RTU { minCount 10; maxCount 100; } [ok]