網(wǎng)絡工程師案例分析當天每日一練試題地址:m.xiexiliangjiufa.com/exam/ExamDayAL.aspx?t1=8
往期網(wǎng)絡工程師每日一練試題匯總:m.xiexiliangjiufa.com/class/27/e8_1.html
網(wǎng)絡工程師案例分析每日一練試題(2022/7/5)在線測試:m.xiexiliangjiufa.com/exam/ExamDayAL.aspx?t1=8&day=2022/7/5
點擊查看:更多網(wǎng)絡工程師習題與指導
網(wǎng)絡工程師案例分析每日一練試題內(nèi)容(2022/7/5)
閱讀以下說明,回答問題1至問題3,將解答填入答題紙對應的解答欄內(nèi)。
【說明】
某園區(qū)組網(wǎng)方案如圖1-1所示,數(shù)據(jù)規(guī)劃如表1-1內(nèi)容所示。



【問題1】
以Switch3為例配置接入層交換機,補充下列命令片段。
(1)
[HUAWEI] sysname Switch3
[Switch3] vlan batch (2)
[Switch3] interface GigabitEthernet 0/0/3
[Switch3-GigabitEthernet0/0/3] port link-type (3)
[Switch3-GigabitEthernet0/0/3] port trunk allow-pass vlan 10 20
[Switch3-GigabitEthernet0/0/3] quit
[Switch3] interface GigabitEthernet 0/0/1
[Switch3-GigabiEthernet0/0/1] port link-type (4)
[Switch3-GigabitEthernet0/0/1] port default vlan 10
[Switch3-GigabitEthernet/0/1] quit
[Switch3] stp bpdu-protection
【問題2】
以Switch1為例配置核心層交換機,創(chuàng)建其與接入交換機、備份設備以及出口路由器的互通VLAN,補充下列命令。
system-view
[HUAWEI] sysname Switch1
[Switchl] vlan batch (5)
[Switch1] interface GigabitEthernet/0/1
[Switchl-GigabitEthernet0/0/1] port link-type trunk
[Switchl-GigabitEthernet0/0/1] port trunk allow-pass (6)
[Switch1-GigabitEthernet0/0/1] quit
[Switch1] interface Vlanif 10
[Switch1-Vlanif10] ip address 192.168.10.1 24
[Switch1-Vlanif10] quit
[Switch1] interface Vlanif 20
[Switch1-Vlanif20] ip address 192.168.20.1 24
[Switch1-Vlanif20] quit
[Switchl] interface GigabitEthernet 0/0/7
[Switchl-GigabitEthernet0/0/7] port link-type trunk
[Switch1-GigabitEthernet0/0/7] port trunk allow-pass vlan 100
[Switch1-GigabitEthernet0/0/7] quit
[Switch1] interface Vlanif 100
[Switch1-Vlanif100] ip address (7)
[Switch1-Vlanif100] quit
[Switch1] interface Gigabitethernet 0/0/5
[Switch1-GigabitEthernet0/0/5] port link-type access
[Switch1-GigabitEthernet0/0/5] port default vlan 300
[Switchl-GigabitEthernet0/0/5] quit
[Switch1 interface Vlanif 300
[Switchl-Vlanif300] ip address (8)
[Switchl-Vlanif300] quit
【問題3】
如果配置靜態(tài)路由實現(xiàn)網(wǎng)絡互通,補充在Switch1和Router上配置的命令片段。
[Switchl] ip route-static (9) /默認優(yōu)先級
[Switchl] ip route-static 0.0.0.0 0.0.0.0 172.16.30.2 preference 70
[Router] ip route-static (10) /默認優(yōu)先級
[Router] ip route-static 192. 168.10.0 255.255.255.0 172.16.10.1
[Router] ip route-static 192.168. 10.0 255.255.255.0 172.16.20.1 preference70
[Router] ip route-static 192.168.20.0 255.255.255.0 172.16.10.1
[Router] ip route-static 192.168.20.0 255.255.255.0 172.16.20.1 preference70
信管網(wǎng)試題答案與解析:m.xiexiliangjiufa.com/st/404913221.html
信管網(wǎng)考友試題答案分享:
信管網(wǎng)cnitpm532734584511:
system-view
<br>10 20
<br>trunk
<br>access
<br>10 20 30 100 300
<br>all
<br>172.16.10.1 24
<br>172.16.20.1 24
<br>192.168.10.0 255.255.255.0 172.168.30.1
<br>192.168.20.0 255.255.255.0 172.168.30.1
<br>
信管網(wǎng)pppavent:
system-view
10 20
trunk
access
10 20 30 100 300
10 20 100
172.16.10.1 24
172.16.30.1 24
0.0.0.0 0.0.0.0 172.16.10.2
192.168.30.0 255.255.255.0 172.16.20.1
信管網(wǎng)pppavent:
system-view
10 20
trunk
access
10 20 30 100 300
10 20 100
172.16.10.1 24
172.16.30.1 24
0.0.0.0 0.0.0.0 172.16.10.2
192.168.30.0 255.255.255.0 172.16.20.1
信管網(wǎng)cnitpm505775440184:
1.system-view
2.10 20
3.trunk
4.access
5.10 20 30
6.all
7.172.16.10.0 255.255.255.0
8.192.168.10.0 255.255.255.0
9.60
10.60
信管網(wǎng)北京市電信考友:
問題1
(1)system(2)10,20(3)trunk(4)access
問題2
(5)10.,20,30,100,300(6)10 20(7)172.16.10.1 24(8)172.16.30.1 24
問題3
(9)0.0.0.0 0.0.0.0 172.16.10.1
(10)0.0.0.0 0.0.0.0 202.101.111.1 30
信管網(wǎng)試題答案與解析:
m.xiexiliangjiufa.com/st/404913221.html