<?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: Display / Introduce Mitel Phone DN in XMC Database in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64079#M7728</link>
    <description>&lt;P&gt;Hi Martin.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;here is an example of GraphQL (NBI) call including the python code to update custom4 information for end-system what does exist in the end-system table:&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2e589f699a604a3e8e8c307f57ce58b0_b5e3376e-8f6c-44b6-8d2d-ca2c231d90a1.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2672iE044023D8DC4A21B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2e589f699a604a3e8e8c307f57ce58b0_b5e3376e-8f6c-44b6-8d2d-ca2c231d90a1.png" alt="2e589f699a604a3e8e8c307f57ce58b0_b5e3376e-8f6c-44b6-8d2d-ca2c231d90a1.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;Here is an example of the GraphQL call to create non-existing end-system:&lt;/P&gt; &lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2e589f699a604a3e8e8c307f57ce58b0_80c9164f-7655-4d0d-abfe-c8117384f4f1.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1968i9E632834FE8206BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2e589f699a604a3e8e8c307f57ce58b0_80c9164f-7655-4d0d-abfe-c8117384f4f1.png" alt="2e589f699a604a3e8e8c307f57ce58b0_80c9164f-7655-4d0d-abfe-c8117384f4f1.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;To execute CLI command I recommend to use:&lt;/P&gt; &lt;PRE&gt;&lt;CODE class="language-python"&gt;emc_cli.send(“show lldp neig”)&lt;/CODE&gt;&lt;/PRE&gt; &lt;P&gt;Attached you can find useful resource. Some examples are also available at &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_workflows/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;GitHub&lt;/A&gt;.&lt;/P&gt; &lt;P&gt;Have fun.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 06:12:42 GMT</pubDate>
    <dc:creator>Zdeněk_Pala</dc:creator>
    <dc:date>2019-11-25T06:12:42Z</dc:date>
    <item>
      <title>Display / Introduce Mitel Phone DN in XMC Database</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64078#M7727</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt; &lt;P&gt;Have seen this in action in the past but not sure how best to accomplish it. What I would like to do is supplement the XMC database against an end-system with a phones directory number.&lt;/P&gt; &lt;P&gt;In this particular case the phones are configured using 802.1x via an external RADIUS server, but not currently being proxied through NAC.&lt;/P&gt; &lt;P&gt;When you look at the LLDP that&amp;nbsp;data is being provided&amp;nbsp;to the switch in fields like “System Name” i.e&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;PRE&gt;&lt;CODE&gt;System Name “mobDN 25317, Mitel 5212 Dm”&lt;/CODE&gt;&lt;/PRE&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;To get the end-system data into XMC I can either use ID Manger &amp;amp;XML-Notification directly to XMC (i.e with no NAC) or install NAC and configure it as a proxy.&lt;/P&gt; &lt;P&gt;In regards to adding the LLDP information of the phone DN into XMC I can only think of doing that via a workflow, albeit I would need to workout a program for that? The option might be through the connect API, but not seen an existing module for that?&lt;/P&gt; &lt;P&gt;Do you know if there is anything ready packaged or a different way of doing it?&lt;/P&gt; &lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 22:09:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64078#M7727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-22T22:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display / Introduce Mitel Phone DN in XMC Database</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64079#M7728</link>
      <description>&lt;P&gt;Hi Martin.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;here is an example of GraphQL (NBI) call including the python code to update custom4 information for end-system what does exist in the end-system table:&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2e589f699a604a3e8e8c307f57ce58b0_b5e3376e-8f6c-44b6-8d2d-ca2c231d90a1.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2672iE044023D8DC4A21B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2e589f699a604a3e8e8c307f57ce58b0_b5e3376e-8f6c-44b6-8d2d-ca2c231d90a1.png" alt="2e589f699a604a3e8e8c307f57ce58b0_b5e3376e-8f6c-44b6-8d2d-ca2c231d90a1.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;Here is an example of the GraphQL call to create non-existing end-system:&lt;/P&gt; &lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2e589f699a604a3e8e8c307f57ce58b0_80c9164f-7655-4d0d-abfe-c8117384f4f1.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1968i9E632834FE8206BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2e589f699a604a3e8e8c307f57ce58b0_80c9164f-7655-4d0d-abfe-c8117384f4f1.png" alt="2e589f699a604a3e8e8c307f57ce58b0_80c9164f-7655-4d0d-abfe-c8117384f4f1.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;To execute CLI command I recommend to use:&lt;/P&gt; &lt;PRE&gt;&lt;CODE class="language-python"&gt;emc_cli.send(“show lldp neig”)&lt;/CODE&gt;&lt;/PRE&gt; &lt;P&gt;Attached you can find useful resource. Some examples are also available at &lt;A href="https://github.com/extremenetworks/ExtremeScripting/blob/master/Netsight/oneview_workflows/README.md" target="_blank" rel="nofollow noreferrer noopener"&gt;GitHub&lt;/A&gt;.&lt;/P&gt; &lt;P&gt;Have fun.&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 06:12:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64079#M7728</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2019-11-25T06:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display / Introduce Mitel Phone DN in XMC Database</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64080#M7729</link>
      <description>&lt;P&gt;I am sorry the code was crashed by the web page. I had to make it as picture.&lt;/P&gt; &lt;P&gt;I will send you the code directly.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 06:20:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/display-introduce-mitel-phone-dn-in-xmc-database/m-p/64080#M7729</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2019-11-25T06:20:13Z</dc:date>
    </item>
  </channel>
</rss>

