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 with the licenseMode
configured as "network".
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 to Network Licensing is active (licenseMode
is set to 'network
'). Refer to License Mode - CLI for configuration details.
% 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]