早教吧 育儿知识 作业答案 考试题库 百科 知识分享
早教吧考试题库频道 --> 计算机类考试 -->软考中级 -->

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

题目

【问题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