Go to main content
Oracle® Fabric OS 1.0.2 コマンドリファレンス

印刷ビューの終了

更新: 2016 年 11 月
 
 

multiconfig-port

multiconfig-port コマンドを使用すると、最大 2 つまで追加ポートを構成できます。これらのポートは、IB ポートまたは 40 GbE Ethernet ポートです。

構文

set multiconfig-port slot/port [–port-type={gwEthernet10GbPort|gwEthernet40GbPort|ibPort}]
show multiconfig-port slot/* [–detail]

ここで、slot/port は物理スロット/ポート番号です。

オプション

オプション
説明
–detail
ポートの詳細情報を表示します。オプション。
–port-type
ポートのタイプを指定します。
  • gwEthernet10GbPort - 10 GbE ポート

  • gwEthernet40GbPort - 40 GbE ポート

  • ibPort - InfiniBand ポート

例: 追加の Ethernet ポートの構成

この例では、4 ポート 40 GbE カードを追加したあと、ポートタイプを 10 GbE に変更する方法を示しています。

[OFOS] add iocard 7 gwEthernet4Port40GbCard
[OFOS] show iocard 7 ioport
name  type                 state              descr   mode    lag   access-vlan  guid 
-------------------------------------------------------------------------------------
7/1   gwEthernet40GbPort   up/indeterminate           trunk         1            0
7/2   gwEthernet40GbPort   up/indeterminate           trunk         1            0
7/3   gwEthernet40GbPort   up/indeterminate           trunk         1            0
7/4   gwEthernet40GbPort   up/indeterminate           trunk         1            0
[OFOS] set multiconfig-port 7/1 -port-type=gwEthernet10GbPort
[OFOS] show iocard 7 ioport
name  type                 state               descr  mode    lag   access-vlan  guid
-------------------------------------------------------------------------------------
7/1   gwEthernet10GbPort   up/indeterminate           trunk         1            0
7/2   gwEthernet10GbPort   up/indeterminate           trunk         1            0
7/3   gwEthernet10GbPort   up/indeterminate           trunk         1            0
7/4   gwEthernet10GbPort   up/indeterminate           trunk         1            0