<?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: Get all IP addresses associated with a device from Cisco ACI API in Application Centric Infrastructure</title>
    <link>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5150229#M15877</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1745110"&gt;@zo3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Is this what you are looking for?&lt;/P&gt;
&lt;PRE&gt;admin@apic1:~&amp;gt; &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;moquery -c fvSubnet | grep "ip "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;DETAILS&gt;
&lt;SUMMARY&gt;Click to expand&lt;/SUMMARY&gt;
&lt;PRE&gt;ip           : 10.200.0.1/24
ip           : 10.200.0.5/32
ip           : 10.10.3.1/24
ip           : 10.210.11.1/24
ip           : 10.210.12.1/24
ip           : 10.209.11.1/24
ip           : 10.204.11.1/24
ip           : 10.209.12.1/24
ip           : 10.202.11.1/24
ip           : 10.202.12.1/24
ip           : 10.204.12.1/24
ip           : 10.203.11.1/24
ip           : 10.203.12.1/24
ip           : 10.207.11.1/24
ip           : 10.207.12.1/24
ip           : 10.208.11.1/24
ip           : 10.208.12.1/24
ip           : 10.206.11.1/24
ip           : 10.206.12.1/24
ip           : 10.218.11.1/24
ip           : 10.218.12.1/24&lt;/PRE&gt;
&lt;/DETAILS&gt;
&lt;P&gt;Or perhaps&lt;/P&gt;
&lt;PRE&gt;admin@apic1:~&amp;gt; &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;icurl -s "http://localhost/api/node/class/fvSubnet.json" | &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;jq '.imdata[].fvSubnet | &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;{Tenant: .attributes.dn|values|capture("uni/tn-(?&amp;lt;T&amp;gt;.*)/BD-").T, &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;BD: .attributes.dn|values|capture("/BD-(?&amp;lt;B&amp;gt;.*)/subnet-").B,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;IP: .attributes.ip|values}'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;DETAILS&gt;
&lt;SUMMARY&gt;Click to expand&lt;/SUMMARY&gt;
&lt;PRE&gt;{
  "Tenant": "common",
  "BD": "SharedServices_BD",
  "IP": "10.200.0.1/24"
}
{
  "Tenant": "mgmt",
  "BD": "inb",
  "IP": "10.10.3.1/24"
}
{
  "Tenant": "T10",
  "BD": "App_BD",
  "IP": "10.210.11.1/24"
}
{
  "Tenant": "T10",
  "BD": "Web_BD",
  "IP": "10.210.12.1/24"
}
{
  "Tenant": "T09",
  "BD": "App_BD",
  "IP": "10.209.11.1/24"
}
{
  "Tenant": "Tenant04",
  "BD": "App_BD",
  "IP": "10.204.11.1/24"
}
{
  "Tenant": "T09",
  "BD": "Web_BD",
  "IP": "10.209.12.1/24"
}
{
  "Tenant": "Tenant02",
  "BD": "App_BD",
  "IP": "10.202.11.1/24"
}
{
  "Tenant": "Tenant02",
  "BD": "Web_BD",
  "IP": "10.202.12.1/24"
}
{
  "Tenant": "Tenant04",
  "BD": "Web_BD",
  "IP": "10.204.12.1/24"
}
{
  "Tenant": "Tenant03",
  "BD": "App_BD",
  "IP": "10.203.11.1/24"
}
{
  "Tenant": "Tenant03",
  "BD": "Web_BD",
  "IP": "10.203.12.1/24"
}
{
  "Tenant": "Tenant07",
  "BD": "App_BD",
  "IP": "10.207.11.1/24"
}
{
  "Tenant": "Tenant07",
  "BD": "Web_BD",
  "IP": "10.207.12.1/24"
}
{
  "Tenant": "Tenant08",
  "BD": "App_BD",
  "IP": "10.208.11.1/24"
}
{
  "Tenant": "Tenant08",
  "BD": "Web_BD",
  "IP": "10.208.12.1/24"
}
{
  "Tenant": "Tenant06",
  "BD": "App_BD",
  "IP": "10.206.11.1/24"
}
{
  "Tenant": "Tenant06",
  "BD": "Web_BD",
  "IP": "10.206.12.1/24"
}
{
  "Tenant": "Tenant18",
  "BD": "App_BD",
  "IP": "10.218.11.1/24"
}
{
  "Tenant": "Tenant18",
  "BD": "Web_BD",
  "IP": "10.218.12.1/24"
}&lt;/PRE&gt;
&lt;/DETAILS&gt;</description>
    <pubDate>Wed, 24 Jul 2024 20:05:02 GMT</pubDate>
    <dc:creator>RedNectar</dc:creator>
    <dc:date>2024-07-24T20:05:02Z</dc:date>
    <item>
      <title>Get all IP addresses associated with a device from Cisco ACI API</title>
      <link>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5149848#M15874</link>
      <description>&lt;P&gt;Hiya &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm interested in an API endpoint for Cisco ACI for getting all IP addresses associated with a leaf or spine node (i.e. if for example, Netflow was set up such as outlined in these instructions &lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/kb/b_KB_Cisco_APIC_and_NetFlow.html)" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/kb/b_KB_Cisco_APIC_and_NetFlow.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When looking on the sandbox, I saw that if you go to physical interfaces there is a section where IP address shows up - but it seems like the IP address of whatever device it may be connected to on that interface instead of the exporter IP that gets sent with the flow when sent to a Netflow collector&lt;/P&gt;&lt;P&gt;Any pointers would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I've also referenced this document for setting up the flow record/monitor policy/exporter policy and the profiles. It doesn't seem to be on a per interface level&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/BRKACI-2271.pdf" target="_blank"&gt;https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/BRKACI-2271.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:16:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5149848#M15874</guid>
      <dc:creator>zo3</dc:creator>
      <dc:date>2024-07-24T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get all IP addresses associated with a device from Cisco ACI API</title>
      <link>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5149849#M15875</link>
      <description>&lt;P&gt;Is the only way to get the exporter IP associated with the device via the source IP from the Netflow monitor policy and replacing the mask with the node ID for the device?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 13:17:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5149849#M15875</guid>
      <dc:creator>zo3</dc:creator>
      <dc:date>2024-07-24T13:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get all IP addresses associated with a device from Cisco ACI API</title>
      <link>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5150229#M15877</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1745110"&gt;@zo3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Is this what you are looking for?&lt;/P&gt;
