某单位的两个分支机构各有1台采用IPv6的主机,计划采用IPv6-over-IPv4 GRE隧道技术实现两个分支机构的IPv6主机通信,其网络拓扑结构如图5-1所示。
【问题1】(2分)
使用IPv6-over-IPv4 GRE隧道技术,可在IPv4的GRE隧道上承载IPv6数据报文。此时(1)作为乘客协议,(2)作为承载协议。
【问题2】(6分)
根据网络拓扑和需求说明,完成(或解释)路由器R1的配置。
Router(config)#ipv6 unicast-routing(3)
R1(config)#interface Serial 1/0
R1(config-if)#(4)address(5)(6)(设置串口地址)
R1(config-if)#no shutdown(开启串口)
R1(config)#interface FastEthernet0/0
R1(config-if)#(7)address(8)(设置以太口地址)
R1(config-if)#exit
【问题3】(6分)
根据网络拓扑和需求说明,解释路由器R2的GRE隧道配置。
……
R2(config)#interface tunnel 0(启用tunnel 0)
R2(config-if)#tunnel source s1/0(9)
R2(config-if)#tunnel destination 200.100.1.1(10)
R2(config-if)#ipv6 address 2000:2fcc::2/64(为tunnel配置IPv6地址)
R2(config-if)#tunnel mode gre ipv6(11)
【问题4】(1分)
IPv6主机PC1的IP地址为2000:2fcc::2/64,在这种配置环境下,其网关地址应为(12)。
正确答案及解析
正确答案
解析
【问题1】(2分)
(1)IPv6
(2)IPv4 GRE
【问题2】(6分)
(3)开启IPv6单播路由
(4)ip
(5)200.100.1.1
(6)255.255.255.0
(7)IPv6
(8)2000:2fcc::1/64
【问题3】(6分)
(9)指定隧道(tunnel)的源为S0
(10)指定隧道(tunnel)的目标地址
(11)tunnel模式为IPv6的GRE隧道
【问题4】(1分)
(12)2000:2fcc::1/64
本题考查IPv6-over-IPv4 GRE隧道配置的知识。
【问题1】
本问题考查IPv6-over-IPv4 GRE隧道的基本概念。
IPv6-over-IPv4隧道是将IPv6报文封装在IPv4报文中,让IPv6数据包穿过IPv4网络进行通信。对于采用隧道技术的设备来说,在隧道的入口处,将IPv6的数据报封装进IPv4,IPv4报文的源地址和目的地址分别是隧道入口和隧道出口的IPv4地址;在隧道的出口处,再将IPv6报文取出转发到目的节点。隧道技术只要求在隧道的入口和出口处进行修改,对其他部分没有要求,容易实现。但是,隧道技术不能实现IPv4主机与IPv6主机的直接通信。
使用标准的GRE隧道技术,可在IPv4的GRE隧道上承载IPv6数据报文。GRE隧道是两点之间的连路,每条连路都是一条单独的隧道。GRE隧道把IPv6作为乘客协议,将GRE作为承载协议。所配置的IPv6地址是在Tunnel接口上配置的,而所配置的IPv4地址是Tunnel的源地址和目的地址(隧道的起点和终点)。
【问题2】
本问题考查路由器接口地址的基本配置操作。根据题目拓扑结构图可知,路由器R1的S0口地址为:200.100.1.1/24;E0口地址为:2000:2fcc::1/64,所以配置命令如下。
Router(config)#ipv6 unicast-routing(开启IPv6单播路由)
R1(config)#interface Serial 1/0
R1(config-if)#ip address 200.100.1.1 255.255.255.0(设置串口地址)
R1(config-if)#no shutdown(开启串口)
R1(config)#interface FastEthernet0/0
R1(config-if)#IPv6 address 2000:2fcc::1/64(设置以太口地址)
R1(config-if)#exit
【问题3】
本问题考查GRE隧道基本配置操作。根据网络拓扑和需求说明,路由器R2的GRE隧道配置如下:
……
R2(config)#interface tunnel 0(启用tunnel 0)
R2(config-if)#tunnel source s1/0(指定隧道(tunnel)的源为S0)
R2(config-if)#tunnel destination 200.100.1.1(指定隧道(tunnel)的目标地址)
R2(config-if)#ipv6 address 2000:2fcc::2/64(为tunnel配置IPv6地址)
R2(config-if)#tunnel mode gre ipv6(tunnel模式为IPv6的GRE隧道)
【问题4】
本问题考查使用IPv6-over-IPv4 GRE隧道时,使用IPv6的PC机上的基本配置操作。
IPv6主机PC1的IP地址为2000:2fcc::2/64,根据网络拓扑图可知,其网关地址应为路由器R1的E0口地址2000:2fcc::1/64。
包含此试题的试卷
你可能感兴趣的试题
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
- 查看答案