<?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: Share same Vlan in multiple SVMs in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459095#M44763</link>
    <description>&lt;P&gt;You cannot possibly have all the SVM workings with that IP range right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying you want or need to change the IP addresses to be in the same broadcast domain/ipspace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I said before, if you really really must do this, you could dedicate a physical interface to each SVM (like e0g) and create the vlan&lt;/P&gt;&lt;P&gt;SVM1 e0e-123&lt;/P&gt;&lt;P&gt;SVM2 e0f-123&lt;/P&gt;&lt;P&gt;SVM3 e0g-123&lt;/P&gt;&lt;P&gt;You can maintain your IPSPACEs but group into different broadcast-domains/ipspaces&lt;/P&gt;&lt;P&gt;broadcast-domain create -ipspace ips1 -broadcast-domain bd1-123 -mtu 9000 -ports node-01:e0e-123,node-02:e0e-123&lt;/P&gt;&lt;P&gt;broadcast-domain create -ipspace ips3 -broadcast-domain bd2-123 -mtu 9000 -ports node-01:e0f-123,node-02:e0f123&lt;/P&gt;&lt;P&gt;broadcast-domain create -ipspace ips3 -broadcast-domain bd3-123 -mtu 9000 -ports node-01:e0g-123,node-02:e0g123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want/need them in the same IPspace, there is another option with a small amount of downtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volume Rehost&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can leave the volume online, but unmount from the current location. Then rehost it. something like&lt;/P&gt;&lt;P&gt;vol unmount -vserver SVM3 -volume vol3_1&lt;/P&gt;&lt;P&gt;vol rehost -vserver SVM3 -volume vol3_1 -destination SVM1&lt;/P&gt;&lt;P&gt;(wait for it to finish)&lt;/P&gt;&lt;P&gt;vol mount -vserver SVM1 -volume vol3_1 /vol3_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to update export-policy rules and/or CIFS shares.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/networking/configure_ipspaces_cluster_administrators_only_overview.html#example-of-using-ipspaces" target="_blank"&gt;https://docs.netapp.com/us-en/ontap/networking/configure_ipspaces_cluster_administrators_only_overview.html#example-of-using-ipspaces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line, that it is not possible to merge different ipspaces together. It essentially violates the entire purpose of ipspaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something else that might work from the switch is "vlan mapping". I am not going to go into much detail. You may be able to create a new vlan for each SVM/ipspace and maybe have the switch map that new vlan (say vlan 456) to vlan 123. (Note: if you ask about this I will not provide more details. I think it might be possbile, I have never done it I just know the capability exists on some switches)&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 12:58:40 GMT</pubDate>
    <dc:creator>TMACMD</dc:creator>
    <dc:date>2025-03-04T12:58:40Z</dc:date>
    <item>
      <title>Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459015#M44740</link>
      <description>&lt;P&gt;Hello ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to share the same vlan in multiple SVMs for AV setup ( create additional LIF in each Vlan )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually ALL SMVs are in the same domain , but each SVM as their proper VLAN ,ipspace and broadcast-domain for data traffic .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 11:05:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459015#M44740</guid>
      <dc:creator>Uzzo</dc:creator>
      <dc:date>2025-02-28T11:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459018#M44741</link>
      <description>&lt;P&gt;The only way that is ever going to happen (the same VLAN in different IPSPACES) is if you dedicate different interfaces for different SVMs. Like e0g-120 for svm1 and e0h-120 for svm2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your setup, IPspaces are not really giving you any benefit.&lt;/P&gt;&lt;P&gt;If all the networking is the same, they should all be in the same broadcast-domain and IPspace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 11:59:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459018#M44741</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2025-02-28T11:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459021#M44743</link>
      <description>&lt;P&gt;Are you setting up ONTAP AV scanners?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 16:31:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459021#M44743</guid>
      <dc:creator>cruxrealm</dc:creator>
      <dc:date>2025-02-28T16:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459028#M44744</link>
      <description>Yes . i need to create a LIF for dedicated AV vlan</description>
      <pubDate>Fri, 28 Feb 2025 18:28:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459028#M44744</guid>
      <dc:creator>Uzzo</dc:creator>
      <dc:date>2025-02-28T18:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459050#M44745</link>
      <description>&lt;P&gt;So create a new vlan and put that vlan on each node that in an ipspace&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 19:27:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459050#M44745</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2025-02-28T19:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459087#M44757</link>
      <description>&lt;P&gt;VLAN exists .. i need 1 LIF with an IP on this VLAN , and for each SVM ( have multiple SVMs ) .&lt;/P&gt;&lt;P&gt;Problem is that&amp;nbsp; there is a dedicated Ipspace/bd&amp;nbsp; per SVMs ...&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 10:15:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459087#M44757</guid>
      <dc:creator>Uzzo</dc:creator>
      <dc:date>2025-03-04T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459088#M44758</link>
      <description>&lt;P&gt;example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SVM1 :: Ipspace1 / bd1 ==&amp;gt; IP 10.10.10.1 ( vlan 123 )&lt;/P&gt;&lt;P&gt;SVM2 :: Ipspace2 / bd2 ==&amp;gt; IP 10.10.10.2 ( vlan 123 )&lt;/P&gt;&lt;P&gt;SVM3 :: Ipspace3 / bd3 ==&amp;gt; IP 10.10.10.3 ( vlan 123 )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 10:17:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459088#M44758</guid>
      <dc:creator>Uzzo</dc:creator>
      <dc:date>2025-03-04T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459089#M44759</link>
      <description>&lt;P&gt;i know that&amp;nbsp;&amp;nbsp;SVM needs all its LIFs in the same IPSpace ... this is my blocking point .&lt;/P&gt;&lt;P&gt;i want to avoid to change ipspace/bd on all the SVMs ... there will be downtime&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 10:19:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459089#M44759</guid>
      <dc:creator>Uzzo</dc:creator>
      <dc:date>2025-03-04T10:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Share same Vlan in multiple SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459095#M44763</link>
      <description>&lt;P&gt;You cannot possibly have all the SVM workings with that IP range right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying you want or need to change the IP addresses to be in the same broadcast domain/ipspace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I said before, if you really really must do this, you could dedicate a physical interface to each SVM (like e0g) and create the vlan&lt;/P&gt;&lt;P&gt;SVM1 e0e-123&lt;/P&gt;&lt;P&gt;SVM2 e0f-123&lt;/P&gt;&lt;P&gt;SVM3 e0g-123&lt;/P&gt;&lt;P&gt;You can maintain your IPSPACEs but group into different broadcast-domains/ipspaces&lt;/P&gt;&lt;P&gt;broadcast-domain create -ipspace ips1 -broadcast-domain bd1-123 -mtu 9000 -ports node-01:e0e-123,node-02:e0e-123&lt;/P&gt;&lt;P&gt;broadcast-domain create -ipspace ips3 -broadcast-domain bd2-123 -mtu 9000 -ports node-01:e0f-123,node-02:e0f123&lt;/P&gt;&lt;P&gt;broadcast-domain create -ipspace ips3 -broadcast-domain bd3-123 -mtu 9000 -ports node-01:e0g-123,node-02:e0g123&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want/need them in the same IPspace, there is another option with a small amount of downtime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volume Rehost&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can leave the volume online, but unmount from the current location. Then rehost it. something like&lt;/P&gt;&lt;P&gt;vol unmount -vserver SVM3 -volume vol3_1&lt;/P&gt;&lt;P&gt;vol rehost -vserver SVM3 -volume vol3_1 -destination SVM1&lt;/P&gt;&lt;P&gt;(wait for it to finish)&lt;/P&gt;&lt;P&gt;vol mount -vserver SVM1 -volume vol3_1 /vol3_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to update export-policy rules and/or CIFS shares.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/networking/configure_ipspaces_cluster_administrators_only_overview.html#example-of-using-ipspaces" target="_blank"&gt;https://docs.netapp.com/us-en/ontap/networking/configure_ipspaces_cluster_administrators_only_overview.html#example-of-using-ipspaces&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line, that it is not possible to merge different ipspaces together. It essentially violates the entire purpose of ipspaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something else that might work from the switch is "vlan mapping". I am not going to go into much detail. You may be able to create a new vlan for each SVM/ipspace and maybe have the switch map that new vlan (say vlan 456) to vlan 123. (Note: if you ask about this I will not provide more details. I think it might be possbile, I have never done it I just know the capability exists on some switches)&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 12:58:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Share-same-Vlan-in-multiple-SVMs/m-p/459095#M44763</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2025-03-04T12:58:40Z</dc:date>
    </item>
  </channel>
</rss>

