speed
- モード
- インターフェースモード
- カテゴリー
- インターフェース / 一般設定
構文
(config-if)# speed {10|100|1000|2500|5000|10000|auto [10 & 100 & 1000 & 2500 & 5000 & 10000]}
(config-if)# no speed
コマンド説明
対象インターフェースの通信速度を変更する。no形式で実行した場合は初期値に戻る。
パラメーター
10- 10Mbps
100- 100Mbps
1000- 1000Mbps(1Gbps)
2500- 2500Mbps(2.5Gbps)
5000- 5000Mbps(5Gbps)
10000- 10000Mbps(10Gbps)
auto [10 & 100 & 1000 & 2500 & 5000 & 10000]- オートネゴシエーションで決定(初期値)。autoキーワードの後に使用可能な速度を列挙することで、オートネゴシエーションで接続可能な通信速度を制限することもできる
使用例
スイッチポート1.0.1の通信モードを100M Full Duplex固定に設定する。awplus(config)# interface port1.0.1 awplus(config-if)# speed 100 awplus(config-if)# duplex full
注意・補足事項
本コマンドはLANポート(port1.0.X)とWANポート(eth1)でのみ有効。ポートの通信モード(オートネゴシエーション、固定設定)は、対向の機器と同一の組み合わせとなるように設定すること。オートネゴシエーションと固定設定の組み合わせではリンクアップしない場合がある。
インターフェースの種類に応じたspeedコマンドとduplexコマンドの有効な組み合わせは以下のとおり(「x/y」の表記はspeedコマンド/duplexコマンドの指定値を表す)。これ以外の組み合わせはサポート対象外。
| WANポート | eth1 | auto/auto(初期値), auto [100 & 1000 & 2500 & 5000 & 10000]/auto, 100/auto, 1000/auto, 1000/full, 2500/auto, 2500/full, 5000/auto, 5000/full, 10000/auto, 10000/full ※オートネゴシエーション時は Full Duplex のみサポート |
| 1000BASE-Tポート | port1.0.1,port1.0.2 | auto/auto, auto [10 & 100 & 1000]/auto, 10/auto, 10/full, 100/auto, 100/full, 1000/auto, 1000/full ※オートネゴシエーション時は Full Duplex のみサポート |
| 10GBASE-Tポート | port1.0.3,port1.0.4 | auto/auto(初期値), auto [100 & 1000 & 2500 & 5000 & 10000]/auto, 100/auto, 1000/auto, 1000/full, 2500/auto, 2500/full, 5000/auto, 5000/full, 10000/auto, 10000/full ※オートネゴシエーション時は Full Duplex のみサポート |
| WANポート | eth1 | auto/auto(初期値), auto [10 & 100 & 1000]/auto, 10/auto, 10full, 100/auto, 100full, 1000/auto, 1000/full ※オートネゴシエーション時は Full Duplex のみサポート |
| 1000BASE-Tポート | port1.0.x | auto/auto(初期値), auto [10 & 100 & 1000]/auto, 10/auto, 10full, 100/auto, 100full, 1000/auto, 1000/full ※オートネゴシエーション時は Full Duplex のみサポート |