<?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 Multiple IP over single interface in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/Multiple-IP-over-single-interface/m-p/30466#M2092</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;In FAS 2240 filer I am having 2 number 10 GB ports. Here I want to distrubute CIFS and NFS traffic over different VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to configure multiple IP over single interface . There is any optionavailable on Data Ontap for this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read one article for configurating alian over interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I configure alis whether this will work for two different IP with different subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMM1278347/html/nag/networking/concept/c_oc_netw_ifconfig_alias.html#c_oc_netw_ifconfig_alias" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMM1278347/html/nag/networking/concept/c_oc_netw_ifconfig_alias.html#c_oc_netw_ifconfig_alias&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:10:04 GMT</pubDate>
    <dc:creator>SANTOSH_DEV</dc:creator>
    <dc:date>2025-06-05T06:10:04Z</dc:date>
    <item>
      <title>Multiple IP over single interface</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Multiple-IP-over-single-interface/m-p/30466#M2092</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;In FAS 2240 filer I am having 2 number 10 GB ports. Here I want to distrubute CIFS and NFS traffic over different VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to configure multiple IP over single interface . There is any optionavailable on Data Ontap for this configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read one article for configurating alian over interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I configure alis whether this will work for two different IP with different subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMM1278347/html/nag/networking/concept/c_oc_netw_ifconfig_alias.html#c_oc_netw_ifconfig_alias" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMM1278347/html/nag/networking/concept/c_oc_netw_ifconfig_alias.html#c_oc_netw_ifconfig_alias&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:10:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Multiple-IP-over-single-interface/m-p/30466#M2092</guid>
      <dc:creator>SANTOSH_DEV</dc:creator>
      <dc:date>2025-06-05T06:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IP over single interface</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/Multiple-IP-over-single-interface/m-p/30471#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you are creating a VLAN, then why do you need alias? I haven't worked on 10G mezzanine ethernet ports, but I think it is a dual port on each head. I suggest you create a ifgrp single mode (failover) and add respective VLANs to it. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example:&lt;BR /&gt;If you are creating vif: (single mode:Active/Passive failover)&lt;BR /&gt;ifgrp create single vif1 e1a e1b&lt;BR /&gt;vlan create vif1 10 (NFS) &lt;BR /&gt;vlan add vif1 20 (CIFS)&lt;/P&gt;&lt;P&gt;ifconfig vif1-10 192.168.10.2 netmask 255.255.255.0 mtusize 1500 partner vif1-10 nfo&lt;BR /&gt;ifconfig vif1-20 192.168.20.2 netmask 255.255.255.0 mtusize 1500 partner vif1-20 nfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not creating vif:&lt;BR /&gt;vlan create e1a 10 (NFS)&lt;BR /&gt;vlan add e1a 20 (CIFS)&lt;BR /&gt;ifconfig e1a-10 192.168.10.2 netmask 255.255.255.0 mtusize 1500 partner e1a-10 nfo&lt;BR /&gt;ifconfig e1a-20 192.168.20.2 netmask 255.255.255.0 mtusize 1500 partner e1a-20 nfo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts please chip in here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 16:13:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/Multiple-IP-over-single-interface/m-p/30471#M2093</guid>
      <dc:creator>ASHWINPAWARTESL</dc:creator>
      <dc:date>2013-02-15T16:13:23Z</dc:date>
    </item>
  </channel>
</rss>

