網(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ò)工程師案例分析每日一練試題(2023/7/30)在線(xiàn)測(cè)試:m.xiexiliangjiufa.com/exam/ExamDayAL.aspx?t1=8&day=2023/7/30
點(diǎn)擊查看:更多網(wǎng)絡(luò)工程師習(xí)題與指導(dǎo)
網(wǎng)絡(luò)工程師案例分析每日一練試題內(nèi)容(2023/7/30)
試題四(共15 分)
閱讀以下說(shuō)明,回答問(wèn)題1 至問(wèn)題4,將解答填入答題紙對(duì)應(yīng)的解答欄內(nèi)。
【說(shuō)明】
某公司計(jì)劃使用路由器作為DHCPServer,其網(wǎng)絡(luò)拓?fù)浣Y(jié)構(gòu)如圖4-1 所示。根據(jù)業(yè)務(wù)需求,公司服務(wù)器IP 地址使用192.168.2.1/24,部門(mén)1 使用192.168.4.1/24網(wǎng)段、部門(mén)2 使用192.168.3.1/24 網(wǎng)段(其中192.168.3.1-192.168.3.10 保留不分配),部門(mén)1 和部門(mén)2 通過(guò)路由器的DHCP 訪(fǎng)問(wèn)自動(dòng)獲得IP 地址。
【問(wèn)題1】根據(jù)網(wǎng)絡(luò)拓?fù)浜鸵笳f(shuō)明,完成(或解釋?zhuān)┞酚善?span>R1 的配置:
R1#config
R1(config)# interface FastEthernet 0/1
R1(config-if)#ip address (1) (2)
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#ip dhcp pool vlan 3
R1(dhcp-config)#network 192.168.3.0255.255.255.0
R1(dhcp-config)#default-router192.168.3.254 255.255.255.0 ; (3)
R1(dhcp-config)#dns-server 192.168.2.1 ; (4)
R1(dhcp-config)#lease 0 8 0 ; (5)
R1(dhcp-config)#exit
R1(config)#ip dhcp pool vlan 4
R1(dhcp-config)#network (6) (7)
R1(dhcp-config)#default-router192.168.4.254 255.255.255.0
R1(dhcp-config)#dns-server 192.168.2.1
R1(dhcp-config)#lease 0 8 0
R1(dhcp-config)#exit
R1(config)#ip dhcp excluded-address (8) (9)
R1(config)#ip dhcp excluded-address192.168.3.254
//排除掉不能分配的IP 地址
R1(config)#ip dhcp excluded-address192.168.4.254
R1(config)# (10) 192.168.3.0 255.255.255.0FastEthernet0/1
//在以太網(wǎng)接口和VLAN3 間建立一條靜態(tài)路由
【問(wèn)題2】(5 分)
根據(jù)網(wǎng)絡(luò)拓?fù)浜托枨笳f(shuō)明,完成(或解釋?zhuān)┙粨Q機(jī)S1 的部分配置
S1#config t
S1(config)#interface vlan 2
S1(config-if)#ip address 192.168.2.254255.255.255.0
S1(config)#interface vlan 3
S1(config-if)#ip helper-address (11) ;指定DHCP 服務(wù)器的地址
S1(config-if)#exit
S1(config)#interface vlan 4
......
S1(config)#interface f1/1
S1(config-if)#switchport mode (12)
S1(config-if)#switchport trunk allowed vlanall
S1(config-if)#exit
S1(config)interface f1/2
S1(config-if)#switchport mode access
S1(config-if)#switchport access (13)
S1(config-if)#exit
S1(config)interface f1/5
S1(config-if)#switchport mode access
S1(config-if)#switchport access (14)
S1(config)#interface f1/9
S1(config-if)#switchport mode access
S1(config-if)#switchport access (15)
信管網(wǎng)試題答案與解析:m.xiexiliangjiufa.com/st/2377922335.html信管網(wǎng)考友試題答案分享:
信管網(wǎng)cnitpm517979676830:
(1)192.168.1.1 (2)255.255.255.0 (3)宣告分配的路由地址 (4)dhcp服務(wù)器地址 (5)不知道
(6)192.168.4.0 (7)255.255.255.0 (8)192.168.3.1 (9)192.168.3.10 (10)ip staic
(11)192.168.2.1 (12)trunk (13)allow vlan 2 (14)allow vlan 3 (15)allow vlan 4
信管網(wǎng)cnitpm619547972770:
1.192.168.1.2
2.255.255.255.0
3.配置默認(rèn)路由
4.配置dns服務(wù)器地址
5.配置租約時(shí)間
6.192.168.4.0
7.255.255.255.0
8.192.168.3.1-192.168.3.10
9.192.168.2.1
10.ip address
11.192.168.2.1
12.trunk
13.allowed vlan2
14.allowed vlan4
15.allowed vlan3
信管網(wǎng)cnitpm16661458742:
問(wèn)題1:
(1)192.168.1.1 (2)255.255.255.0
(3)為vlan3的默認(rèn)網(wǎng)關(guān)分配地址 (4)設(shè)置dns服務(wù)器地址
(5)設(shè)置租約時(shí)間 (6)192.168.4.0 (7)255.255.255.0
(8)192.168.3.1 (9)to 192.168.3.10
(10)ip route-static
問(wèn)題2:
(11)192.168.1.1 (12)trunk
(13)vlan 2 (14)vlan 4 (15)vlan 3
信管網(wǎng)ncbaizhou:
【問(wèn)題1】
(1)192.168.1.1
(2)255.255.255.0
(3)外網(wǎng)出口地址
(4)配置dns服務(wù)器地址
(5)配置地址租約為8小時(shí)
(6)192.168.3.0
(7)255.255.255.0
(8)192.168.3.1
(9)192.168.3.10
(10)ip route
【問(wèn)題2】
(11)192.168.1.1
(12)trunk
(13)vlan 2
(14)vlan 4
(15)vlan 3
信管網(wǎng)訂閱號(hào)
信管網(wǎng)視頻號(hào)
信管網(wǎng)抖音號(hào)
溫馨提示:因考試政策、內(nèi)容不斷變化與調(diào)整,信管網(wǎng)網(wǎng)站提供的以上信息僅供參考,如有異議,請(qǐng)以權(quán)威部門(mén)公布的內(nèi)容為準(zhǔn)!
信管網(wǎng)致力于為廣大信管從業(yè)人員、愛(ài)好者、大學(xué)生提供專(zhuān)業(yè)、高質(zhì)量的課程和服務(wù),解決其考試證書(shū)、技能提升和就業(yè)的需求。
信管網(wǎng)軟考課程由信管網(wǎng)依托10年專(zhuān)業(yè)軟考教研傾力打造,教材和資料參編作者和資深講師坐鎮(zhèn),通過(guò)深研歷年考試出題規(guī)律與考試大綱,深挖核心知識(shí)與高頻考點(diǎn),為學(xué)員考試保駕護(hù)航。面授、直播&錄播,多種班型靈活學(xué)習(xí),滿(mǎn)足不同學(xué)員考證需求,降低課程學(xué)習(xí)難度,使學(xué)習(xí)效果事半功倍。
發(fā)表評(píng)論 查看完整評(píng)論 | |