Network and Storage Protocols

creating a second-level VIF

DUANESTRYDER
4,087 Views

Hi Experts,

I have two 10Gbe (e2a and e2b) and two 1Gbe (e0a and e0b), I created a vif for each pair

ifgrp create lacp INT-1G -b ip e0a e0b

ifgrp create lacp INT-10G -b ip e2a e2b

So now I want to create a VIF out of those two VIF, I am not sure if I should use single, multi or lacp. Then I want to favor the INT-10G

ifgrp create lacp INT-COMBO -b ip INT-10G INT-1G

ifgrp favor INT-10G

Can you please confirm if I got it correct, specailly the line that creates the INT-COMBO?

Thanks,

MD

5 REPLIES 5

bbjholcomb
4,087 Views

I suggest a single mode VIF for the second level VIF. I believe that if you use multi or LACP Ontap will use both of them. If you want the filer to use one or the other VIF use single mode and favor the one you want.

I believe that LACP should only be used with switches that support that, not sure it would work between two VIFs.

AGUMADAVALLI
4,087 Views

Hey

This is the best practice to use them and hope this helps you.

ifgrp create lacp INT-1G -b ip e0a e0b

ifgrp create lacp INT-10G -b ip e2a e2b

ifgrp create single INT-COMBO INT-10G INT-1G

ifgrp favor INT-10G

thank you

AK G

DUANESTRYDER
4,087 Views

Thanks! I was planning to share the trunk for iscsi, nfs and cifs traffic. However, I heard one Netapp guy saying that doing so could create contention with iscsi and nfs, specially when a storage vmotion is being performed. Is there some truth to that base on your experience?

md

AGUMADAVALLI
4,087 Views

If you are on the 10GB Pipe, no issues at all but for some reason as per the rc file, moved to 1 GBE. Then you may have contention but there is no document to show this truth.

Thank you

AK G

HUBBARDGRAHAM
4,087 Views

Did this config work for you?  I believe this is similar to what i am trying to achieve.  See my posted question at link below

https://communities.netapp.com/thread/32348

Public