当前位置:首页计算机类软件水平考试中级网络工程师->某公司网络拓扑结构图如图4-1所示。公司内部的用户使用私有地

某公司网络拓扑结构图如图4-1所示。公司内部的用户使用私有地址段192.168.1.0/24。

中级网络工程师,历年真题,2015年下半年(下午)《网络工程师》案例分析真题

图4-1

【问题1】(2分)

为了节省IP地址,在接口地址上均使用30位地址掩码,请补充下表中的空白。

中级网络工程师,历年真题,2015年下半年(下午)《网络工程师》案例分析真题

【问题2】(9分)

将公司内部用户按照部门分别划分在3个vlan中:vlan 10,vlan 20和vlan 30。均连接在交换机S1上,并通过S1实现vlan间通信,所有内网主机均采用DHCP获取IP地址。按照要求补充完成(或解释)以下配置命令。

Switch>en

Switch#(3)

Switch(config)#hostname(4)

S1(config)#interface fastEthernet 0/1

S1(config-if)(5)mode trunk

S1(config-if)#interface vlan 10//(6)

S1(config-if)#ip address 192.168.1.206 255.255.255.240

S1(config-if)#no shutdown

S1(config-if)#ip helper-address(7)

S1(config-if)#(8)

S1(config)#

……

S1(config)#router(9)

S1(config-router)#version(10)

S1(config-router)#network 192.168.1.192

S1(config-router)#network 192.168.1.208

S1(config-router)#network 192.168.1.224

S1(config-router)#(11)

S1#

【问题3】(2分)

在S1上将F0/1接口配置为trunk模式时,出现了以下提示:

Command rejected:An interface whose trunk encapsulation is"Auto"can not be configured to"trunk"mode.

应采取(12)方法解决该问题。

(12)A.在该接口上使用no shutdown命令后再使用该命令

B.在该接口上启用二层功后能再使用该命令

C.重新启动交换机后再使用该命令

D.将该接口配置为access模式后再使用该命令

【问题4】(2分)

在S1上配置的三个SVI接口地址分别处在192.168.1.192,192.168.1.208和192.168.1.224网段,它们的子网掩码是(13)。

查看答案 纠错
答案:
本题解析:

【问题1】(2分)

(1)192.168.1.254

(2)192.168.1.250

【问题2】(9分)

(3)config terminal

(4)S1

(5)switchport

(6)进入vlan10中

(7)192.168.1.249

(8)exit

(9)rip

(10)2

(11)end

【问题3】(2分)

(12)D

(13)255.255.255.240

【问题4】(2分)

255.255.255.240

【问题1】(2分)

为了节省IP地址,在接口地址上均使用30位地址掩码,R1的F0/1和S1的F0/24在同一网络中,那么现在S1的F0/24地址是192.168.1.253,子网掩码是255.255.255.252,那么这个地址所在的可用主机地址范围是192.168.1.253-192.168.1.254。那么R1的F0/1就是192.168.1.254。

同理R1的F0/2和DHCP的eth0处于同一网络,所以R1的F0/2的地址是192.168.1.250。

【问题2】(9分)

Switch#config terminal//进入全局配置模式

Switch(config)#hostname S1//将交换机命名为S1

S1(config-if)switchport mode trunk//将端口封装为trunk模式

S1(config-if)#interface vlan 10//进入VLAN10

S1(config-if)#ip helper-address 192.168.1.249//指定DHCP服务器的地址,表示通过Ethernet0向该服务器发送DHCP请求包

S1(config-if)#exit//退出接口子模式

S1(config)#route rip//开启RIP

S1(config-router)#version 2//指定版本为2,支持可变长子网掩码

S1(config-router)#end//退出到特权模式

【问题3】(2分)

在S1上将F0/1接口配置为trunk模式时,出现了以下提示:

Command rejected:An interface whose trunk encapsulation is"Auto"can not be configured to"trunk"mode.

应采取将该接口配置为access模式后再使用该命令的方法解决该问题。

【问题4】(2分)

采用三层交换机的路由模块为VLAN之间做路由也是非常普遍的。由于三层交换机的路由模块和交换模块直接通过交换机的背板总线连接,所以不需要使用干道技术。只需要在三层交换机的路由模块上定义与VLAN数量相当的逻辑接口,并让这些接口和VLAN对应,为这些接口分配IP地址就可以了。SVI交换机虚拟接口实现不同VLAN间通讯的问题,每个SVI要和各个VLAN属于同一网络中。所以子网掩码是255.255.255.240。

更新时间:2021-11-29 19:41

你可能感兴趣的试题

单选题

(  )is the process of transforming information so it is unintelligible to anyone but the intended recipient.

  • A.Encryption
  • B.Decryption
  • C.Security
  • D.Protection
查看答案
单选题

As each application module is completed,it undergoes(  )to ensure that it operates correctly and reliably.

  • A.unit testing
  • B.integration testing
  • C.system testing
  • D.acceptance testing
查看答案
单选题

(  )algorithm specifies the way to arrange data in a particular order.

  • A.Search
  • B.Random
  • C.Sorting
  • D.Merge
查看答案
单选题

After analyzing the source code,(  )generates machine instructions that will carry out the meaning of the program at a later time.

  • A.an interpreter
  • B.a linker
  • C.a compiler
  • D.a converter
查看答案
单选题

(  )can help organizations to better understand the information contained within the data and will also help identify the data that is most important to the business and future business decisions.

  • A.Data processing system
  • B.Big Data analytics
  • C.Cloud computing
  • D.Database management
查看答案
单选题

浏览器开启无痕浏览模式后,(  )依然会被保存下来。

  • A.浏览历史
  • B.搜索历史
  • C.已下载文件
  • D.临时文件
查看答案
单选题

下列协议中,不属于TCP/IP协议簇的是(  )。

  • A.CSMA/CD
  • B.IP
  • C.TCP
  • D.UDP
查看答案
单选题

下列传输介质中,带宽最宽、抗干扰能力最强的是(  )。

  • A.双绞线
  • B.红外线
  • C.同轴电缆
  • D.光纤
查看答案
单选题

数控编程常需要用参数来描述需要加工的零件的图形。在平面坐标系内,确定一个点需要2个独立的参数,确定一个正方形需要(  )个独立的参数。

  • A.3
  • B.4
  • C.5
  • D.6
查看答案
单选题

某书的页码为1,2,3,...,共用数字900个(一个多位数页码包含多个数字),据此可以推断,该书最大的页码为(  )。

  • A.237
  • B.336
  • C.711
  • D.900
查看答案