Cisco

posted @ 2008-07-21 16:15 wxbbk 阅读(1015) | 评论 (0) 编辑
posted @ 2008-02-27 09:17 wxbbk 阅读(1135) | 评论 (0) 编辑
摘要: "COLOR: #000000">实验环境说明:
1.利用路由器R1、R2模拟PC,关闭其路由功能;
2.将路由器R1的Fa0/0端口的ip设为:192.168.1.2/24,默认网关设为:192.168.1.1;
3.将路由器R2的Fa0/0端口的ip设为:192.168.0.2/24,默认网关设为:192.168.0.1;
4.将交换机SW1关闭路由功能,作为二层交换机使用,并划分VLAN14、VLAN15两个VLAN;
5.将交换机SW1的Fa1/14端口加入到VLAN14中,将Fa1/15端口加入到VLAN15中;
6.在路由器R3的Fa0/0接口启用子接口Fa0/0.14(ip设为:192.168.0.1/24)、Fa0/0.15(ip设为:192.168.1.1/24)并封装相应的VLAN号;
实验结果要求R1、R2能够互相ping通对方。
实验配置过程:
阅读全文
posted @ 2008-02-26 14:29 wxbbk 阅读(383) | 评论 (1) 编辑
摘要: 一、Cisco 1000,1600,2500,4000系列

1、IOS映像恢复的方法及步骤

1) 连接PC的COM1口与路由器的console口,使用PC的超级终端软件访问该路由器;
2) 开启路由器的电源开关,并在30秒内按下键盘的Ctrl+break,中断路由器的正常启动以进入rom监视模式,屏幕上提示符如下:
  >
3) 键入如下命令:
  >o /r 0x2101
  改变路由器虚拟寄存器的默认值(0x2102);
阅读全文
posted @ 2007-11-25 21:39 wxbbk 阅读(546) | 评论 (0) 编辑
posted @ 2007-11-05 10:25 wxbbk 阅读(158) | 评论 (1) 编辑
posted @ 2007-11-01 10:28 wxbbk 阅读(134) | 评论 (0) 编辑
摘要: router>en
router>enable
router#conf
router#configure t
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#ena
router(config)#enable pa
router(config)#enable password cisco
阅读全文
posted @ 2007-10-29 17:37 wxbbk 阅读(105) | 评论 (2) 编辑