(FSM7328S,FSM7352S,FSM7352PS,FSM7326P,GSM7312,GSM7324,GSM7328S,GSM7352S,GSM7212,GSM7224,GSM7248)的配置。
一、准备工作
找一台电脑,安装tftp软件(http://solarwinds.net/Tools/Free_tools/TFTP_Server/index.htm),设置它的IP地址和交换机IP地址(可以是管理地址,VLAN地址)相同网段,连接该电脑和交换机,使他们可以正常通讯。
打开tftp服务器软件,点击File/Configure,在TFTP Root Directory页面设置tftp服务器的根目录例为备份的目录,如d:\backup如图:
在Security页面更改tftp服务器的收发模式为Transmit and Receive files如图:
二、通过Web页面进行备份/恢复。
1.打开交换机管理页面,点击导航栏里System/Management/Utilities/File Transfer进入文件传输设置页面。
2.在文件传输设置页面进行备份设置
Transfer Type选择:Upload from Switch
File Type选择:Configuration
TFTP Server IP Address填写安装tftp服务器电脑的IP地址,此处以192.168.0.98为例。
TFTP File Path保留/
TFTP File Name填写要保存的文件名,此处以GSM7312-1.cfg为例。
选中Start File Transfer,点击Submit提交即可。
3.恢复交换机的配置文件:
Transfer Type选择:Download to Switch
File Type选择:Configuration
TFTP Server IP Address填写安装tftp服务器电脑的IP地址,此处以192.168.0.98为例。
TFTP File Path保留/
TFTP File Name填写已保存的文件名,此处以GSM7312-1.cfg为例。
选中Start File Transfer,点击Submit提交即可。
三、通过Console/Telnet/SSH在命令行界面进行备份/恢复。
1.备份交换机配置
(GSM7312) #copy nvram:startup-config tftp://192.168.0.98/gsm7324-1.cfg
Mode........................................... TFTP
Set TFTP Server IP............................. 192.168.0.98
TFTP Path......................................
TFTP Filename.................................. gsm7324-1.cfg
Data Type...................................... Config File
Management access will be blocked for the duration of the transfer
Are you sure you want to start? (y/n) y
TFTP Config transfer starting...
2.恢复交换机配置
(GSM7312)# copy tftp://192.168.0.98/gsm7312-1.cfg nvram:startup-config
Mode........................................... TFTP
Set TFTP Server IP............................. 192.168.0.98
TFTP Path......................................
TFTP Filename.................................. gsm7312-1.cfg
Data Type...................................... Config
Download configuration file. Current configuration will be cleared.
Management access will be blocked for the duration of the transfer
Are you sure you want to start? (y/n) y
序号 no. |
日期 date |
作者 author |
摘要 summary |
1 |
2010-11-3 |
NETGEAR |
文档创建 |