CCNA考点精析---IP路由表分析

豆豆网   技术应用频道   2007年09月25日    社区交流

内容摘要:CCNA考点精析

  R1认为现在R1到达R2后面的直连网络可以有两条路走了,其实只有这一条通道,却被R1认为是两条不同的路。可见,这两种方法需要根据情况使用,否则可能会出现路由选择的问题。

  Floating Static Routes

  设置一条管理距离稍大于正常使用的一条静态路由,这样一来,当正常链路DOWN后,这条稍大的路由条目马上可以UP起来替代正常路由条目工作。

(1)Router(config)#ip route 1.1.1.0 255.255.255.0 192.168.123.2
(2)Router(config)#ip route 1.1.1.0 255.255.255.0 192.168.12.2 50

  如上,当(1)down后,(2)会自动地up,顶替(1)

  以下为例题:

  1、Users on the 172.17.22.0 network cannot reach the server located on the 172.31.5.0 network. The network administrator connected to router Coffee via the console port, issued the show ip route command, and was able to ping the server. Based on the output of the show ip route command and the topology shown in the graphic, what is the cause of the failure?

CCNA考点精析---IP路由表分析

  A: The network has not fully converged.

  B: IP routing is not enabled.

  C: A static route is configured incorrectly.

  D: The FastEthernet interface on Coffee is disabled.

  E: The neighbor relationship table is not correctly updated.

  F: The routing table on Coffee has not updated .

  Correct Answers: C

  该题中,172.18.22.0网段的用户无法访问到172.31.5.0的服器,管理员通过show ip route命令看到了如下的路由表记录,试分析哪些说法是正确的。

  首先比较以下两条直连路由条目,正常;下面的一条静态默认路由的下一跳地址却有问题,因为网络中并没有172.19.22.2这个地址。假设现在从 172.17.22.0有主机A向172.31.5.0中的SERVER发送信息,数据报文进入Coffee后,Coffee经过查表得知,该路由条目并未存在于路由表中,所以被匹配默认路由,交给下一跳172.19.22.2,但是Coffee却发现并不知道 172.19.22.2应该怎么走,所以该数据包被丢弃。

责编:豆豆技术应用

正在加载评论...