Skip to main content

Telnet — TCP Port Connectivity Test in ObserveOps

Telnet in ObserveOps (formerly known as AIOps) tests TCP connectivity to any port on a target device, directly from the assigned Collector. Use it to confirm whether a service port is open and reachable — without installing a Telnet client or opening a terminal.

Prerequisites

  • You must have the Admin or NOC role.
  • The target device must be reachable from the assigned Collector at the network level.
  • An IPv4 address, IPv6 address, or resolvable hostname is required.

How It Works

ObserveOps initiates a TCP connection from the Collector to the specified port on the target device. It measures whether the connection succeeds and records the result. This tests TCP-layer reachability only — it does not send or receive application-layer data.

Go to Main Menu > Settings > Utility > Telnet.

Telnet screen showing IP Address/Host Name and TCP Port fields with default port 23

Running a TCP Port Test

FieldDescription
IP Address / Host NameEnter the IPv4 address, IPv6 address, or FQDN of the target device.
TCP PortEnter the TCP port number to test. Defaults to 23. Enter any port number — for example, 22 for SSH or 443 for HTTPS.

Click Test to start the test. Click Reset to clear the form.

note

Port closed and Timeout mean different things. Closed means the device actively refused the connection — the host is reachable but nothing is listening on that port. Timeout means no response was received — the host may be unreachable or the port is filtered by a firewall.

Common Ports to Test

PortService
22SSH
23Telnet
80HTTP
443HTTPS
3389RDP
5985WinRM HTTP
5986WinRM HTTPS

Example

A monitoring engineer cannot connect to a new device via SSH. They open Utility > Telnet, enter the device IP and TCP port 22, and click Test. The result shows Closed. Because the port is reachable but refused, the engineer confirms SSH is not running on the device — not a firewall issue. They connect via the device console and enable the SSH service.

Troubleshooting

IssueCauseFix
Result shows Timeout but Ping succeedsA firewall is filtering the specific port between the Collector and the device.Check ACL rules on the path from the Collector for the specific port number.
Result shows Closed but the service is runningThe service listens on a non-standard port, or it binds only to a specific interface.Confirm the port number and interface the service listens on using a local check on the device.
Hostname does not resolveDNS is not configured on the Collector host.Enter the IP address directly instead of the hostname.

Known Limitations

  • Telnet in this utility tests TCP connectivity only. It does not open an interactive Telnet session or send application data.
  • UDP ports (such as SNMP port 161) cannot be tested here. Use SNMP Ping for SNMP reachability.