• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
思科认证考试(CCNA)考试模拟题60—71及答案(2)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
思科认证考试(CCNA)考试模拟题60—71及答案(2)
软件发布 思科认证考试(CCNA)考试模拟题60—71及答案(2)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco试题 >> 思科认证考试(CCNA)考试模拟题60—71及答案(2)

思科认证考试(CCNA)考试模拟题60—71及答案(2)

添加时间: 2007-9-8 3:10:24  作者: Cisco认证考试  阅读次数:49   来源: http://www.d9soft.com

       

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 104

 

CCNA试题60-71答案

60. [RINx] What condition does Serial 0 down & protocol up represent?

a) The interface is disconnected but keep alives are being received
b) The interface is working properly but keep alives are not being received
c) The interface is bad and should be replaced
d) The interface is working correctly.
e) Condition not possible

Answer
e) Condition not possible

The down and up combination is not legal

Let’s review all the possibilities:

Serial 0 down & line protocol down
Serial 0 administratively down and line protocol down
Serial 0 up and protocol down
Serial 0 up and protocol down (looped)
Serial 0 up and protocol up

Serial 0 up and protocol up - is a fully working link which means that both the interface and the line protocol have successfully initialized and protocol keep alives are being received.

Serial 0 administratively down - and line protocol down this condition indicates that a shut command has been configured on this interface, to reverse this condition execute a no shut command

Serial 0 up and protocol down (looped) - this condition indicates that this interface is receiving it’s own keep alives which is a result of putting a CSU/DSU in loopback mode.

Serial 0 down & line protocol - down this means that carrier detect signal (DCD) is not being received. You might want to make a call to your carrier to see if the local loop is up!!

Serial 0 up and protocol down - if a interface has detected a large number of errors during a keep alive period which could be caused by a defective CSU/DSU.

 

61.[CxNx] What command correctly displays the running configuration file?

a) show configuration
b) show running-configuration
c) show active-configuration file
d) write terminal
e) all of the above

Answer
b) show running-configuration
d) write terminal

Many times in class some students who have some experience with older versions are familiar with the show configuration command and do not realize that this command shows the start-up configuration.

Usually they have made a change to the running-configuration. Then they issue the show configuration command and they think something is wrong with the router because the change doesn’t show up.

Since version 10.3, the command show running-configuration will display the running configuration command. Prior to this version, write terminal was the appropriate command.

In general many of the 10.3 and later commands are intuitive such as:

show run
show start
copy run start
copy start run

What may not be intuitive is that when a copy is made to the running-configuration this is not the same as a DOS type copy - in other words the original running configuration is not lost. The resulting running configuration file is a blending of the two files.

62. [RINx] What is the purpose of TTL?

a) Prevent routing loops
b) Prevents Timely Telnet Losses
c) Remind engineers that life is short
d) To prevent IP datagrams from living long and fruitful lives
e) To prevent IP datagrams that are caught in a routing loop from traversing the network forever.

Answer
e) To prevent IP datagrams that are caught in a routing loop from traversing the network forever.

Time To Live is how long a packet can survive on the network before it will be removed. Each host on the net should decrement the time TTL by one.

Usually 255 on an ethernet segment

The logan’s run effect!

63. [RINx] Which should be the subnet mask for a class C address if 62 hosts are required?

a) 255.255.255. 192
b) 255.255.192.0
c) 0.0.0.192
d) 255.255.255.62
e) none of the above

Answer
a) 255.255.255.192

To calculate the number of host or networks using the formula 2 to the nth degree - 2 where the nth degree is the number of bits that will be used to describe the host or the network.

To answer this question we first have to determine how many host bits would we need to have at least 62 unique combinations.

Using our formula we need to have 6 host bits 2 to the 6th power - 2 = 62

This would leave us with 2 network bits therefore the mask is 192 in the fourth octet.

64. [CxNx] After the configuration command is used, when does it become effective?

a) immediately
b) after the router is rebooted
c) after you exit the configuration mode
d) depends on the change that is made
e) All of the above

Answer
a) immediately

There are times when the router needs to be bounced, but it is very rare.

65. [RxNx] Which one of the following is true concerning IPX load balancing?

a) Activated by default
b) Must be configured
c) IPX does not load balance
d) Requires a Novell File Server
e) None of the above

Answer
b) Must be configured

IPX load balances when configured, the command to use is ipx maximum-paths. So if you have equal cost paths to a destination, the default is the router will choose the first path it receives, unlike Cisco ’s implementation of IP RIP that will use up to 4 equal cost paths

66. [BxNx] What is the purpose of spanning tree?

a) Prevents bridging loops
b) Prevents routing loops
c) Cisco supported feature that can be used per VLAN
d) Can be initiated on any routed interface
e) All of the above

Answer
a) Prevents bridging loops
c) Cisco supported feature that can be used per VLAN

Transparent bridging requires that only one way exists through the bridge circuit to prevent routing loops. Also Cisco switching supports spanning tree an a per VLAN basis. This is done by placing selected ports in a blocking mode. Remember that a bridge either forwards a packet or filters a packet based on it’s mac address.

Questions 67 - 71 refer to the following diagram and information.

The above figure represents a frame-relay network with PVC’s configured for a hub and spoke design with corresponding DLCI numbers. Assume all connections are with the serial 0 interface. Please refer to the above figure for questions 67-71.

