backup elabel
Function
The backup elabel command backs up electronic labels of the device to the storage media.
The backup elabel ftp command backs up electronic labels of the device to a specified FTP server.
The backup elabel tftp command backs up electronic labels of the device to a specified TFTP server.
Format
backup elabel file-name filename
backup elabel ftp { ip-address ftp-server-address | ipv6-address ftp-server-ipv6address } [ port-num ] file-name filename username password
backup elabel tftp { ip-address tftp-server-address | ipv6-address tftp-server-ipv6address } file-name filename
Parameters
Parameter | Description | Value |
---|---|---|
file-name filename | Specifies the name of the file that stores electronic labels. |
The value is a string of 5 to 28 case-sensitive characters without spaces. |
ip-address ftp-server-address | Specifies the IP address of the FTP server that stores electronic labels. |
The value is in dotted decimal notation. |
ipv6-address ftp-server-ipv6address | Specifies the IPv6 address of the FTP server that stores electronic labels. |
The value is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. |
port-num | Specifies the port number. | The value is an integer that ranges from 1 to 65535. |
username | Specifies the user name used to log in to the FTP server. |
The value is a string of 1 to 20 case-sensitive characters without spaces. |
password | Specifies the password used to log in to the FTP server. |
The value is a string of 1 to 20 case-sensitive characters without spaces. |
ip-address tftp-server-address | Specifies the IP address of the TFTP server that stores electronic labels. |
The value is in dotted decimal notation. |
ipv6-address tftp-server-ipv6address | Specifies the IPv6 address of the TFTP server that stores electronic labels. |
The value is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. |
Usage Guidelines
When electronic labels are stored on a board, use the backup elabel command to save electronic labels to a file. This file can be saved to the storage media of the device, to the FTP server using FTP, or to the TFTP server using TFTP.
Example
# Save electronic labels of the device to the elabel.fls file in the flash memory.
<AC6605> backup elabel file-name flash:/elabel.fls
# Save electronic labels of the device to FTP server 10.23.12.91. Set the FTP user name to user and password to 123. Save electronic labels in the elabel.fls file.
<AC6605> backup elabel ftp ip-address 10.23.12.91 file-name elabel.fls user 123
# Save electronic labels of the device to the elabel.fls file on TFTP server 10.23.12.91.
<AC6605> backup elabel tftp ip-address 10.23.12.91 elabel.fls