某园区网采用OSPF路由协议,参与OSPF的网络地址是169.111.0.0/16,Cisco路由器的正确配置是( )。

admin2015-10-24  34

问题 某园区网采用OSPF路由协议,参与OSPF的网络地址是169.111.0.0/16,Cisco路由器的正确配置是(    )。

选项 A、Rounter(config)#router ospf 63   
    Rounter(config-router)#network 169.111.0.0 0.0.0.0 area 0
    Rounter(config-router)#area 0 range 169.111.0.0 255.255.0.0
B、Rounter(config)#router ospf 63  
    Rounter(config-router)#network 169.111.0.0 255.255.0.0 area 0
    Rounter(config-router)#area 0 range 169.111.0.0 255.255.0.0
C、Rounter(config)#router ospf 63
    Rounter(config-router)#network 169.111.0.0 0.0.255.255 area 0
    Rounter(config-router)#area 0 range 169.111.0.0 255.255.0.0  
D、Rounter(config)#router ospf 63
    Rounter(config-router)#network 169.111.0.0 0.0.255.255 area 0
    Rounter(config-router)#area 0 range 169.111.0.0 0.0.255.255

答案C

解析 在全局配置模式下,使用“router ospf”命令,启动OSPF进程;在路由器的OSPF配置模式下,使用“network ip<子网号>area<区域号>”命令定义参与OSPF的子网地址,或使用“area<区域号>range<子网地址><子网掩码>”命令定义某一特定范围子网的聚合。由于network命令中的是子网掩码的反码,所以本题选项C正确。
转载请注明原文地址:https://jikaoti.com/ti/oR77FFFM
0

随机试题
最新回复(0)