三級網(wǎng)絡(luò)技術(shù)機(jī)試-191_第1頁
三級網(wǎng)絡(luò)技術(shù)機(jī)試-191_第2頁
三級網(wǎng)絡(luò)技術(shù)機(jī)試-191_第3頁
已閱讀5頁,還剩19頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

1、三級網(wǎng)絡(luò)技術(shù)機(jī)試 -191( 總分: 5000.00 ,做題時(shí)間: 90 分鐘 )一、 單項(xiàng)選擇題 ( 總題數(shù): 50,分?jǐn)?shù): 5000.00)1. Cisco Catalyst 6500 交換機(jī)采用 telnet 遠(yuǎn)程管理方式進(jìn)行配置, 其設(shè)備管理地址是 , 缺省路由是 ,下列對交換機(jī)預(yù)先進(jìn)行的配置,正確的是 。A. Swilch-6500 >Switch-6500 > B. Switch-6500 > Switch-6500 >C. Switch-6500 >Switch-6500 >D. Switch-6500 >Switch-6500 >

2、(分?jǐn)?shù): 100.00)A.B.C.D. V解析: 解析 早期思科 6500系列交換機(jī)采用 set 命令模式,比如設(shè)置本機(jī)管理地址的命令為:set interface sc0 < ip_addr >< ip_mask >< ip_addr >(broadcast address)設(shè)置缺省路由的命令為:< ip_addr >據(jù)此分析,選項(xiàng) D 正確。2. 將Catalyst6500 交換機(jī)的系統(tǒng)時(shí)間設(shè)定為“ 2014年3月26日,星期五,9點(diǎn)19分25秒”,正確配置 是。A. set clock fri 26/3/2014 9:19:25B. se

3、t time fri 3/26/2014 9:19:25C. set time fri 26/3/2014 9:19:25D. set clock fri 3/26/2014 9:19:25(分?jǐn)?shù): 100.00)A.B. VC.D.解析: 解析 Catalyst 6500 改變系統(tǒng)時(shí)間的設(shè)置命令為: set timeday of weekmm/dd/yyhh:mm:ss , 符合這個(gè)格式的為選項(xiàng)B, 即 set time fri 3/26/2010 9:19:25。3. Cisc03548 交換機(jī)采用 telnet 遠(yuǎn)程管理方式進(jìn)行配置,其設(shè)備管理地址是 ,缺省路由是 。下列對交換機(jī)預(yù)先進(jìn)行

4、的配置,正確的是 。A. Switch-3548(config)#interface vlan1Switch-3548(config-it)#ip address Switch-3548(config-if)#ip default-gateway Switch-3548(config-if)#exitSwitch-3548(config)#line vty 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exitB Switch-3548(config)#interfaee vlan1Switch-3548(

5、config-if)#ip address Switch-3548(config-if)#exitSwitch-3548(config)#ip default-gateway Switch-3548(config)#line vty 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exitC Switch-3548(config)#interface vlan1Switch-3548(config-if)#ip address Switch-3548(config-if)#exitSwitch-3548(co

6、nfig)#ip default-route Switch-3548(config)#line vty 0 4Switch-3548(config-line)#password 7 cccSwitch-3548(config-line)#exitD Switch-3548(config)#interface vlan1Switch-3548(config-if)#ip address Switch-3548(config-if)#exitSwitch-3548(config)#ip default-gateway Switch-3548(config)#line aux 0 4Switch-3

7、548(config-line)#password 7 cccSwitch-3548(config-line)#exit(分?jǐn)?shù): 100.00 )A.B. VC.D.解析: 解析 交換機(jī) telnet 遠(yuǎn)程管理方式進(jìn)行配置。以 Cisco 3548 交換機(jī)為例: 步驟一:進(jìn)入端口配置模式 (config)#interface vlan1 。步驟二:配置端口通信 IP 地址與子網(wǎng)掩碼 。 步驟三:退出 (config-if)#exit 。步驟四:配置缺省路由 。 步驟五:配置遠(yuǎn)程登錄口令 (config)#line vty 0 4(config-line)#password 7 ccc 。 步驟

