<?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: multiple vfiler in the same ipspace in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/multiple-vfiler-in-the-same-ipspace/m-p/22876#M5394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community Members&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find a solution in my rc file:&lt;/P&gt;&lt;P&gt;Setup IP directly in the vfiler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vfiler run vfiler01 setup -e VIF-1210:10.254.0.96:255.255.255.0&lt;/P&gt;&lt;P&gt;vfiler run vfiler02 setup -e VIF-1210:10.254.0.97:255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vfiler run fridafs01 route add default 10.254.0.254 1&lt;/P&gt;&lt;P&gt;vfiler run fridafs02 route add default 10.254.0.254 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2013 10:13:39 GMT</pubDate>
    <dc:creator>lagenevoise</dc:creator>
    <dc:date>2013-12-02T10:13:39Z</dc:date>
    <item>
      <title>multiple vfiler in the same ipspace</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/multiple-vfiler-in-the-same-ipspace/m-p/22870#M5390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with my vFiler network configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 ipspaces:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;default-ipspace&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;/TD&gt;&lt;TD&gt;(c0a c0b e0M losk VIF VIF-10 VIF-6)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;VIF-1210&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;/TD&gt;&lt;TD&gt;(VIF-1210)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;VIF-1215&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;/TD&gt;&lt;TD&gt;(VIF-1215)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 vFilers:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Vfiler Name&lt;BR /&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;vFiler IPSpace&lt;BR /&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;vfiler IP&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;vfiler01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;VIF-1210&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10.254.0.96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;vfiler02&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;VIF-1210&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10.254.0.97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;vfiler03&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;VIF-1215&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;10.128.0.100&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my RC file:&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif01_1GB -b ip e0a e0b&lt;/P&gt;&lt;P&gt;ifgrp create lacp vif02_10GB -b ip e6a e6b&lt;/P&gt;&lt;P&gt;ifgrp create single VIF vif01_1GB vif02_10GB&lt;/P&gt;&lt;P&gt;ifgrp favor vif02_10GB&lt;/P&gt;&lt;P&gt;vlan create VIF 10 6&lt;/P&gt;&lt;P&gt;vlan add VIF 1215 1210&lt;/P&gt;&lt;P&gt;ifconfig VIF-1215 partner VIF-1215&lt;/P&gt;&lt;P&gt;ifconfig VIF-1210 partner VIF-1210&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig VIF-1215 vfiler03 netmask 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig VIF-1210 vfiler01 netmask 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;vfiler run fridafs02 setup -e VIF-1210:10.254.0.97:255.255.255.0&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt; This line permit to have 2 vFiler in the same VLAN and replace the line &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;ifconfig VIF-1210 vfiler02 netmask 255.255.255.0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;vfiler run fridafs01 route add default 10.254.0.254 1&lt;/P&gt;&lt;P&gt;vfiler run fridafs02 route add default 10.254.0.254 1&lt;/P&gt;&lt;P&gt;vfiler run fridafs03 route add default 10.128.0.254 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ping my three vfilers the 3 are reachable&lt;/P&gt;&lt;P&gt;I restart my controler&lt;/P&gt;&lt;P&gt;During the reboot no response from vfiler (Normal)&lt;/P&gt;&lt;P&gt;after the reboot&lt;/P&gt;&lt;P&gt;vfiler01 &amp;amp; vfiler03 are reachable but vfiler02 is not reachable until i run the orange line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question how integrate the orange line in the rc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:48:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/multiple-vfiler-in-the-same-ipspace/m-p/22870#M5390</guid>
      <dc:creator>lagenevoise</dc:creator>
      <dc:date>2025-06-05T05:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: multiple vfiler in the same ipspace</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/multiple-vfiler-in-the-same-ipspace/m-p/22876#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community Members&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find a solution in my rc file:&lt;/P&gt;&lt;P&gt;Setup IP directly in the vfiler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vfiler run vfiler01 setup -e VIF-1210:10.254.0.96:255.255.255.0&lt;/P&gt;&lt;P&gt;vfiler run vfiler02 setup -e VIF-1210:10.254.0.97:255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vfiler run fridafs01 route add default 10.254.0.254 1&lt;/P&gt;&lt;P&gt;vfiler run fridafs02 route add default 10.254.0.254 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 10:13:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/multiple-vfiler-in-the-same-ipspace/m-p/22876#M5394</guid>
      <dc:creator>lagenevoise</dc:creator>
      <dc:date>2013-12-02T10:13:39Z</dc:date>
    </item>
  </channel>
</rss>

