問題ID : 8335
- フォーラムは新サイトへ移行しました。
- このフォーラムではゲスト投稿が禁止されています
問題ID : 8335
msg# 1
mokushi
投稿数: 1
CCNAコンテンツの最強WEB問題集の
問題ID : 8335
の選択肢に誤りがあります。
正「show interfaces port-channel」
誤「show interface port-channel」
解答や解説でも「show interface port-channel」となっているようです。ここは変数のせいでしょうか。
※既に報告済みであったり、報告内容に誤りがあれば申し訳ありません。
問題ID : 8335
の選択肢に誤りがあります。
正「show interfaces port-channel」
誤「show interface port-channel」
解答や解説でも「show interface port-channel」となっているようです。ここは変数のせいでしょうか。
※既に報告済みであったり、報告内容に誤りがあれば申し訳ありません。
Re: 問題ID : 8335
msg# 1.1
kaminaringo
投稿数: 79
スタッフさんが修正するかどうかとは別として、参考までにこちらの情報を置いておきます。
>一意に認識することのできる文字数を入力することにより、コマンドを実行できます。
https://www.cisco.com/cisco/web/support/JP/docs/SW/LongReachEthernet/CAT2900LREXLSWT/CG/001/03_swcli.html?bid=0900e4b1825ae6e1#pgfId-899611
なので、
show interfaces port-channel でも
show interface port-channel でも、どちらも同じく問題文にある通り"イーサチャネル用の論理インターフェースの帯域幅を表示"できます。
極端な話、sh int port-c まで省略してもいけちゃいます。
実際に使ってみるとこんな風にちゃんと表示されます。
Switch#sh int port-c 1
Port-channel1 is up, line protocol is up (connected)
Hardware is EtherChannel, addr ・・・略
>一意に認識することのできる文字数を入力することにより、コマンドを実行できます。
https://www.cisco.com/cisco/web/support/JP/docs/SW/LongReachEthernet/CAT2900LREXLSWT/CG/001/03_swcli.html?bid=0900e4b1825ae6e1#pgfId-899611
なので、
show interfaces port-channel でも
show interface port-channel でも、どちらも同じく問題文にある通り"イーサチャネル用の論理インターフェースの帯域幅を表示"できます。
極端な話、sh int port-c まで省略してもいけちゃいます。
実際に使ってみるとこんな風にちゃんと表示されます。
Switch#sh int port-c 1
Port-channel1 is up, line protocol is up (connected)
Hardware is EtherChannel, addr ・・・略