【问题2】(6 分) 根据网络拓扑和需求说明,完成路由器R1的配置。 R1(config)# interface Serial 1/0

12 查阅

【问题2】(6 分)

根据网络拓扑和需求说明,完成路由器R1的配置。

R1(config)# interface Serial 1/0

R1(config-if)# ip address (3) 255.255.255.0 (设置串口地址)

R1(config-if)#no shutdown (开启串口)

R1(config)#interface FastEthernet0/0

R1(config-if)#ip address (4) 255.255.255.0 (设置以太口地址)

R1(config-if)#exit

R1(config)#router ospf 1

R1(config-router)#network 192.0.0.1 (5) area 0

R1(config-router)#network 192.1.1.1 (6) area 0

参考答案:

问题 2(每空 1.5 分,共6 分) 3,192.1.1.1 4,192.0.0.1 5,0.0.0.255 6,0.0.0.255

软考中级