<?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: check if device service available in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72377#M8325</link>
    <description>&lt;P&gt;Here is the link which can show you all the ports that you are looking for, i belive port 80 is there already:&lt;/P&gt;&lt;P&gt;&lt;A href="https://emc.extremenetworks.com/content/oneview/r_used_ports.html" target="_blank" rel="nofollow noreferrer noopener"&gt;https://emc.extremenetworks.com/content/oneview/r_used_ports.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 18:31:53 GMT</pubDate>
    <dc:creator>thalabi</dc:creator>
    <dc:date>2021-04-08T18:31:53Z</dc:date>
    <item>
      <title>check if device service available</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72376#M8324</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to check if a specific service or port (for example port 80) is available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;José Chaves&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 18:20:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72376#M8324</guid>
      <dc:creator>Jose_Chaves</dc:creator>
      <dc:date>2021-04-08T18:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: check if device service available</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72377#M8325</link>
      <description>&lt;P&gt;Here is the link which can show you all the ports that you are looking for, i belive port 80 is there already:&lt;/P&gt;&lt;P&gt;&lt;A href="https://emc.extremenetworks.com/content/oneview/r_used_ports.html" target="_blank" rel="nofollow noreferrer noopener"&gt;https://emc.extremenetworks.com/content/oneview/r_used_ports.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 18:31:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72377#M8325</guid>
      <dc:creator>thalabi</dc:creator>
      <dc:date>2021-04-08T18:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: check if device service available</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72378#M8326</link>
      <description>&lt;P&gt;I think, he will do a active check for a range of devices.&lt;/P&gt;&lt;P&gt;I think you can do this with the governance / compliance engine of XMC&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 18:54:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72378#M8326</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2021-04-08T18:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: check if device service available</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72379#M8327</link>
      <description>&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt;there is no built-in function to check any devices in the network&amp;nbsp;for open ports.&lt;BR /&gt;But you can easily build this with a script or workflow. Below is a small example. The script is direct executable in XMC. If you want to generate alarms/emails etc. depending on the result, you can do that with the alarms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-python"&gt;import subprocess&lt;BR /&gt;&lt;BR /&gt;out = subprocess.Popen(['nc', '-zv', '-w 10', '10.10.10.10', '80'], &lt;BR /&gt;           stdout=subprocess.PIPE, &lt;BR /&gt;           stderr=subprocess.STDOUT)&lt;BR /&gt;&lt;BR /&gt;stdout = out.communicate()&lt;BR /&gt;print(stdout)&lt;BR /&gt;&lt;BR /&gt;if stdout.find('succeeded!') != -1:&lt;BR /&gt;    print ("Port is open")&lt;BR /&gt;elif stdout.find('timed out:') != -1:&lt;BR /&gt;    print ("Device not reachable")&lt;BR /&gt;else:&lt;BR /&gt;    print ("Port is not open")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 14:28:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/check-if-device-service-available/m-p/72379#M8327</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2021-04-09T14:28:09Z</dc:date>
    </item>
  </channel>
</rss>

