Bug 895 - Centralised Licensing Server to Manage Multiple vAPV through AMP - CLI option added for the license generator
Review Request #479 — Created Sept. 27, 2024 and discarded — Latest diff uploaded
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_3_7 | |
| 895 | |
| Reviewers | |
| apoorva.sn, prajesh, shuinvy | |
CLI option added for the license generator
./enckey --help
Usage: ./enckey <serial_number> <memory_limit> <cpu_limit> <bandwidth_limit> <date> <license-key-length> <number-of-vAPV> <memory-type> <memory-number> <optional-field-key: feature-name> <optional-field-value: 0 / 1>
Note:
1. The Serial Number can be either 16-digit or 30-digit which is available from CLI command 'show version' output.
2. The Serial Number (52-digit) should be replaced with Array Key if the Array Key is given from CLI command 'show version' output.memory_limit : 0 for No limit.
cpu_limit : 0 for No limit.
bandwidth_limit (unit: Mbps): number (Example: 1024).
date format: yyyymmdd. 99999999 for non-evaluation license
license-key-length: 72 or 81
memory-type: allowed values are: 2 / 4 / 6 / 8 / 16. To use default - 0
memory-number: To use default - 0
Default vAPV features: WebWall Clustering L4SLB L7SLB Caching SSL tProxy SwCompression LLB QoS MultiLang DynRoute IPv6 SWMaintenance
Available vAPV features: WebWall Clustering L4SLB L7SLB Caching SSL tProxy SwCompression LLB QoS MultiLang DynRoute IPv6 SWMaintenance HwCompression GSLB CCB REDUNDANT VolumeLicensing WAF DataCollection SSLInterception
To override the feature (1 - enable, 0 - disable)s: <feature-name> <0/1> (Example: GSLB 1 SSL 0)
