_____________________________________________________________________________
____________________________________________________________________________
142
LTP-8X optical line terminal
auto-update ont record
command.
Create an update1 autoupdate rule. Pass ONT
XXX
type, current FW
YYY
version and the file name
ZZZ.bin
as parameters.
LTP-8X(config)# do show auto-update ont
Auto-update ONT: postpone
"Match" keyword indicates that ONT version number should match the specified number, in this case
YYY.
To ease and simplify the process, you can create records to perform firmware autoupdate on ONTs,
even if their firmware versions differ from the specified. Use
not-match
parameter when creating the
rule:
LTP-8X(config)# auto-update ont record update2 equipment-id TYPE fw-version not-
match V2 filename V2.bin
Record was added successfull
As the result, update2 record will be created in the table, where ONT with the type of TYPE and the version not
equal to V2 will be autoupdated with V2.bin file. It will allow to update all ONTs with the required V2
version.
If there are several records in the table for some ONT type, autoupdate will be performed by
the rule, recorded last for this ONT type.
Step 4.
You can view the created records by using the show auto-update ont records command:
LTP-8X(config)# do show auto-update ont records
Name EquipmentID FWVersion FileName
update1 TYPE V1 V2.bin
update2 TYPE !V2 V2.bin
Step 5.
You can delete the created record by using the no auto-update ont record command and
specifying the record name:
LTP-8X(config)# no auto-update ont record update1
Record was deleted successfully
To clear the record table, use the
no auto-update ont records
command:
LTP-8X(config)# no auto-update ont records
Records cleared successfully.