Re: 問題ID: 12514
antares01
投稿数: 690
インタフェースコンフィグレーションモードのまま他のIFに移ることができますので特に誤りという訳ではないですね。
こんな感じです。後半のように一度exitで抜けて再度移動することもできます。
こんな感じです。後半のように一度exitで抜けて再度移動することもできます。
R1(config)#do show ip int b
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset administratively down down
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
R1(config)#int fa0/0
R1(config-if)#int s1/0
R1(config-if)#end
R1#
R1#conf t
R1(config)#int fa0/0
R1(config-if)#exit
R1(config)#int s1/0
R1(config-if)#
投稿ツリー
-
問題ID: 12514
(ochi8, 2016-2-7 18:57)
- Re: 問題ID: 12514 (antares01, 2016-2-7 21:44)
- Re: 問題ID: 12514 (ochi8, 2016-2-8 15:21)