设为首页收藏本站language 语言切换
查看: 2796|回复: 6
收起左侧

[分享] CCNA 640-802考试实验题RIP详解

[复制链接]
发表于 2012-1-31 10:27:07 | 显示全部楼层 |阅读模式
说明,这个题目本身不复杂,不过你会被里面乱七八糟的密码弄晕。
不过这些都不是最关键的,这个实验题考察了路由器初始配置,IP划分和RIP配置。

PKA文件下载:
CCNA-RIP-LAB.rar (64.26 KB, 下载次数: 27)

PKA文件使用方法:

http://www.netconfed.com/thread-163-1-1.html
废话不说,上图:
12.jpg

需求:
Instructions
To configure the router (Gotha) click the console host icon that is connected ti a router ny a serial console cable.
You can click on the buttons below to view the different windows.
Each of the windows can be minimized by clicking the [-]. You can also reposition a window by dragging it by the title bar.
The "Tab" key and most commands that use the "CTRL" or "ESC" keys are not supported and are not necessary to complete this simulation. The help command does not display all commands of the help system.
Scenario
Central Florida Widgets recently installed a new router in their Gotha office. Complete the network installation by performing the inital router configurations and configureing RIPv2 router using the router command line interface (CLI)  on the Gotha router.
Configure the router per the following requirements:
Name of the router is Gotha
Enable-secret password is mi222ke
The password to access user EXEC mode using console is G8tors1
The password to allow telnet access to the router is dun631ap
IPv4 addresses must be configured as follows:
Ethernet network 209.165.201.0/27 - router has fourth assignable host address in the subnet.
Serial network is 192.0.2.176/28 - router has last assignable host address in the subnet.
Interfaces should be enabled.
Router protocol is RIPv2.
Solution:
题目讲的很清楚,路由器配置界面里Ctrl和Esc的组合键不能用。另外help也没啥用。所以只能靠自己本事了。
不过这难不倒我们。
接下来就是在Gotha路由器上配置相关参数,要求的是主机名,Enable secret密码,console密码以及VTY密码。相信这些都不会有太大问题。可能会有变化,考试时请注意。
Router>enable
Router#configure terminal
Router(config)#hostname Gotha
Gotha(config)#enable secret mi222ke
Gotha(config)#line console 0
Gotha(config-line)#password G8tors1
Gotha(config-line)#login
Gotha(config-line)#line vty 0 4
Gotha(config-line)#password dun631ap
Gotha(config-line)#login
Gotha(config-line)#exit
可以使用show run验证一下配置,主要观察一下secret密码是否加密,确认一下你的配置,确保没有敲错!这个很重要,然后退出验证一下看看密码是否生效。
下面就是接口信息的配置,以太网接口使用了209.165.201.0/27 这个子网,路由器接口需要使用这个子网内第四个可分配的主机地址,千万不要配成209.165.201.3了,这个地址虽然是第四个,但是不是第四个可用的主机地址,正确的应该是209.165.201.4。
串行口使用了192.0.2.176/28这个子网,路由器接口需要使用这个子网内最后一个可分配的主机地址, 可用地址为192.0.2.177 - 192.0.2.190,所以路由器地址应该为192.0.2.190/28。这里一定注意,题目中没有提及谁是DTE谁是DCE,可以通过show controller看,比较简单的做法就是先配上,如果是DTE接口的话他会报错。
最后,打开接口。
Gotha(config)#interface fastethernet 0/0
Gotha(config-if)#ip address 209.165.201.4 255.255.255.224
Gotha(config-if)#no shutdown
Gotha(config-if)#interface Serial 0/0/0
Gotha(config-if)#ip address 192.0.2.190 255.255.255.240
Gotha(config-if)#clock rate 64000
Gotha(config-if)#no shutdown

接下来,通过show interface查看一下相应的接口状态,因为以太口下面的地址不明,所以不太好做测试,这时一定要确认状态是UP/UP的。
串行口上可以使用show cdp neighbor查看对方接口地址,然后ping一下,如果OK则串行口也OK。
最后,要求配置RIPv2,很简单了。这里注意,自动汇总也要关闭,因为Gotha路由器是主类网络的边界,它会默认实施自动汇总。
Gotha(config)#router rip
Gotha(config-router)#version 2
Gotha(config-router)#no auto-summary
Gotha(config-router)#network 192.0.2.0
Gotha(config-router)#network 209.165.201.0
注意,RIP配置中network语句后只能跟主类网络号!
最最最最后,show ip route查看一下路由表,如果能够学习到相关路由条目,直接可以Save并Next了。
NC版PKA文件会周期性的测试两台交换机的连通性,一旦RIP及接口信息配置成功,Activity才能判定通过测试,这里要注意,当然,交换机配置已经OK。

本文摘自: 中国网络技术联盟(www.netconfed.com) 详细出处请参考:http://www.netconfed.com/thread-181-1-1.html
发表于 2012-2-13 10:26:02 | 显示全部楼层
红色字体看的刺眼啊 ! 还是帮顶下
沙发 2012-2-13 10:26:02 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-2-22 20:18:10 | 显示全部楼层
好好学习天天向上
板凳 2012-2-22 20:18:10 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-3-12 23:37:19 | 显示全部楼层
地板 2012-3-12 23:37:19 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-3-12 12:44:39 | 显示全部楼层
加油加油
5# 2012-3-12 12:44:39 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-3-13 07:32:11 | 显示全部楼层
下来了
但打不开
要密码
6# 2012-3-13 07:32:11 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-3-13 07:52:02 | 显示全部楼层
四.CCIE标准班直通车培训,价格直降1000元!
五.CCIE包过班直通车培训

包过班多少钱?
1000元能包过?可能吗?

7# 2012-3-13 07:52:02 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-23 13:15 , Processed in 0.101242 second(s), 24 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表