8、六:退出 (config-line)#exit 。4. Cisco Catalyst 6500 交換機(jī)采用 telnet 遠(yuǎn)程管理方式進(jìn)行配置, 其設(shè)備管理地址是 缺省路由是 ,下列對交換機(jī)預(yù)先進(jìn)行的配置,正確的是 。A. Switch-6500 >Switch-6500 > B. Switch-6500 > Switch-6500 >C. Switch-6500 > Switch-6500 >D. Switch-6500 > Switch-6500 >(分?jǐn)?shù):100.00)A. VB.C.D.解析:解析本題需要進(jìn)行兩步配置。第一,需要設(shè)置交換機(jī)

9、的管理地址,采用的命令是:set interfacesc0<ip addr >< ip mask >< ip addr >(broadcast address),在本題中,IP 地址為 ,子網(wǎng)掩碼為 ,廣播地址為 ,故正確配置應(yīng)為:;第二,需要配置默認(rèn)路由,采用的命令為:set ip route 。5. 下列對VLAN的描述中,錯(cuò)誤的是 。A. 每個(gè)VLAN都是一個(gè)獨(dú)立的邏輯網(wǎng)段B. VLAN之間通信必須通過路由器C. VLAN以交換式網(wǎng)絡(luò)為基礎(chǔ)D. VLAN工作在0SI參考模型的網(wǎng)絡(luò)層(分?jǐn)?shù):100.00)A.B.C.D. V解析:解析VLAN(虛擬局域網(wǎng)

10、)以交換網(wǎng)絡(luò)為基礎(chǔ),工作在0SI參考模型第二層(數(shù)據(jù)鏈路層),每個(gè)VLAN 都是一個(gè)獨(dú)立的邏輯網(wǎng)段,VLAN之間要進(jìn)行通信需要通過三層設(shè)備 (如路由器)。6. 下圖中交換機(jī)同屬一個(gè) VTP域。除交換機(jī)B外,所有交換機(jī)的VLAN配置都與交換機(jī) A相同。交換機(jī)A和B的VTP工作模式的正確配置是A. set vtp mode transparent 和 set vtp mode serverB. set vtp mode server和 set vtp mode transparentC. set vtp mode server和 set vtp mode clientD. set vtp mode

11、 server和 set vtp mode server(分?jǐn)?shù):100.00 )A.B. VC.D.解析:解析VTP 有三種工作模式:VTP Server、VTP Client 和 VTP Transparent。VTP Server 維護(hù)該VTP域中所有VLAN信息列表,可以建立、刪除或修改VLAN VTP Client其配置從VTP Server中學(xué)到,不能建立、刪除和修改 VLAN VTP Transparent相當(dāng)于一個(gè)獨(dú)立的交換機(jī),不從VTP Server學(xué)習(xí)VLAN的配置信息,只擁有本設(shè)備上自己維護(hù)VLAN的信息。選項(xiàng)B)中交換機(jī)A通過set vtp mode server 設(shè)置為

12、VTPServer,交換機(jī) B通過set vtp mode transparent 設(shè)置為 VTPTransparent,這樣才能滿足題目條件。7. 下列刪除VLAN的命令中,無法執(zhí)行的是 。A. no vlan 1 B . no vlan 2C. no vlan 500 D . no vlan 1000分?jǐn)?shù): 100.00 )A. VB.C.D.解析:解析VLAN名用132個(gè)字符表示,它可以是字母和數(shù)字。 VLAN ID的數(shù)值范圍是144094,但 是有的交換機(jī)只支持11005。其中,1是缺省VLAN 般用于設(shè)備管理,只能使用這個(gè) VLAN但不能刪 除它。8. 交換機(jī)的優(yōu)先級增值量是 。A1

13、024 B2048 C4096 D8192分?jǐn)?shù): 100.00)A.B.C. VD.解析: 解析 在配置交換機(jī)優(yōu)先級后,發(fā)現(xiàn)最小值是 4096,并且以 4096 的倍數(shù)遞增。9. 現(xiàn)有SW1-SW四臺交換機(jī)相連,它們的VTP工作模式分別設(shè)定為 Server >Client 'Transparent和Client 若在SW1上建立一個(gè)名為 VLAN100的虛擬網(wǎng),這時(shí)能夠?qū)W到這個(gè)VLAN配置的交換機(jī)應(yīng)該是 。A. SW1和 SW4 B SW3和 SW4C. SW1和 SW3 D SW2和 SW4(分?jǐn)?shù): 100.00)A.B.C.D. V解析:解析采用VTP協(xié)議的交換機(jī)共有 3種工

