某公司有1个总部和2个分部,各个部门都有自己的局域网。该公司申请了4个C类IP?地址块202.114.10.0/24~202.114.13.0/24。公司各部门通过帧中继网络进行互联,网络拓扑结构如图1-1所示。
?
【问题1】(4?分)
请根据图1-1完成R0路由器的配置:
R0 (config)#interface s0/0? ?(进入串口配置模式)
R0 (config-if)# ip address 202.114.13.1 (1) (设置IP地址和掩码)
R0(config) # encapsulation (2) (设置串口工作模式)
【问题2】(5?分)
Switch0、Switch1、Switch2?和?Switch3?均为二层交换机。总部拥有的?IP?地址块为202.114.12.0/24。Switch0的端口e0/24与路由器R2的端口e0/0相连,请根据图1-1完成路由器R2及Switch0的配置。
R2(config)#interface fastethernet 0/0.1
R2(config-subif)#encapsulation dot1q (3)
R2(config-subif)#ip address 202.114.12.1 255.255.255.192
R2(config-subif)#no shutdown
R2(config-subif)#exit
R2(config)#interface fastethernet 0/0.2
R2(config-subif)#encapsulation dot1q (4)
R2(config-subif)#ip address 202.114.12.65 255.255.255.192
R2(config-subif)#no shutdown
R2(config-subif)#exit
R2(config)#interface fastethernet 0/0.3
R2(config-subif)#encapsulation dot1q ? ?(5)
R2(config-subif)#ip address 202.114.12.129 255.255.255.192
R2(config-subif)#no shutdown
R2(config-subif)#exit
R2(config)#interface fastether0/0
R2(config-if)#no shutdown
Switch0(config)#interface f0/24
Switch0(config-if)# switchport mode (6)
Switch0 (config-if)#switchport trunk encapsulation (7)?
Switch0(config-if)# switchport trunk allowed all
Switch0(config-if)#exit
【问题3】(3分)
若主机A与Switch1的e0/2端口相连,请完成Switch1相应端口设置。
Switch1(config)#interface e0/2
Switch1(config-if)# (8) (设置端口为接入链路模式)
Switch1(config-if)# (9) (把e0/2分配给VLAN 100)
Switch1(config-if)#exit
若主机A与主机D通信,请填写主机A与D之间的数据转发顺序。
主机A→ (10) →主机D。
(10)备选答案
A.Switch1→Switch0→R2(s0/0)→Switch0→Switch2
B.Switch1→Switch0→R2(e0/0)→Switch0→Switch2
C.Switch1→Switch0→R2(e0/0)→R2(s0/0)→R2(e0/0)→Switch0→Switch2
D.Switch1→Switch0→Switch2?
【问题4】(3?分)
为了部门A 中用户能够访问服务器Server1,请在R0上配置一条特定主机路由。
R0(config)#ip route 202.114.10.253 (11)(12)
正确答案及解析
正确答案
解析
【问题1】(4分)
(1)255.255.255.0 (2分)
(2)frame-relay (2分)
【问题2】(5分,各1分)
(3)100
(4)200
(5)300
(6)trunk
(7)dot1q
【问题3】(3分,各1分)
(8)switchport mode access
(9)switchport access vlan 100
(10)B
【问题4】(3分)
(11)255.255.255.255(2分)
(12)202.114.13.2 (1分)
【问题1】
本题考查的为帧中继网络的配置,帧中继是一种高性能的WAN接入技术,它运行在OSI参考模型中的物理层和数据链路层。它是一种数据包交换技术,是X.25的简化版本,比X.25具有更高的性能和更有效地传输效率。
(1)设置R0路由器s0/0 端口的IP地址和掩码,从拓扑图中可以看到其地址为:202.114.13.1/24,所以其子网掩码为255.255.255.0。
(2)该接口使用帧中继封装格式,命令为:R0(config) # encapsulation frame-relay
本小题主要考查的为单臂路由的配置,两台属于不同VLAN的主机之间通信,则需要使用路由器为VLAN之间做路由。我们知道路由器实现路由功能通常是数据报从一个接口进来然后另一个接口出来,现在路由器与交换机之间通过一条主干现实通信或数据转发,也就是说路由器仅用一个接口实现数据的进与出,因为我们形象地称它为单臂路由。单臂路由是解决VLAN间通信的一种廉价而实用的解决方案。
【问题2】
采用单臂路由,即在路由器上设置多个逻辑子接口,接口的数量根据VLAN数量来决定,每个子接口对应于一个VLAN。由于物理路由接口只有一个,各子接口的数据在物理链路上传递要进行标记封装。
从R2(config-subif)#ip address 202.114.12.1 255.255.255.192可以判断出fastethernet 0/0.1字接口属于VLAN 100,R2(config-subif)#ip address 202.114.12.65 255.255.255.192可以判断出fastethernet 0/0.2字接口属于VLAN 200,R2(config-subif)#ip address 202.114.12.129 255.255.255.192 可以判断出fastethernet 0/0.3字接口属于VLAN 300,所以R2(config-subif)#encapsulation dot1q (3)应该填写的为对应的VLAN号,答案为100,同理可得出(4)、(5)分别为200、300。
对于Switch0的配置,将f0/24端口配置为Trunk属性,命令应该为:Switch0(config-if)# switchport mode trunk。
Switch0 (config-if)#switchport trunk encapsulation (7)指明封装的类型(干道标记技术),一般有802.1Q和ISL。其中802.1Q为IEEE置顶的干道标记标准。它会在数据帧准备通过干道时对数据帧的帧头进行编辑,在数据帧的头上放置单一的标识,以标识数据帧来自哪个VLAN。ISL封装技术是由Cisco公司开发的私有技术。它是在帧前面和后面添加封装信息,其中包含了VLAN ID。由路由器配置封装类型来看,(7)处应该填写dot1q。
【问题3】
考查的为交换机的VLAN的配置,在端口配置模式下,将端口加入指定的VLAN,命令如下:
Switch1(config)#interface e0/2 ?
Switch1(config-if)#switchport mode access ?
Switch1(config-if)#switchport aceess vlan 100
Switch1(config-if)#exit
单臂路由的配置可以看出,若主机A与主机D通信,主机A与D之间的数据转发顺序为:Switch1→Switch0→R2(e0/0)→Switch0→Switch2。
【问题4】
本题考查静态路由命令,也就是用户人为的指定对某一网络访问时所要经过的路径。其命令格式如下:
其中最关键的配置语句是:
Router> ip route ip-addr subnet-mask gateway ?
ip-addr为IP地址,subnet-mask为子网掩码,gateway为网关。其中IP地址指的是目标网络的地址,而网关处的IP地址则说明了路由的下一站。
为了部门A 中用户能够访问服务器Server1,请在R0上配置一条特定主机路由。
其命令为:R0(config)#ip route 202.114.10.253 255.255.255.255 202.114.13.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
- 查看答案