<?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: Show external-l3 interfaces detail with moquery in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699115#M271</link>
    <description>&lt;P&gt;Hello Sergiu,&lt;/P&gt;&lt;P&gt;receive a thousands of informations to have some specifically ...&lt;/P&gt;&lt;P&gt;not sure is the best way&lt;/P&gt;&lt;P&gt;Valentino&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2022 09:50:58 GMT</pubDate>
    <dc:creator>valentik</dc:creator>
    <dc:date>2022-10-06T09:50:58Z</dc:date>
    <item>
      <title>Show external-l3 interfaces detail with moquery</title>
      <link>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4687738#M267</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;the commande "Show external-l3 interfaces detail" retrun many informations :&lt;/P&gt;&lt;P&gt;Mode, Tenant, VRF, L3Out, Interface, Operationnal Interface and IP Address&lt;/P&gt;&lt;P&gt;I need these informations with moquery command&lt;/P&gt;&lt;P&gt;Please, can you help me ?&lt;/P&gt;&lt;P&gt;I found for some info like mode, tenant, l3out ... but nothing linked like the show command&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Valentino&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 09:52:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4687738#M267</guid>
      <dc:creator>valentik</dc:creator>
      <dc:date>2022-09-15T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show external-l3 interfaces detail with moquery</title>
      <link>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4698824#M268</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1310591"&gt;@valentik&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;Please see this discussion:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5&gt;&lt;FONT size="4"&gt;ACI object moquery Cheat Sheet -&amp;nbsp;&lt;A href="https://community.cisco.com/t5/data-center-and-cloud-knowledge-base/aci-object-moquery-cheat-sheet/ta-p/3367801" target="_blank"&gt;https://community.cisco.com/t5/data-center-and-cloud-knowledge-base/aci-object-moquery-cheat-sheet/ta-p/3367801&lt;/A&gt;&lt;/FONT&gt;&lt;/H5&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 18:43:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4698824#M268</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2022-10-05T18:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show external-l3 interfaces detail with moquery</title>
      <link>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699039#M269</link>
      <description>&lt;P&gt;Dear Alex,&lt;/P&gt;&lt;P&gt;Do you really think that I did not look before asking the question on the forum all the information available on the net?&lt;BR /&gt;I know what RTFM means and have been for 30 years&lt;BR /&gt;The most precise information is in "APIC Management Information Model Reference" and, as I specify in my request, I manage to obtain information but not the links between them.&lt;/P&gt;&lt;P&gt;The "Show external-l3 interfaces detail" command gives all the informations but :&lt;/P&gt;&lt;P&gt;moquery -c l3extOut will gives you all L3outs (uni/tn-common/out-L3OUT_COMMON_BUS_TO_MYZONE for instance)&lt;/P&gt;&lt;P&gt;moquery -c l3extRsNodeL3OutAtt -d uni/tn-common/out-L3OUT_COMMON_BUS_TO_MYZONE will give all nodes&lt;/P&gt;&lt;P&gt;moquery -c ipv4Addr -d topology/pod-1/node-1025 | grep -E "dn|addr&amp;nbsp; will gives you IP addresses&lt;/P&gt;&lt;P&gt;But how to link one IP to one L3out ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 07:02:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699039#M269</guid>
      <dc:creator>valentik</dc:creator>
      <dc:date>2022-10-06T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show external-l3 interfaces detail with moquery</title>
      <link>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699090#M270</link>
      <description>&lt;P&gt;What you can do is simply query the full subtree of l3extOut, meaning you will receive all l3extOut objects together with all their children.&lt;/P&gt;
&lt;PRE&gt;moquery -c l3extOut -x rsp-subtree=full &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take care,&lt;/P&gt;
&lt;P&gt;Sergiu&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 09:05:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699090#M270</guid>
      <dc:creator>Sergiu.Daniluk</dc:creator>
      <dc:date>2022-10-06T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show external-l3 interfaces detail with moquery</title>
      <link>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699115#M271</link>
      <description>&lt;P&gt;Hello Sergiu,&lt;/P&gt;&lt;P&gt;receive a thousands of informations to have some specifically ...&lt;/P&gt;&lt;P&gt;not sure is the best way&lt;/P&gt;&lt;P&gt;Valentino&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 09:50:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/show-external-l3-interfaces-detail-with-moquery/m-p/4699115#M271</guid>
      <dc:creator>valentik</dc:creator>
      <dc:date>2022-10-06T09:50:58Z</dc:date>
    </item>
  </channel>
</rss>

