ONTAP Discussions

VIF creation on static interface

f0rest
1,791 Views

HI ,

 

I am new in netapp.

 

I want to create vlan on my storage .I have only two interface available .

 

FAS2020

NetApp Release 7.3.7P3

 

e0a: flags=0x2d48867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
        inet 150.236.127.122 netmask-or-prefix 0xffffffe0 broadcast 150.236.127.127
        partner inet 150.236.127.117 (not in use)
        ether 00:a0:98:11:db:1c (auto-100tx-fd-up) flowcontrol full
e0b: flags=0x2d48867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
        inet 150.236.127.203 netmask-or-prefix 0xffffffe0 broadcast 150.236.127.223
        partner inet 150.236.127.202 (not in use)
        ether 00:a0:98:11:db:1d (auto-1000t-fd-up) flowcontrol full
lo: flags=0x1948049<UP,LOOPBACK,RUNNING,MULTICAST,TCPCKSUM> mtu 8160
        inet 127.0.0.1 netmask-or-prefix 0xff000000 broadcast 127.0.0.1
        ether 00:00:00:00:00:00 (VIA Provider)

 

Is it possible to create vif on one (e0b interface) or i need to use both e0a and e0b. How to create vif on running interface.

 

e0a is a 100mpbs interface and e0b is 1000mpbs.

 

1 REPLY 1

bobshouseofcards
1,760 Views

Hi f0rest -

 

While technically possible to crete a VIF with just one interface, the obvious question is why?  You mentioned you are new to NetApp - here's a very generic overview of NetApp VIFs.  

 

A VIF (literally Virtual InterFace, aka interface group or ifgrp) is a logical network port built on top of physical network port(s) or other VIFs.  VIFs allow creation of amplified capability - port failover, increased total bandwidth at a single logical endpoint, etc.

 

VIFs take one of two distinct modes - "single mode" where only one member of the VIF is active, and "multi-mode" where multiple physical ports in the VIF are simultaneously active.  Single mode VIFs provide failover between a group of ports.  One port and only one is active, the others are "passive".  If the active port stops working for any reason, communication can switch to one of the passive ports.  The assumption is that the passive ports are configured to allow communication in the same network configuration as was the formerly active port.

 

Multi-mode VIFs will send data over all member ports at the same time.  There are two variations of these as well - a basic multi-mode which is essentially port bonding and an advanced controllable mode using LACP as a control protocol.  Which multi-mode option you might be able to use depends on what your switch supports.  A basic switch might support simple port-bonding only, whereas higher end switches might be able to distribute the various members of an LACP type mult-mode VIF across physical switches.

 

Two or more multi-mode VIFs can be members of a higher level single mode VIF.  That way you have a single logical endpoint that can flip between groups of physical connections to switches.  It can be as complex or as simple as you like.

 

So back to your question.  In your configuration you note port e0a and e0b are running at different speeds.  I'm going to guess they are connected to different switches as well, athough they could be to the same switch at different speeds of course.  

 

To your question - yes you can create a single-mode VIF or at least a basic multi-mode VIF and assign it e0b as a single member.  If you never associated another port to the VIF, you gain nothing over using it as port e0b directly.  Which leads back to "why"?  If your intent is to use both ports e0a and e0b for a failover singlemode VIF, that begs the question of the entire network design given they currently run at different speeds.

 

If you have time to respond it would be helpful to know what you want to accomplish and why you are considering a VIF in this configuration.

 

 

 

Hope this helps.

 

Bob Greenwald

Senior Systems Engineer | cStor

NCIE SAN ONTAP, Data Protection

 

 

Kudos and accepted solutions are always appreciated.

Public