03-25-2013 09:00 AM - edited 03-01-2019 10:57 AM
Hi, we have direct attached Netapp storage to the FIs configured as fcoe storage ports, the FIs are in FC-switch mode. I see the netapp flogied into the FIs so the FC part looks good. I was creating a VIF on the Netapp side and tagging it on those ports connected to the FIs to be used for ethernet/nfs traffic. I need to tag vlan 100 from the FI side, but it looks like there is no way i can do this. The config on the FIs is as below -
FI-A(nxos)# sh run int eth1/23
interface Ethernet1/23
description F: FcoeStorage
pinning border
switchport mode trunk
switchport trunk native vlan 4049
switchport trunk allowed vlan 2000,4049
no shutdown
FI-A(nxos)# sh run int vfc745
interface vfc745
bind interface Ethernet1/23
switchport trunk allowed vsan 2000
no shutdown
The NXOS running on FIs is read-only. How do i allow vlan 100 on int eth1/23??
Solved! Go to Solution.
03-25-2013 09:42 AM
You'll need to also configuring the port as an Appliance port. This will make it a "Unified Storage" port rather than just FCoE_Storage port. When you add the "Appliance Port" role it will allow you to select the trunk VLANs you want to allow. The FI should then tag the traffic accordingly.
Ex.
interface Ethernet1/1
description AF: UnifiedStorage
no pinning server sticky
pinning server pinning-failure link-down
no cdp enable
switchport mode trunk
switchport trunk native vlan 4049
switchport trunk allowed vlan 1,240,4048-4049
no shutdown
Regards,
Robert
03-25-2013 09:42 AM
You'll need to also configuring the port as an Appliance port. This will make it a "Unified Storage" port rather than just FCoE_Storage port. When you add the "Appliance Port" role it will allow you to select the trunk VLANs you want to allow. The FI should then tag the traffic accordingly.
Ex.
interface Ethernet1/1
description AF: UnifiedStorage
no pinning server sticky
pinning server pinning-failure link-down
no cdp enable
switchport mode trunk
switchport trunk native vlan 4049
switchport trunk allowed vlan 1,240,4048-4049
no shutdown
Regards,
Robert
03-25-2013 02:26 PM
Thanks Robert, that worked... . but why does it have cdp disabled? a feature nice to have...
03-25-2013 02:45 PM
Also, since the FIs don`t do VPC, what is the best way to connect Netapp to them. Currently I just have one link from each storage head to each FI (head A - FIA and head B - FIB). Lets say to start with, If i connect storage-head-A to both the FIs then I am preety sure my LACP trunk from the Netapp-head-A will not come up as the FIs are not in a vpc pair and hence do not have a system-vpc-mac which will be the lacp-neighbor-id from the Netapp.
Please advise??
03-27-2013 11:28 AM
You'll have one NetApp head connected to FI-A and the other to FI-B. You're correct that these will not be aggregated links, but individual.
Robert
03-27-2013 02:27 PM
So now how does the link failover work in this case? Lets say if I have vif tagged with vlan 100 with an ip of 10.100.100.100/24 on the trunk to FI-A, and if that link goes down, how does the vif failover?
03-27-2013 05:12 PM
Thats a NetApp question , VIF failover happens at the NetApp side. Depend on your failover configuration the partner node assumes the VIF id and pass the traffic through thats VIF.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide