问题
填空题
某单位内部网络拓扑结构如图3所示,在该网络中采用RIP路由协议。
以下是路由器R1的部分配置,请补充[46]~[50]空白处完成其配置。
!
R1(config) #interface fastethernet0
R1(config-if) #ip address (46) 255.255.255.0
R1(config-if) # (47) (开启端口)
!
R1(config) #interface serial 0
R1(config-if) # ip address 192.168.251.1 (48)
!
R1(config) # ip routing
R1(config) # router rip (进入RIP配置模式)
R1(config-router) # network 192.168.1.0 (声明网络)
R1(config-router) # network 192.168.251.0 (声明网络)
R1(config-router) # (49) (声明网络)
R1(config-router) # (50) (设置RIP协议版本2)
46()
答案
参考答案:192.168.1.1