14、作模式:Server、Client、Transparent,處于Client模 式的交換機(jī)能夠?qū)W習(xí)到在 Server 上的 vlan 配置,而處于 Transparent 模式的交換機(jī)只轉(zhuǎn)發(fā)而不學(xué)習(xí) vlan 信息。10. 下列對交換機(jī)功能的描述中,錯(cuò)誤的是 。A. 建立和維護(hù)一個(gè)表示目的IP地址與交換機(jī)端口對應(yīng)關(guān)系的交換表B. 在交換機(jī)的源端口和目的端口之間建立虛連接C. 交換機(jī)根據(jù)幀中的目的地址,通過查詢交換表確定是丟棄還是轉(zhuǎn)發(fā)該幀D. 完成數(shù)據(jù)幀的轉(zhuǎn)發(fā)或過濾(分?jǐn)?shù): 100.00)A. VB.C.D.解析: 解析 普通交換機(jī)屬于二層設(shè)備,不具備三層功能,不能理解 IP 地址。11. 一個(gè)

15、校園網(wǎng)主干網(wǎng)有 4臺Catelyst 6500 核心交換機(jī) SW1H SW4它們的優(yōu)先級值依次為8192、24576、20480和16384,要將SW4作為根交換機(jī),SW4優(yōu)先級的正確配置是 。A. Switch-SW4-6500 > (enable)set spantree priority 28672B. Switch-SW4-6500 > (enable)set spantree priority 12288C. Switch-SW4-6500 > (enable)set spantree priority 8192D. Switch-SW4-6500 > (en

16、able)set spantree priority 4096(分?jǐn)?shù):100.00 )A.B.C.D. V解析:解析根交換機(jī)必須具有最低的優(yōu)先級值,由題意可知,該值須小于8192。12. 如下圖所示,3com和Cisco公司的交換機(jī)相互連接,在兩臺交換機(jī)之間需傳輸VLAN ID為1、10、20和30的5個(gè)VLAN信息,Catalyst3548 交換機(jī) VLAN Trunk的正確配置是 。A. Switch-3548(config-if)#switchport trunk encapsulation dotlqSwitch-3548(config-if)#switchport trunk all

17、owed vlan 1, 10, 20, 30B. Switch-3548(config-if)#switchport mode trunkSwitch-3548(config-if)#switchport trunk encapsulation is1Switch-3548(config-if)#switchport tnmk allowed vlan 1-30C. Switch-3548(config-if)#switchport mode trunkSwitch-3548(config-if)#switchport trunk encapsulation negotiateSwitch-

18、3548(config-if)#switchport trunk allowed vlan 1-30D. Switch-3548(config-if)#switchport mode trunkSwitch-3548(config-if)#switchport trunk encapsulation dotlqSwitch-3548(config-if)#switchport trunk allowed vlan 1, 10, 20, 30(分?jǐn)?shù):100.00 )A.B.C.D. VVLAN Trunk 模式,為 VLAN Trunk 封裝 VLANSwitch-3548(config-if)

19、#switchport mode解析:解析VLAN trunk的配置任務(wù)有:設(shè)置交換機(jī)端口的 協(xié)議和設(shè)置VLAN Trunk允許中繼的VLAN選項(xiàng)D正確,即:封裝IEEE 802.1Q協(xié)議。,10,20,30/設(shè)置允許中繼的 VLAN lib105 的VLAN正確的配置是 。trunk/ 配置 VLAN Trunk 模式。Switch-3548(config-if)#switchport trunk encapsulation dotlq/Switch-3548(config-if)#switchport trunk allowed vlan 113. 在Cisco Catalyst3548以

20、太網(wǎng)交換機(jī)上建立一個(gè)名為A. Switch-3548#vlan 1 name lib105Switch-3548#exitB. Switch-3 548(vlan)#vlan 1 name lib 105Switch-3548(vlan)#exitC. Switch-3548(vlan)#vlan 1000 name lib105Switch-3548(vlan)#exitD. Switch-3 548(vlan)#vlan 1002 name lib 105Switch-3 548(vlan)#exit(分?jǐn)?shù):100.00 )A.B.C. VD.解析:解析VLAN是用一個(gè)VLAN name和

