<?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: get-nanetinterface always shows the interface enabled, even when it's disabled in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34484#M1572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. That's what I was trying to get at. In filerview or oncommand it's either enabled or disabled. That was confusing me. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 21:16:52 GMT</pubDate>
    <dc:creator>dlmaldonado</dc:creator>
    <dc:date>2012-07-12T21:16:52Z</dc:date>
    <item>
      <title>get-nanetinterface always shows the interface enabled, even when it's disabled</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34469#M1570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone else having this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tested on different filers, same results. get-nanetinterface shows every interface enabled. I can't get it to display the disabled interfaces as disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:23:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34469#M1570</guid>
      <dc:creator>dlmaldonado</dc:creator>
      <dc:date>2025-06-05T06:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: get-nanetinterface always shows the interface enabled, even when it's disabled</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34475#M1571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to determine which interfaces are connected/active?&amp;nbsp; That's subtly different from "enabled".&amp;nbsp; Unfortunately the API doesn't make that abundantly clear, but you can look at the mediatype property which will end with "up" or "down" depending on its connection state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PS C:\&amp;gt; get-nanetinterface | ft Interface, Enabled, Mediatype -AutoSize&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Interface Enabled Mediatype&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;--------- ------- ---------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;e0a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;True &lt;/STRONG&gt;auto-1000t-fd-&lt;STRONG&gt;up&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;e0b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;False &lt;/STRONG&gt;auto-1000t-fd-&lt;STRONG&gt;up&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;e0c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;False &lt;/STRONG&gt;auto-unknown-&lt;STRONG&gt;down&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;e0d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;False &lt;/STRONG&gt;auto-unknown-&lt;STRONG&gt;down&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;e0P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;True &lt;/STRONG&gt;auto-unknown-&lt;STRONG&gt;down&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;lo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;True &lt;/STRONG&gt;VIA Provider&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;losk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;True&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;vh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;False&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 13:17:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34475#M1571</guid>
      <dc:creator>timothyn</dc:creator>
      <dc:date>2012-07-11T13:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: get-nanetinterface always shows the interface enabled, even when it's disabled</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34484#M1572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. That's what I was trying to get at. In filerview or oncommand it's either enabled or disabled. That was confusing me. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 21:16:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/get-nanetinterface-always-shows-the-interface-enabled-even-when-it-s-disabled/m-p/34484#M1572</guid>
      <dc:creator>dlmaldonado</dc:creator>
      <dc:date>2012-07-12T21:16:52Z</dc:date>
    </item>
  </channel>
</rss>

