<?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: FAS2020 and multiple VLANS on VIF - one VLAN not responding in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/101349#M20539</link>
    <description>&lt;P&gt;You've told the netapp to expect VLAN 1 to come in tagged. &amp;nbsp;You'll need to tell the Switch to send it tagged by setting some other VLAN (even a dummy vlan) as the native vlan on the port channel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2015 06:31:40 GMT</pubDate>
    <dc:creator>shatfield</dc:creator>
    <dc:date>2015-03-04T06:31:40Z</dc:date>
    <item>
      <title>FAS2020 and multiple VLANS on VIF - one VLAN not responding</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/100772#M20443</link>
      <description>&lt;P&gt;I was hoping someone could help me with a networking issue I have had with a single &amp;nbsp;NetApp FAS2020 running Data ONTAP 7.3.6 and a Cisco 2960S running IOS 12.2(55)&lt;BR /&gt;The filer was originally configured as shown below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vif create lacp vswif1 -b rr e0a e0b&lt;BR /&gt;ifconfig vswif1 172.16.80.92 netmask 255.255.255.0 mtusize 1500 mediatype auto&lt;BR /&gt;ifconfig vswif1 alias 172.16.80.91 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I stopped all the interfaces and entered the following commands&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan create vswif1 1 2 3 4&lt;BR /&gt;ifconfig vswif1-1 172.16.80.92 netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig vswif1-2 172.16.81.92 netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig vswif1-3 172.16.82.92 netmask 255.255.255.0 mtusize 1500&lt;BR /&gt;ifconfig vswif1-4 172.16.83.92 netmask 255.255.255.0 mtusize 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then reconfigured my Cisco switch with the following commands from the config prompt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface Po 4&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;switchport trunk allowed vlan 1-4&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport nonegotiate&lt;BR /&gt;spanning-tree guard loop&lt;BR /&gt;spanning-tree portfast trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then configured two ports as follows to create the etherchannel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;BR /&gt;switchport trunk allowed vlan 1-4&lt;BR /&gt;switchport trunk encapsulation dot1q&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 4 mode active&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything came up and I then tested pinging the netapp interfaces on all four vlans. Vlans 2, 3 and 4 responded OK but vlan 1 interface did not respond which is the address my VMWare hosts look for. These are the only vlans defined on the switch. The filers default route is to the VLAN 1 svi address on the switch. The routing table on the switch has the following entries:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;172.16.0.0/24 is subnetted, 4 subnets&lt;BR /&gt;C 172.16.80.0 is directly connected, Vlan1&lt;BR /&gt;C 172.16.81.0 is directly connected, Vlan2&lt;BR /&gt;C 172.16.82.0 is directly connected, Vlan3&lt;BR /&gt;C 172.16.83.0 is directly connected, Vlan4&lt;BR /&gt;S* 0.0.0.0/0 [1/0] via 172.16.80.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have I missed something out of the switch setup or the filer setup that is stopping the switch seeing the filer on vlan 1?&lt;/P&gt;&lt;P&gt;Any help will be appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:04:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/100772#M20443</guid>
      <dc:creator>DerwentGuy</dc:creator>
      <dc:date>2025-06-05T05:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2020 and multiple VLANS on VIF - one VLAN not responding</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/100931#M20476</link>
      <description>&lt;P&gt;can you please add the output of route -s on the filer? are you able to ping the default gateway (according to your info&amp;nbsp;should most likely be 172.16.80.1?)&lt;/P&gt;&lt;P&gt;as well ifconfig -a or just for the interfaces, as you wish.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 13:27:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/100931#M20476</guid>
      <dc:creator>axsys</dc:creator>
      <dc:date>2015-02-23T13:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2020 and multiple VLANS on VIF - one VLAN not responding</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/101349#M20539</link>
      <description>&lt;P&gt;You've told the netapp to expect VLAN 1 to come in tagged. &amp;nbsp;You'll need to tell the Switch to send it tagged by setting some other VLAN (even a dummy vlan) as the native vlan on the port channel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 06:31:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-and-multiple-VLANS-on-VIF-one-VLAN-not-responding/m-p/101349#M20539</guid>
      <dc:creator>shatfield</dc:creator>
      <dc:date>2015-03-04T06:31:40Z</dc:date>
    </item>
  </channel>
</rss>