21、VLAN ID來標(biāo)識的,其中 VLAN ID的數(shù)值范圍為14094。其中 1是缺省VLAN 般用于設(shè)備管理;21000用于以太網(wǎng) VLANs 10021005預(yù)留給FDDI和令牌環(huán)Vlans ;10254094是擴(kuò)展的 VLANID。所以,本題中 VLANID的取值應(yīng)在 21000之間。在 Catalyst3548 中建立 VLAN的命令為 vlan < vlan ID > name< vlan name >。14. 將Catalyst 6500交換機(jī)的設(shè)備管理地址設(shè)置為,缺省網(wǎng)關(guān)的IP地址為,正確的配置語句是 。Aset interface vlan1 Bset in

22、terface vlan1 Cset interface sc0 Dset interface sc0 (分?jǐn)?shù): 100.00)A.B.C.D. V解析: 解析 Catalyst 6500配置 IP 地址的命令如下: Set interface sc0< ip addr>< ip mask>< ip_addr >(broadcast address)。本題中, IP 地址 的子網(wǎng)掩碼為 15. 將Cisco 6500第4模塊第1端口的通信方式設(shè)置為半雙工,第224端口的通信方式設(shè)置為全雙工,以下交換機(jī)的端口配置,正確的是 。ASwitch-6500 >

23、(enable)set interface duplex 4/1 halfSwitch-6500 > (enable)set interface duplex 4/2-24 fullBSwitch-6500 >(enable)set port 4/1 duplex halfSwitch-6500 > (enable)set port 4/2-24 duplex fullCSwitch-6500 >(enable)set port duplex 4/1 halfSwitch-6500 > (enable)set port duplex 4/2-4/24 fullDS

24、witch-6500 >(enable)set port duplex 4/1 halfSwitch-6500 > (enable)set port duplex 4/2-24 full(分?jǐn)?shù): 100.00)A.B.C.D. V解析: 解析 設(shè)置路由器端口的通信方式。以 Cisco 6500 交換機(jī)為例:步驟一:設(shè)置第 4 模塊第 1 端口的通信方式為半雙工 set port 4/1 duplex half 。步驟二:設(shè)置第2 24端口的通信方式為全雙工set port duplex 4/2-24 full。16. 在Catalyst 3524以太網(wǎng)交換機(jī)上建立名為hyzx204

25、的VLAN正確的配置語句是 。A vlan 1 name hyzx204 B vlan 105 hyzx204C vlan 500 name hyzx204 D vlan 1005 name hyzx204分?jǐn)?shù): 100.00)A.B.C. 7D.解析:解析建立VLAN的命令格式為 vlan < vlan ID > name< vlan name >。A的端口配置,17. 如下圖所示,交換機(jī) B的端口 5/1為千兆以太網(wǎng)接口,通信方式如圖所注。下列交換機(jī) 正確的是。A. Switch-6500 > (enable)set port enable 5/23Switc

26、h-6500 > (enable)set port enable 5/22Switch-6500 > (enable)set port enable 3/1 0Switch-6500 > (enable)set port duplex 5/22-23 halfSwitch-6500 > (enable)set port duplex 3/10 halfSwitch-6500 > (enable)set port speed5/22-23 1000000Switch-6500 > (enable)set port speed3/10 100000B. Swit

27、ch-6500 > (enable)set port enable 5/23Switch-6500 > (enable)set port enable 5/22Switch-6500 > (enable)set port enable 3/10Switch-6500 > (enable)set port duplex 5/22-23 fullSwitch-6500 > (enable)set port duplex 3/10 halfSwitch-6500 > (enable)set port speed5/22-23 1000Switch-6500 >

28、; (enable)set port speed3/10 1000C. Switch-6500 > (enable)set interface enable 5/23Switch-6500 > (enable)set interface enable 5/22Switch-6500 > (enable)set interface enable 3/10Switch-6500 > (enable)set interface duplex 5/22-23 halfSwitch-6500 > (enable)set interface duplex 3/10 halfS

29、witch-6500 > (enable)set interface speed5/22-23 1000Switch-6500 > (enable)set interface speed3/10 100D. Switch-6500 > (enable)set port enable 5/23Switch-6500 > (enable)set port enable 5/22Switch-6500 > (enable)set port enable 3/10Switch-6500 > (enable)set port 5/22-23 duplex fullSw

30、itch-6500 > (enable)set port 3/10 duplex halfSwitch-6500 > (enable)set port speed5/22-23 1000Switch-6500 > (enable)set port speed3/10 100(分?jǐn)?shù):100.00 )A.B. 7C.D.解析:解析啟用交換機(jī)端口,并設(shè)置工作模式與速度,選項(xiàng)A錯(cuò)誤在于將5/22-23設(shè)置為半雙工模式,選項(xiàng)C錯(cuò)誤在于將5/22-23設(shè)置為半雙工模式,選項(xiàng)D錯(cuò)誤在設(shè)置雙工模式命令使用錯(cuò)誤。18. 如下圖所示,Cisco Catalyst 6500 交換機(jī)A與B之間需傳輸

