<?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: ISE How to check TCP/UDP port connectivity in absence of telnet in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113181#M589559</link>
    <description>&lt;P&gt;What exactly are you trying to do?&amp;nbsp; Troubleshoot connectivity from ISE to AD?&amp;nbsp; I would open a TAC case, they can login with root and help to verify the connectivity from the bash CLI.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 12:47:36 GMT</pubDate>
    <dc:creator>ahollifield</dc:creator>
    <dc:date>2024-05-22T12:47:36Z</dc:date>
    <item>
      <title>ISE How to check TCP/UDP port connectivity in absence of telnet</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5112795#M589544</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;Since ISE does not support telnet or nc command, is there any other alternative to check if ports are open from ISE to the target server? For example, if I want to check if TCP/445 is open from ISE towards the AD server.&lt;/P&gt;
&lt;P&gt;I found someone suggesting the use of SSH command as follows.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ISE/admin# ssh x.x.x.x admin port 445&lt;/P&gt;
&lt;P&gt;However, I am not sure if this is the proper way to check the open port. What if I want to check the UDP port&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 06:10:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5112795#M589544</guid>
      <dc:creator>jitendrac</dc:creator>
      <dc:date>2024-05-22T06:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: ISE How to check TCP/UDP port connectivity in absence of telnet</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5112826#M589547</link>
      <description>&lt;P&gt;ISE have nmap - can you use that to scan ?&lt;/P&gt;
&lt;PRE class="screen"&gt;&lt;STRONG class="userinput"&gt;&lt;CODE&gt;nmap -sU -v x.x.x.x&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 06:47:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5112826#M589547</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-05-22T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: ISE How to check TCP/UDP port connectivity in absence of telnet</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113181#M589559</link>
      <description>&lt;P&gt;What exactly are you trying to do?&amp;nbsp; Troubleshoot connectivity from ISE to AD?&amp;nbsp; I would open a TAC case, they can login with root and help to verify the connectivity from the bash CLI.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 12:47:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113181#M589559</guid>
      <dc:creator>ahollifield</dc:creator>
      <dc:date>2024-05-22T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: ISE How to check TCP/UDP port connectivity in absence of telnet</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113421#M589561</link>
      <description>&lt;P&gt;nmap is not available to ISE admins from the cli (without TAC enabling root shell).&lt;/P&gt;
&lt;P&gt;You can do a tcpdump while exercising AD tests from the GUI. For example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tech dumptcp interface GigabitEthernet0 console filter "ip host &amp;lt;your AD sever address&amp;gt;"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 May 2024 15:51:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113421#M589561</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2024-05-22T15:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: ISE How to check TCP/UDP port connectivity in absence of telnet</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113496#M589563</link>
      <description>&lt;P&gt;As an Implementation engineer, I wanted to verify whether the required TCP and UDP ports are open from the ISE server to the AD Server.&lt;/P&gt;
&lt;P&gt;I just wanted to know the command in ISE to check&amp;nbsp;TCP and UDP connectivity from&amp;nbsp;the ISE server to the any other Server. Since telnet command is removed post 2.1 it is difficult to check basic&amp;nbsp;TCP and UDP connectivity between ISE servers and any other target server.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 17:22:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113496#M589563</guid>
      <dc:creator>jitendrac</dc:creator>
      <dc:date>2024-05-22T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: ISE How to check TCP/UDP port connectivity in absence of telnet</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113806#M589574</link>
      <description>&lt;P&gt;There is no network layer test to check for open UDP ports - you must test the UDP port with the application that requires it (e.g. DNS, NTP, RADIUS). But with TCP it's easy to test with the telnet command, as you mentioned. I also don't comprehend why anyone would remove the telnet command and not give us a decent replacement to test for TCP ports.&amp;nbsp; I have one little hack that works. I use the SSH command on the ISE CLI - e.g. to test whether you can get a TCP SYN/ACK from 10.10.10.10 on port 49&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ssh 10.10.10.10 dummy port 49&lt;/LI-CODE&gt;
&lt;P&gt;In the working scenario, you get a prompt back from ISE&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;kex_exchange_identification: read: Connection reset by peer&lt;/LI-CODE&gt;
&lt;P&gt;In the case where there is no TCP SYN/ACK, you'll see a message&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ssh: connect to host 10.10.10.10 port 49: Connection timed out&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 May 2024 00:42:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-how-to-check-tcp-udp-port-connectivity-in-absence-of-telnet/m-p/5113806#M589574</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-05-23T00:42:58Z</dc:date>
    </item>
  </channel>
</rss>

