answersLogoWhite

0


Best Answer

Configure one of the physical or virtual lines.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Configure one of the physical or virtual lines.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What can the user do from the command prompt Router config line?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command to remove the console password router?

Remove Console password router>enable router#configure terminal router(config)#line console 0 router(config-line)#no login router(config-line)#no password router(config-line)#exit router(config)#exit


What is the correct command for transport input ssh?

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


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.


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

Router(config)# line vty 0 4


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


Which names correctly identify the CLI mode represented by the prompt for Switch-East4?

line configuration mode user executive mode * global configuration mode privileged executive mode interface configuration mode * enable mode8 What command is used to change the default router name to Fontana? Router# name Fontana Router# hostname Fontana Router(config)# name Fontana * Router(config)# hostname Fontan


Which command enables rip on a router?

A(config)# router rip A(config-router)# passive-interface S0/0 B(config)# router rip B(config-router)# network 192.168.25.48 B(config-router)# network 192.168.25.64 A(config)# router rip A(config-router)# no network 192.168.25.32 B(config)# router rip B(config-router)# passive-interface S0/0 A(config)# no router rip


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


What command is used to set data speed on a router's serial port to 56 kbps?

The command is: clock rate 56000 So it will appear on the command line interface as: Router(config-if)# clock rate 56000 Reference: Networking by Jeffrey Beasley Chapter 6 page 216.


Why would you want to disable CDP on an interface or globally?

You don't want to allow adjacent devices to gain information about this router for security reasons.SolutionYou can disable CDP on a single interface by using the command no cdp enable interface configuration command: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#cdp runRouter1(config)#interface FastEthernet0/0 Router1(config-if)#no cdp enableRouter1(config-if)#end Router1#And you can disable all CDP on the router with the global configuration command, no cdp run: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#no cdp runRouter1(config)#end Router1#


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


What is the command used to get into global configuration mode on a cisco router?

On user exec mode type enable. When inside the privilege mode type configure terminal. You will then be sitting into global config after this. Please see below example: Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#