31、ID號為1035的VLAN信息,但是ID號 為23的VLAN信息不允許傳輸。下列為交換機(jī)端口5/1分配VLAN的配置,正確的是 。A. Switch-6500 > (enable)set 5/1 trunk on dotlq Switch-6500 > (enable)set 5/1 trunk vlan 10-35 Switch-6500 > (enable)clear 5/1 trunk 23B. Switch-6500 > (enable)set trunk 5/1 on dotlq Switch-6500 > (enable)set trunk 5/1 v

32、lan 10-35 Switch-6500 > (enable)except trunk 5/1 23C. Switch-6500 > (enable)set trunk 5/1 on dotlq Switch-6500 > (enable)set trunk 5/1 vlan 10-35 Switch-6500 > (enable)clear trunk 5/1 23D. Switch-6500 > (enable)set trunk on 5/1 dotlq Switch-6500 > (enable)set trunk 5/1 vlan 10-35 S

33、witch-6500 > (enable)delete trunk 5/1 23(分?jǐn)?shù):100.00 )A.B. VC.D.解析:解析第一條命令指明采用802.1q技術(shù)來進(jìn)行VLAN封裝,第二條命令指明需要傳輸哪些 信息,第三條命令指明排除VLAN 23。19. 如下圖所示,一臺Cisco 6500交換機(jī)A和一臺3COM交換機(jī)B相連,兩臺交換機(jī)之間需傳輸名為ID號為110和名為vlan12,ID號為120的VLAN信息,下列交換機(jī) A的VLAN配置,正確的是.VLAN 的vlan11 ,A. Switch-6500 > (enable)set vlan 110 name vlan1

34、1Switch-6500 > (enable)set vlan 120 name vlanl2Switch-6500 > (enable)set vlan 110 5/21Switch-6500 > (enable)set vlan 120 5/22Switch-6500 > (enable)set trunk 5/23 on dotlqSwitch-6500 > (enable)set trunk 5/23 vlan 110, 120Switch-6500 > (enable)B. Switch-6500 > (enable)set vlan 110

35、 name vlan11Switch-6500 > (enable)set vlan 120 name vlanl2Switch-6500 > (enable)set vlan 110 5/21Switch-6500 > (enable)set vlan 120 5/22Switch-6500 > (enable)set trunk 5/23 on ISLSwitch-6500 > (enable)set trunk 5/23 vlan 110-120Switch-6500 > (enable)C. Switch-6500 > (enable)set

36、vlan 110 vlan11Switch-6500 > (enable)set vlan 120 vlan12Switch-6500 > (enable)set vlan 110 5/21Switch-6500 > (enable)set vlan 120 5/22Switch-6500 > (enable)set trunk 5/23 on dotlqSwitch-6500 > (enable)set trunk 5/23 vlan 110Switch-6500 > (enable)D. Switch-6500 > (enable)set vlan

37、 110 name vlan11Switch-6500 > (enable)set vlan 120 name vlan12Switch-6500 > (enable)set vlan 110 port 5/21Switch-6500 > (enable)set vlan 120 port 5/22Switch-6500 > (enable)set trunk 5/23 on dotlq,120Switch-6500 > (enable)set trunk 5/23 vlan 110Switch-6500 > (enable)(分?jǐn)?shù):100.00)A. VB

38、.C.D.解析:解析在Cisco6500交換機(jī)當(dāng)中,利用set命令集來進(jìn)行vlan配置,選項(xiàng)A正確,選項(xiàng)B錯(cuò)誤在 于封裝ISL協(xié)議,選項(xiàng)C錯(cuò)誤在于缺少name參數(shù),選項(xiàng)D錯(cuò)誤在于多出了 port參數(shù)。20. 在Catalyst6500 交換機(jī)上將端口 3/13/24的傳輸速率設(shè)置為 1Gbps正確的配置是 。A. set port speed 3/1-3/24 1000000B. set port speed 3/1-24 1000000C. set port speed 3/1-3/24 1000D. set port speed 3/1-24 1000(分?jǐn)?shù):100.00 )A.B.C.D

