、综合题
1、计算并填写下表

2、某单位的办公网和商务网通过路由器R1、R2、R3与
internet相连,网络连接和IP分配如图所示,该单位要求通过RIP路由协议使办公网和商务网之间能够相互通信,并能访问Internet。
根据以下R1的配置信息,并补充【6】-【10】空白处的配置命令或参数,按题目要求给出正确的R1配置。

Router>enable
Router#
Router#configure terminal
Router(config)#
Router(config)#hostname R1
R1(config)#interface f0/1
R1(config-if)#ip address 202.206.16.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#interface f0/2
R1(config-if)#ip address 202.206.17.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#
R:(config)#interface s1
R1(config-if)#ip address 202.112.41.144 255.255.255.252
R1(config-if)#tandwidth 【6】 配置带宽为2.04Mbps
R1(config-if)# 【7】 PPP 封装PPP协议
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#iproute 【8】 配置缺省路由
R1(config)#routenrip
R1(config-mote)#retwork 【9】 配置参与RIP的网络
R1(config-mote)#retwork 【10】 配置参与RIP的网络
R1(config-router)#end
R1#write
R1#