08-28-2009 07:56 AM - edited 03-06-2019 07:29 AM
Folks, from a Windows PC I can do "telnet IP 80" in order to test TCP port status on target host.
Any similar command in IOS?
08-28-2009 08:04 AM
Marlon
router# telnet
if you do
router# telnet
then you will see all possible ports you can telnet to.
Jon
08-28-2009 08:26 AM
Sorry for the stupid question. I did the below and concluded too quickly that it did not work. I turned out that instead of saying the port was not open, the IOSgave me a message which I thought it was ignoring my command.
2600#telnet 10.155.206.5 80
Trying 10.155.206.5, 80 ...
% Destination unreachable; gateway or host down
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.155.206.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
08-28-2009 08:32 AM
Are you sure there is a webserver up and running on 10.155.206.5 ?
Jon
08-28-2009 11:43 AM
It is; but it turned out that I found ACL's blocking the traffic to the webserver. Hence the output I did not undestand initially from the IOS command.
08-28-2009 11:53 AM
Okay, so it works fine then ?
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide