<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic FAS2050 Network Configuration Confusion Some guidance required in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75000#M7208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to deploy a NetApp FAS2050 and am hearing many different stories and varied configurations and would like some advice from some experts within this community as to the road I go down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 HP DL380 G7 boxes with vSphere 4.1 about to be installed on&lt;/P&gt;&lt;P&gt;2 X Cisco 3560's to connect them up to&lt;/P&gt;&lt;P&gt;a FAS2050 base configuration model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I would like to know is how best to wire up the networking for this set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From looking at netApp best practices they have advised about using 2 storage subnets and setting up multipathing. However from the looks of it as my switches don't do etherchannel trunking between switches this isn't possible without buying additional PCI cards for each filer head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to procure even further hardware because of the lead time and process overhead. After all I am only virtualising a few legacy servers in this environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I best set up the network configuration for this filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is looking at the best practice guides there are mentions of using 2 subnets for the Storage networks, why is that? Why can I not present all the disks down the same subnet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:05:22 GMT</pubDate>
    <dc:creator>ashminhas</dc:creator>
    <dc:date>2025-06-05T07:05:22Z</dc:date>
    <item>
      <title>FAS2050 Network Configuration Confusion Some guidance required</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75000#M7208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to deploy a NetApp FAS2050 and am hearing many different stories and varied configurations and would like some advice from some experts within this community as to the road I go down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 HP DL380 G7 boxes with vSphere 4.1 about to be installed on&lt;/P&gt;&lt;P&gt;2 X Cisco 3560's to connect them up to&lt;/P&gt;&lt;P&gt;a FAS2050 base configuration model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I would like to know is how best to wire up the networking for this set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From looking at netApp best practices they have advised about using 2 storage subnets and setting up multipathing. However from the looks of it as my switches don't do etherchannel trunking between switches this isn't possible without buying additional PCI cards for each filer head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to procure even further hardware because of the lead time and process overhead. After all I am only virtualising a few legacy servers in this environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I best set up the network configuration for this filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is looking at the best practice guides there are mentions of using 2 subnets for the Storage networks, why is that? Why can I not present all the disks down the same subnet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:05:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75000#M7208</guid>
      <dc:creator>ashminhas</dc:creator>
      <dc:date>2025-06-05T07:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2050 Network Configuration Confusion Some guidance required</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75004#M7209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could always vif/ifgrp the ports as "single" and then vlan them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. on version 7.3 something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create single test e0a e0b&lt;/P&gt;&lt;P&gt;vlan create test 10 20 30&lt;/P&gt;&lt;P&gt;ifconfig test-10 ip_address&lt;/P&gt;&lt;P&gt;ifconfig test-20 ip_address&lt;/P&gt;&lt;P&gt;ifconfig test-30 ip_address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 20:58:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75004#M7209</guid>
      <dc:creator>shane_bradley</dc:creator>
      <dc:date>2010-11-16T20:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2050 Network Configuration Confusion Some guidance required</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75013#M7210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I draw this out to make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this configuration be valid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With failover from Subnet 1 to Subnet 2 in case we lose a switch or filer head?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:13:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/FAS2050-Network-Configuration-Confusion-Some-guidance-required/m-p/75013#M7210</guid>
      <dc:creator>ashminhas</dc:creator>
      <dc:date>2010-11-17T13:13:26Z</dc:date>
    </item>
  </channel>
</rss>

