<?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: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0 in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128140#M5275</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to this community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem in da script for creating a DR SVM.&lt;/P&gt;&lt;P&gt;As i analysed the difference between 8.3.2 and 9.0 is, that you don't need / can't use&amp;nbsp;RoutingGroupName anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so your script has to be aware witch ONTAP Version the controller runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R&lt;BR /&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 16:34:35 GMT</pubDate>
    <dc:creator>mkerkmann</dc:creator>
    <dc:date>2017-02-15T16:34:35Z</dc:date>
    <item>
      <title>Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128095#M5268</link>
      <description>&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;This started out as WFA inquiry but I can reproduce the problem with just PowerShell. I am attempting to create a new LIF after creating a new SVM. The issue seems to have to do with Routing-Groups which were depricated in ONTAP 8.3 and even more so in ONTAP 9.0. The &lt;STRONG&gt;New-NcNetInterface&lt;/STRONG&gt; cmdlet has a -RoutingGroup parameter which I'm leaving off. ONTAP 9.0 seems to want or need it but I have no idea what to give it since there are no routing-groups in ONTAP 9.0. ONTAP 8.3.2 seems to still support the concept (i.e.; Get-NcNetInterface will return the routing-group attribute of a LIF with a name like the old d192.168.0.0/24) but ONTAP 9.0 returns nothing ... hence I do not have anything to feed the -RoutingGroup parameter. Here is my testing. Am I missing something?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;STRONG&gt;$psversiontable.PSVersion&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;Major Minor Build Revision&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;----- ----- ----- --------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;5 1 14393 693&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;STRONG&gt;Get-NaToolkitVersion&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;Major Minor Build Revision&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;----- ----- ----- --------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;4 1 0 0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;FONT color="#339966"&gt;# First&amp;nbsp;Against a 9.0&amp;nbsp;cluster (NOTE: the vserver is pre-existing at this point)&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&amp;nbsp;&lt;STRONG&gt;Connect-NcController lt-stor.tnt.com -cred $cred&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;Name Address Vserver Version&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;---- ------- ------- -------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;lt-stor.tnt.com 192.168.0.200&amp;nbsp;&lt;STRONG&gt;NetApp Release 9.0&lt;/STRONG&gt;: Fri Aug 19 06:39:33 UTC 2016&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&amp;nbsp;&lt;STRONG&gt;New-NcNetInterface -Name lt-dscdrtest004 -Vserver lt-dscdrtest004 -role data -node lt-stor-01 -Port e0d -Address 192.168.0.214 -Netmask 255.255.255.0 -DataProtocols @('cifs','nfs')&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;New-NcNetInterface : Internal error. Routing group not found. Contact technical support for assistance.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;At line:1 char:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ New-NcNetInterface -Name lt-dscdrtest004 -Vserver lt-dscdrtest004 -ro ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ CategoryInfo : InvalidOperation: (lt-stor.tnt.com:NcController) [New-NcNetInterface], EAPIERROR&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.NewNcNetInterface&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;FONT color="#339966"&gt;# Now Against an 8.3.2 cluster&amp;nbsp;&lt;SPAN&gt;(NOTE: the vserver is pre-existing at this point)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&amp;nbsp;&lt;STRONG&gt;Connect-NcController hq-stor.tnt.com -cred $cred&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;Name Address Vserver Version&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;---- ------- ------- -------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;hq-stor.tnt.com 192.168.0.120&amp;nbsp;&lt;STRONG&gt;NetApp Release 8.3.2&lt;/STRONG&gt;: Tue Feb 23 23:35:06 UTC 2016&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt;&amp;nbsp;&lt;STRONG&gt;New-NcNetInterface -Name hq-dscdrtest001-02 -Vserver hq-dscdrtest001 -role data -node hq-stor-01 -Port e0d -Address 192.168.0.134 -Netmask 255.255.255.0 -DataProtocols @('cifs','nfs')&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;InterfaceName OpStatus DataProtocols FirewallPolicy Vserver Address&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;------------- -------- ------------- -------------- ------- -------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;hq-dscdrtest001-02 up {nfs, cifs} data hq-dscdrtest001 192.168.0.134&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;PS C:&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-tags lia-component-tags"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:27:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128095#M5268</guid>
      <dc:creator>dkorns</dc:creator>
      <dc:date>2025-06-04T15:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128096#M5269</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/50112"&gt;@dkorns&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does a route/gateway for that subnet exist on the SVM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:01:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128096#M5269</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-02-14T20:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128098#M5270</link>
      <description>&lt;P&gt;Thanks Andrew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good question, and no, there is no route (yet). I was thinking that would be done after creating the LIF since that is what some code Im looking at does (from a WFA command). But I re-tested creating a route before creating the LIF ... but it still complains about wanting a Routing-Group (or -RoutingGroup param). Maybe&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;STRONG&gt;Connect-NcController lt-stor.tnt.com -cred $cred&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;Name Address Vserver Version&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;---- ------- ------- -------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;lt-stor.tnt.com 192.168.0.200 &lt;STRONG&gt;NetApp Release 9.0&lt;/STRONG&gt;: Fri Aug 19 06:39:33 UTC 2016&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;STRONG&gt;New-NcNetInterface -Name lt-dscdrtest004 -Vserver lt-dscdrtest004 -role data -node lt-stor-01 -Port e0d -Address 192.168.0.214 -Netmask 255.255.255.0 -DataProtocols @('cifs','nfs')&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;New-NcNetInterface : Internal error. Routing group not found. Contact technical support for assistance.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;At line:1 char:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ New-NcNetInterface -Name lt-dscdrtest004 -Vserver lt-dscdrtest004 -ro ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ CategoryInfo : InvalidOperation: (lt-stor.tnt.com:NcController) [New-NcNetInterface], EAPIERROR&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.NewNcNetInterface&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:\Users\davekorns&amp;gt; &lt;STRONG&gt;New-NcNetRoute -Destination 0.0.0.0/0 -Gateway 192.168.0.1 -Metric 20 -VserverContext lt-dscdrtest004&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;Destination Gateway Metric Vserver&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;----------- ------- ------ -------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;0.0.0.0/0 192.168.0.1 20 lt-dscdrtest004&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;STRONG&gt;New-NcNetInterface -Name lt-dscdrtest004 -Vserver lt-dscdrtest004 -role data -node lt-stor-01 -Port e0d -Address 192.168.0.214 -Netmask 255.255.255.0 -DataProtocols @('cifs','nfs')&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;New-NcNetInterface : Internal error. Routing group not found. Contact technical support for assistance.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;At line:1 char:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ New-NcNetInterface -Name lt-dscdrtest004 -Vserver lt-dscdrtest004 -ro ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ CategoryInfo : InvalidOperation: (lt-stor.tnt.com:NcController) [New-NcNetInterface], EAPIERROR&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#FF0000"&gt;+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.NewNcNetInterface&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;PS C:&amp;gt; &lt;STRONG&gt;Get-NcNetInterface | select InterfaceName,routingGroupName&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;InterfaceName RoutingGroupName&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;------------- ----------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;cluster_mgmt&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;lt-stor-01_mgmt1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;lt-stor-01_repl1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;lt-vs0_cifs_nfs_lif1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7" color="#3366FF"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Notice in the last command returning blank for RoutingGroupName ... which I think is ONTAP standard behaviour but can't udnerstand why New-NcNetInterface seems to require it. I'm probaly confused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:18:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128098#M5270</guid>
      <dc:creator>dkorns</dc:creator>
      <dc:date>2017-02-14T21:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128099#M5271</link>
      <description>&lt;P&gt;I tested your code with my ONTAP 9.0P1 system using ONTAP modules 4.1 and didn't encounter the error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PS C:\Users\asull&amp;gt; New-NcNetInterface -Name ndc_test -Vserver NDC -Role data -node VICE-07 -port a0a-10 -Address 172.16.13.110 -NetmaskLength 24 -DataProtocols cifs,nfs

