使用console线连接
1. 配置 vlan 1 的ip
system-view
int Vlanif 1
ip address 10.10.10.5 24
2.在接console的笔记本上开启tftp软件,测试交换机上能ping通tftp主机地址
#在交换机上备份配置文件
tftp 10.10.10.8 put vrpcfg.zip
#还原tftp主机上的vrpcfg.zip 到交换机上
tftp 10.10.10.8 get vrpcfg.zip
3. 在交换机上应用配置
<HUAWEI> startup saved-configuration vrpcfg.zip
<HUAWEI> display startup
4. reboot //重启
标签:zip,备份,vrpcfg,S5700,交换机,10.10,tftp From: https://www.cnblogs.com/flash100/p/17010960.html