试题五(共15分)
阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。
【说明】
某单位的两个分支机构各有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) 。