問題ID: 41177
ゲスト
投稿数: 0
R2のFa0/0でOSPFを有効にするにはどのコマンドを入力すれば良いか。
・R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf priority 1
○R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf 1 area 0
・R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf network point-to-point
・R2(config)#router ospf 1
R2(config-router)#network 192.168.2.0 0.0.0.255 area 0
・R2(config)#router ospf 1
R2(config-router)#router-id 192.168.1.1
上記の問題の解説を読んだのですが
よって正解は
・R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf 1 area 0
です。
【R2(config)#router ospf 1
R2(config-router)#network 192.168.2.0 0.0.0.255 area 0
指定するネットワークアドレスが正しくないので誤りです。
「192.168.2.0 0.0.0.255」を指定した場合は、Fa0/1でOSPFが有効化されます。】
正解の解説は理解できたのですが、誤りの解説が理解できません。どなたか教えて頂けないでしょうか?
・R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf priority 1
○R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf 1 area 0
・R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf network point-to-point
・R2(config)#router ospf 1
R2(config-router)#network 192.168.2.0 0.0.0.255 area 0
・R2(config)#router ospf 1
R2(config-router)#router-id 192.168.1.1
上記の問題の解説を読んだのですが
よって正解は
・R2(config)#interface FastEthernet 0/0
R2(config-if)#ip ospf 1 area 0
です。
【R2(config)#router ospf 1
R2(config-router)#network 192.168.2.0 0.0.0.255 area 0
指定するネットワークアドレスが正しくないので誤りです。
「192.168.2.0 0.0.0.255」を指定した場合は、Fa0/1でOSPFが有効化されます。】
正解の解説は理解できたのですが、誤りの解説が理解できません。どなたか教えて頂けないでしょうか?
投稿ツリー
-
問題ID: 41177
(ゲスト, 2020-4-23 0:36)
- Re: 問題ID: 41177 (arashi1977, 2020-4-23 10:01)