SmartConnect User’s Guide

To Download the Switch Configuration Using SCP:

Syntax:

scp <username>@<switch IP address>:getcfg <local filename> or

scp -p<SSH port number> <username>@<Advanced MM IP address>:getcfg <local filename>

Example:

>># scp scpadmin@205.178.15.100:getcfg ad4.cfg

or

>># scp -p 1022 scpadmin@205.178.15.157:getcfg ad4.cfg

To Upload the Configuration to the Switch:

Syntax:

scp <local filename> <username>@<switch IP address>:putcfg or

scp -p<SSH port number> <local filename> <username>@<Advanced MM IP address>:putcfg

Example:

>># scp ad4.cfg scpadmin@205.178.15.100:putcfg

or

>># scp -p 1022 ad4.cfg scpadmin@205.178.15.157:putcfg

BMD00082, February 2009

Chapter 6: Configuring Switch Access „ 81

Page 83
Image 83
IBM Partner Pavilion BMD00082 To Download the Switch Configuration Using SCP, To Upload the Configuration to the Switch