Lecture-3 - Device Basic Configuration
Lecture-3 - Device Basic Configuration
Type ‘enable’ (or en) and press enter. You will be in the Privilege Mode (#)
Type ‘configure terminal’ (or conf t)and press enter. You will be in the
Configuration Mode (config)#
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 7
Basic Device Configuration
Device Names
The first configuration command on any device should be to give it a unique
hostname.
By default, all devices are assigned a factory default name. For example, a Cisco
IOS switch is "Switch.”
Note: You have to be in the appropriate mode to apply the command. Don’t apply the command in
the wrong mode. You will find error.
CISCO Device Password
There are two primary password levels:
Type ‘Login’
Type ‘password’ and then set any password. You are done!!!!
To check, try go back to user mode (>). You will be asked for Password.
Setting Up Privilege Mode Password
Go to ‘Global Configuration’ mode or ‘Interface Configuration’ mode
Type ‘enable password ’ and type any password you want. Press enter and
you are done!!!
To check, try go back to user mode (>). Then try to enter the Privilege Mode
by typing ‘enable’ command.
Note: This type of password encryption doesn’t provide high security. But it is far better
than using plain text password.