一.有关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 地址,对吗?
正确答案是B。注重,MAC地址只能在LAN范围内传播,通过local router ethernet port连接到remote network,返回的当然是local router ethernet port的MAC地址。
九.黄金综合版上的一道题
359.a hosta in the sale department cant connect to the hostb in management department.
choose the reason!
routera(e0)-----------------------(e0)routerb
192.168.23.1 192.168.21.5
hosta hostb
192.168.23.2 192.168.21.2
255.255.240.0 255.255.255.240
A. the routerb inteface's ip addresss.
B. hosta's bad ip address
C.hostb's badd ip address
D.bad broadcast address
E.the routera interface's ip addresss.
Answer:C
我怎么觉得ip都对呢???
答案就是C
HOSTA的IP和掩码是匹配的,没有任何问题,192.168.23.1这个地址属于192.168.16.0这个子网,可以看一下这个子网中的数字16的二进制码00010000,大家都看到了,前面0001是属于子网的网络号,那么后面的四位则是主机的位数,而23的二进制码为00010111,前四位的网络号就是所在网络16,而至于为什么HOST A的第三字节不是16而是23,就是因为第三字节的后面四位是属于主机的位,所以和网络位的二进制码合起来换算成十进制数就成了23.所以HOSTA的IP是没有问题的.
所以,答案应该是C