&lt;PRE&gt;admin@apic1:~&amp;gt; &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;moquery -c fvSubnet | grep "ip "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;DETAILS&gt;
&lt;SUMMARY&gt;Click to expand&lt;/SUMMARY&gt;
&lt;PRE&gt;ip           : 10.200.0.1/24
ip           : 10.200.0.5/32
ip           : 10.10.3.1/24
ip           : 10.210.11.1/24
ip           : 10.210.12.1/24
ip           : 10.209.11.1/24
ip           : 10.204.11.1/24
ip           : 10.209.12.1/24
ip           : 10.202.11.1/24
ip           : 10.202.12.1/24
ip           : 10.204.12.1/24
ip           : 10.203.11.1/24
ip           : 10.203.12.1/24
ip           : 10.207.11.1/24
ip           : 10.207.12.1/24
ip           : 10.208.11.1/24
ip           : 10.208.12.1/24
ip           : 10.206.11.1/24
ip           : 10.206.12.1/24
ip           : 10.218.11.1/24
ip           : 10.218.12.1/24&lt;/PRE&gt;
&lt;/DETAILS&gt;
&lt;P&gt;Or perhaps&lt;/P&gt;
&lt;PRE&gt;admin@apic1:~&amp;gt; &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;icurl -s "http://localhost/api/node/class/fvSubnet.json" | &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;jq '.imdata[].fvSubnet | &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;{Tenant: .attributes.dn|values|capture("uni/tn-(?&amp;lt;T&amp;gt;.*)/BD-").T, &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;BD: .attributes.dn|values|capture("/BD-(?&amp;lt;B&amp;gt;.*)/subnet-").B,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;IP: .attributes.ip|values}'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;DETAILS&gt;
&lt;SUMMARY&gt;Click to expand&lt;/SUMMARY&gt;
&lt;PRE&gt;{
  "Tenant": "common",
  "BD": "SharedServices_BD",
  "IP": "10.200.0.1/24"
}
{
  "Tenant": "mgmt",
  "BD": "inb",
  "IP": "10.10.3.1/24"
}
{
  "Tenant": "T10",
  "BD": "App_BD",
  "IP": "10.210.11.1/24"
}
{
  "Tenant": "T10",
  "BD": "Web_BD",
  "IP": "10.210.12.1/24"
}
{
  "Tenant": "T09",
  "BD": "App_BD",
  "IP": "10.209.11.1/24"
}
{
  "Tenant": "Tenant04",
  "BD": "App_BD",
  "IP": "10.204.11.1/24"
}
{
  "Tenant": "T09",
  "BD": "Web_BD",
  "IP": "10.209.12.1/24"
}
{
  "Tenant": "Tenant02",
  "BD": "App_BD",
  "IP": "10.202.11.1/24"
}
{
  "Tenant": "Tenant02",
  "BD": "Web_BD",
  "IP": "10.202.12.1/24"
}
{
  "Tenant": "Tenant04",
  "BD": "Web_BD",
  "IP": "10.204.12.1/24"
}
{
  "Tenant": "Tenant03",
  "BD": "App_BD",
  "IP": "10.203.11.1/24"
}
{
  "Tenant": "Tenant03",
  "BD": "Web_BD",
  "IP": "10.203.12.1/24"
}
{
  "Tenant": "Tenant07",
  "BD": "App_BD",
  "IP": "10.207.11.1/24"
}
{
  "Tenant": "Tenant07",
  "BD": "Web_BD",
  "IP": "10.207.12.1/24"
}
{
  "Tenant": "Tenant08",
  "BD": "App_BD",
  "IP": "10.208.11.1/24"
}
{
  "Tenant": "Tenant08",
  "BD": "Web_BD",
  "IP": "10.208.12.1/24"
}
{
  "Tenant": "Tenant06",
  "BD": "App_BD",
  "IP": "10.206.11.1/24"
}
{
  "Tenant": "Tenant06",
  "BD": "Web_BD",
  "IP": "10.206.12.1/24"
}
{
  "Tenant": "Tenant18",
  "BD": "App_BD",
  "IP": "10.218.11.1/24"
}
{
  "Tenant": "Tenant18",
  "BD": "Web_BD",
  "IP": "10.218.12.1/24"
}&lt;/PRE&gt;
&lt;/DETAILS&gt;</description>
      <pubDate>Wed, 24 Jul 2024 20:05:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5150229#M15877</guid>
      <dc:creator>RedNectar</dc:creator>
      <dc:date>2024-07-24T20:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Get all IP addresses associated with a device from Cisco ACI API</title>
      <link>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5151147#M15880</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/320756"&gt;@RedNectar&lt;/a&gt;&amp;nbsp;thanks so much for the reply!&lt;/P&gt;&lt;P&gt;This is a useful endpoint/command, it seems like these are the IP addresses of associated tenants' for devices. This seems useful for a portion of it, but curious if you know if there's anyway to easily grab the IP addresses when Netflow is enabled as another aspect or any other endpoints to grab the information.&lt;/P&gt;&lt;P&gt;I know there's a class/object that shows the netflowExporterPol that shows the src IP address mask which can be replaced with the node ID but wondering if there's some way to get the src IP address mask with the nodes that have it enabled to get the possible exporter IP addresses to expect for the devices?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 15:08:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5151147#M15880</guid>
      <dc:creator>zo3</dc:creator>
      <dc:date>2024-07-25T15:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get all IP addresses associated with a device from Cisco ACI API</title>
      <link>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5151322#M15884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1745110"&gt;@zo3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;thanks so much for the reply!&lt;/BLOCKQUOTE&gt;
