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

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;

60 Cards in this Set

  • Front
  • Back
STAT mode, Switch port LED is flashing amber
The port is blocked by spanning tree
STAT mode, Switch port LED is solid green
The link is working, but there's no current traffic
3 cabling options for a console connection
Serial/RJ-45 Console, USB/RJ-45 Console, USB/USB Console
Type of the cable which connects to RJ-45 console
Rollover cable
Serial Port name on the PC side of console connection
DB-9
Console Configuration: Data Rate/ Hardware Flow Control/ Data Bits/ Parity/ Stop Bits
9600 bits per second/ No Hardware Flow Control/ 8-bits ASCII/ No Parity Bits/ 1 Stop Bit
How does Telnet send all data
as clear-text data
Which messagaes does SSH encrypt?
All messages, including the passwords
Line (console and vty) configuration mode. Tells IOS to prompt for a password (no username)
login
How many concurrent Telnet sessions does a switch support?
16, line vty 0 15
This mode allows you to look arround but not to break anything.
user mode (user EXEC mode)
Other names of "enable" mode
privileged mode, privileged EXEC mode

"reload" command can only be executed in --- mode

enable

Navigating from user mode to enable mode
enable (command)

Navigating from enable mode to user mode

disable

Hostname followed by ">"
user mode
Hostname followed by "#"
enable mode
By pressing Tab key midword CLI does nothing! It means that…
There are more than one possible next parameter

Is it needed to press Enter key after the "?"

No

How many commands are stored in Cisco IOS history buffer by default?
10
Keyboard command to redisplay the command line with all characters. (useful when messages clutter the screen)
Ctrl-R
Keyboard command to interrupt the current command
Ctrl-Shift-6
The --- commands ask the switch to continue monitoring different processes in the switch
debug
The --- commands list messages about the current status and send to the user
show

IOS sends output of --- commands to the user that issued the command and to no other user

show

IOS creats log messages related to the --- command's options and any user logged in can view them
debug
The command used to view debug log messages / which mode?
terminal monitor / enable mode
The command used to check current CPU utilization
show process
Ctl-Z = ?
end
Navigating from enable mode to configuration mode
configure terminal
Navigating from configuration mode to enable mode
end or Ctl-Z
4 Common Switch Configuration Modes
Global, Line, Interface, VLAN
Prompt for Global Configuration : hostname(?)#
(config)
Context-Setting command(s) to reach Global Configuration mode
None- first mode after configure terminal
Prompt for Line Configuration : hostname(?)#
(config-line)
Context-Setting command(s) to reach Line Configuration mode
line console 0 / line vty 0 15
Prompt for Interface Configuration : hostname(?)#
(config-if)
Context-Setting command(s) to reach Interface Configuration mode
interface type number
Prompt for VLAN Configuration : hostname(?)#
(vlan)
Context-Setting command(s) to reach VLAN Configuration mode
vlan number
Navigating from configuration submodes to Global Configuration mode
exit
Stores running (active) configuration
RAM
Stores Bootstrap Proram
ROM
Stores fully functional Cisco IOS
Flash Memory
Stores initial (startup) configuration
NVRAM
Stores any other files including backup copies of configuration files
Flash Memory
The program which finds the full Cisco IOS image and manages to load it into RAM
Bootstrap
Will copy command replace/merge the existing file when the file is copied into NVRAM?
Replace
Will copy command replace/merge the existing file when the file is copied into TFTP Server?
Replace
Will copy command replace/merge the existing file when the file is copied into RAM?
Merge
One guaranteed way to revert (running-config) back to startup-config!
reload
Three commands for erasing NVRAM
write erase, erase startup-config, erase nvram
How to erase contents of running-config?
1.erase the startup-config file 2.reload the switch

2 enable mode EXEC commands to disable all currently enabled debugs

no debug all, undebug all

EXEC command that disconnects the user from the CLI session

quit

Commands that can be used either in user (EXEC) mode or enable (EXEC) mode

EXEC commands

How to place the user in enable mode from console line configuration?


end command or Ctrl-Z key sequence

What does a field all in capital letters mean in help menu? (i.e. MONTH)
A variable, we should type sth there (i.e. Feb)
Keyboard command to move directly to the end of current command
Ctrl-E
Keyboard command to move directly to the first character of current command
Ctrl-A