<?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: Getting MAC address table using API in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491860#M404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for all your answers and the great blog from &lt;A href="https://community.cisco.com//u1/29732"&gt;aradford&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My problem is more complicated, I am using the APIC-EM to manage Cisco layer 2 switches only, my routers and firewalls are third party vendors. I am getting the ARP table from the third party devices using paramiko ssh module and using the Mac to ip, I want to compare it to the Mac address table from the switches, and I want to get the Mac address table using the API.&lt;/P&gt;&lt;P&gt;I am managing Cisco 3750/G/X switches.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 03:48:30 GMT</pubDate>
    <dc:creator>arikgelman</dc:creator>
    <dc:date>2016-07-25T03:48:30Z</dc:date>
    <item>
      <title>Getting MAC address table using API</title>
      <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491856#M400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to retrieve the MAC address table of a device\s using the API, is there a way to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Arik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491856#M400</guid>
      <dc:creator>arikgelman</dc:creator>
      <dc:date>2019-03-01T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting MAC address table using API</title>
      <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491857#M401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can check the &lt;STRONG&gt;Host inventory&lt;/STRONG&gt; -&lt;SPAN style="color: #525252; text-indent: 0px;"&gt;Data displayed in the GUI about the hosts include the IP address, MAC address, and network attachment point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For related info refer -&lt;A href="https://community.cisco.com/message/206077"&gt;MAC Address of users connected to ISRG2 switched ports.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Geevarghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 06:18:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491857#M401</guid>
      <dc:creator>Geevarghese Cheria</dc:creator>
      <dc:date>2016-07-12T06:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting MAC address table using API</title>
      <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491858#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if have a REST API example of how you can get the hosts (which are connected to a device) that will give their IP/MAc address.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/migration-blogpost/8070"&gt;Five APIC-EM API to improve network engineer productivity – part 2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this example, i do not show the MAC address of each interface, but that is just a matter of changing the print statement. This will not tell you the MAC addresses of other network devices that are connected to this one, but will show all connected hosts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Part 4 (next day or so) i give an example of using a REST API to find a host by MAC or IP address and where it is connected to the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to do with the MAC table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 13:13:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491858#M402</guid>
      <dc:creator>aradford</dc:creator>
      <dc:date>2016-07-12T13:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting MAC address table using API</title>
      <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491859#M403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have published part 4 of the blog series..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/migration-blogpost/8096"&gt;Five APIC-EM API to improve network engineer productivity – part 4&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 23:17:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491859#M403</guid>
      <dc:creator>aradford</dc:creator>
      <dc:date>2016-07-24T23:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting MAC address table using API</title>
      <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491860#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for all your answers and the great blog from &lt;A href="https://community.cisco.com//u1/29732"&gt;aradford&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My problem is more complicated, I am using the APIC-EM to manage Cisco layer 2 switches only, my routers and firewalls are third party vendors. I am getting the ARP table from the third party devices using paramiko ssh module and using the Mac to ip, I want to compare it to the Mac address table from the switches, and I want to get the Mac address table using the API.&lt;/P&gt;&lt;P&gt;I am managing Cisco 3750/G/X switches.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 03:48:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3491860#M404</guid>
      <dc:creator>arikgelman</dc:creator>
      <dc:date>2016-07-25T03:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting MAC address table using API</title>
      <link>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3840378#M405</link>
      <description>&lt;P&gt;Is there any way to get the MAC address table through NETCONF/&lt;SPAN&gt;RESTCONF/gRPC&lt;/SPAN&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;https://IP_ADDR:443/restconf/data/Cisco-IOS-XE-native:native/mac does not provide the mac address-table data&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:22:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/getting-mac-address-table-using-api/m-p/3840378#M405</guid>
      <dc:creator>happyNet</dc:creator>
      <dc:date>2019-04-17T14:22:24Z</dc:date>
    </item>
  </channel>
</rss>

