Alteon Application Switch Operating System Application Guide
Securing Alteon
Document ID: RDWR-ALOS-V2900_AG1302
73
Using SSH and SCP Client Commands
This section includes the syntax and examples for some client commands. The examples use
192.168.249.13 as the IP address of a sample Alteon.
Logging into Alteon
The following is the syntax for logging into Alteon:
Example
Logging into Alteon
Downloading the Configuration Using SCP
The following is the syntax for downloading the configuration using SCP:
Example
Downloading Alteon Configuration Using SCP
Uploading the Configuration to Alteon
The following is the syntax for uploading the configuration to Alteon:
Example
Uploading the Configuration to Alteon
The apply and save commands are still needed after the last command (
scp appldevice.cfg
192.168.249.13:putcfg
). Alternately, you can use the following commands:
ssh <Alteon IP address> or ssh -l <login-name> <Alteon IP address>
>> # ssh 192.168.249.13
>> # ssh -l <login-name> 192.168.249.13
(Log into Alteon)
>> # scp <Alteon IP address> :getcfg <local filename>
>> # scp 192.168.249.13:getcfg appldevice.cfg
scp <local filename> <Alteon IP address> :putcfg
>> # scp appldevice.cfg 192.168.249.13:putcfg