<?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: Retrieve Default Gateway From Existing SVM in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143213#M26159</link>
    <description />
    <pubDate>Wed, 03 Oct 2018 21:16:59 GMT</pubDate>
    <dc:creator>SeifriedJ</dc:creator>
    <dc:date>2018-10-03T21:16:59Z</dc:date>
    <item>
      <title>Retrieve Default Gateway From Existing SVM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143212#M26158</link>
      <description>&lt;P&gt;Has anyone found a way in WFA to retrieve the default gateway from an existing SVM? I don't see any dictionary entries that include this information. Am I missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use case is&amp;nbsp;building a workflow to clone an SVM to a&amp;nbsp;new IP space for testing. I need to provide a default gateway in the creation step and would like to limit the manual input. I want to read the source SVM's settings and simply duplicate them.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:15:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143212#M26158</guid>
      <dc:creator>SeifriedJ</dc:creator>
      <dc:date>2025-06-04T13:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Default Gateway From Existing SVM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143213#M26159</link>
      <description />
      <pubDate>Wed, 03 Oct 2018 21:16:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143213#M26159</guid>
      <dc:creator>SeifriedJ</dc:creator>
      <dc:date>2018-10-03T21:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Default Gateway From Existing SVM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143220#M26160</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you think the following suggestion work for you?&lt;/P&gt;
&lt;P&gt;Create a command that accepts the following input paramaters&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SourceCluster&lt;/LI&gt;
&lt;LI&gt;SourceVserver&lt;/LI&gt;
&lt;LI&gt;DestinationCluster&lt;/LI&gt;
&lt;LI&gt;DestinationVserver&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The command would perform the following steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the "Invoke-NcSystemApi" cmdlet to invoke the "route show -vserver $SourceVserver"&lt;/LI&gt;
&lt;LI&gt;Read the CLI output to variablize the destination, gateway and metric&lt;/LI&gt;
&lt;LI&gt;Use the "Invoke-NcSystemApi" cmdlet to invoke the "route create -vserver $DestinationVserver -destination $destination -gateway $gateway -metric $metric"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This way you wont have to create a datasource for providing the default route. In your workflow you would place the command after you have created the vserver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of using Invoke-NcSystemApi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2" href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2" target="_blank"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 00:41:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143220#M26160</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2018-10-04T00:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve Default Gateway From Existing SVM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143301#M26185</link>
      <description>Yeah, that's what I was planning to do as a workaround. I was just hoping the gateway information was available somewhere and I was missing it. Thanks.</description>
      <pubDate>Fri, 05 Oct 2018 18:40:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Retrieve-Default-Gateway-From-Existing-SVM/m-p/143301#M26185</guid>
      <dc:creator>SeifriedJ</dc:creator>
      <dc:date>2018-10-05T18:40:31Z</dc:date>
    </item>
  </channel>
</rss>

