An OM command that uploads backup configuration files from the OMU to the FTP server of the LMT/M2000.
ID | Name | Description |
---|---|---|
IP | FTPServer IP | Meaning: IP address of the FTP server Value range: 0.0.0.0-255.255.255.255 Explanation: the IP address of the FTP Server on the MML Client. Default value: None |
USR | FTPServer user | Meaning: user name of the FTP server Value range: 1-32 characters Explanation: This parameter specifies the user name of the FTP server. Default value: None |
PWD | User password | Meaning: user password Value range: 1-64 characters Explanation: This parameter specifies the password of the FTP server. Default value: None |
DIR | Destination directory | Meaning: destination directory Value range: 0-256 characters Explanation: This parameter specifies the directory of the configuration data file on the FTP server (excluding the file name). Default value: FTP root directory for uploading files |
FN | File name | Meaning: file name Value range: 0-32 characters Explanation: 1. For a network management terminal, this parameter is optional. If you want to specify a file name parameter, then it must be named M2000.dat. If you do not specify a file name parameter, use the default value M2000.dat. 2. For other terminals, this parameter is mandatory and cannot be named M2000.dat. Default value: None |
FT | File type | Meaning: file type Value range: BIN(BIN format) Explanation: None Default value: BIN(BIN format) |
GA | Progress flag | Meaning: whether to report the progress. Value range: Y(YES), N(NO) Explanation: Y(YES) means to report the progress; N(NO) means not to report the progress. Default value: Y(YES) |
1. Upload the configuration data M2000.dat on the NE to the M2000 terminal: ULD CFGFILE:IP="XXX.XXX.XXX.XXX",USR="swmtest",PWD="swmtest"; (equivalent to ULD CFGFILE:IP="XXX.XXX.XXX.XXX",USR="swmtest",,FN="M2000.dat";) 2. Upload the configuration data bin_20xx_xx_xx.bin on the NE to the LMT terminal: ULD CFGFILE:IP="XXX.XXX.XXX.XXX",USR="swmtest",PWD="swmtest",FN="bin_20xx_xx_xx.bin";