1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

IBM Cloud(Classic Infrastructure)で25Gbps portが利用できることを確認してみた

Last updated at Posted at 2020-11-06

(2021/03/04)
TOK02/TOK04/TOK05で新たに選択できることを確認。OSAはまだみたいです。

Baremetal Serverで対応しているのは、以下のサーバーのみです。

  • 月額課金
  • Dual Processor以上
  • 12 Driver以上
  • Cascade Lake
    • Intel Xeon 4210
    • Intel Xeon 5218
    • Intel Xeon 6248
    • Intel Xeon 6250
    • Intel Xeon 8260
  • OS
    • CentOS 8.2
    • RHEL 8.2
    • RHEL 8.2 for SAP
    • Windows Server 2016, 2019
    • VMware 6.5, 6.7

1. はじめに

IBM Cloudの物理サーバーは

  • Public NW: 10Gbps x 2 port
  • Private NW: 10Gbps x 2 port

のネットワーク構成が標準ですが(SAP環境とかだと特別にNIC追加の例外許可が得られる)、なんとVMware on IBM Cloudで、

  • Public NW: 25Gbps x 2 port
  • Private NW: 25Gbps x 2 port

のネットワークが選択できるようになっています!
image.png
image.png

なお、Skylake系やSAP系ではまだ選択できず、Cascade Lakeでのみの提供であり、vSphere6.7である必要があります。また、通常の物理サーバーの注文でも選択できません。ただし、もう少し(?)待てば他のDCでも使えるようになり、vSphere以外のOSでも利用できるようになるように準備中とのことです。楽しみですね!

2. 本当に25Gbpsポートが割り当てられているか確認してみる。

(予算も限られているので)1台から注文可能な、VSSで25Gbps構成を注文してみた結果。
image.png

Network Cardの欄にある、E810-XXVDA4は確かに25Gbpsをサポートしていそうです。
https://ark.intel.com/content/www/us/en/ark/products/192560/intel-ethernet-network-adapter-e810-xxvda4.html

vmnicは25Gbpsをサポート
[ibmvmadmin@vss25g000:~] esxcfg-nics -l
Name    PCI          Driver      Link Speed      Duplex MAC Address       MTU    Description
vmnic0  0000:3b:00.0 icen        Up   25000Mbps  Full   b4:96:91:9c:f8:00 1500   Intel(R) Ethernet Controller E810-C for SFP
vmnic1  0000:3b:00.1 icen        Up   25000Mbps  Full   b4:96:91:9c:f8:01 1500   Intel(R) Ethernet Controller E810-C for SFP
vmnic2  0000:3b:00.2 icen        Up   25000Mbps  Full   b4:96:91:9c:f8:02 1500   Intel(R) Ethernet Controller E810-C for SFP
vmnic3  0000:3b:00.3 icen        Up   25000Mbps  Full   b4:96:91:9c:f8:03 1500   Intel(R) Ethernet Controller E810-C for SFP

[ibmvmadmin@vss25g000:~] esxcli network nic get -n vmnic0
   Advertised Auto Negotiation: true
   Advertised Link Modes: Auto, 10000BaseSFI/Full, 25000BaseCR1/Full
   Auto Negotiation: true
   Cable Type:
   Current Message Level: 0
   Driver Info:
         Bus Info: 0000:3b:00:0
         Driver: icen
         Firmware Version: 2.00 0x80003f84 1.2751.0
         Version: 1.0.6
   Link Detected: true
   Link Status: Up
   Name: vmnic0
   PHYAddress: 0
   Pause Autonegotiate: false
   Pause RX: false
   Pause TX: false
   Supported Ports:
   Supports Auto Negotiation: true
   Supports Pause: true
   Supports Wakeon: false
   Transceiver:
   Virtual Address: 00:50:56:5c:0c:81
   Wakeon: None
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?