问题描述
我正在使用SoftLayer_Hardware_Server.setPublicNetworkInterfaceSpeed()更改裸机服务器的公共接口速度.我无法设置任何高于2000(绑定1G)的速度.
I am using SoftLayer_Hardware_Server.setPublicNetworkInterfaceSpeed() to change the public interface speed of bare metal servers. I am unable to set any speed higher than 2000 (1G bonded).
尝试将速度设置为10000会导致异常:
Trying to set speed to 10000 results in an exception:
将速度设置为20000会导致另一个异常:
Setting the speed to 20000 results in a different exception:
10G和20G是否有不同的命名法?
Is there a different nomenclature for 10G and 20G?
推荐答案
对于裸机系统,SoftLayer API不允许任何高于2000的速度.我已将该错误报告给SoftLayer支持.
The SoftLayer API does not permit any speeds higher than 2000 for bare metal systems. I have reported the bug to SoftLayer support.
这篇关于如何在SoftLayer上设置10G和20G网络接口速度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!