ONTAP Discussions

Change Flow control in C-DOT

RAMACHANDRA_CL
5,172 Views

I have ifgrp "a10a" with two ports e0a and e0b. active aggr is e0b which flow flontrol is set to Full and other port e0b flow control is set to none. In switch both ports are set to flow control as none.

 

This ifgrp a10a has VLANn tag and created two lifs on top with role as intercluster. I cannot move intercluster lif to anyother port. (I dont have additional port in same storage).

 

How can I modify flow control of port e0b from full to none?

 

Need advise from experts..

3 REPLIES 3

JGPSHNTAP
5,170 Views

net port modify

SeanHatfield
5,133 Views

Remove it from the ifgrp, change the port's flow control to none, then add it back into the ifgrp.

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

Sahana
5,128 Views

Use net port modify -node node01 -port e0b -flowcontrol-admin none

Refer https://library.netapp.com/ecmdocs/ECMP1366832/html/network/port/modify.html

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public