1 What is the command that will allow you to enter privilege
1. What is the command that will allow you to enter privileged mode?
2. What is the command that will allow you to enter global config mode?
3. What is the command to set a device\'s hostname to R3? (Do not abbreviate)
4. What is the command to set the secret password to cisco123? (Do not abbreviate)
5. What is the command to save the running configuration to the startup configuration?
6. What is the command to assign the IP address 208.44.75.3 and mask 255.255.255.240 to a router interface? Assume you are already in interface config mode and do not abbreviate.
I really need help on these questions, everything I try doesn\'t seem to work so anything will help. Thank you in advance.
Solution
1. Router>enable is used to enter privileged mode.
2. Router#configure terminal allows to enter global config mode.
3. R3(config)#ntp server{ip address|hostname} allows to set a device\'s hostname to R3.
4. enable secret[cisco123] is used to set the secret password to cisco123.
5. router#copy system:running -config NVRAM:startup -config.
6. Router(config)# 208.44.75.3 255.255.255.240.
