某单位的办公网和商务网通过路由器R1、R2、R3与Inter-net连接,网络连接和IP地址如下图所示。该单位要求通过RIP路由协议使办公网和商务网之间能够相互通信,并且可以访问Internet。
以下R1的配置信息,并补充[1]~[2]空白处的配置命令或参数,按题目要求正确配置。
Router>enable
Router#
Router#configure terminal
Router(config) #
Router(config) #hostname R1
R1(config) #interface f0/1
R1(config-if) #ip addreaa 202.206.16.1.255.255.255.0
R1(config-if) #no shutdown
R1(config-if) #interface f0/2
R1(config-if) #ip addreaa 202.206.17.1.255.255.255.0
R1(config-if) #no shotdown
R1(config-if) #exit
R1(config-if) #
R1(config-if) #interface s1
R1(config-if) #ip address 202.112.41.144 255.255.255.252
R1(config-if) # bandwidth (1) 配置带宽为2.048 Mbit/s
R1(config-if) # (2) PPP 封装PPP协议
R1(config-if) # no shutdown
R1(config-if) # exit
参考答案:[1] 2048
[2] encapsulation
解析:
[1] 进入接口配置模式,使用bandwidth设置接口带宽,配置的单位为kbps。本题中带宽为:2.048 Mbit/s=2 048 kbit/s。
[2] encapsulation表示封装。