IBM Partner Pavilion Vitrual Switch Extension BMD00082 Manual De Usuario

Descargar
Página de 166
SmartConnect User’s Guide
BMD00082, February 2009
Chapter 6: Configuring Switch Access  
„
  81
To Download the Switch Configuration Using SCP:
Syntax:  
Example:
To Upload the Configuration to the Switch:
Syntax:
Example:
scp 
<username>
@
<switch IP address>
:getcfg 
<local filename> 
or
scp -p 
<SSH port number> <username>
@
<Advanced MM IP address>
:getcfg
 <local filename> 
>> # 
scp scpadmin@205.178.15.100:getcfg ad4.cfg
or
>> # 
scp -p 1022 scpadmin@205.178.15.157:getcfg ad4.cfg
scp 
<local filename> <username>
@
<switch IP address>
:putcfg
or
scp -p 
<SSH port number> <local filename> <username>
@
<Advanced MM IP address>
:putcfg
>> # 
scp ad4.cfg scpadmin@205.178.15.100:putcfg
or
>> # 
scp -p 1022 ad4.cfg scpadmin@205.178.15.157:putcfg