___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
37
LTP-8X(config)# config autosave enable
Step 2.
Use the "
config autosave-hour
" command to set the autosave time. Pass the hour of autosave
as a parameter.
LTP-8X(config)#
config autosave-hour
3
Step 3.
Apply the amendments made.
LTP-8X(config)# do commit
Step 4.
Check the entered data by using the
do show config
command.
LTP-8X(config)# do show config
Config:
Autosave: enabled
Autosave hour: 3
LTP-8X(config)#
11.4
Creating Configuration Backup
Configuration backups allow the terminal operation to be quickly restored after abnormal situations or
replacement. Manual or triggered (on events) creation of backups is recommended at a regular basis.
Terminal configuration is uploaded to a TFTP server available in control network. The copy command is
used to upload the data. Pass the uploaded terminal configuration fs://config and destination URI as
parameters.
LTP-8X# copy fs://config tftp://192.168.1.1/config
Upload backup file to TFTP-server..
To create backups automatically, triggered upload can be adjusted.
Step 1.
Go to the
configure view
and select the URI for the configuration backup.
LTP-8X# configure terminal
LTP-8X(config)# backup uri tftp://192.168.1.1/config
Step 2.
The terminal can be adjusted to upload configuration every time a configuration is saved if
necessary.
LTP-8X(config)# backup on save
Step 3.
The terminal can be adjusted to use timer for configuration upload if necessary. In this case,
additionally set the timer period in seconds.
L
TP-8X(config)# backup on timer
LTP-8X(config)# backup timer period 3600