39、. V解析:解析對于配置交換機(jī)端口的傳輸速率,Catalyst6500 的命令格式為:set port speed < mod/port >< port/speed > (10, 100, 1000)(單位為 Mbps)。所以,本題選項(xiàng) D正確, 即 set port speed 3/1-24 1000/設(shè)置端口 3/1 3/24 的傳輸速度為 1000Mbps,即 1Gbps。21. 如下圖所示,Cisco 3548交換機(jī)A與B之間需傳輸名為 VL10(ID號為10)和VL15(ID號為15)的VLAN 信息。下列為交換機(jī) A的g0/1端口分配VLAN的配置,正確的是

40、 。A. Switch-3548(config)#interface g0/1Switch-3548(config-if)#switchport mode trunkSwitch-3548(config-if)#switchport trunk allowed vlan 10, 15B. Switch-3548(config)#interface g0/1Switch-3548(config-if)#switchport mode trunkSwitch-3548(config-if)#switchpoft trunk access vlan 10, 15C. Switch-3548(conf

41、ig)#interface g0/1Switch-3548(config-if)#switchport allowed vlan v110, v115D. Switch-3548(config)#interface g0/1Switch-3548(config-if)#switchpoft mode trunkSwitch-3548(config-if)#switchpoft trunk allowed vlan 10-15(分?jǐn)?shù):100.00 )A. VB.C.D.解析:解析為交換機(jī)A的go/1端15分配VLAN的配置。以Cisco 3548交換機(jī)為例: 步驟一:進(jìn)入交換機(jī)端口配置模式 (c

42、onfig)#interface g0/1。步驟二:配置 VLAN Tnmk模式(config-if)#switchport mode trunk。步驟三:為端口分配 VLAN(config-if)#switchpoft trunk allowed vlan 1o,15。22. 臺Cisco 6500交換機(jī)的4/124端口用于連接單個(gè) PC機(jī)和服務(wù)器,若需加快 PC機(jī)和服務(wù)器接入到網(wǎng)絡(luò)中的速度,STP可選功能的正確配置是。A. Switch-SW-6500 > (enable)set spantree backbonefast 4/1-24 enableB. Switch-SW-6500

43、 > (enable)set spantree uplinkfast 4/1-24 enableC. Switch-SW-6500 > (enable)set spantree portfast 4/1-24 enableD. Switch-SW-6500 > (enable)set spantree portfast bpdu-filter 4/1-24 enable(分?jǐn)?shù): 100.00 )A.B.C. VD.解析:解析對于直連PC和服務(wù)器的端口,可以采用portfast技術(shù),則端口不進(jìn)行生成樹計(jì)算,能夠快速進(jìn)入轉(zhuǎn)發(fā)模式。23. Cisco Catalyst 6500 交

44、換機(jī)的 3/1 端口與一臺其他廠商的交換機(jī)相連, 并要求該端口工作在 VLANTrunk模式,這兩臺交換機(jī)的 trunk 端口都應(yīng)封裝的協(xié)議和 Cisco Catalyst6500 設(shè)置 trunk 模式的正確配置語句 是 。A. ISL 和 set 3/1 trunk on is1B. ISL 和 set trunk 3/1 on is1C. IEEE802.10 和 set trunk 3/1 on dotlqD. IEEE802.10 和 set 3/1 trunk on dotlq(分?jǐn)?shù): 100.00 )A.B.C. VD.解析:解析VLAN協(xié)議就是為VLAN楨標(biāo)簽定義的一組約定和規(guī)

45、則,VLAN協(xié)議有Cisco ISL和IEEE 802.10。IEEE 802.10 可用于不同廠家的交換設(shè)備互連,是實(shí)現(xiàn) VLAN Trunk 的唯一標(biāo)準(zhǔn)協(xié)議。24. 包含配置信息的配置 BPDI數(shù)據(jù)包的長度不超過。A. 4 字節(jié) B . 15 字節(jié) C. 25 字節(jié) D. 35 字節(jié)(分?jǐn)?shù): 100.00 )A.B.C.D. V解析:解析BPDL數(shù)據(jù)包有兩種類型:一種是包含配置信息的配置BPDU不超過35個(gè)字節(jié)),另一種是包含拓?fù)渥兓畔⒌耐負(fù)渥兓ㄖ狟PDU不超過4個(gè)字節(jié))。25. 下列對VTP工作模式的描述中,錯(cuò)誤的是 。A. VTP Server可將VLAN的配置信息傳播到本域內(nèi)其他

