OLT LTP-16N, LTP-16NT. User Manual
59
1.
2.
5.1.6 Loading a license file to OLT
A license is a text file of the following format:
{
"version":"<VER>",
"type":"all",
"count":"<count>",
"sn":"<SN>",
"mac":"<MAC>",
"sign":"<hash>"
}
Where:
VER
– license file version number;
count
– number of third-party ONTs enabled on the OLT;
SN
– LTP serial number;
MAC
– LTP MAC address;
hash
– license file digital signature.
There are two ways to load a license to OLT:
Use the
copy
command:
LTP-16N# copy tftp://<IP>/<PATH> fs://license
Download file from TFTP-server..
License successfully installed.
Where:
IP
– IP address of the TFTP server;
PATH
– path to the license file on the TFTP server.
Use CLI:
LTP-16N# license set """<license>"""
License saved.
License successfully installed.
Where:
<license>
– full content of the license file including curly brackets.
To view information about the license on the device, use the
show
command.
LTP-16N# show license
Active license information:
License valid: yes
Version: 1.2
Board SN: GP2B000022
Licensed vendor: all
Licensed ONT count: 10
Licensed ONT online: 3
The license file remains after device reload, firmware update, and configuration load. If OLT is reset to
factory settings, the license is also deleted.
5.1.7 Deleting a license file from OLT
If necessary, you can delete a previously installed license using the
no license
command.