&lt;P class="1721936906913"&gt;No problem&lt;/P&gt;
&lt;BLOCKQUOTE&gt;This is a useful endpoint/command,&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Actually, the output has nothing to do with ENDPOINTs, other than listing the default gateway IPs for endpoints in those Tenant + BD's&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;it seems like these are the IP addresses of associated tenants' for devices.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, the 2nd format of the command:&lt;/P&gt;
&lt;PRE&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;icurl -s "http://localhost/api/node/class/fvSubnet.json" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;shows the API call &lt;CODE&gt;"&lt;A href="http://localhost/api/node/class/fvSubnet.json" target="_blank"&gt;http://localhost/api/node/class/fvSubnet.json&lt;/A&gt;"&lt;/CODE&gt;&amp;nbsp; that you could use to extract all the IPs that MIGHT be used as source addresses sending information from a leaf.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;This seems useful for a portion of it, but curious if you know if there's anyway to easily grab the IP addresses when Netflow is enabled as another aspect or any other endpoints to grab the information.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I know there's a class/object that shows the netflowExporterPol that shows the src IP address mask which can be replaced with the node ID&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;Correct, the following...&lt;/P&gt;
&lt;PRE&gt;apic1# &lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;moquery -c netflowExporterPol&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;...should show you the IP address/mask used as the source IP for netflow as well as the destination IP. But I don't have Netflow configured, so I have no sample output.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;but wondering if there's some way to get the src IP address mask with the nodes that have it enabled to get the possible exporter IP addresses to expect for the devices?&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Well, I guess it depends on how Netflow is configured. If it is configured via Tenant policies, then the source leaves are dynamic, so pretty hard to determine which leaf sends a particular netflow packet.&lt;/P&gt;
&lt;P&gt;If Netflow is configured via &lt;STRONG&gt;Fabric &amp;gt; Access Policies&lt;/STRONG&gt;, then you get four choices of source IP address. (As per your original reference)&lt;/P&gt;
&lt;UL class="ul"&gt;
&lt;LI class="li"&gt;
&lt;P class="p"&gt;&lt;SPAN class="ph uicontrol"&gt;Custom Src IP&lt;/SPAN&gt;: When the source IP address type is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;Custom Src IP&lt;/SPAN&gt;, the property is used similar to a tag to distinguish flows from different sections or nodes in the fabric. The address will be a prefix with at least 12 host bits. That is, the mask must be less than or equal to 20 for IPv4, or less than or equal to 116 for IPv6. The switch uses the configured prefix and host bits to populate the source IP address in the Netflow packet. The host portion will be equal to the node-id of the leaf sending the packet.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="li"&gt;
&lt;P class="p"&gt;&lt;SPAN class="ph uicontrol"&gt;Inband Management IP&lt;/SPAN&gt;: The source IP address in the NetFlow packets will be the configured switch inband management IP address.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="li"&gt;
&lt;P class="p"&gt;&lt;SPAN class="ph uicontrol"&gt;OutOfband Management IP&lt;/SPAN&gt;: The source IP address in the NetFlow packets will be the configured switch out-of-band management IP address.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="li"&gt;
&lt;P class="p"&gt;&lt;SPAN class="ph uicontrol"&gt;PTEP address&lt;/SPAN&gt;: The source IP address in the NetFlow packets will be the physical TEP (tunnel endpoint) address of the leaf switch.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'm guessing from your earlier comments that you are using&amp;nbsp;&lt;SPAN class="ph uicontrol"&gt;&lt;STRONG&gt;Custom Src IP&lt;/STRONG&gt; where the source IP gets changed based on the ID of the leaf switch sending it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph uicontrol"&gt;And you'd like to know which leaves MIGHT send a netflow packet, and therefore what IP address us used as the source&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph uicontrol"&gt;Well, the answer to that is that ANY leaf COULD potentially send a packet - this is inherit to the dynamic nature of ACI. With some sleuthing, you would probably be able to figure out which one are currently sending Netflow, but that could change with the addition of an extra interface to an EPG for instance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ph uicontrol"&gt;If you know the source IP configured and the IDs of the nodes, you'll be able to figure out what the possible range of IPs to be used is.&amp;nbsp; Eg, if the source Netflow IP is 1.1.1.1 you have switch IDs 201-299, the IPs will range from 1.1.0.201 to 1.1.1.43 (calculated by replacing the last 12 bits of the IP with the node ID - 1.1.0.0 + 201 through to 1.1.0.0 + 299)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 20:42:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-centric-infrastructure/get-all-ip-addresses-associated-with-a-device-from-cisco-aci-api/m-p/5151322#M15884</guid>
      <dc:creator>RedNectar</dc:creator>
      <dc:date>2024-07-25T20:42:52Z</dc:date>
    </item>
  </channel>
</rss>

