A: passive-interface的启用需要进入路由协议配置模式,只有当你看到提示符为Router(config-router)
B: 时才可以配置
C: 在OSPF中启用了passive-interface的接口,则不会发送路由协议的数据包(如:Hello)
D: 让一个接口变成被动模式,只需要对接口进行指定。如:
Router(config)
E: router ospf 1
Router(config-router)
F: passive-interface Ethernet 0/1 //将E 0/1口配置成passive-interface模式
G: 可以使用passive-interface命令告知动态路由器协议不要通过该接口发送网络广播。这个命令可以对所有的IP动态路由器协议生效
举一反三
- 如果不想公布网络中的某些RIP信息,那么可以采用被动接口配置。将路由器RouterA的FastEthemet0/0接口设置为被动接口的配置语句是——。 A: RouterA(Config—if)#passive—interface rip B: RouterA(Config)}}passive—interface fastethemet0/0 C: RouterA(Config—router)#passive—interface fastethemet0/0 D: RouterA(Config—if)#rip passive—interface
- 若调试路由器时希望使用路由器内部的虚拟逻辑接口,可以执行下列哪个命令进入该接口进行配置? A: Router(config) B: interface Loopback 0 C: Router(config) D: interface Se0/0/0 E: Router(config) F: interface Fa0/0 G: Router(config) H: interface Fa0/0.1
- 命令:[br][/br] R2(Config)#router ospf 1 R2(Config)#no passive-interface Serial0/0/0 的作用是去掉路由器R2的s0/0/0的 配置。
- 要配置静态路由,需在全局配置模式中执行以下命令()。 A: Router(config) B: ip route destination-network subnet-mask next-hop-address | outgoing interface C: Router(config) D: ip address destination-network subnet-mask next-hop-address | outgoing interface E: Router F: ip route destination-network subnet-mask next-hop-address | outgoing interface G: Router H: ip address destination-network subnet-mask next-hop-address | outgoing interface
- 某路由器串口s0/0/0为DCE端,该串口时钟频率设置为64000,下列命令配置正确的是()。 A: Router(config) B: interface s0/0/0 Router(config-if) C: clock 64000 D: Router(config) E: interface s0/0/0 Router(config-if) F: rate 64000 G: Router H: interface s0/0/0 Router(config-if) I: clock rate 64000 J: Router(config) K: interface s0/0/0 Router(config) L: clock rate 64000
内容
- 0
路由器需要配置为在 OSPF 区域 0 内进行路由。此操作需要使用哪两个命令?(选择两项。) A: RouterA(config) B: router ospf 0 C: RouterA(config) D: router ospf 1 E: RouterA(config-router) F: network 192.168.2.0 0.0.0.255 0 G: RouterA(config-router) H: network 192.168.2.0 0.0.0.255 area 0 I: RouterA(config-router) J: network 192.168.2.0 255.255.255.0 0
- 1
下面哪种提示符表示路由器处于接口配置模式,可以配置接口的IP地址? A: Router> B: Router C: D: Router(config) E: F: Router(config-if) G:
- 2
在OSPF路由协议中可以通过display ospf interface 命令可以观察到( ) A: 本台路由器的IP路由信息 B: 邻居路由器的Router ID C: 本台路由器的OSPF端口信息 D: 本台路由器的OSPF路由信息表
- 3
在路由器指定相关接口使能RIP协议的命令为( )? A: Router(config) B: network 192.168.0.0 C: Router(config) D: network 192.168.0.0 0.0.255.255 E: Router(config-router) F: network 192.168.0.0 G: Router(config-router) H: network 192.168.0.0 0.0.255.255
- 4
路由器命令配置中有不同的模式,请将下列路由器工作模式的转换补充完整。 Router> Router# Router(config)# f0/0 Router(config-if)# Router(config)# Router(config-router)#end Router#