网络工程师案例分析当天每日一练试题地址:www.cnitpm.com/exam/ExamDayAL.aspx?t1=8
往期网络工程师每日一练试题汇总:www.cnitpm.com/class/27/e8_1.html
网络工程师案例分析每日一练试题(2023/10/23)在线测试:www.cnitpm.com/exam/ExamDayAL.aspx?t1=8&day=2023/10/23
点击查看:更多网络工程师习题与指导
网络工程师案例分析每日一练试题内容(2023/10/23)
阅读以下说明,根据要求回答下面问题。
[说明]
某公司网络拓扑结构如下图所示。公司内部使用C类私有IP地址,其中公司两个部门分别处于VLAN10和VLAN20,VLAN10采用192.168.10.0/24网段,VLAN20采用192.168.20.0/24网段,每段最后一个地址作为网关地址。

【问题1】公司使用VTP协议规划VLAN,三层交换机S1为VTP Sever,其他交换机为VTP Client,并通过S1实现VLAN间通信。请根据网络拓扑和需求说明,完成交换机S1和S2的配置。
S1>enable
S1#configure terminal
S1 (config) #vtp mode(1)
S1 (config) #vtp domain shx
S1 (config) #vtp password shx
S1 (config) #vlan 10
S1 (eonfig-vlan) #exit
S1 (config) #vlan 20
S1 (config-vlan) #exit
S1 (config) #interface vlan 10
S1 (config-if) #ip address (2)(3)
S1 (config-if) #exit
S1 (config) #interface vlan 20
S1 (config-if) #ip address 192.168.20.254 255.255.255.0
S1 (config-if) #exit
S1 (config) #intetrace(4)fastethernet 0/22-23
S1 (config-if-range) #switchport mode access
S1 (config-if-range) #switchporn mode (5)
S1 (config-if-range) #exit
S1 (config) #interface fastEthernet 0/1
S1 (config-if) # (6) //关闭二层功能
S1 (config-if) #ip add 192.168.40.254 255.255.255.0
S1 (config-if) #exit
……
S1 (config) # (7)(8) //开启路由功能
S1 (config) #
S2>enable
S2#configure terminal
S2 (config) #vtp mode (9)
S2 (config) #vtp domain shx
S2 (config) #vtp password shx
S2 (config) #intererce fastethernet 0/24
S2 (config-if) #switchport mode (10) //设定接口模式
S2 (config-if) #end
S2#
【问题2】
公司申请了202.165.200.0/29地址段,使用NAT-PT为用户提供Internet访问,外部全局地址为202.165.200.1,Web服务器使用的外部映射地址为202.165.200.3。请根据网络拓扑和需求说明,完成路由器R1的配置。
R1>enable
R1#config terminal
R1(config)#access-list 1 (11)192.168.10.0 255.255.255.0
R1 (confiG) #interface serial 0/0/0
R1 (config-if) #ip address 202.165.200.1 255.255.255.248
R1 (config-if) #no shutdown
R1 (config-if) #clock rate 4000000
R1 (config-if) #ip address 192.168.50.254 255.255.255.0
R1 (config-if) #no shutdown
R1 (config-if) #exit
R1 (config) #ip nat inside source (12) 1 interface S0/0/0 Overload
R1 (config) #ip nat inside source static (13) 202.165.200.3
R1 (config) #interface fastethernet 0/0
R1 (config-if) #ip nat (14)
R1 (config-if) #interface serial 0/0/0
R1 (config-if) #ip nat(15)
R1 (config-if) #end
R1#
信管网试题答案与解析:www.cnitpm.com/st/23900656.html
信管网考友试题答案分享:
信管网cnitpm647519816677:
<br /><img src="http://pic.cnitpm.com/upload/2023/10/tbimg/10-18/1697559581.png" />
信管网rampant:
1.sever
2.192.168.10.254
3.255.255.255.0
4.rang
5.trunk
6.
7.route
8.enable
9.client
10.access
11.permit
12.202.165.200.0
13.outside
14.202.165.200.0/24
15.202.165.200.3/24
信管网kuizong:
1.server 2.192.168.10.254 3.255.255.255.0 4. 5. 6. no switchport 7. 8. 9.client 10.access 11.ip address
信管网18809031300:
1.server 2.192.168.10.0 3.24 4.range 5.access 6.undo switch port 7.ip 8.routing 9.cilent 10.access 11.network 12.access-list 13.ip-address 14.inbound 14.outbound
信管网cnitpm598599515830:
dns
192.168.10.254
255.255.255.0
0/24
access
dns
trunk
vlan10
static
ip address
信管网试题答案与解析:
www.cnitpm.com/st/23900656.html