132k views
3 votes
Step 1: Configure the initial settings on R1. Note: If you have difficulty remembering the commands, refer to the content for this topic. The commands are the same as you configured on a switch. Open a configuration window a. Configure R1 as the hostname. b. Configure Message of the day text: Unauthorized

1 Answer

3 votes

Answer:

The configuration of the R1 is as follows

Step-by-step explanation:

Router>enable

Router#show running-config

Router#show startup-config

Router#configure terminal

Router(config)#hostname R1

R1(config)#line console 0

R1(config-line)#password letmein

R1(config-line)#login

R1(config-line)#exit

R1(config)#enable password cisco

R1(config)#enable secret itsasecret

R1(config)#service password-encryption

R1(config)#banner motd #Unauthorized access is strictly prohibited#

R1(config)#end

R1#exit

R1>enable

R1#copy running-config startup-config

R1#show flash

R1#copy startup-config flash

User Brian Berns
by
5.7k points