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

軟題庫 學(xué)習(xí)課程
當(dāng)前位置:信管網(wǎng) >> 在線考試中心 >> 網(wǎng)絡(luò)工程師題庫 >> 試題查看
試卷年份2013年下半年
試題題型【分析簡答題】
試題內(nèi)容

試題四(共15 分)

閱讀以下說明,回答問題1 至問題4,將解答填入答題紙對應(yīng)的解答欄內(nèi)。

【說明】

某公司計劃使用路由器作為DHCPServer,其網(wǎng)絡(luò)拓撲結(jié)構(gòu)如圖4-1 所示。根據(jù)業(yè)務(wù)需求,公司服務(wù)器IP 地址使用192.168.2.1/24,部門1 使用192.168.4.1/24網(wǎng)段、部門2 使用192.168.3.1/24 網(wǎng)段(其中192.168.3.1-192.168.3.10 保留不分配),部門1 和部門2 通過路由器的DHCP 訪問自動獲得IP 地址。


【問題1】(10 分)

根據(jù)網(wǎng)絡(luò)拓撲和要求說明,完成(或解釋)路由器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)路由

【問題2】(5 分)

根據(jù)網(wǎng)絡(luò)拓撲和需求說明,完成(或解釋)交換機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)

查看答案

相關(guān)試題