問題ID: 41177

この質問の投稿一覧へ

なし 問題ID: 41177

msg# 1
depth:
0
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2020-4-23 0:36
ゲスト    投稿数: 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が有効化されます。】

正解の解説は理解できたのですが、誤りの解説が理解できません。どなたか教えて頂けないでしょうか?

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.