answersLogoWhite

0

check that the login prompt on your console has changed, and use the "show session" command

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What osi layers use telnet connection for remote use?

what osi layers use telnet connections for remote use


What are two characteristics of telnet?

sends data in clear text.need to configure destination device to support telnet connection.


How are telnet access and console access different?

The network administor must have physical access to the device to establish a console connection whereas TELNET access can be established form a remote location. However telnet access depend upon a router with network access's, whereas a console connection can be used to access the router regardless of the router's configuration.


What configuration mode is used to set a password to authenticate users that are accessing and configuring the network device used telnet connection?

Telnet


Where can Telnet use?

Telnet is a Network layer protocol. It is used to create connection remotely.


What is the probable cause if a user cannot telnet into a remote device?

Might be that remote server connectivity has been lost ..or pls check your ip or login credentials


Why telnet unable to connect to remote host connection refused?

The most likely reason is that there is no telnet daemon running on the computer. Other reasons may be that you are connecting on the wrong port, or your client is on the hosts.deny list.


What is the command to connect to remote terminals in unix?

Under Windows the command is mstsc.Microsoft terminal server connection


What are the commands for TELNET?

TELNET commands are primarily used to control the TELNET client and manage remote connections. Basic commands include open to connect to a remote host, close to disconnect, status to display connection information, and help to access a list of available commands. Users can also use control characters like Ctrl+] to access the TELNET command prompt for further commands. Additionally, commands such as set and unset allow users to configure various options for their TELNET session.


Which protocol is used for remote log in?

Telnet


WhAT configuration mode is used to set a password to authenticate users that are accessing and configuring the network device using a Telnet connection?

line vty


Why should telnet to UDP port fail?

A single port can be configured to listen for UDP or TCP inbound connection requests (or both). Telnet uses TCP. So when you telnet to a specific IP:port, telnet will attempt to make a TCP connection. If there is no TCP listener on the port you specify, then the connection request will be refused. It matters not if you have a UDP listener on the port. Telnet will not be able to establish a connection to a UDP port.