- The command writeflash loads a firmware file into the device, and in the following example 10.0.0.1 stands for the IP address of the device and LC-L451-8.82.0083.upx for the file to be uploaded:
tftp -i 10.0.0.1 put LC-L451-8.82.0083.upx writeflash
tftp -i 10.0.0.1 put LC-L451-8.82.0083.upx MyAdmin:MyPasswd@writeflash
- Use the command readmib to read our the device MIB:
tftp 10.0.0.1 get readmib device.mib
- Use the command readconfig to read the configuration from the device using access credentials:
tftp 10.0.0.1 get root:MyPasswd@readconfig device.lcf
- Use the command writeconfig to write the configuration to the device using access credentials:
tftp 10.0.0.1 put device.lcf root:MyPasswd@writeconfig
Note: The settings made for FirmSafe also apply to firmware uploads via TFTP.