网络工程师案例分析当天每日一练试题地址:www.cnitpm.com/exam/ExamDayAL.aspx?t1=8
往期网络工程师每日一练试题汇总:www.cnitpm.com/class/27/e8_1.html
网络工程师案例分析每日一练试题(2025/1/23)在线测试:www.cnitpm.com/exam/ExamDayAL.aspx?t1=8&day=2025/1/23
点击查看:更多网络工程师习题与指导
网络工程师案例分析每日一练试题内容(2025/1/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/exam/ExamDayAL.aspx?t1=8&day=2025/1/23
信管网考友试题答案分享:
信管网cnit**************:
server 192.168.10.254 255.255.255.0 range
vlan 10 noportswitch
ip routing client
accessperimt
inside
outside
信管网cnit**************:
(1)server
(2)192.168.10.254
(3)255.255.255.0
(4)range
(5)trunk
(6)no switchport
(7)ip
(8)routing
(9)client
(10)aeecss(11)permit
(12)202.165.200.0/29
(13)192.168.40.1
(14)inboud
(15)outboud
信管网cnit**************:
server
192.168.10.254
255.255.255.0
range
hybrid
no switch
route
enable
client
trunk
permit
dynamic
192.168.40.1
inbound
outbound
信管网cnit**************:
(1)server
(2)192.168.10.0
(3)255.255.255.0
(4)range
(5)trunk
(6)deny
(7)ip routeing
(8)
(9)server
(10)trunk(11)premit
(12)192.168.0.0 0.0.255.255
(13)0.0.0.0 0.0.0.0
(14)inboud
(15)outboud
信管网cnit**************:
1.server 2. ..10.254 3. 255...0 4.不会 5.trunk 6.no switchport 7.ip 8. routing 9.client 10.trunk 11.permit 12.list 13. ..40.1 14.inside 15.outside
信管网试题答案与解析:
www.cnitpm.com/exam/ExamDayAL.aspx?t1=8&day=2025/1/23