InterfaceName        OpStatus DataProtocols        FirewallPolicy Vserver              Address                                                                        
-------------        -------- -------------        -------------- -------              -------                                                                        
ndc_test                up    {nfs, cifs}               data      NDC                  172.16.13.110                                                                  



PS C:\Users\asull&amp;gt; Get-NcNetInterface -Vserver NDC

InterfaceName        OpStatus DataProtocols        FirewallPolicy Vserver              Address                                                                        
-------------        -------- -------------        -------------- -------              -------                                                                        
NDC_nfs_lif1            up    {nfs, cifs}               mgmt      NDC                  172.16.10.10                                                                   
ndc_test                up    {nfs, cifs}               data      NDC                  172.16.13.110                                                                  &lt;/PRE&gt;&lt;P&gt;Maybe something else in the network configuration is missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:27:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128099#M5271</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-02-14T21:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128100#M5272</link>
      <description>&lt;P&gt;Thanks Andrew ... could you do me a &lt;STRONG&gt;Get-NcNetRoute&lt;/STRONG&gt;&amp;nbsp;on that same system for comparison w/mine. I'm beginning to believe it could be a config issue. I had all this working w/8.3.2 and since I've introduced 9.0 in the mix I'm hitting this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, on &lt;STRONG&gt;-NetMask&lt;/STRONG&gt; versus &lt;STRONG&gt;-NetMaskLength&lt;/STRONG&gt; ... I thought (possibly mistaken) -NetMaskLength was only for IPv6, so I set -NetMask (255.255.255.0) and either leave -NetMaskLength blank or pass 0 sometiems. I notice you just use -NetMaskLength 24 by itself ... in the IPv4 case does that get treated as 255.255.255.0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:40:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128100#M5272</guid>
      <dc:creator>dkorns</dc:creator>
      <dc:date>2017-02-14T21:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128101#M5273</link>
      <description>&lt;P&gt;Here is the Get-NcNetRoute output. &amp;nbsp;Note that I created a dummy LIF using a subnet that previously did not exist on a port which did exist (so, I overloaded the port with more than one subnet).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PS C:\Users\asull&amp;gt; Get-NcNetRoute -Vserver NDC

Destination          Gateway              Metric Vserver                                                                                                              
-----------          -------              ------ -------                                                                                                              
0.0.0.0/0            172.16.10.1            20   NDC                 &lt;/PRE&gt;&lt;P&gt;Regarding "Netmask" vs "NetmaskLength", I have always used them interchangably with the difference being one is in IP notation, the other is an integer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NetmaskLengh 24 == Netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:49:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128101#M5273</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-02-14T21:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using New-NcNetInterface against ONTAP 8.3.2 versus ONTAP 9.0</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128140#M5275</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to this community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem in da script for creating a DR SVM.&lt;/P&gt;&lt;P&gt;As i analysed the difference between 8.3.2 and 9.0 is, that you don't need / can't use&amp;nbsp;RoutingGroupName anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so your script has to be aware witch ONTAP Version the controller runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R&lt;BR /&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:34:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-New-NcNetInterface-against-ONTAP-8-3-2-versus-ONTAP-9-0/m-p/128140#M5275</guid>
      <dc:creator>mkerkmann</dc:creator>
      <dc:date>2017-02-15T16:34:35Z</dc:date>
    </item>
  </channel>
</rss>