46、所有的交換機(jī)B. VTP Client不能建立、刪除和修改 VLAN配置信息C. VTP Transparent不傳播也不學(xué)習(xí)其他交換機(jī)的VLAN配置信息D. 在一個(gè) VTP域內(nèi),可設(shè)多個(gè) VTP Server、VTP Client 和 VTP Transparent(分?jǐn)?shù): 100.00 )A.B.C.D. V解析:解析對于選項(xiàng)D: VTP有三種工作模式:VTP Setrver、VTP Client和VTP Transparent。一般,一個(gè)VTP域內(nèi)的整個(gè)網(wǎng)絡(luò)只設(shè)一個(gè) VTP Server ;選項(xiàng)A: VTP Server可將VLAN的配置信息傳播到本域內(nèi) 其他所有的交換機(jī);選項(xiàng)B: VT

47、PClient雖然也維護(hù)所有的 VLAN信息列表,但其VLAN的配置信息是從VTP Server學(xué)到的,VTP Client 不能建立、刪除或修改 VLAN選項(xiàng)C: VTP Transparent相對于是一個(gè)獨(dú)立的 交換機(jī),它不參與VTP的工作,不從VTPServer學(xué)習(xí)VLAN的配置信息。而只擁有本設(shè)備上自己維護(hù)的VLAN信息。26. 下列是優(yōu)先級值相同的四臺核心交換機(jī)的MAC地址,STP根據(jù)這些地址確定的根交換機(jī)是 。A. 00-d0-01-84-a7-e0 B . 00-d0-02-85-a7-f0C. 00-d0-03-86-a7-fa D. 00-d0-04-87-a7-fc(分?jǐn)?shù):

48、 100.00 )A. VB.C.D.解析:解析在選擇根網(wǎng)橋時(shí),如果優(yōu)先級值相同,那么就根據(jù)MAC地址的值決定根網(wǎng)橋,MAC地址的值最小的為根網(wǎng)橋,所以選擇 A。27. 提高Catalyst 6500發(fā)生間接鏈路失效的收斂速度,正確配置STP可選功能的命令是。A. set spantree backbonefast enableB. set spantree uplinkfast enableC. set spantree portfast 3/2 enableD. set spantree portfast bpdu-filter enable分?jǐn)?shù): 100.00)A. VB.C.D.解析:

49、 解析 配置 BackboneFast 生成樹可選功能, Catalyst , 6500 Cisco CatOS 系統(tǒng) Set spantree BackboneFast enable 允許功能。28. 下列 Cisco 路由器進(jìn)入 vty 配置模式后的命令提示符,正確的是 。A. Router(config)# B . Router(config-line)#C. Router# D . Router(config-if)#分?jǐn)?shù): 100.00)A.B. VC.D.解析:解析選項(xiàng)A為配置模式,選項(xiàng) B為vty配置模式,選項(xiàng) C為特權(quán)模式,選項(xiàng) D為端口配置模式。29. 在 Cisco 路由器

50、的內(nèi)存中, 主要用于存儲啟動配置文件 (startup-config) 或備份配置文件的可讀寫存儲器是 。A Flash B RAMCROM DNVRAM(分?jǐn)?shù): 100.00 )A.B.C.D. V解析:解析路由器配有四類存儲器,包括: ROM RAM NVRAM Flash,其中NVRAM!于存儲啟動配置文 件或備份配置文件。30. 在Cisco路由器上配置 RIPvl路由協(xié)議,參與RIP路由的網(wǎng)絡(luò)地址有 、和 ,正確的配置命令是 。A Router(config)#netword B Router(config-router)#netword C Router(config)#netwo

51、rd D Router(config-router)#netword (分?jǐn)?shù): 100.00)A.B.C.D. V解析: 解析 RIP 不支持可變長掩碼,它只根據(jù)各類 IP 地址的網(wǎng)絡(luò)號位數(shù)來確定掩碼,在配置網(wǎng)絡(luò)地址 時(shí)也不需要給定掩碼。 四個(gè)地址塊的網(wǎng)絡(luò)前綴的前24位是相同的,所以匯聚后的 IP 地址為 因此在全局配置模式下,正確的配置命令為 Router(config-router)#network 。31. 將Cisco路由器的配置保存在 NVRAM中,正確的命令是 。ARouter#write flash BRouter#write networkCRouter#write memor

