Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
102/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
%1$: invalid user name
Explanation
Specified username is invalid.
[[Inserted string]]%1$: Specified username.
Solution
Specify the correct username.
% Cannot create output file %1$
Explanation
There is not enough free space to create output file on the device. A temporary file
may remain on the device.
Solution
After deleting the files, processed for import, and unnecessary files using the "delete"
command, execute the command again.
Note
z When copied in the volatile memory, the information will be lost when the system is restarted.
If uploading is necessary, restart the system after storing the data in the TFTP server using the "tftp" command.
z If there are no files in the TFTP server, or directories are specified, an error may occur. (it depends on the functionality
of the TFTP server)
z If timeout setting of the TFTP server is too short, an error may occur. (it depends on the functionality of the TFTP
server)
z “scp” supports only password authentication, and this device can register up to 10 public keys of SSH servers.
z Execute “clear ssh-rhost-key” command to delete a registered public key.
z A temporary file which form is "show_(number)” is created when “scp” is specified. It may remain on the device when
the command is not executed correctly. In this case, use “delete” command to delete the temporary file.
Example
Copy the content of running-config to the file name "run_conf."
Then, upload the copied "run_conf" file with the file name "run_conf_20070122" in the TFTP server called "host1."
xg# show running-config > run_conf
xg# tftp put host1 run_conf run_conf_20070122
Copy the content of running-config directly to a file in the TFTP server "host1."
xg# show running-config | tftp host1 run_conf_20070122
Copy the content of running-config directly to a file in the SSH server "host2"
xg# show running-config | scp foo host2 run_conf_20080701
host2's password: