<?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: List VRF names on each managed device? in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/list-vrf-names-on-each-managed-device/m-p/3592727#M2981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Medhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way that i use.&amp;nbsp; I use the topology API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://adam-iwan/api/v1/topology/l3/vrf/IWAN-TRANSPORT-1" rel="nofollow" target="_blank"&gt;https://adam-iwan/api/v1/topology/l3/vrf/IWAN-TRANSPORT-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will return a list of nodes.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;{ "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;{ "&lt;SPAN class="attribute" style="font-size: 11.34px;"&gt;nodes&lt;/SPAN&gt;": &lt;SPAN class="value" style="font-size: 11.34px;"&gt;[ {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is to filter out the nodes that have "&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;"&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;greyOut&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="literal" style="font-size: 11.34px; color: #008800;"&gt;true&lt;/SPAN&gt;&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example - this node should be filtered:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;{ "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;deviceType&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"Cisco Catalyst38xx stack-able ethernet switch"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;label&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"3850-edge"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;ip&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"10.10.2.130"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;softwareVersion&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"03.07.04E"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;greyOut&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="literal" style="font-size: 11.34px; color: #008800;"&gt;true&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will leave you with the nodes that are part of the vrf you asked for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crude, but it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2017 07:15:11 GMT</pubDate>
    <dc:creator>aradford</dc:creator>
    <dc:date>2017-03-02T07:15:11Z</dc:date>
    <item>
      <title>List VRF names on each managed device?</title>
      <link>https://community.cisco.com/t5/controllers/list-vrf-names-on-each-managed-device/m-p/3592726#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;api/v1/topology/vrf/vrf-name API call gives you a list of all VRFs discovered by the controller but it doesn't seem to identify on which devices these VRFs are. Has any body found an approach to actually list VRFs on each managed device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:36:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/list-vrf-names-on-each-managed-device/m-p/3592726#M2980</guid>
      <dc:creator>mehdi.rashidi</dc:creator>
      <dc:date>2019-03-01T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: List VRF names on each managed device?</title>
      <link>https://community.cisco.com/t5/controllers/list-vrf-names-on-each-managed-device/m-p/3592727#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Medhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a way that i use.&amp;nbsp; I use the topology API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://adam-iwan/api/v1/topology/l3/vrf/IWAN-TRANSPORT-1" rel="nofollow" target="_blank"&gt;https://adam-iwan/api/v1/topology/l3/vrf/IWAN-TRANSPORT-1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will return a list of nodes.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;{ "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;{ "&lt;SPAN class="attribute" style="font-size: 11.34px;"&gt;nodes&lt;/SPAN&gt;": &lt;SPAN class="value" style="font-size: 11.34px;"&gt;[ {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick is to filter out the nodes that have "&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;"&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;greyOut&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="literal" style="font-size: 11.34px; color: #008800;"&gt;true&lt;/SPAN&gt;&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example - this node should be filtered:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;{ "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;deviceType&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"Cisco Catalyst38xx stack-able ethernet switch"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;label&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"3850-edge"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;ip&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"10.10.2.130"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;softwareVersion&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="string" style="font-size: 11.34px; color: #880000;"&gt;"03.07.04E"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;, "&lt;/SPAN&gt;&lt;SPAN class="attribute" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;greyOut&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;": &lt;/SPAN&gt;&lt;SPAN class="value" style="font-size: 11.34px; color: #000000; font-family: monospace; background-color: #fcf6db;"&gt;&lt;SPAN class="literal" style="font-size: 11.34px; color: #008800;"&gt;true&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: monospace; font-size: 11.34px; background-color: #fcf6db;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will leave you with the nodes that are part of the vrf you asked for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crude, but it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 07:15:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/list-vrf-names-on-each-managed-device/m-p/3592727#M2981</guid>
      <dc:creator>aradford</dc:creator>
      <dc:date>2017-03-02T07:15:11Z</dc:date>
    </item>
  </channel>
</rss>

