阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。
某公司有市场部和财务部两个部门,每个部门各有20台PC机,全部接到一个48口交换机上,由一台安装Linux的服务器提供DHCP服务。网络拓扑结构如图3-1所示。
【问题1】(2分)
某一天,公司网络忽然时断时续,网管员在网络上抓包后发现大量来自主机PC10的ARP数据包(源MAC地址是00:13:02:7f:c6:c2,目标MAC地址是ff:ff:ff:ff:ff:ff),由此可以推断网络故障原因是(1)。
【问题2】(4分)
为了解决该问题,需要将主机PC10从网络上断开,除了物理上将该主机断开外,还可以将连接该主机的交换机端口f0/10关闭,补充完成下面命令。
Switch> (2)
Switch#config terminal
Switch(config)# interface f0/10
Switch(config-if)# (3)
Switch(config-if)#exit
Switch(config)#
【问题3】 (6分)
为了解决网络广播包过多的问题,需要将网络按部门划分VLAN,VLAN规划如表3-1所示。
正确答案及解析
正确答案
解析
【问题1】
(1)主机PC10被ARP病毒感染,发送大量广播包造成网络不稳定
【问题2】
(2) enable
(3) shutdown
【问题3】
(4) config
(5)access
(6)vlan3
【问题4】
(7) f0/45
(8) access
(9) vlan2
分析:
【问题1】
通过题干描述,可见PC10有可能遭受ARP攻击或者感染ARP病毒,产生大量的arp广播。
【问题2】
Switch> enable //进入特权模式
Switch#config terminal //进入全局模式
Switch(config)# interface f0/10 //进入接口模式或局部模式
Switch(config-if)# shutdown //关闭接口
Switch(config-if)#exit
Switch(config)#
【问题3】
Switch# config terminal //进入全局模式
Switch(config)#interface f0/1 //进入接口模式或局部模式
Switch(config-if)# switchport mode access //设置接口为接入模式或access模式
Switch(config-if)# switchport access vlan 2 //设置接口隶属于vlan 2
Switch(config-if)#exit
Switch(config)#interface f0/21 //进入接口模式或局部模式
Switch(config-if)# switchport mode access //设置接口为接入模式或access模式
Switch(config-if)#switchport access vlan 3 //设置接口隶属于vlan 3
【问题4】
财务部使用静态IP地址,市场部利用DHCP服务器提供动态IP地址,DHCP服务器只需要给市场部所在VLAN提供地址分配功能即可,最简单的方法是让DHCP服务器所在端口隶属于VLAN 2,具体配置命令如下。
Switch(config)#interface f0/45
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 2
你可能感兴趣的试题
Advancements in ( )have contributed to the growth of the automotive industry through the creation and evolution of self-driving vehicles.
-
- A.Artificial Intelligence
- B.Cloud Computing
- C.Internet of Things
- D.Big Data
- 查看答案
In project human resource management , ( )is not a source of power for the project manager.
-
- A.referent power
- B.expert power
- C.reward power
- D.audit power
- 查看答案
At the project establishment stage , the feasibility study mainly includes techinical feasibility analysis , ( ), operation environment feasibility analysis and other aspects of feasibility analysis.
-
- A.detail feasibility analysis
- B.opportunity analysis
- C.economic feasibility analysis
- D.risk analysis
- 查看答案
( )is a grid that shows the project resources assigned to each work package.
-
- A.Stakeholder engagement assessment matrix
- B.Requirements traceability matrix
- C.Probability and impact matrix
- D.Responsibility assignment matrix
- 查看答案
Xinhua News Agency reported in January 2022,Chian will further promote the developmet of a digital economy during the 14th Five-Year Plan eriod(2021-2025). The plan also emphasized industrial ( )transformation.
-
- A.digital
- B.networking
- C.intelligentize
- D.informatization
- 查看答案