<?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: Vlan Tagging in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45849#M10702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see why it wouldn't work with MultiStore.&amp;nbsp; You assign IPs to vfilers, not interfaces per se as interfaces can have multiple IPs.&amp;nbsp; So I would set up the vlan interfaces first, then assign the IPs to the vfilers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 17:44:39 GMT</pubDate>
    <dc:creator>adamfox</dc:creator>
    <dc:date>2009-05-28T17:44:39Z</dc:date>
    <item>
      <title>Vlan Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45845#M10700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reference to my previous post I have been told Vlan Tagging will help with (&lt;A href="http://communities.netapp.com/message/11131#11131)" target="_blank"&gt;http://communities.netapp.com/message/11131#11131)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have experience or advice on this with Multistore (vfilers)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:27:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45845#M10700</guid>
      <dc:creator>anthonyfeigl</dc:creator>
      <dc:date>2025-06-05T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45849#M10702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see why it wouldn't work with MultiStore.&amp;nbsp; You assign IPs to vfilers, not interfaces per se as interfaces can have multiple IPs.&amp;nbsp; So I would set up the vlan interfaces first, then assign the IPs to the vfilers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 17:44:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45849#M10702</guid>
      <dc:creator>adamfox</dc:creator>
      <dc:date>2009-05-28T17:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45854#M10704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any specific examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my Prod rc (man do I hate networking...probably cause I don't understand it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname anthonyfiler1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Setup production interface&lt;BR /&gt;ifconfig e7a flowcontrol full&lt;BR /&gt;ifconfig e7b flowcontrol full&lt;BR /&gt;ifconfig e9a flowcontrol full&lt;BR /&gt;ifconfig e9b flowcontrol full&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create multi trunk1 e7b e7a&lt;BR /&gt;vif create multi trunk2 e9a e9b&lt;BR /&gt;vif create single anthonyfiler1 trunk1 trunk2&lt;BR /&gt;ifconfig anthonyfiler1 .15.103 netmask 255.255.254.0 partner anthonyfiler2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;oc2&lt;BR /&gt;vif favor trunk1&lt;BR /&gt;route add default .15.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Setup IP aliases for vfilers&lt;BR /&gt;#ifconfig anthonyfiler1 alias .15.??? netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.50 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.51 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.52 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.53 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.54 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.55 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.56 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.57 netmask 255.255.254.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Setup filer management interface.&lt;BR /&gt;ifconfig e0 `hostname`a flowcontrol full netmask 255.255.254.0 mediatype 100tx-f&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.59 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.60 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.61 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.62 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .15.79 netmask 255.255.254.0&lt;BR /&gt;ifconfig anthonyfiler1 alias .14.106 netmask 255.255.254.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#routed on&lt;BR /&gt;options dns.domainname mycompany.com&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;BR /&gt;#exportfs -a&lt;BR /&gt;nfs off&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 17:54:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45854#M10704</guid>
      <dc:creator>anthonyfeigl</dc:creator>
      <dc:date>2009-05-28T17:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan Tagging</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45859#M10706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm...not sure how vlan tagging will help if all of your interfaces are on the same vlan.&amp;nbsp; In your case, aliasing may be the right answer.&lt;/P&gt;&lt;P&gt;Vlan tagging is used when you want an interface (physical or virtual) to span vlans/subnets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 17:59:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vlan-Tagging/m-p/45859#M10706</guid>
      <dc:creator>adamfox</dc:creator>
      <dc:date>2009-05-28T17:59:21Z</dc:date>
    </item>
  </channel>
</rss>

