<?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: How to figure out configuration changes a service made to the modified devices? in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905915#M4161</link>
    <description>&lt;P&gt;Thanks a lot for quick help. This shows me the impact on devices of the current service instance configuration.&lt;/P&gt;&lt;P&gt;Is there also a way to look back in the past and get the modifications each transaction made to devices?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2019 10:46:44 GMT</pubDate>
    <dc:creator>erichgaede</dc:creator>
    <dc:date>2019-08-09T10:46:44Z</dc:date>
    <item>
      <title>How to figure out configuration changes a service made to the modified devices?</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905887#M4159</link>
      <description>&lt;P&gt;Hello NSO Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently I'm supporting NSO pre-sales activities and thereby a question came up from customer side, which I could not directly answer.&lt;/P&gt;&lt;P&gt;For problem analysis and troubleshooting in production environment it would be useful, if one could figure out the configuration changes a service made to devices.&lt;/P&gt;&lt;P&gt;I tested with a simple template based service 'l2vpn' from a former NSO training.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Figuring out the devices modified by a certain existing service instance is quite easy:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;admin@ncs# show services l2vpn CE11-to-CE21 modified&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;modified devices [ PE11 PE21 ]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just as simple it is to figure out the history of this service instance – all the transactions impacting this service instance:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;admin@ncs# show configuration commit list services l2vpn CE11-to-CE21&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2019-08-09 09:47:24&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SNo. ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Client&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time Stamp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Label&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comment&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;~~~~ ~~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1010 10108&amp;nbsp;&amp;nbsp;&amp;nbsp; admin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cli&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2019-08-08 17:45:54 l2vpn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CE11-to-CE21&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1010 10107&amp;nbsp;&amp;nbsp;&amp;nbsp; admin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cli&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2019-08-08 17:32:17 l2vpn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CE11-to-CE21&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1010 10106&amp;nbsp;&amp;nbsp;&amp;nbsp; admin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cli&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2019-08-08 17:23:54 l2vpn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CE11-to-CE21&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this example the transactions are service instance creation and to changes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUT&lt;/STRONG&gt; I did not find a way to display the changes these past transactions made on devices PE11 and PE21. How can this be done?&lt;BR /&gt;Also I could not find a way to show the portions in current configurations of devices PE11 and PE21 related to service instance CE11-to-CE21.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A workaround is to 'un-deploy' the service instance with 'dry-run'. This shows what will be removed on the devices and therefore is related to the service instance. I suppose, stuff that is shared by multiple service instances, won't show up this way, but I didn't test it. Maybe this could be overcome with option 'ignore-refcount'.&lt;BR /&gt;For me this is a quite poor workaround and I hope somebody knows a better / real solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the scenario outlined by the customer is on production environment, device traces are not a solution. And the transactions may have taken place sometime in the past.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each hint very much appreciated.&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 09:41:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905887#M4159</guid>
      <dc:creator>erichgaede</dc:creator>
      <dc:date>2019-08-09T09:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out configuration changes a service made to the modified devices?</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905894#M4160</link>
      <description>&lt;P&gt;Use the service action get-modifications&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;admin@ncs% request vpn l3vpn volvo get-modifications&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 09:49:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905894#M4160</guid>
      <dc:creator>hniska</dc:creator>
      <dc:date>2019-08-09T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out configuration changes a service made to the modified devices?</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905915#M4161</link>
      <description>&lt;P&gt;Thanks a lot for quick help. This shows me the impact on devices of the current service instance configuration.&lt;/P&gt;&lt;P&gt;Is there also a way to look back in the past and get the modifications each transaction made to devices?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 10:46:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3905915#M4161</guid>
      <dc:creator>erichgaede</dc:creator>
      <dc:date>2019-08-09T10:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out configuration changes a service made to the modified devices?</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3907450#M4168</link>
      <description>Only by looking in the logs and/or rollback files.</description>
      <pubDate>Tue, 13 Aug 2019 12:58:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/how-to-figure-out-configuration-changes-a-service-made-to-the/m-p/3907450#M4168</guid>
      <dc:creator>hniska</dc:creator>
      <dc:date>2019-08-13T12:58:31Z</dc:date>
    </item>
  </channel>
</rss>

