ネットワーククラウドを作成する場合、1 つ以上の Ethernet ポートまたは LAG と、ほかのネットワーク特性を含めます。ネットワーククラウドを I/O テンプレートに関連付けると、ホストにデータネットワークへの接続方法が提供されます。
add network-cloud name ethernet [–description=text] [–qos=network-cloud-QOS] [–trunk-mode={true|false}] [–access-vlan-id=vlan-ID] [–is-private={true|false}]
remove network-cloud name [–no-confirm]
set network-cloud name [–description=text] [–qos=network-cloud-QOS] [–trunk-mode={true|false}] [–access-vlan-id=vlan-ID] [–is-private={true|false}]
set network-cloud name add ethernet-lags port
set network-cloud name add ethernet-ports port
set network-cloud name remove ethernet-lags port [–no-confirm]
set network-cloud name remove ethernet-ports port [–no-confirm]
set network-cloud name ha-preference port preference
set network-cloud name mark-next-assigned port next-port-preference
show network-cloud name
show network-cloud name ethernet-ports-lags
show network-cloud name vnics
ここでは:
ethernet は、ネットワーククラウドに追加する特定の Ethernet ポートまたは Ethernet LAG の名前を指定します。
name はネットワーククラウドの名前を指定します。
next-port-preference は、最初に選択したポートが使用可能でない場合の次のポートを指定します。
port は、ネットワーククラウドに対して構成または削除する Ethernet ポートまたは LAG の名前を指定します。
preference は、HA のプライマリ終端またはセカンダリ終端に割り当てるポートおよび LAG を指定します。
|
|
この例では、HRnwCloud1 という名前の新しいネットワーククラウドを示します。このクラウドは、QoS プロファイル 100m_1g に関連付けられ、trunk モードに設定され、1 というアクセス VLAN ID を持っています。
[OFM] add network-cloud HRnwCloud1 -qos=100m_1g -trunk-mode=true -access-vlan-id=1
この例では、Cloud9 という名前のネットワーククラウドに Ethernet ポート iowa/4/2 を追加します。
[OFM] set network-cloud Cloud9 add ethernet-ports iowa/4/2
これらの例では、ネットワーククラウド Cloud9 の HA プリファレンスを設定します。プライマリ Ethernet ポートは Oracle Fabric Interconnect montana のもの、セカンダリポートは Iowa のものを指定します。
[OFM] set network-cloud Cloud9 ha-preference montana/5/3 primary
[OFM] set network-cloud Cloud9 ha-preference iowa/4/2 secondary
この例では、ネットワーククラウド Cloud9 の情報を表示します。
[OFM]show network-cloud Cloud9 --------------------------------- name Cloud9 ports 1 lags 0 trunk-mode false qos vnics 28 vnic-templates 0 is-private false access-vlan-id 1 allocation-policy roundrobin description --------------------------------- 1 record displayed
この例では、ネットワーククラウド Cloud9 のポート montana/5/3 に関する Ethernet ポート情報を表示します。
[OFM] show network-cloud Cloud9 ethernet-ports-lags --------------------------------------------- name Cloud9 eth-port montana/5/3 state up/up vnic-count 0 type nwEthernet1GbPort available-ingress-cir 1000000 available-egress-cir 1000000 description ---------------------------------------------- 1 record displayed
この例では、Oracle Fabric Manager 環境からネットワーククラウド Cloud9 を削除します。
[OFM] remove network-cloud Cloud9
この例では、ネットワーククラウド Cloud9 から Ethernet ポート montana/5/3 を削除します。
[OFM] set network-cloud Cloud9 remove montana/5/3