问题 问答题

如下图所示,某校园网使用10Gbps的POS技术与CER-NET相连,POS接口的帧格式使用SDH,R1和R2之间使用静态路由。


请阅读以下R1和R2关于POS接口和静态路由的配置信息,并补充空白处的配置命令或参数,按题目要求完成路由器的相关配置。
R1的POS接口配置
Router-R1#configure terminal
Router-R1(config) #
Router-R1(config) #interface pos4/10
Router-R1(config-if) #description To CERNET
Router-R1(config-if) #bandwidth (6)
Router-R1(config-if) #ip address 203.22.76.2 255.255.255.252
Router-R1(config-if) #crc 32
Router-R1(config-if) #pos framing sdh
Router-R1(config-if) #no ip directed-broadcast
Router-R1(config-if) #pos flag (7)
Router-R1(config-if) #no shutdown
Router-R1(config-if) #exit
Router-R1(config) #
R1的静态路由配置
Router-R1(config) #ip route (8) (9) 203.22.76.1
R2的静态路由配置
Router-R2(config) # ip route 0.0.0.0 0.0.0.0 (10)

答案

参考答案:[6]10 000 000
[7]SIS0 0
[8] 182.93.0.0
[9] 255.255.0.0
[10] 203.22.76.2

解析: [6] 进入接口配置模式,使用bandwidth设置接口带宽,配置的单位为kbps。本题中带宽为:100bp=10 000 000kbps。
[7] Pos flag sls0 0(sls0=00表示是SONET帧数据,sls0=10(十进制) 表示是SDH帧) 。
[8] [9] 在全局配置模式下,配置静态路由:ip route<目的网络地址><子网掩码><下一跳路由器的IP地址>对于R1来说,目的地址为校园网182.93.0.0/16,[8.处填182.93.0.0[9.子网掩码填255.255.0.0,而下一跳为R2路由器203.22.76.1。
[10] R2需要配置缺省路由,将下一跳的地址指定为R1,因此空格填203.22.76.2。

单项选择题
填空题