跳转到主内容

是否可以在创建接口组(IFMRP)后对其进行修改?

Views:
2
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

适用场景

ONTAP 9

问题解答

  • 创建IFGRP后、只能修改(添加/删除)其成员端口
  • 要更改模式或分发功能、必须删除并重新创建IFGRP
    • 将任何LUN从ifgrp移出(不能使用托管的LUN删除ifgrp)
    • 删除ifgrp上的任何VLAN (如果ifgrp包含VLAN、则无法删除)
      • network port vlan delete -node <node> -vlan-name <ifgrp-vlan>
    • 删除/删除现有IFMRP:
      • network port ifgrp delete -node <node> -ifgrp <ifgrp>
    • 重新创建IFGRP:
      • network port ifgrp create -node <node> -ifgrp <ifgrp> -distr-func <function> -mode <mode>
        • 分布功能:
          • MAC -网络流量根据MAC地址进行分布
          • IP -网络流量按IP地址分布
          • 顺序-网络流量以轮循方式从已配置的可用端口列表中进行分布
          • 端口-网络流量根据传输层(TCP/UDP)端口分布
        • 模式:
          • 多模式—将接口组的多个成员端口捆绑为一个中继端口
          • multimode_lacp-使用链路聚合控制协议绑定接口组的多个成员端口
          • 单模式—使用接口组的成员端口提供端口冗余以进行故障转移
    • 需要将端口添加到新IFGRP:
      • network port ifgrp add-port -node <node> -ifgrp <ifgrp> -port <port>
    • 将LUN移回重新创建的ifgrp

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.