文件名称:CCNA必须掌握的实验汇总
文件大小:724KB
文件格式:DOC
更新时间:2013-09-04 09:40:15
ccna
1. 实验要求: (1) 最基本配置: 重命名路由器分别为:R1、R2和R3 关闭域名查找(解释) 设置输入同步 设置执行会话时间为20分钟 (2) 设置路由器的时区、日期和时钟 (3) 设置路由器接口的IP地址 (4) 设置路由器的描述信息 设置登陆描述信息 设置接口描述信息 (5) 设置密码 设置访问路由器的端口(AUX、Console和VTY密码) 使用明文方式对特权模式进行加密设置 使用service password-encryption命令把明文密码隐藏起来 使用MD5算法对特权模式进行加密设置 实现对直连的路由器进行telnet访问设置 (6) 创建静态hostname表,然后使用该表对直连的路由器进行telnet访问设置 2. 实验步骤: (1) 使用show version查看路由器IOS版本、IOS映像文件、存储器大小、接口类型及配置登记值等相关信息,可以使我们对设备有初步的了解 Router>show version R1: Router>enable //进入特权模式 Router#configure terminal //进入全局配置模式 Router(config)#hostname r1 //重命名为r1 r1(config)#no ip domain-lookback //关闭域名查找 r1(config)#line console 0 //进入线路配置模式 r1(config-line)#exec-timeout 20 00 //设置会话时间为20分钟 r1(config-line)#logging synchronous //设置输入同步 r1(config-line)#end R2: Router>en Router#conf t Router(config)#ho r2 r2(config)#no ip domain-loo r2(config)#line con 0 r2(config-line)#logg s r2(config-line)#exec-timeout 20 00 r2(config-line)#end R3: Router>en