Part
1:Establish Basic Connections,Acces the CLI,and the Explore Help
Step 1:Connect PC1 To S1 using a console cable
Step 2:Estabis terminal session with S1
Step 3: Explore the IOS help
Step 1:Connect PC1 To S1 using a console cable
Step 2:Estabis terminal session with S1
Step 3: Explore the IOS help
Step 1: privilaged EXEC mode
Step 2:
Enter global Configuration mode
Part 3:
Set The Clock
step 1: Use he clock command
step 1: Use he clock command
Step2:
Explore addtional command messages
Hasil
Nilai:
CONFIGURING
INITIAL SWICTH SETTINGS
Part 1:
Verify The Default Swicth Configuration
Step 1:
Enter Privileged EXEC mode
Step 2:
Examine The Current Swicth Configuration
Part 2:
Create A Basic Swicth Configuration
Step1:
Assign a name to a swicth
Step2:
Secure acces to the console line
Step3:Verify
that console acces is secure
Step4:Secure
Privileged mode acces
ACTIVITY 2
Configure S1 :
1. Enter privileged EXEC mode by entering the enable command:
Switch> enable
Switch#
2. Enter the show running-config command.
Switch# show running-config
Switch# configure terminal
Switch(config)# hostname S1
S1(config)# exit
S1#
S1# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S1(config)# line console 0
S1(config-line)# password letmein
S1(config-line)# login
S1(config-line)# exit
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
S1# exit
Switch con0 is now available
Press RETURN to get started.
User Access Verification
Password:
S1>
S1> enable
S1# configure terminal
S1(config)# enable password c1$c0
S1(config)# exit
%SYS-5-CONFIG_I: Configured from console by console
S1#
a. Enter the exit command again to log out of the switch.
b. Press <Enter> and you will now be asked for a password:
User Access Verification
Password:
c. The first password is the console password you configured for line con 0. Enter this password to return to user EXEC mode.
d. Enter the command to access privileged mode.
e. Enter the second password you configured to protect privileged EXEC mode.
f. Verify your configurations by examining the contents of the running-configuration file:
S1# show running-config
3. The enable password should be replaced with the newer encrypted secret password using the enable secret command. Set the enable secret password to itsasecret.
S1# config t
S1(config)# enable secret itsasecret
S1(config)# exit
S1#
4. Enter the show running-config command again to verify the new enable secret password is configured.
Note: You can abbreviate show running-config as
S1# show run
No comments:
Post a Comment