信管网试题内容
信管网 导航

试卷名称:2014年下半年网络工程师考试下午真题试题(案例分析)

考试年份:2014年下半年

试题来源:《2014年下半年网络工程师考试下午真题试题(案例分析)》在线考试

试题内容

阅读以下说明,根据要求回答下面问题。
[说明]
某公司网络拓扑结构如下图所示。公司内部使用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#
参考答案:暂时没有答案(仅供参考) 收藏

【解析】

普通会员无法查看试题解析。[开通试题解析服务]