XG700 User's Guide
85/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
% tftp: %1$: Host name lookup failure
Explanation
The specified hostname does not exist.
[[Inserted string]]%1$: specified hostname
Solution
Check whether the specified hostname is correct.
% tftp: server says: %1$
Explanation
An error has been received from the TFTP server.
[[Inserted string]]%1$: content of error message received from the TFTP server.
The content of message depend on the type of the TFTP server. For example, there is a message as below.
−
File not found: There are no files in the TFTP server.
−
Access violation: File permission error has occurred in the TFTP server.
Solution
Take actions in accordance with the message received from the TFTP server.
% tftp: write: No space left on device
Explanation
There is no free space for files to use as a work area on the XG700. Some of the files being imported may remain
in the XG700.
Solution
Delete the files on the XG700, which are being processed for import, and unnecessary files using the "delete"
command, and execute it again.
% tftp: last timeout
Explanation
There is no response from the TFTP server. There is a possibility of network communication error with the
management LAN, or the setting of time out of the TFTP server may be too short.
Solution
Check whether there is no problem in network connection with the TFTP server using the "ping" command. If the
problem persists, review the setting of time out of the TFTP server.
% Invalid IP-address.
Explanation
The specified format of the IP address or specified content is incorrect.
Solution
Specify the IP address in a correct format and execute it again.
Note
The startup-config uploaded using a new version of firmware may not be downloaded with an old version of firmware.
Example
Import the "start_conf_20050822" file stored on the TFTP server "host1" with the file name "start_conf."
Then, download the imported "start_conf" file to startup-config.
xg# tftp get host1 start_conf_20050822 start_conf
xg# copy local start_conf startup-config
Download the "start_conf_20050822" file stored on the TFTP server "host1 directly to startup-config.
xg# copy tftp host1 start_conf_20050822 startup-config