Re: 問題ID: 26344
antares01
投稿数: 690
引用:
そうです。既にインタフェースコンフィグレーションモードにいる時に他のインタフェースに移る時は2つ方法があります。
1つ目は修正済み画像のように直接interface 〜と入力
2つ目は以下のように一度exitで上の階層に戻って、再度、interface 〜
今回はRouterAに揃えたようなので、1つ目になりますね。
ちなみに、RouterB側が、endなどの(config-if)から抜けて(config)に戻るコマンドが抜けている、というミスなのでしょうか?
そうです。既にインタフェースコンフィグレーションモードにいる時に他のインタフェースに移る時は2つ方法があります。
1つ目は修正済み画像のように直接interface 〜と入力
2つ目は以下のように一度exitで上の階層に戻って、再度、interface 〜
RouterB(config)#interface FastEthernet 0/0
RouterB(config-if)#ip address 192.168.2.2 255.255.255.0
RouterB(config-if)#no shutdown
RouterB(config-if)#exit
RouterB(config)#interface FastEthernet 0/1
RouterB(config-if)#ip address 192.168.3.1 255.255.255.0
RouterB(config-if)#no shutdown
今回はRouterAに揃えたようなので、1つ目になりますね。
投稿ツリー
-
問題ID: 26344
(kttmr2018, 2018-10-25 16:52)
- Re: 問題ID: 26344 (antares01, 2018-10-25 17:54)
-
Re: 問題ID: 26344
(kttmr2018, 2018-10-26 10:34)
- Re: 問題ID: 26344 (staff_ag, 2018-10-26 11:07)
- Re: 問題ID: 26344 (antares01, 2018-10-26 19:54)
- Re: 問題ID: 26344 (kttmr2018, 2018-10-29 9:45)