女人久久久www免费人成看片,国内自拍偷拍网,国产一区二区三区免费在线观看,欧美精品三区四区,91久久国产综合久久91,欧美成人精品第一区二区三区 ,美女成人在线观看

專業(yè)網(wǎng)絡(luò)工程師網(wǎng)站|培訓(xùn)機(jī)構(gòu)|服務(wù)商(加客服微信:cnitpm或QQ:773104605進(jìn)網(wǎng)絡(luò)工程師學(xué)霸群)

軟題庫 培訓(xùn)課程
當(dāng)前位置:信管網(wǎng) >> 網(wǎng)絡(luò)工程師 >> 每日一練 >> 文章內(nèi)容
網(wǎng)絡(luò)工程師案例分析每日一練試題(2022/7/26)
來源:信管網(wǎng) 2022年07月27日 【所有評(píng)論 分享到微信

網(wǎng)絡(luò)工程師案例分析當(dāng)天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDayAL.aspx?t1=8

往期網(wǎng)絡(luò)工程師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e8_1.html

網(wǎng)絡(luò)工程師案例分析每日一練試題(2022/7/26)在線測試:m.xiexiliangjiufa.com/exam/ExamDayAL.aspx?t1=8&day=2022/7/26

點(diǎn)擊查看:更多網(wǎng)絡(luò)工程師習(xí)題與指導(dǎo)

網(wǎng)絡(luò)工程師案例分析每日一練試題內(nèi)容(2022/7/26)

試題四(共15 分)
閱讀以下說明,回答問題1 和問題2,將解答填入答題紙對應(yīng)的解答欄內(nèi)。
【說明】

某公司有3 個(gè)分支機(jī)構(gòu),網(wǎng)絡(luò)拓?fù)浣Y(jié)構(gòu)及地址分配如圖4-1所示。

【問題1】(每空1 分,共11 分)
公司申請到202.111.1.0/29 的公有地址段,采用NAPT 技術(shù)實(shí)現(xiàn)公司內(nèi)部訪問互聯(lián)網(wǎng)的要求,其中,192.168.16.0/22 網(wǎng)段禁止訪問互聯(lián)網(wǎng)。R1、R2 和R3 的基本配置已正確配置完成,其中R1的配置如下。請根據(jù)拓?fù)浣Y(jié)構(gòu),完成下列配置代碼。
R1 的基本配置及NAPT配置如下:
R1>enable
Rl#config tenrunal
R1(config)#interface fastenthemet 0/0
R1(config-if)#ip address 192.168.0.1 255.255.255.252
R1(config-if)#no shutdown
Rl(config-if)#exit
R1(config)#interface fastenthemet 0/1
R1(config-if)#ip address 192.168.0.9 255.255.255.252
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastenthernet 0/2
R1(config-if)#ip address( ) 255.255.252.0 //使用網(wǎng)段中最后一個(gè)地址
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface serial 0
R1(config-if)#ip address 202.111.1.1 255.255.255.248
R1(config-if)#no shutdown
R1(corffig)#ip nat pool ss 202.111.1.1( )netmask( )
R1(corffig)# interface( )fastenthernet 0/0-1
R1(config-if)#ip nat( )
R1(config-if)#interface serial 0
Rl(config-if)#ip nat( )
R1(config-if)#exit
R1(config)#access-Iist l permit 192.168.0.0( )
Rl(config)#ip nat inside( )list( )pool( )( )
【問題2】.(每空2 分,共4 分)
在R1、R2 和R3 之間運(yùn)行OSPF 路由協(xié)議,其中R1、R2 和R3 的配置如下。
行號(hào)配置代碼
1 R1(config)#router ospf 1
2 R1(config-router)#network 192.168.4.0 0.0.3.255 area 0
3 Rl(config-router)#network 192.168.0.0 0.0.0.3 area 0
4 Rl(config-router)#network 192.168.0.8 0.0.0.3 area 0
5 R2>enable
6 R2#config terminal
7 R2(config)#router ospf 2
8 R2(config-router)#netvrork 192.168.8.0 0.0.3.255 area 0
9 R2 (config-router)#network 192.168.12.0 0.0.3.255 area 0
1 0 R2 (config-router)#network 192.168.0.4 00.0.3 area 0
1 1 R3>enable
1 2 R3#config terminal
1 3 R3(config)#router ospf 3
1 4 R3(config-router)#netvrork 192168.0.8 00.0.3 area 0
1 5 R3(config-router)#network 192.168.0.4 0.0.0.3 area 0
1.配置完成后,在R1 和R2 上均無法ping通R3的局域網(wǎng),可能的原因是( ))
( )備選答案:
A.在R3上未宣告局域網(wǎng)路由
B.以上配置中第7 行和第13行配置錯(cuò)誤
C.第1行配置錯(cuò)誤
D.R1、R2未宣告直連路由.
2.在OSPF中重分布默認(rèn)路由的命令是:( )
( )備選答案:
A.Rl#default-informaton originate
B. R1(config-if)#default-information originate
C.R1(config-router)#default-information originate
D.Rl(config)#default-information originate

信管網(wǎng)試題答案與解析:m.xiexiliangjiufa.com/st/2397824155.html

信管網(wǎng)考友試題答案分享:

信管網(wǎng)試題答案與解析:m.xiexiliangjiufa.com/st/2397824155.html
掃碼關(guān)注公眾號(hào)

溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請以權(quán)威部門公布的內(nèi)容為準(zhǔn)!

信管網(wǎng)致力于為廣大信管從業(yè)人員、愛好者、大學(xué)生提供專業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書、技能提升和就業(yè)的需求。

信管網(wǎng)軟考課程由信管網(wǎng)依托10年專業(yè)軟考教研傾力打造,官方教材參編作者和資深講師坐鎮(zhèn),通過深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。

相關(guān)內(nèi)容

發(fā)表評(píng)論  查看完整評(píng)論  

推薦文章