问题 填空题

如下图所示,某园区网用2.5Gbps的POS技术与Internet相连POS接口的帧格式是SONET。路由协议的选择方案是,园区网内部采用OSPF。协议,园区网与Internet的连接使用静态路由。

请阅读以下R1和R3的部分配置信息,并补充空白处的配置命令或参数,按题目要求完成路由器的配置。

R1缺省路由的配置信息如下:

Router-R1#configure terminal

Router-R1(config)#

Router-R1(config)#ip route 0.0.0.0 ______

Router-R1(config)#exit

Router-R1#

R3的POS接口和OSPF协议的配置信息如下:

Router-R3#configure terminal

Router-R3(config)#

Router-R3(config)#interface pos3/0

Router-R3(config-if)#description To Internet

Router-R3(config-if)#bandwidth 2500000

Router-R3(config-if)#ip address 221.195.178.1 255.255.255.252

Router-R3(config-if)#crc 32

Router-R3(config-if)#pos ______

Router-R3(config-if)#no ip directed-broadcast

Router-R3(config-if)#pos flag ______

Router-R3(config-if)#no shutdown

Router-R3(config-if)#exit

Router-R3(config)#router ospf 65

Router-R3(config-router)#network 211.100.66.0 ______ area 0

Router-R3(config-router)#redistribute connected metric-type 1 subnets

Router-R3(config-router)#area 0 range 211.100.66.0 ______

Router-R3(config-router)#exit

Router-R3(config)#

Router-R3(config-if)#pos flag ()

答案

参考答案:s1 s0 0

解析:

配置POS接口标志的命令格式“pos flag s1 s0数值(s1 s0=00表示SONET帧的数据,s1 s0=10(十进制2)表示SDH帧的数据)”。由此可得应填入:s1 s0 0。

单项选择题
单项选择题