Huawei S5700 series switches configuration file export, import

First, export

Configure the user name and password to enable ftp

ftp server enable

aaa

local-user putty password cipher putty123

local-user putty privilege level 3

local-user putty ftp-directory flash:/

local-user putty service-type ftp

Configure vlan address -ftp address

int vlan 1

ip add 1.1.1.1
physical machine Download

PC

ftp 1.1.1.1

putty

putty123

get vrpcfg.zip

Second, import

Configure the user name and password to enable ftp

ftp server enable

aaa

local-user putty password cipher putty123

local-user putty privilege level 3

local-user putty ftp-directory flash:/

local-user putty service-type ftp

Configure vlan address -ftp address

int vlan 1

ip add 1.1.1.1

Upload a physical machine, pay attention to binary conversion

PC

ftp 1.1.1.1

putty

putty123
binary

put vrpcfg.zip
configure the switch so as to start the import configuration
Startup saved-Configuration vrpcfg.zip
reboot
N
the Y
attention reboot time, the current configuration is not the configuration file

Reading and fitness there is always a way

Guess you like

Origin www.cnblogs.com/Renqy/p/11571701.html