Configuration Restore Huawei OLT
Today I will discuss how to Configuration Restore Huawei OLT. There are different mode we can restore Huawei OLT Configuration, such as ftp, sftp, tftp, xmodem mode etc. Also we can do it GUI/CLI mode. In GUI mode we can use Huawei iManager U2000 NMS server/client. In CLI mode we can use Terminal software Xshell, PuTTY etc. today i will show in CLI mode. So let’s go our Restore part.
Configuration Restore Huawei OLT:
-
Load Configuration file:
Huawei-OLT(config)#load ?
———————————————
Command of privilege Mode:
———————————————
bios                 BIOS file
cancel               Cancel loading to standby board or service board
configuration        Configuration file
cpld                 CPLD file
data                 Database file
declaration          Declaration file
file                 User file
fpga                 FPGA file
language             Multi-language resource file
ont-packetfile       ONT packet file
packetfile           Software packet file
patch                System patch
program              <Group> program command group
script               Script file
sip-srvlogic         SIP-Srvlogic file
voice                Voice file
Huawei-OLT(config)#load configuration ?
———————————————
Command of privilege Mode:
———————————————
ftp                  Ftp mode
sftp                 Sftp mode
tftp                 Tftp mode
xmodem               Xmodem mode
Huawei-OLT(config)#load configuration tftp 192.168.1.50 OLT-configuration.cfg?
———————————————
Command of privilege Mode:
———————————————
Options<E><active,standby,all>Â Â Â Active board, standby board or all
Huawei-OLT(config)#load configuration tftp 192.168.1.50 OLT-configuration.cfg all ?
———————————————
Command of privilege Mode:
———————————————
<cr>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Please press ENTER to execute command
Huawei-OLT(config)#load configuration tftp 192.168.1.50 OLT-configuration.cfg all
Warning: Please make sure the legality of configuration file source, loading
and activating the configuration from an unknown source may cause security risks
The new configuration file will overwrite the old one
Are you sure to load new configuration file? (y/n)[n]:y
Load(backup,duplicate,…) begins, please wait and notice the rate of progress
Any operation such as reboot or switchover will cause failure and
unpredictable result
Huawei-OLT(config)#
The loading starts
PARAMETERS :FrameID: 0, SlotID: 2, Position: -1, Load type: Host data, Load
Object: Active control board
Huawei-OLT(config)#
The loading is successful
PARAMETERS :FrameID: 0, SlotID: 2, Position: -1, Load type: Host data, Load
Object: Active control board
Huawei-OLT(config)#
Note: The configuration file in 0 frame 2 slot will take effect after being
activated
Huawei-OLT(config)#active configure system
System will reboot after this command, continue? (y/n)[n]:y
[N.B: Here 192.168.1.50 is tftp server PC IP of your local network. And OLT-configuration.cfg & OLT-Data.dat is a file name of your configuration file. Also need to run your tftp software before do Configuration Restore Huawei OLT.]
You can see OLT configure backup procedure from here.