<?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: F5 with multiple partitions in NSO in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703123#M2578</link>
    <description>&lt;P&gt;Hi,Just to understand what you are looking for, why would using different devices be an issue?We use the same design for a number of load balancer/firewalls that after we had developed the NED data model came up with the concept of virutal/partition structures. This design allowed us to be "backward compatible".The only time that I saw some issues was if I tried to create a partition and configure it in the same transaction but that is an imaginary exercise.Roque&lt;/P&gt;</description>
    <pubDate>Fri, 07 Sep 2018 19:25:57 GMT</pubDate>
    <dc:creator>rogaglia</dc:creator>
    <dc:date>2018-09-07T19:25:57Z</dc:date>
    <item>
      <title>F5 with multiple partitions in NSO</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3702956#M2575</link>
      <description>&lt;P&gt;I'm looking to manage F5 proxies with multiple partitions using&amp;nbsp;NSO. By default NSO appears to only be aware of configuration within the /Common partition. I know I can change the default partition it looks at under the ned-settings, but is it possible to have it manage multiple partitions of an F5 under a single device within NSO, and if so, what is the syntax I need for the partition command to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:55:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3702956#M2575</guid>
      <dc:creator>tcragg1</dc:creator>
      <dc:date>2018-09-07T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: F5 with multiple partitions in NSO</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703106#M2576</link>
      <description>&lt;P&gt;For the F5 NED on NSO, you can create partitions but not manage different partitions, if this feature is needed it would have to be a request to be added to NED.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running the following CLI provides information only about Virtual's in the /Common partition and not other partitions so I would have to say the NED does not have visibility into what is configured in other partitions right now&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- show running-config devices device &amp;lt;device_name&amp;gt; config bigip:ltm virtual&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 18:54:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703106#M2576</guid>
      <dc:creator>payal.singh@f5.com</dc:creator>
      <dc:date>2018-09-07T18:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: F5 with multiple partitions in NSO</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703120#M2577</link>
      <description>&lt;P&gt;Hi Payal,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NSO does support multiple partitions using different NSO devices and setting up the partition name in the ned-settings as the original post request. This information is on the NED's README file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Roque&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:21:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703120#M2577</guid>
      <dc:creator>rogaglia</dc:creator>
      <dc:date>2018-09-07T19:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: F5 with multiple partitions in NSO</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703123#M2578</link>
      <description>&lt;P&gt;Hi,Just to understand what you are looking for, why would using different devices be an issue?We use the same design for a number of load balancer/firewalls that after we had developed the NED data model came up with the concept of virutal/partition structures. This design allowed us to be "backward compatible".The only time that I saw some issues was if I tried to create a partition and configure it in the same transaction but that is an imaginary exercise.Roque&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 19:25:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703123#M2578</guid>
      <dc:creator>rogaglia</dc:creator>
      <dc:date>2018-09-07T19:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: F5 with multiple partitions in NSO</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703865#M2581</link>
      <description>&lt;P&gt;Hi Roque,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not really an issue, I was just wondering because I saw an option under the ned-settings developer-options for "multi-partition-check-sync", which made me think there was a way to do it without splitting the configuration into separate devices. If there isn't a way to do it, multiple devices should be fine for what we need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 10:38:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/f5-with-multiple-partitions-in-nso/m-p/3703865#M2581</guid>
      <dc:creator>tcragg1</dc:creator>
      <dc:date>2018-09-10T10:38:28Z</dc:date>
    </item>
  </channel>
</rss>

