EM316LNXNM-OT
Management Basics
PN 1275005-100 Rev E6
37
5.5.18. Upload/Download: "tftp"
Trivial File Transfer Protocol (TFTP) transfers files to or from the network management (NM) module.
The EM316LNXNM firmware includes a TFTP client that must be configured with an external TFTP
server to send or receive files. The
tftp
command is available in the Login context of the CLI.
The
tftp
tool is intended for moving revision (*.rev), source (*.src), and configuration files. Once used,
these files should be removed from LNXNM storage because onboard capacity is limited. Use the
ls
command to view the current files stored.
Use the
upgrade
command for firmware revision images. Files such as uImage.initrd that are too large
can cause problems.
5.5.19. Configuration Scripts: "scp"
SCP copies files to or from the system with the security of authentication and encryption. SCP establishes
an SSH connection to either send or receive files. SCP transfers can initiate only from the LNXNM. SCP
transfers can't be initiated by an SCP client running on an external host. Use the "
scp
" command to start
a file transfer.
To copy a file to the local system from a remote host (with IP Address 192.168.1.1, for example):
fiberdriver# scp localfile from [email protected]:remotefile
Password:
remotefile 100% 1759 0.0KB/s 00:00
fiberdriver#
To copy a file from the local system to a remote host (with IP Address 192.168.1.1, for example):
fiberdriver# scp localfile to [email protected]:remotefile
The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established.
RSA key fingerprint is 1f:e6:7f:7b:c2:56:2c:74:42:11:c7:a3:a6:f6:d0:05.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.1' (RSA) to the list of known hosts.
[email protected]'s password:
localfile 100% 1759 0.0KB/s 00:00
fiberdriver#
The
scp
tool is intended for moving revision (*.rev), source (*.src), and configuration files. Once used,
these files should be removed from LNXNM storage because onboard capacity is limited. Use the
ls
command to view the current files stored.
Use the
upgrade
command for firmware revision images. Files such as uImage.initrd that are too large
can cause problems.