52、y D Router#write erase(分?jǐn)?shù): 100.00)A.B.C. VD.解析:解析從NVRAM加載配置信息命令為Configure memory,將路由器配置保存在 NVRAM中命令為 WritememoIy。32. Cisco 路由器用于查看路由表信息的命令是 。Ashow ip route B show ip routerCshow route D show router(分?jǐn)?shù): 100.00 )A. VB.C.D.解析: 解析 在 Cisco 路由器中,可利用命令 show ip route 來查看路由信息。33. 下列對于 loopback 接口的描述中,錯(cuò)誤的是 。A

53、 Loopback 是一個(gè)虛擬接口,沒有一個(gè)實(shí)際的物理接口與之對應(yīng)B. Loopback接口號的有效值為 02147483647C. 網(wǎng)絡(luò)管理員為loopback接口分配一個(gè)IP地址,其掩碼應(yīng)為 D. Loopback 永遠(yuǎn)處于激活狀態(tài),可用于網(wǎng)絡(luò)管理(分?jǐn)?shù): 100.00)A.B.C. VD.解析: 解析 loopback 為虛擬接口,但為其分配地址時(shí),應(yīng)按照為普通接口分配地址的方式來為其分配 地址和子網(wǎng)掩碼, 一般用于指定默認(rèn)路由,不能用做普通 IP 地址的子網(wǎng)掩碼。34. 執(zhí)行路由器的 ip route 命令必須進(jìn)入的工作模式是 。A. 用戶模式B 特權(quán)模式C. 路由協(xié)議配置模式 D 全

54、局配置模式(分?jǐn)?shù): 100.00)A.B.C.D. V解析:解析 路由器具有用戶模式、 特權(quán)模式、全局配置模式、 接口配置模式, 進(jìn)行一些全局參數(shù)設(shè)置時(shí), 須在全局配置模式下進(jìn)行。35. 當(dāng)路由表中包含多種路由信息源時(shí), 根據(jù)缺省的管理距離值, 路由器在轉(zhuǎn)發(fā)數(shù)據(jù)包時(shí), 會選擇的路由信息源是 。A. RIP B. IGRPC. OSP D. Static(分?jǐn)?shù): 100.00)A.B.C.D. V解析: 解析 每個(gè)路由協(xié)議都有缺省的管理距離值,值越小其優(yōu)先級越高。各路由協(xié)議的缺省管理距離值 如下: Connected 0 ;Static 1;IGRP 100 等等。36. Cisco 路由器存儲

55、當(dāng)前使用的操作系統(tǒng)映像文件和一些微代碼的內(nèi)存是 。A. ROM B. RAMC. Flash D . NVRAM(分?jǐn)?shù):100.00)A.B.C. 7D.解析:解析選項(xiàng)C:閃存Flash是可擦寫的ROM主要用于存儲路由器當(dāng)前使用的操作系統(tǒng)映像文件和一些微代碼。37.如下圖所示,網(wǎng)絡(luò)站點(diǎn) A發(fā)送數(shù)據(jù)包給B,在數(shù)據(jù)包經(jīng)過路由器轉(zhuǎn)發(fā)的過程中,封裝在數(shù)據(jù)包3中的目地IP地址和目的MAC地址是A.223.54.9.20080. c8f6 . cc78B.194.6.97.200d0. bcf1 . ab14C.223.54.9.100eo.6687.8d00D.223.54.9.200d0 bcf1 .

56、 ab14(分?jǐn)?shù):100.00 )A.B.C.D. 7解析:解析數(shù)據(jù)報(bào)文在傳輸過程中,其 正確。38.如下圖所示,網(wǎng)絡(luò)站點(diǎn) A發(fā)送數(shù)據(jù)包給 地IP地址和目的MAC地址是IPB,地址保持不變,而 MAC地址會不斷變化,由此分析,在數(shù)據(jù)包經(jīng)過路由器轉(zhuǎn)發(fā)的過程中,封裝在數(shù)據(jù)包選項(xiàng) D1中的目A.60.28.176.170B.60.28.176.170C.202.112.41.1和 00d0.63c3.3c41和 00d0. bcf1 . ab14和 00d0.63c3.3c41D.60.28.176.170和 0007.0e9e.8120(分?jǐn)?shù):100.00 )A. 7B.C.D.解析:解析數(shù)據(jù)報(bào)文在傳輸過程中,其IP地址保持不變,而 MAC地址會

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論