67. [FINx] Given the following configuration for Router A:

Router_a(config)#interface s0

Router_a(config-if)#encapsulation

frame-relay

Router_a(config-if)#frame-relay

lmi-type ansi

Router_a(config-if)#frame-relay map ip

172.16.1.2 100

Router_a(config-if)#frame-relay map ip

172.16.1.3 101

Router_a(config-if)#frame-relay map ip

172.16.1.4 102

Router_a(config-if)#frame-relay map ip

172.16.1.5 103

Router_a(config-if)#frame-relay map ip

172.16.1.6 104

Router_a(config-if)#ip address

172.16.1.1 255.255.255.0
 

Which of the following is the proper configuration
for Router F?

a)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi
b)
Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0
 
c)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 104
 

d)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 604
 

e)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.6 604
 

Answer
d)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 604
 

There are several configuration parameters that must be checked to answer these frame relay questions.

LMI

Does not have to match end to end this is communication between the local router and the local frame relay switch

Encapsulation

This parameter needs to match end to end.

Frame map statement

The ip address here needs to be the next hop address and the DLCI number needs to be the local DLCI.

The local DLCI for Router F is 604
The next hop address is Router A 172.16.1.1
Encapsulation is Cisco the default

 

68. [FINx] Given the following configuration for Router A:

Router_a(config)#interface s0

Router_a(config-if)#encapsulation

frame-relay ietf

Router_a(config-if)#frame-relay

map ip 172.16.1.2 100

Router_a(config-if)#frame-relay

map ip 172.16.1.3 101

Router_a(config-if)#frame-relay

map ip 172.16.1.4 102

Router_a(config-if)#frame-relay

map ip 172.16.1.5 103

Router_a(config-if)#frame-relay

map ip 172.16.1.6 104

Router_a(config-if)#ip address

172.16.1.1 255.255.255.0
 

Which of the following is the proper configuration for Router F?

a)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi
 

b)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type ansi

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 104
 

c)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type cisco

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 104
 

d)

Router_f(config)#interface s0

Router_f(config-if)#encapsulation frame-relay

Router_f(config-if)#frame-relay lmi-type cisco

Router_f(config-if)#ip address

172.16.1.6 255.255.255.0

Router_f(config-if)#frame-relay

map ip 172.16.1.1 604
 

e) None of the above.

Answer
e) None of the above

There are several configuration parameters that must be checked to answer these frame relay questions.

LMI

Does not have to match end to end this is communication between the local router and the local frame relay switch

Encapsulation

This parameter needs to match end to end.

Frame map statement

The ip address here needs to be the next hop address and the DLCI number needs to be the local DLCI.

The local DLCI for Router F is 604
The next hop address is Router A 172.16.1.1
Encapsulation of Router A is IETF
Encapsulation of all our choices is Cisco

 


69. [FINx] Given the following configuration for Router A:

Router_a(config)#interface s0

Router_a(config-if)#encapsulation

frame-relay ietf

Router_a(config-if)#frame-relay lmi-type ansi

Router_a(config-if)#frame-relay

map ip 172.16.1.2 100

Router_a(config-if)#frame-relay

map ip 172.16.1.3 101

Router_a(config-if)#frame-relay

map ip 172.16.1.4 102

Router_a(config-if)#frame-relay

map ip 172.16.1.5 103

Router_a(config-if)#frame-relay

 

上下文章:

 

上一篇文章: 思科认证考试(CCNA)考试模拟题60—71及答案(1) 下一篇文章: 思科认证考试(CCNA)考试模拟题60—71及答案(3)

相关文章:

  • 09年全国计算机等级考试更新7门教材
  • 微软更改Vista认证指标帮Intel售芯片
  • 用3ds max模拟香烟烟丝飘动的效果
  • 卡巴斯基蝉联最高级别认证:九冠王
  • EA公布《模拟人生3》海量游戏截图

相关软件:

  • 天柏在线考试系统 V7.0 通用版
  • 出国留学考试旅游英语免费用 V1.0
  • 公安基础知识考试宝典 3.0
  • 执业药师考试宝典 V6.1 中药版
  • 执业药师考试宝典 V6.1 西药版
  • 报检员考试全程通 V6.5

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • Cisco试题:验证主机联通性
  • 思科认证考生问答竞选集(2)
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • Cisco试题:保存路由器配置文件
  • 3个CCIE对一个工程师的面试题
  • Cisco试题:OSPF协议
  • Cisco试题:UDP考题分析
  • Cisco试题:虚拟局域网
  • Cisco试题:CCNA-OSI参考模型

Cisco试题阅读排行

  • 思科认证考试(CCNA)考试模拟...
  • Cisco试题:保存路由器配置文件
  • CCNABRAINDUMP6(1)
  • 关于Cisco路由协议题和答案(中文)...
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • CiscoCCNA考试56题(1)
  • CCNA认证考试 (collected from Br...
  • 关于Cisco路由协议题和答案(中文)...
  • CCNA Study Notes1(3)

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • CCNA简介
  • 我的CISCO认证学习笔记总结
  • 思科考试认证(CISCO) CCNA考试就...
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco指导:IOS命令大全(一)
  • Cisco经验介绍:ping命令之解惑
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有