• 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/59

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;

59 Cards in this Set

  • Front
  • Back
Cisco supports two major types of switch operating systems: ???
IOS and Cat OS
IOS
Internetwork Operating System
Cat OS
Catalyst Operating System
Most Cisco Catalyst switch series today run only ______ operating system?
IOS
Three meanings of the SYST LED?
OFF: switch is off
ON (GREEN): on and working
ON (AMBER): POST failed and IOS did not load
Three popular ways to access switch CLI?
console port, Telnet, SSH
Rollover cable has what connectors?
RJ-45, DB-9
8N1 means?
8-bit ASCII
No stop bits
1 parity bit
data rate for a PC's serial port connected to a switch's console port using default settings for the switch?
9600 bytes/second
hardware flow control should be (enabled / disabled) when connecting a PC's serial port to a switch's console port using default settings for the switch?
disabled
What about Telnet presents a security risk?
It transmits all data as cleartext, including username and password for the switch.
Telnet and SSH use what well-known TCP port numbers?
SSH: 22
Telnet: 23
By default a switch allows for access by which of the three methods (SSH/Telnet/console)
console only
vty
virtual terminal
switches support __ concurrent vty sessions
16
command to go to privileged mode
enable
command to go to user mode
disable
if the command prompt lists the hostname followed by a >, the user is in _____ mode, if it's a # the user is in _____ mode
user, enable (or privileged, means same thing)
command to set enable password
enable secret 'password'
T/F: if enable password is not set, IOS allows access for all to enable mode by default
False
T/F: if enable password is not set, IOS allows access to enable mode from console
True
difference between debug and show commands
show = display information once

debug = information is displayed automatically when something changes in the system. debug turns on the messages for a particular item, "no debug" turns the messages off
how to disable a single debug option?
repeat the same debug command with the same options, prefaced by the word "no"
command to disable all current debugs
no debug all
OR
undebug all
command to check switch CPU utilization
show process
what does "terminal monitor" command do?
allows debug messages to be sent out on vty lines
What does the "interface" command do?
subcommand to enter interface configuration mode
Commands used in a specific context of configuration mode are called _____?
subcommands
How to enter global configuration mode from enable mode?
"configure terminal"
speed command does what / is effective where?
sets inteface speed
is effective in interface configuration mode
line configuration mode allows configurations pertaining to what?
the line used to reach the CLI, so console or 1 of the 16 vty lines
how to end configuration mode and go back to priviliged EXEC mode?
end / Ctrl-z
the following prompt:

hostname(config-if)#

means you are in what mode?
interface configuration mode
RAM stores?
active configuration file
ROM stores?
bootstrap loader
Flash memory stores?
full IOS images, possibly other files such as configuration backups
NVRAM stores?
the initial / startup configuration file
the file known as startup-config is stored where?
NVRAM
the file known as running-config is stored where?
RAM
most basic method of moving configuration files in and out of a switch is the _____ command
copy
"copy" can move files between which 3 locations?
TFTP, RAM, NVRAM
T/F: "copy"-ing a config file into RAM on a running switch gives the same result as if that config file was loaded at startup
False
T/F: "copy"-ing a config file to NVRAM or a TFTP server will erase the existing file in that location
True
What happens when a config is "copy"-ed into RAM?
It acts as if each command in the config file was entered at the console in order
"reload" does what?
restarts the switch, erases RAM and copies the startup-config into RAM as part of the reload process
3 commands to erase NVRAM
write erase
erase startup-config
erase nvram:
preferred command to erase NVRAM
erase nvram:
alternative names for startup-config
nvram:
OR
nvram:startup-config
alternative names for running-config
system:running-config (there's only one alternative name)
The switch will prompt the user if they want to enter setup mode after starting the switch if _________.
The NVRAM is empty
difference between "exit" and "end" configuration sub-modes
exit - moves back to the next higher mode in configuration mode

end - exits configuration mode and goes back to enable mode from any of the configuration submodes
Ctrl-Z does the same thing as what command?
"end"
"setup" command
enable mode command which places the user in setup mode (not configuration mode)
"quit" command
disconnects teh user from the CLI session
The commands which can be entered in user or privileged mode are known as _____ commands
EXEC
user mode is also known as
user EXEC mode
privileged mode is also known as
enabled mode
OR
privileged EXEC mode
context-setting commands do what?
move you from one configuration subcommand mode to another

*context-setting is not a cisco term
what is the meaning of colon character used, in example in the command, "erase nvram:"
It refers to a filesystem. It can be thought of as similar to the drives in DOS, where every drive letter is followed by a ':' character.