Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2047946
  • 博文数量: 213
  • 博客积分: 10474
  • 博客等级: 上将
  • 技术积分: 2149
  • 用 户 组: 普通用户
  • 注册时间: 2005-05-05 16:53
个人简介

顺着天性做事,逆着个性做人.

文章分类

全部博文(213)

文章存档

2020年(3)

2015年(1)

2014年(1)

2013年(1)

2012年(4)

2011年(8)

2010年(36)

2009年(17)

2008年(38)

2007年(25)

2006年(37)

2005年(42)

分类:

2005-05-06 17:56:02

1、 设置WINDOWS超级终端,名称自定义:
波特率(每秒位数):9600
数据位:8
奇偶校验:无
停止位:1
数据流控制:硬件或无
2、拔下交换机的电源线。
3、重新连接交换机电源的同时按住交换机前面板上的mode(模式)键,直到交换机上1X端口指示灯不再亮(大约15~20秒)。将出现以下信息:
The system has been interrupted prior to initializing the flash file system. The following commands will initialize the flash file system, and finish loading the operating system software:

flash_init
load_helper
boot

switch>
4、在switch>提示符下键入flash_init,进行初始化;
5、switch>load_helper
6、switch>dir flash:
显示如下信息:
Directory of flash:
2 -rwx 843947 Mar 01 1993 00:02:18 C2900XL-h-mz-112.8-SA
4 drwx 3776 Mar 01 1993 01:23:24 html
66 -rwx 130 Jan 01 1970 00:01:19 env_vars
68 -rwx 1296 Mar 01 1993 06:55:51 config.text1728000 bytes total (456704 bytes free)
7、switch>rename flash:config.text flash:config.old
把配置文件更名后,在switch>下键入boot引导设备,在系统开始进行设置的时候,按N键,设置完成后,出现如下信息:
Continue with the configuration dialog? [yes/no] :
键入n
8、出现switch>提示符后,键入en进入配置模式
9、重新命名配置文件:
switch> rename flash:config.old flash:config.text
10、拷贝配置文件到内存中
Switch# copy flash:config.text system:running-config
Destination filename [running-config]? (press Return)
按回车键,将配置文件重新装入。
11、改变口令
switch#config terminal
switch(config)#enable password Cisco
12、将当前配置写入配置文件
switch(config)#write mem

阅读(2342) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~