分享
 
 
 

CCNA经典疑难解答--改良版

王朝other·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

一.有关show 的命令

show interface ethernet 0主要是查看有关接口硬件啊,流过的数据啊,什么的

show ip interface ethernet 0主要是查看有关接口协议上的问题

二.哪个接口是DCE

在真实的路由器环境中,两台路由器之间的串口连接电缆两端都已经分别标明了是DCE还是DTE。一个串口是否是DCE还是DTE就看你用了电缆的哪一头来接到这个串口上。查看DCE的时钟速率可以用SHOW RUNNING-CONFIG 也可以用SHOW INT [接口号]

三.给各位CCNA的朋友提个醒

学CCNA是要有MCSE的基础的。但是你不学MCSE也可以过。可以工作的时候是没有纯粹的CCNA的内容的,它与MCSE的内容联系的很紧。

工作面试的时候,他们都要求有那方面的基础的。希望各位有志于CCNA的朋友,一不定期要多学学这方面的内容,还有数据库也是一个大头

四.TK上的问题

讨论TK8。2上第79道实验题

Answer Lab 3:

enable

config terminal

640 - 607

hostname Plain

enable secret TestKing

interface ethernet 0

ip address 192.168.65.1 255.255.255.0

no shutdown

exit

interface serial1

ip address 192.168.101.2 255.255.255.0

no shutdown

exit

router rip

network 192.168.65.0

network 192.168.101.0

network 192.168.55.0

network 192.168.149.0

network 192.168.199.0

^z

copy running-config startup-config

***the correct answer should be ***

enable

config terminal

640 - 607

hostname Plain

enable secret TestKing

interface ethernet 0

ip address 192.168.65.1 255.255.255.0

no shutdown

exit

interface serial1

ip address 192.168.101.2 255.255.255.0

no shutdown

exit

router rip

network 192.168.65.0

network 192.168.101.0

^z

copy running-config startup-config

***We need not add other three networks***

Ciscopress CCNA Exam 640-607 Certification Guide page 431:

The network command “matches” one or more interfaces on a router. For each interface,

the network command causes the router to do three things:

1 The router broadcasts or multicasts routing updates out an interface.

2 The router listens for incoming updates on that same interface.

3 The router, when sending an update, includes the subnet of that interface in the

routing update

五.考题的疑问

一些考题的疑问

31日考试,近日看题,有些地方不明白,希望大家能帮忙解答一 下,不胜感谢

1 you need to find out the IPX address on a series router,which command displays all routed protocols and the interfaces on which the protocol is enable ?

A show protocols

B show interfaces

应该是A吧?B不能显示all routed protocols吧。

2 in what which mode switch read first part of frame with destination address and send frame immediately?

A cut-through

B fragment-free

C something-else

应该是fast-forward,fragment-free 还要检查前64字节的出错,不会"immediately"转发,所以选C吧?

3. you telnets to a pc on a remote subnet,which MAC address willl be present in the ARP table when you issue the show arp command?

A local router Ethernet port

B destination host Ethernet port

没有用过这个命令,如果没有telnet,是不是就是local router Ethernet port啊?

4 consider Frame Relay multipoint subinterfaces.which is a valid statemant?

A all the routers are required to the fukky meshed

B all routers must be in the same subnet to forward routing updates and broadcasts

C Multipoint is the default configration for Frame Relay subinterfaces

这题应该是B吧。我看电子教材上说的是“multipoint is used if you want the router to forward broadcasts and routing updates that it receives.select this if routing routing IP and you want all routers in same subnet”

5 which of the following are ture about 3 of the OSI model ?

A it uses broadcast address

B it establishes network address

我看的testking选的是A。它的解释是layer 3 does not establish addresses rather it uses the addresses to route information.可我觉得它不建立网络地址又怎么能路由呢?

8 what is the purpose of DLCIs in Frame Relay ?

A they identify the logcal circuit between a local router and a frame relay WAN switch

B they determine the frame relay encapsulation type

C they represent the keepalives used to maintain the PVC in an active state

D they represent the physical address of the router atteched to a Frme Relay network

应该是C吧?A好象应该是在一对路由器之间而不是和交换机之间啊

9 You just entered the following command "routers(config)#line console 0 " which operation is most likely to follow ?

A create a password on the console terminal line

B change from configuration mode to console privilege mode

好象都不对啊,A之前应该有login啊,B的话,可是现在已经在这个模式下了啊

10 使用Rollover cable连接PC和路由器时,是用的PC的COM口吗?使用Crossover cable时,两边都是用Ethernet port吧?

11 telnet和connect有什么区别?

12 关于电缆连接类型的描述:人邮教材说“使用一根直通电缆把象PC和路由器这样的设备与其他的设备(象集线器或交换机)进行连接,”(也就是连接不同层的设备?),在后一页又说“您可以使用交叉电缆来连接类似的设备:交换机到交换机,交换机和集线器...”照这么说,这两条规则好象都对交换机和集线器的连接有效啊?那么交换机和集线器的连接到底用哪种方式连接?

标准答案,请trust me

1。选A

自己做实验可以证明选A

2。C

这个很简单,楼主解释正确

3。A

有没有TELNET都是 LOCAL ETHERNET PORT

4。B

解释正确

5。B

建立网络地址

8。A

C是LMI的性能

9。A

这个题出的有点SB

10。楼主解释正确

11。CONNECT是连接的意思,不代表什么程序

TELNET是程序啊

六.tk中有关广播地址的一道题

what is the broadcast address for this network 192.57.78.0/27.

A.192.57.78.33

B 192.57.78.64

c 192.57.78.87

d 192.57.78.97

e 192.57.78.159

f 192.57.78.254

首先这是一个c类地址(default-subnet是/24

可以得到X=27-24=3(用于子网化),2^3-2=6个有效子网

M=8-3=5(用雨主机地址的分配,每个子网能提供2^5-2=30个有效主机地址

而且可知道:有效子网为:

32,64,96,128,160,192

故可知广播地址为63,95,127,159,191,223

七.路由器相关

12.You telnet to a host on a remote network.which MAC address will be present in the ARP table when you issue the "show arp "command?

a.MAC address of the destination host Ethernet port

b.MAC address of the local router ethernet port

c.MAC address of the the destination router serial port

d.MAC address of the local router serial port

标准答案:B 但(A)也有争议。

我的问题是:

1、如果是远程主机之间的通信,那么应该是对端的ROUTER的MAC地址呀?

(这个通信中到底有几个路由器呢,show arp说明我当前是在路由器上执行的操作,哪么怎么会还显示自己的MAC地址, “arp CACHE” 中不是仅显示外部来访网络设备的条目吗?如果是这样又怎么会是 B ,自己本地路由的 E0 MAC )

2、每个网络设备应该只有一个MAC地址吧?路由也不例外是吧?

(B 和 D,这两项选顶中:

D是不是根本就是一种障眼法呢?

根本没有“路由的MAC地址是 serial port 的MAC 地址的说法,可以说路由的MAC就应该是路由的 Ethernet port 的MAC 地址,对吗?

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有