Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
55
of
272
Command
:
ip scp server
Description
:
Configure IP SCP Server parameters. SCP (Secure Copy) lets you transfer configuration and
firmware files from their servers to the switches. The Secure copy (SCP) file transfer protocol
helps transfer computer files securely from a local host to a remote host. SCP file transfer uses
authentication and encryption provided by the SSH Protocol. SCP maintains the confidentiality of
the data transferred and protects the authenticity by blocking packet sniffers from extracting
valuable information from the data packets including password credentials.
Syntax
:
ip scp
server { enable | disable }
Parameters:
server
Support scp server
disable
Set mode to scp Disabled
enable Set mode to scp Enabled
Example
:
SISPM1040-582-LRT(config)#
ip scp server enable
SISPM1040-58-LRT(config)#
Firmware version v7.10.1863 added the Secure Copy (SCP) feature on the switch to provide a secure and
authenticated method for these features requirements:
1.
Download/upload switch startup configuration file.
2.
Upgrade switch firmware.
3.
Upgrade PoE controller MCU PD69200 MCU code on PoE switch.
A. Switch is SCP server, add SCP command on switch CLI as shown below:
1. Device(config)# ip scp server enable /disable
(SCP default is disabled)
B. Support Windows (WINSCP) and Linux SCP Client on PC to perform these functions:
2. Download Startup Configuration File from Switch to PC, the scp command as shown below:
scp user@host:config/startup.cfg TargetFile
3. Upload Startup Configuration File from PC to Switch, the scp command as shown below:
scp SourceFile user@host:config/startup.cfg
4. PC send new firmware to switch and upgrade switch‘s firmware, the scp command as shown below:
scp SourceFile user@host:image/switch_firmware_upgrade
5. PC send new PoE controller MCU PD69200 software code to switch and upgrade PoE switch‘s PD69200 MCU
code, the scp command as shown below:
scp SourceFile user@host:image/pd69200_code_upgrade