IOS Navigation Flashcards

(36 cards)

1
Q

Name three Cisco IOS CLI Modes

A

User EXEC mode, Privileged EXEC mode, Global Configuration mode

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

How is user mode EXEC identified in the prompt?

A

hostname>

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

How is privileged EXEC mode identified in the prompt?

A

hostname#

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

How is Global Configuration mode identified in the prompt?

A

hostname(config)#

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

How do you go into privileged mode from user mode?

A

enable

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

How do you go into global configuration mode from user mode?

A

You cannot. You have to go into privileged mode first, then into global configuration mode

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

How do you go from configuration mode to privilege mode?

A

type end or CTRL-Z

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

How do you go back one mode level?

A

type exit

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

How do you go from privileged mode into global configuration mode?

A

conf t
or
configure terminal or

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

Which mode allows users to modify the running system configuration?

A

Global Configuration Mode

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

Which mode allows the user to execute only the basic commands, such as show the system’s status?

A

User EXEC Mode

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

Which mode allows users to view the system configuration, restart the system, and enter configuration mode?

A

Privileged EXEC Mode

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

What are the different types of storage on a Cisco device. Name four:

A
  1. RAM
  2. NVRAM
  3. FLASH
  4. ROM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is the compressed IOS bin file stored?

A

Bootflash or Flash:

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

Where is the running configuration stored?

A

RAM:

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

Where is the startup configuration stored?

17
Q

How do you save the running configuration as the startup configuration?

A
copy run start
or 
copy running-configuration startup-configuration
or
cop r s
or
write memory
or
wr
18
Q

What is the command to show the running configuration?

A
show running-configuration
or
show run
or
sh r
or
wr t
19
Q

What is the command to show the interface status on a system?

A
show interfaces
or
show int
or
sh int
20
Q

How do you show the IP address of an interface, along with specific information? …shortest form possible

A

sh ip int brie

show ip interface brief

21
Q

What is the shortest abbreviation for show command

22
Q

What is the shortest abbreviation for interfaces?

23
Q

what is the shortest abbreviation for show running-configuration?

24
Q

what is the shortest abbreviation for show startup-configuration?

25
After the show running config what character can be used to help filter the output?
The pipe |
26
What is the benefit for setting a different password on each VTY line?
None really. You never know which VTY line you are going to get and you can not specify
27
How do you lock down the console port? Two steps...
1. password | 2. login
28
Which is more secure "enable secret 5" or "enable password 7"
enable secret 5
29
Under configuration mode, what would you type to start configuring the console port settings?
line console 0
30
Under global configuration mode, what would you type to start configuring the ssh and telnet settings`?
line vty 0 4 | This configures all 5 lines
31
How many vty lines are there?
5, 0-4 | 16, 0-15
32
Which command will let you configure all vty at the same time?
line vty 0 4
33
Why so many vty lines?
for admins and software like SolarWinds
34
What does no ip domain xtlookup accomplish?
It turns off the dns lookups for TELNET when you are in privileged mode and type in the wrong command
35
Which IOS CLI Mode has submodes?
Global Configuration Mode
36
Name two Global Configuration Mode submodes.
Interface line route