Intro to CLI Flashcards

1
Q

Rollover cable

A

8 pins. 1pin connects to 8 on the other end 2 to 7 and so on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Once connect to you laptop what do you use to connect?

A

Putty. A terminal emulator.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Default cisco configuration in putty ?

A
Speed (baud rate) 9600  bits per second
Data Bits are 8
Stop bits are 1.  
No Parity (error detector) 
No Flow control:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

user EXEC mode

A

> Least privileged and most restricted mode of the CLI

Users can look at some things but cant make changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Privileged EXEC mode.

A
#
Can view device config, restart device.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do I know what commands are available

A

question mark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how to see what commands are available with just one letter

A

e ?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Globe mode?

A

(config)#

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how to add a password

A

(config)#

enable password **

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how many conifg files on device

A

two. Running-config

startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how to save run config

A
  1. write
  2. write memory
  3. copy running-config startup-config
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how to save password to encrypt

A

service password-encryption

will use a 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

are there type 7 password hackers?

A

yes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

more secure password

A

enable secret

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how to run commands when not in the correct config level

A

do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is MD5

A

more secure then service password command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

if bot enable secret and enable password config.

A

only enable secret is used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Is enabled secret always ecrypted?

19
Q

what happens to current and future passwords when you enable service password-encryption

and is it secure

A

All current passwords will be encrypted
future passwords will be encrypted.

not secure

20
Q

What happens if you put a no in front of a command

A

removes the command

21
Q

What happens to passwords when you disable service password-encryption

A

Current passwords will not be decrypted. future passwords will not be encrypted.
enable secret will not be effected.

22
Q

what kind of cable is used to connect to a ciso device via the RJ-45 console port

A

rollover cable/console cable

23
Q

type enable to enter # mode but password entered not accepted. whats the issue

A

if you’re seeing a password prompt, then service-password encryption is enabled. caps lock might be on.

24
Q

what is the most secure method to protect your system?

A

enable secret command.

25
what does enable password do
configures a plain-text password which is not secure as it can be read.
26
enable secret
configures a password that automatically encrypted. Uses MD5 more secure then service password-encryption
27
if both enable passwords and enabled secret command are configured what will happen when you use enable to enter privileged exec mode?
must enter enable secret only
28
enable secret takes precedent over enable passwords
yes
29
what two modes can you type show mac address-table and expect to get a responce
enable mode | global condfig mode
30
which of the following modes of the CLI could you type the command reload and expct the switch to reboot
enable mode
31
what is the difference between telnet and SSH
SSH encrypts all data including password, telnet encrypts nothing
32
what type of switch memory is used to store the configuration used nu the switch when it's up and running.
NVRAM
33
what command copies configuration from RAM into NVRAM.
copy startup-config running-config
34
how does a user drops down a mode
exit
35
ctrl-a
moves to beginning of the line
36
ctrl-u
deletes the whole line
37
piped commands
sh run-config | being | include | exclude | section
38
what config is changed when you enter commands
running config
39
is running config automatically saved?
no
40
How to configure a hostname?
config t | name
41
No Shutdown
enables an interface
42
ping
sends ICMP echo request to specified address
43
How to set a clock?
clock set: sets system clock
44
How do you show flash?
In privilege EXEC mode: Show Flash