answersLogoWhite

0


Best Answer

vty stands for virtual terminal; it is used for connections such as Telnet or the safer SSH. The numbers 0 1 refer to a range of possible connections. Usually all possible connections on a router or switch should be programmed together, since you don't have control over which user accesses which connection.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does command line vty 0 1 mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command will configure all the default VTY ports on a router?

Router(config)# line vty 0 4


What is the correct command for transport input ssh?

router(config)#line vty 0 4router(config-line)#transport input ssh


What does the command line vty 0 1 mean?

vty stands for virtual terminal; it is used for connections such as Telnet or the safer SSH. The numbers 0 1 refer to a range of possible connections. Usually all possible connections on a router or switch should be programmed together, since you don't have control over which user accesses which connection.


Which command or commands will require authentication to access the privileged exec mode?

RTRA(config)# line vty 0 4 RTRA(config-line)# login RTRA(config-line)# password cisco


Which password would allow a user to establish a Telnet session with a Cisco device?

On user exec mode type enable.When you are on the privilege mode type configure terminal.Upon reaching global config mode you have to type line vty 0 4.Inside the vty line mode type password Please see below example:Router>enableRouter#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Router(config)#line vty 0 4Router(config-line)#password secretRouter(config-line)#exitRouter(config)#exit


Line VTY 0 4 is used in a router configuration to enable what?

telnet


How many telnet sessions can this router handle?

The router can handle as many telnet sessions as there are VTYs. The maximum number of possible VTYs varies by platform. There are 5 VTYs by default, you can add more VTYs by configuring them in configuration mode. Example Line vty 0 16 login (or any command) Once you refer to a VTY, it will be created.


How do you set a password on vty 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..............


How do you set a telnet password?

for basic local authentication, at the CLI: conf t line vty 0 4 password yourpasswdhere login exit


Which command sequence will permit access to five router virtual terminal lines with a password of cisco?

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.


How do you set up a router?

It depends on your needs but for basic router settings, kindly see below example. You can copy this into your Cisco router command line interface. enable configure terminal no ip domain-lookup hostname R1 line con 0 login password secret logging synchronous exec-timeout 0 30 exit line vty 0 4 login password secret logging synchronous exec-timeout 0 30 exit do wr


Which three commands will change the current configuration mode of a router?

router ripline vty 0 4interface fastethernet 0/1