Today, I continue to show basic commands and examples for OLT. Now, I will show you important commands on OLT.
15. Command for saving configuration on OLT:
To save configuration and data on OLT, we use the command save. We can use separate commands: save configuration or save data or save a logfile, too.
TEST(config)#save
{ <cr>|configuration<K>|data<K>|logfile<K> }:
Command:
save
It will take several minutes to save configuration file, please wait...
TEST(config)#
Configuration file has been saved to active board successfully, and then system will duplicate it to the standby board
TEST(config)#
Note: Duplicate configuration file to 0 frame 9 slot successfully
TEST(config)#
The data is being saved, please wait a moment...
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The percentage of saved data on 8 slot's control board is: 66%
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The percentage of saved data on 9 slot's control board is: 63%
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The percentage of saved data on 8 slot's control board is: 72%
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The percentage of saved data on 9 slot's control board is: 69%
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The percentage of saved data on 8 slot's control board is: 78%
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The percentage of saved data on 9 slot's control board is: 75%
TEST(config)#
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The data of 8 slot's control board is saved completely
TEST(config)#
1 [xx-xx-20xx xx:xx:xx+xx:xx]:The data of 9 slot's control board is saved completely
16. Command for restart OLT:
The command for restart OLT can be reboot system or reboot active.
TEST(config)#reboot
{ Options<E><system,active,standby>}:
TEST(config)#reboot system
Please check whether data has saved, the unsaved data will lose if reboot system, are you sure to reboot system? (y/n)[n]:y
17. Command for clear configuration:
TEST#erase
{flash<K>}:flash
{data<K>}:data
{Options<E><active,standby>}:active
Command:
erase flash data active
This command will clear the active board data that has been loaded or saved
Please remember to backup the system configuration data
Are you sure to continue?(y/n)[n]:y
Command executes successfully, and will take effect after active board
rebooted
18. Commands for backup data/configuration and restore on OLT:
TEST(config)#backup data tftp x.x.x.x . x NI.data
TEST(config)#backup configuration tftp x.x.x.x . x NI.config
TEST(config)#load data tftp x.x.x.x . x NI.data
TEST(config)#load configuration tftp x.x.x.x . x NI.config
…
TEST(config)#The loading is successful …
After successfully finished this task, the next step is to reboot the system.
For more information about basic OLT operations, click:
Thanks!


