Cisco day 4 to day 7 Flashcards

1
Q

it is the interface you use to configure Cisco Devices

A

CLI (Command Line Interface)

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

GUI means

A

Graphical User Interface - not commonly used by network engineers.

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

what port connection to use when configuring a device?

A

use the console port

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

what connector used in configuring a device using rj-45 port?

A

Rollover Cable

-which has RJ-45 at one end and the other end is DB9

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

there is 8 pins on rollover cable and the connection is :

A
pin 1 to pin 8
pin 2 to pin 7
pin 3 to pin 6
pin 4 to pin 5
pin 5 to pin 4
pin 6 to pin 3
pin 7 to pin 2
pin 8 to pin 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

to access CLI you can use ?

A
Terminal Emulator (Putty is popular choice) 
then choose SERIAL CONNECTION
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

the baud rate or speed is ____
the data bits is ____
the stop bits is ____

A

9600
8
1

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

when you first enter to the CLI in default you will be in what mode ?

A

User Exec Mode (it is indicated by greater than sign)

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

if you enter “enable” command in User Exec Mode you will be in what mode?

A

Priviledge Exec Mode (it is indicated by #)

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

provides complete access to view the device’s configuration , restart the device . etc.

cannot change the configuration , but can change the time on the device , save the configuration file , etc.

A

Priviledge Exec Mode

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

user exec mode commands :

A
  1. <1-99> - session number to resume
  2. connect - open a terminal connection
  3. disable - turn off priviledge commands
  4. disconnect - disconnect all existing network connection
  5. enable - turn on priviledge commands
  6. exit - exit from exec mode
  7. logout - exit from exec mode
  8. ping - Send Echo Messages
  9. resume - Resume an active network connection
  10. show - show running system information
  11. ssh - open a secure shell client connection
  12. telnet - open a telnet connection
  13. terminal - set terminal lines parameter
  14. traceroute - trace route to destination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

priviledge exec mode commands :

A
  1. <1-99> - session number to resume
  2. auto - exec level automation
  3. clear - reset function
  4. clock - manage the system clock
  5. configure - enter configuration mode
  6. connect - open a terminal connection
  7. copy - copy from one file to another
  8. debug - debugging functions (see also undebug)”
  9. delete - delete a file
  10. dir - list file on a file system
  11. disable - turn off priviledge command
  12. disconnect - disconnect an existing network connection
  13. enable - turn on priviledge commands
  14. erase - erase a file system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

priviledge exec mode commands :

A
  1. exit - exit from exec
  2. logout - exit from exec
  3. mkdir - create new directory
  4. more - display the contents of a file
  5. no - disable debugging informations
  6. ping - send echo messages
  7. reload - halt and perform a cold restart
  8. resume - resume an active network connection
  9. rmdir - remove existing directory
  10. send - send a message to other tty lines
  11. setup - run the SETUP command facility
  12. show - show running system information
  13. ssh - open a secure shell client connection
  14. telnet - open a telnet connection
  15. terminal - set terminal line parameters
  16. traceroute - traceroute to destination
  17. undebug - disable debugging functions
  18. vlan - configure VLAN parameters
  19. write - write running configuration to memory , network or terminal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what command use to view the available commands?

A

use “?”

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

when you enter “configure terminal” in Priviledge Exec Mode what mode you will be?

A

Global Configuration Mode

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

in global configuration mode you can use the command ______ to protect priviledge exec mode

A

enable password

17
Q

there are two separate configuration files kept on the device at once :

A
  1. ) running-config - the current, active configuration file on the device . as you enter the commands in the CLI, you edit the active configuration.
  2. ) startup-config - the configuration file that will be loaded upon restart of the device
18
Q

Saving the Configuration :

A

in the Priviledge Exec Mode

1) .write
2) .write memory
3) .copy running-config startup-config

19
Q

you can add more security after “enable password” using what command?

A

in Global Configuration Mode

service password-encryption

20
Q

you can add more security after “service password-encryption” using what command?

A

enable secret

- you can also use do sh run command after enabling secret

21
Q

you can cancel command by using ___ command?

A

no

ex: no service password-encryption