<?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 Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21449#M2105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback. I've made a couple of changes with regards to aliases then. What do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create lacp vif1 -b ip e0a e0b&lt;/P&gt;&lt;P&gt;vlan create vif1 200 400&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 10.1.200.26 netmask 255.255.255.0 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 alias 10.1.200.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif1-400 10.1.400.26 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;vif create lacp vif2 -b ip e0c e0d&lt;/P&gt;&lt;P&gt;vlan create vif2 300 500&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 10.1.300.26 netmask 255.255.255.0 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 alias 10.1.300.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif2-500 10.1.500.26 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;route add default 10.1.500.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;reboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point as long as the ether channel group and the associated ports in the switch stack are configured for dot1q trunks with the allowed above vlans it should work. Anything else you can think about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 17:51:20 GMT</pubDate>
    <dc:creator>cserpadss</dc:creator>
    <dc:date>2012-09-27T17:51:20Z</dc:date>
    <item>
      <title>MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21435#M2097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are reconfiguring our FAS2040 using an MSLA setup for load balance. Our switching infrastructure is a 3750 stack of 4 members and the clients connecting to the Filer are 6 ESXi 5.1 servers via NFS/iSCSI as well Windows machines via CIFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NFS Subnet / VLAN: 10.1.200.0 / 200 &lt;/P&gt;&lt;P&gt;iSCSI Subnet / VLAN: 10.1.300.0 / 300&lt;/P&gt;&lt;P&gt;Mangement Subnet / VLAN: 10.1.400.0 / 400&lt;/P&gt;&lt;P&gt;CIFS Subnet / VLAN: 10.1.500.0 / 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ESXi NFS VMkernel IP: 10.1.200.15&lt;/P&gt;&lt;P&gt;ESXi iSCSI VMkernel IP: 10.1.300.15&lt;/P&gt;&lt;P&gt;Load Balancing options: Route based on IP hash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking that e0a and e0b can be put into a VIF to serve NFS/management traffic so I would assign the following IP and aliases to the LACP VIF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.1.200.26, 10.1.200.226, 10.1.400.26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm put e0c and e0d in another VIF for iSCSI and CIFS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.1.300.26, 10.1.300.226, 10.1.500.26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within vSphere I would have to divide the datastore load evenly between 10.1.200.26 and 10.1.200.226, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to serve iSCSI/NFS/CIFS and management traffic through the 4 ports in the filer. Splitting the load between the 2 ports in each VIF is ideal, although I could also split it among all four ports by creating a single 4-port VIF with 4 iSCSI IP's, 4 NFS IP's and 1 IP for MGMT and CIFS...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be your recommendation? Also I need to tag a VLAN id to each IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is what I am planning on running:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create lacp vif1 -b ip e0a e0b&lt;BR /&gt;vlan create vif1 200 400&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 10.1.200.26 netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig vif1-200 alias 10.1.200.226 netmask 255.255.255.0&lt;BR /&gt;ifconfig vif1-400 alias 10.1.400.26 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;vif create lacp vif2 -b ip e0c e0d&lt;BR /&gt;vlan create vif2 300 500&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 10.1.300.26 netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig vif2-300 alias 10.1.300.226 netmask 255.255.255.0&lt;BR /&gt;ifconfig vif2-500 alias 10.1.500.26 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;route add default 10.1.500.1 1&lt;BR /&gt;routed on&lt;/P&gt;&lt;P&gt;reboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to see the switching setup as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:18:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21435#M2097</guid>
      <dc:creator>cserpadss</dc:creator>
      <dc:date>2025-06-05T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21440#M2100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alias will work natively if they belong to the same VLAN. I have done it in the past. &lt;/P&gt;&lt;P&gt;It seems your Alias are from different VLANs. In that case VLAN tagging should be required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conceptually, I don't see a problem. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 06:40:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21440#M2100</guid>
      <dc:creator>ogra</dc:creator>
      <dc:date>2012-09-27T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21449#M2105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your feedback. I've made a couple of changes with regards to aliases then. What do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create lacp vif1 -b ip e0a e0b&lt;/P&gt;&lt;P&gt;vlan create vif1 200 400&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 10.1.200.26 netmask 255.255.255.0 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 alias 10.1.200.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif1-400 10.1.400.26 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;vif create lacp vif2 -b ip e0c e0d&lt;/P&gt;&lt;P&gt;vlan create vif2 300 500&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 10.1.300.26 netmask 255.255.255.0 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 alias 10.1.300.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif2-500 10.1.500.26 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;route add default 10.1.500.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;reboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point as long as the ether channel group and the associated ports in the switch stack are configured for dot1q trunks with the allowed above vlans it should work. Anything else you can think about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 17:51:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21449#M2105</guid>
      <dc:creator>cserpadss</dc:creator>
      <dc:date>2012-09-27T17:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21455#M2108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well yeah it looks good. &lt;/P&gt;&lt;P&gt;Just 1 thing I skipped earlier is, why are you creating VLANS ? You aren't doing VLAN tagging anywhere. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand it correctly, you are attempting to use 1 VIF (LACP) to have 2 IP addresses of different subnet. Correct ? &lt;/P&gt;&lt;P&gt;Then, I don't see the reason for VLAN creation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know !&lt;/P&gt;&lt;P&gt;Cheers ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:32:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21455#M2108</guid>
      <dc:creator>ogra</dc:creator>
      <dc:date>2012-10-03T16:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21460#M2110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add 1 more thing. &lt;/P&gt;&lt;P&gt;I don't the partner VIF interface for failover. If you don't mention that when controller fails the IP failover won't happen. As there is nothing to failover to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:39:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21460#M2110</guid>
      <dc:creator>ogra</dc:creator>
      <dc:date>2012-10-03T16:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21464#M2111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The etherchannel group will be in trunk mode and will allow for connection to VLANs 200 and 400, in our network a vlan represents a subnet. Thus vlan 200 is used on the network 10.1.200.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Port-channel1&lt;/P&gt;&lt;P&gt;description LACP_VIF1_for_Filer1A&lt;/P&gt;&lt;P&gt;switchport&lt;/P&gt;&lt;P&gt;switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt;switchport trunk allowed vlan 200,400&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;switchport nonegotiate&lt;/P&gt;&lt;P&gt;spanning-tree guard loop&lt;/P&gt;&lt;P&gt;spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet1/0/11&lt;BR /&gt;description Filer1A_e0a_2x_LACP_802.1q_Trunk&lt;BR /&gt;switchport&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport trunk allowed vlan 200,400&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport nonegotiate&lt;BR /&gt;spanning-tree guard loop&lt;BR /&gt;spanning-tree portfast trunk&lt;BR /&gt;channel-protocol lacp&lt;BR /&gt;channel-group 1 mode active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet 2/0/14&lt;BR /&gt;description Filer1A_e0b_2x_LACP_802.1q_Trunk&lt;BR /&gt;switchport&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport trunk allowed vlan 200,400&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport nonegotiate&lt;BR /&gt;spanning-tree guard loop&lt;BR /&gt;spanning-tree portfast trunk&lt;BR /&gt;channel-protocol lacp&lt;BR /&gt;channel-group 1 mode active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 16:52:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21464#M2111</guid>
      <dc:creator>cserpadss</dc:creator>
      <dc:date>2012-10-03T16:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21469#M2113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, I hadn't added that yet into the rc file. Below is what the new configuration should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif1 -b ip e0a e0b&lt;/P&gt;&lt;P&gt;vlan create vif1 200 400&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 10.1.200.26 netmask 255.255.255.0 mtusize 1500 partner vif1-200 mediatype auto flowcontrol full up&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 alias 10.1.200.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif1-400 10.1.400.26 netmask 255.255.255.0 mtusize 1500 partner vif1-400 mediatype auto flowcontrol full up&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif1 -b ip e0c e0d&lt;/P&gt;&lt;P&gt;vlan create vif1 300 500&lt;/P&gt;&lt;P&gt;ifconfig vif1-300 10.1.300.26 netmask 255.255.255.0 mtusize 1500 partner vif1-300 mediatype auto flowcontrol full up&lt;/P&gt;&lt;P&gt;ifconfig vif1-300 alias 10.1.300.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif1-500 10.1.500.26 netmask 255.255.255.0 mtusize 1500 partner vif1-500 mediatype auto trusted wins&amp;nbsp; flowcontrol full up&lt;/P&gt;&lt;P&gt;route add default 10.1.500.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.domainname domain.com&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:10:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21469#M2113</guid>
      <dc:creator>cserpadss</dc:creator>
      <dc:date>2012-10-03T17:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21473#M2115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you mean to define two igrp's with vif1?&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif1 -b ip e0a e0b&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif1 -b ip e0c e0d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice is to use A and C ports in one vif and B and D in another. The A&amp;amp;B ports share a ASIC chip, the same is true for the C&amp;amp;D ports..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 18:00:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21473#M2115</guid>
      <dc:creator>bbjholcomb</dc:creator>
      <dc:date>2012-10-03T18:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21478#M2117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that was a typo, it should have been vif2 and that's good to know about the port chips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revised config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif1 -b ip e0a e0c&lt;/P&gt;&lt;P&gt;vlan create vif1 200 400&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 10.1.200.26 netmask 255.255.255.0 mtusize 1500 partner vif1-200 mediatype auto flowcontrol full up&lt;/P&gt;&lt;P&gt;ifconfig vif1-200 alias 10.1.200.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif1-400 10.1.400.26 netmask 255.255.255.0 mtusize 1500 partner vif1-400 mediatype auto flowcontrol full up&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif2 -b ip e0b e0d&lt;/P&gt;&lt;P&gt;vlan create vif2 300 500&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 10.1.300.26 netmask 255.255.255.0 mtusize 1500 partner vif2-300 mediatype auto flowcontrol full up&lt;/P&gt;&lt;P&gt;ifconfig vif2-300 alias 10.1.300.226 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig vif2-500 10.1.500.26 netmask 255.255.255.0 mtusize 1500 partner vif2-500 mediatype auto trusted wins&amp;nbsp; flowcontrol full up&lt;/P&gt;&lt;P&gt;route add default 10.1.500.1 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.domainname domain.com&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 18:10:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21478#M2117</guid>
      <dc:creator>cserpadss</dc:creator>
      <dc:date>2012-10-03T18:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: MSLA Setup for NFS/ISCSI/MGMT/CIFS and Multiple VLANs</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21483#M2119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just curious to check back. &lt;/P&gt;&lt;P&gt;Did it work ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 07:27:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/MSLA-Setup-for-NFS-ISCSI-MGMT-CIFS-and-Multiple-VLANs/m-p/21483#M2119</guid>
      <dc:creator>ogra</dc:creator>
      <dc:date>2012-11-19T07:27:18Z</dc:date>
    </item>
  </channel>
</rss>

