Intro to CLI Flashcards
Rollover cable
8 pins. 1pin connects to 8 on the other end 2 to 7 and so on.
Once connect to you laptop what do you use to connect?
Putty. A terminal emulator.
Default cisco configuration in putty ?
Speed (baud rate) 9600 bits per second Data Bits are 8 Stop bits are 1. No Parity (error detector) No Flow control:
user EXEC mode
> Least privileged and most restricted mode of the CLI
Users can look at some things but cant make changes.
Privileged EXEC mode.
# Can view device config, restart device.
How do I know what commands are available
question mark
how to see what commands are available with just one letter
e ?
Globe mode?
(config)#
how to add a password
(config)#
enable password **
how many conifg files on device
two. Running-config
startup-config
how to save run config
- write
- write memory
- copy running-config startup-config
how to save password to encrypt
service password-encryption
will use a 7
are there type 7 password hackers?
yes.
more secure password
enable secret
how to run commands when not in the correct config level
do
what is MD5
more secure then service password command
if bot enable secret and enable password config.
only enable secret is used.