answersLogoWhite

0

127.0.0.1

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What mode must be in to configure IP address on a Cisco router?

interface mode


What router prompt can you use the router rip command?

On a cisco router you would go into privilege-exec mode (enable) and then into "configure terminal" mode. From there you can use the router rip command.


Which router configuration mode would an administrator use to configure the router for SSH or Telnet login?

line


What are router modes?

#Configure terminal for configuration mode #exit for previous mode #ctrl+z for set up mode


Starting at the enable mode prompt what commands would you type to configure IP address 192.168.1.1 on interface E0?

I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#I will show the commands, together with the prompt, assuming the router name has not been changed. A subnet mask is also required; I will provide one. ^Z is Control-Z, used to exit configuration mode quickly: Router>enable Router#configure terminal Router(config)#interface E0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#^Z Router#


Which router configuration mode would an administrator use to configure the router for SSH or Telnet login access?

line


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)#


Which commands will change the current configuration mode of router?

#Configure terminal for configuration mode #exit for previous mode #ctrl+z for set up mode


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

#Configure terminal for configuration mode #exit for previous mode #ctrl+z for set up mode


What command is used to enter the router terminal configuration mode?

#configure terminal


Is config t a mode in router configuration?

Yes, Config t stands for configure terminal. This command is to switch into configuration 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.