如果要将基于范围或基于前缀的分配更改为 VMware OUI 分配,必须在 vpxd.cfg 文件中设置分配类型,然后重新启动 vCenter Server

前提条件

请在更改 vpxd.cfg 文件之前确定分配类型。有关分配类型的信息,请参见从 vCenter Server的 MAC 地址分配

过程

  1. vCenter Server 的主机上,导航到目录 /etc/vmware-vpx
  2. 打开 vpxd.cfg 文件。
  3. 决定要使用的分配类型,然后在文件中输入相应的 XML 代码来配置该分配类型。
    以下是要使用的 XML 代码的示例。
    注: 仅使用一种分配类型。
    • VMware OUI 分配
      <vpxd>
         <macAllocScheme>
            <VMwareOUI>true</VMwareOUI>
         </macAllocScheme>
      </vpxd>
    • 基于前缀的分配
       <vpxd>
          <macAllocScheme>
            <prefixScheme>
               <prefix>005026</prefix>
               <prefixLength>23</prefixLength>
            </prefixScheme>
         </macAllocScheme>
      </vpxd>
    • 基于范围的分配
      <vpxd>
         <macAllocScheme>
             <rangeScheme>
                <range id="0">
                   <begin>005067000001</begin>
                   <end>005067000001</end>
                </range>
             </rangeScheme>
         </macAllocScheme>
      </vpxd>
  4. 保存 vpxd.cfg
  5. 重新启动 vCenter Server 主机。