このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
05_network:02_summit:summit_command [2012/10/31 19:22] – 仕事用:network:summit_command renamed to 05_network:02_summit:summit_command matsui | 05_network:02_summit:summit_command [2012/10/31 19:25] (現在) – matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Summit Command ====== | ||
+ | |||
+ | ====== port情報確認 ====== | ||
+ | <code console> | ||
+ | # sh port 1 info detail | ||
+ | Port 1: | ||
+ | Type: UTP | ||
+ | Diagnostic: | ||
+ | Aggregate B/W: Configured 100 % | ||
+ | Random Early Drop: Disabled | ||
+ | Admin state: | ||
+ | Link state: | ||
+ | Link counter: Up 3 time(s), Down 2 times(s) | ||
+ | Link Filter counter: Up 3 time(s), Down 2 times(s) | ||
+ | VLAN cfg: | ||
+ | n192.168.50 [Internal Tag=0050, | ||
+ | |||
+ | STP cfg: | ||
+ | |||
+ | Trunking: | ||
+ | Protocol: | ||
+ | EDP: | ||
+ | DLCS: | ||
+ | lbdetect: | ||
+ | Learning: | ||
+ | Flooding: | ||
+ | Jumbo: | ||
+ | BG QoS monitor: | ||
+ | Ingress Rate Shaping: | ||
+ | QoS profile: | ||
+ | ・ | ||
+ | ・ | ||
+ | ・ | ||
+ | </ | ||
+ | |||
+ | ====== リンクスピード変更 ====== | ||
+ | |||
+ | ===== 書式 ===== | ||
+ | <code console> | ||
+ | configure ports [< | ||
+ | </ | ||
+ | |||
+ | <code console> | ||
+ | configure ports 1 auto off duplex full speed 10 | ||
+ | configure ports 1 auto off duplex full speed 100 | ||
+ | </ | ||
+ | ===== 元に戻す ===== | ||
+ | <code console> | ||
+ | configure port 1 auto on | ||
+ | </ | ||
+ | |||