answersLogoWhite

0

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..............

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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


How do you set a telnet password?

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


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


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

VTY line mode


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

VTY line mode


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

VTY line mode


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.


What is the function of the service password-encryption command in the Cisco IOS?

The service password-encryption global configuration command will encrypt all non-encrypted passwords (enable password, line console, line vty, ect) with a basic encryption algorithm.


What is line vty?

Line VTY (Virtual Terminal Line) refers to the virtual terminal lines on a network device, such as a router or switch, that allow remote access via protocols like Telnet or SSH. Configuring line VTY settings enables administrators to manage device access, set user authentication, and define the number of concurrent sessions. Each VTY line can have specific access controls and timeout settings to enhance security. Typically, devices support multiple VTY lines, allowing multiple users to connect simultaneously.


Which password restricts telnet access to the router?

The correct answer is VTY.


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 command will configure all the default VTY ports on a router?

Router(config)# line vty 0 4