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.
router>enable router#configure terminal router(config)#line vty 0 4 router(config-line)#password cisco router(config-line)#login to configure router with telnet you must set up password or secret for privilieged mode.
Telnet use port number 23,and connected to TCP
Telnet operates over TCP Port 23.
Because the telnet session is in clear text and programs can capture the passwords to log in to telnet sessions.
Please follow the below steps:1. On a Windows computer open command prompt.2. Type telnet you want to access remotely
for
FTP and Telnet are similar in that they are defined as OSI layer 7 (application) protocols. They are different in that they use different ports for sending and receiving messages and are used for different purposes. FTP is used to sending and receiving files across a network. Telnet is used to send commands remotely to another network device.
1. console2. Auxiliary3. Telnet
The correct answer is VTY.
SSH is more secure than Telnet.
line
Type on previllage Mode:- Router(config)#line vty 0 4 Router(config-line)#pass Router(config-line)#password 123 Router(config-line)#login Router(config-line)#exit used for telnet , to take ur PC on telnet through Router..............
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.
line
Telnet is a Network layer protocol. It is used to create connection remotely.
If you connect to the router via the console port then you are physically making a connection with a physical cable to the router. This implies you have to be close to the router itself. Using telnet allows you to connect to the router from anywhere in the network, and doesn't require a physical cable connection.