• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/53

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

53 Cards in this Set

  • Front
  • Back

What interfaces can be used to connect to a network device?

Console, aux, or telnet/SSH

Once connected, what type of software is used to communicate with the CLI?

A terminal emulator

What are 2 common Windows-based terminal emulators?

HyperTerminal and PuTTY

What terminal emulator is built into Windows?

HyperTerminal

What terminal emulator is commonly used in *NIX systems?

Minicom

How should the terminal emulator settings be configured to connect to the CLI?

9600 bps, 8 data bits, no parity, 1 stop bit, no flow control

What is the default username/password for Cisco devices?

cisco/cisco

What are the 3 main modes in the CLI?

User exec mode, privileged exec mode, and global config mode

What character prompt indicates that the CLI is in use exec mode?

A >

What is the user exec mode used for?

Viewing statistics; can't view/change configuration

What character at the prompt indicates the CLI is in privileged exec mode?

A #

What command is used to go from user exec to privileged exec mode?

Enable

What command is used to go from privileged exec mode to user exec mode?

Disable

What command is used to log out of the CLI?

Logout

What mode can view stats and configuration of all components and processes, but can't changenthem?

Privileged exec mode

What is the primary mode for changing the device's configuration?

Global configuration mode

What command is used to switch into global configuration mode?

Configure terminal

How is the global config mode designated at the command prompt?

Router (config)#

Are changes to a device's config persistent?

Only if saved to the startup config

When do changes to a device's config take effect?

Immediately

What are the 3 most common sub-modes?

Interface config, line config, and routing config

How do you enter the interface configuration mode?

Interface <interface_name>

How do you enter the line configuration mode?

Line { con | vty | aux } <#>

How do you enter router configuration mode?

Router <protocol> [#]

What command will leave any of the global config modes?

Exit

What command will return a list of commands?

?

What command will show the last several commands entered?

Show history

What command will display information about the terminal session?

Show terminal

How can a command be run from a mode other than the ones it is normally allowed to be run in?

Prepend the command with "do"

What command sets a device's name?

Hostname

What command sets a device's time?

Clock set <time>

What are the 2 basic access controls?

Line passwords and enable password/secret

What 3 lines can exist on a device?

Console, aux, and telnet/SSH

What is the primary difference between enable password and enable secret?

Password is stored in plaintext; secret is encrypted

What does a password/secret control access to?

Privileged mode

What happens if both a secret and a password are enabled?

The secret takes precedence

What parameter can be used with enable password/enable secret to designate what mode is protected?

Level

What must be configured before connecting via telnet/SSH?

A secret or password

What is another name for a telnet or SSH line?

Vty

What is the minimum number of vty lines available?

5 (designated 0-4)

Which line will a new telnet or SSH connection use?

The lowest-numbered line available

Why is telnet not secure?

The password is transmitted in plaintext

What command is used to set a device's domain?

Ip domain-name <domain>

What additional requirement does SSH have over telnet when configuring?

SSH requires encryption keys

What command will generate keys for SSH?

Crypto key generate rsa general-keys modulus <key_size>

What command will encrypt system passwords?

Service password-encryption

What slot are built-in interfaces in?

Slot 0

What slot are interfaces added via modules in?

Slot 1 or higher

What command is used to set an IP address on a line?

Ip address <address> <mask in dotted decimal>

When first starting, what mode are all lines in?

Administrative shutdown

What command will toggle the administrative shutdown on a line?

Shutdown/no shutdown

How is a secondary IP address designated on a line?

Ip address <address> <mask> secondary

What command will set the description of an interface?

Description