<?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: how to test port connectivity on cucm to any other system. in IP Telephony and Phones</title>
    <link>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3715943#M371402</link>
    <description>&lt;P&gt;additionally you can do a packet capture on your cucm, and see if its sending traffic back, from port 5060 (in your case)&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2018 05:12:13 GMT</pubDate>
    <dc:creator>Dennis Mink</dc:creator>
    <dc:date>2018-10-01T05:12:13Z</dc:date>
    <item>
      <title>how to test port connectivity on cucm to any other system.</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/1782357#M168794</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in pc or any other windows oc we can test port connectivity via (telnet ip port) &lt;/P&gt;&lt;P&gt;forexample &lt;/P&gt;&lt;P&gt;telnet 10.30.3.40 5060&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we make test port connectivity on cucm? or is it posible?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 13:23:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/1782357#M168794</guid>
      <dc:creator>MehmetKaya</dc:creator>
      <dc:date>2019-03-16T13:23:49Z</dc:date>
    </item>
    <item>
      <title>how to test port connectivity on cucm to any other system.</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/1782358#M168795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this feature is available on the CUCM Linux version since it's an appliance device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the CUCM firewalltable by issuing the CLI command: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;utils firewall ipv4 enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check for the list of open ports with the CLI command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show open ports all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 12:51:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/1782358#M168795</guid>
      <dc:creator>phooghen</dc:creator>
      <dc:date>2011-08-10T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to test port connectivity on cucm to any other system.</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3364407#M361344</link>
      <description>&lt;P&gt;Hi Friend ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following command can be executed in CUCM CLI to know the &lt;STRONG&gt;" STATUS OF THE PORT "&lt;/STRONG&gt; in our CUCM Server which is of importance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;# show open ports regexp &amp;lt;PORT NUMBER&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;* PORT NUMBER = Replace it with the PORT NUMBER of your interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example :&lt;/STRONG&gt; I had a CUCM DB Replication issue.So as part of troubleshooting, I need to check whether the PORT 8500 ( Port for DB Replication ) is OPENED / CLOSED . So I ran the following command and got the appropriate output.&lt;/P&gt;
&lt;P&gt;**************************************************************************&lt;BR /&gt;&lt;STRONG&gt;admin:show open ports regexp 8500&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Executing.. please wait.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;clm 22712 root 6u IPv4 662221 0t0 UDP *:8500&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;clm 22712 root 7u IPv4 662222 0t0 TCP *:8500 (LISTEN)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;clm 22712 root 10u IPv4 183481931 0t0 TCP 10.106.102.70:8500-&amp;gt;10.106.102.71:40657 (ESTABLISHED)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;clm 22712 root 11u IPv4 183485707 0t0 TCP 10.106.102.70:8500-&amp;gt;10.106.102.72:47472 (ESTABLISHED)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;***************************************************************************&lt;/P&gt;
&lt;P&gt;Hope this might help. Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 18:12:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3364407#M361344</guid>
      <dc:creator>AK007</dc:creator>
      <dc:date>2018-04-11T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to test port connectivity on cucm to any other system.</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3715921#M371399</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;admin:utils network connectivity ?&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Syntax:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;utils network connectivity&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;utils network connectivity [reset]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;utils network connectivity [hostname/ip address]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;utils network connectivity [hostname/ip address] [port-number] [timeout]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;reset optional clear previous return codes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;hostname optional hostname of cluster node&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;hostname/ip address mandatory ip address/hostname of host which has to be tested for TCP connection&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;port-number mandatory port number of host which requires connection test&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;timeout optional specifies the time in seconds after which port connectivity message is displayed&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 04:04:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3715921#M371399</guid>
      <dc:creator>Vladislav Vyakin</dc:creator>
      <dc:date>2018-10-01T04:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to test port connectivity on cucm to any other system.</title>
      <link>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3715943#M371402</link>
      <description>&lt;P&gt;additionally you can do a packet capture on your cucm, and see if its sending traffic back, from port 5060 (in your case)&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 05:12:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/ip-telephony-and-phones/how-to-test-port-connectivity-on-cucm-to-any-other-system/m-p/3715943#M371402</guid>
      <dc:creator>Dennis Mink</dc:creator>
      <dc:date>2018-10-01T05:12:13Z</dc:date>
    </item>
  </channel>
</rss>

