某单位的办公网和商务网通过路由器R1、R2、R3与Internet相连,网络连接和IP地址分配如图1所示。该单位要求通过RIP路由协议使办公网和商务网之间能够互相通信,并正常访问Internet
请阅读以下R1的配置信息,并补充【6】~【10】空白处的配置命令或参数。按题目要求完成R1的正确配置。
Router>enable
Router
Routerconfigure 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)interfacef0/2
R1(config-if)ip adress 202.206.17.1 255.255.255.0
R1(config-if)no shutdown
R1(config-if)exit
R1(config)
R1(config)interface s1
R1(config-if)vlan ip adress 202.112.41.144 255.255.255.252
R1(config-if)bandwidth 【6】 配置带宽为2.048Mbps
R1(config-if)【7】 PPP 封装PPP协议
R1(config-if)noshutdown
R1(config-if)exit
R1(config-if)iproute 【8】 配置缺省路由
R1(config-if)router rip
R1(config-router)network 【9】 配置参与RIP的网络
R1(config-router)network 【10】 配置参与RIP的网络
R1(config-router)end
R1write
R1