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

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;

63 Cards in this Set

  • Front
  • Back
What are the four types of memory in the router?
RAM
ROM
NVRAM
FLASH
What are the three most common ways of accessing the CLI environment?
Console, Telnet or SSH, AUX port
What is another name for a console session?
CTY Line
When is the console used?
Initial configuration, diaster recovery when remote access is unavailable, password recovery
What two critical things are stored on ROM?
Diagnostics and bootstrap information
Does Telnet require active networking services on the device?
Yes
What is vty?
Virtual teletype interface, which is the kind of session TELNET sets up. Requires a ps=assword as a minimum.
Where is startup configuration found?
NVRAM
Where is running configuration found?
RAM
Where is internet operating systems?
FLASH
When is the AUX port used locally?
When there are problems with using the console port
Does the AUX port require networking services?
No, but it does require a modem to be hooked up to the router and a terminal emulation program on the conmputer
What are the two types of software on network evices?
Operating system and configuration
When are commands parsed?
During bootup from the startup-config file, or when commands are entered in the CLI
What are the two configuration files in a Cisco network device?
Running and startup
Describe user executive mode:
Lowest level (1), very limited, basically only "viewing" commands; Router>
Describe priviliged executive mode:
Level 2 Similar to "root" in UNIX or "Admin" in Windows, offers access to the entire IOS command structure; Router#
Global configuration mode:
Commands apply to the entire router; Router (config)#
Other specific configuration modes:
Commands only apply to that particular routing process; Router(config-mode)#
What are the four parts of the Basic IOS Command structure?
Prompt, command, space, keyword or argument
IOS Conventions: Boldface
Commands and keywords that are entered literally
IOS Conventions: Italics
User supplied arguments
IOS Conventions: [X]
Square brackets enclose an optional keyword or argument
IOS Conventions: |
A choice within an optional or required set of keywords or arguments
IOS Conventions: [X|Y]
Optional choice
IOS Conventions: {X|Y}
Required choice
How do you access context-sensitive help?
? at any prompt; sh? gets a list of all commands that begin with sh; a question mark after a command shows options, keywords or arguments
What are the three types of error messages?
Ambiguous command, incomplete command, incorrect command
Hot keys/shortcuts: Tab
Completes partial command name entry
Hot keys/shortcuts: Ctrl-D
Erases the character at the cursor
Hot keys/shortcuts: Ctrl-K
Erases all characters from the cursor to the end of the command line
Hot keys/shortcuts: Esc D
Erases all characters from the cursor to the end of the word
Hot keys/shortcuts: Ctrl-U or Ctrl-X
Erases all characters from the cursor to the beginning of the command line
Hot keys/shortcuts: Ctrl-W
Erases the word to the left of the cursor
Hot keys/shortcuts: Ctrl-A
moves the cursor to the beginning of the command line
Hot keys/shortcuts: Ctrl-B and Ctrl-F:
Left and right arrow keys
Hot keys/shortcuts: Ctrl-E
Endo of command line
Hot keys/shortcuts: Up-arrow or Ctrl-P
Recent commands
Hot keys/shortcuts: Ctrl-R, Ctrl-I, Ctrl-L
Redisplays the system prompt and command line after a console message is received
Hot keys/shortcuts at prompt: Enter key
Displays next line
Hot keys/shortcuts at prompt: Spacebar
Displays next screen
Hot keys/shortcuts (break keys): Ctrl-C
When in any configuration mode, ends the configuration mode and returns to privileged EXEC mode. When in setup mode it aborts to the command prompt.
Hot keys/shortcuts: Ctrl-Z
When in any configuration mode, ends the configuration mode and returns to privileged EXEC mode
Hot keys/shortcuts: Ctrl-Shift 6
All-purpose break sequence. Used to abort DNS lookups, traceroutes, pings
What can the show command provide?
Version, processes CPU, protocols, running-config, memory, stacks, buffers, flash, interface[s], startup-config
Where does service password-encryption apply?
Passwords stored in configuration--not when they are sent over the media. The command to start this (it is not enabled by default) is "service password-encryption"
What are some good practices when it comes to banners?
Use legal warnings, never use welcomes, should warn that only authorized users are permitted. MOTD is frequently used for legal messages
Commands: reload
Restarts the device without saving changes
How do you test the IP stack?
Ping 127.0.0.1; ! reciept of packet, . timeout, U unreachable
What is a network baseline?
A process for studying the network at regular intervals to ensure that it is working as designed, by having several reports over a period of time establishing the health of the network and then comparing new reports to that
What does the arp command do?
Sends out a broadcast requesting MAC addresses from all the IP addresses in a local network.
Which command turns on a router interface?
No shutdown
What is the default shutdown/no shutdown state?
Shutdown
What is the purpose of the IOS enable secret command?
Allows you to input a password that will be encrypted
What command will display statistics for all interfaces configured on a router?
Show interfaces
What command lines will require a password to establish a console session with the router?
Router(config)#line con 0
Router(config-line)#login
Router(config-line)#enable password CISCO
What type of cable is used to initially configure a router?
Rollover
What do router use to select best paths for outgoing data packets?
Routing tables
What is setup mode?
Setup mode allows you to configure a router by answering a series of questions posed to you.
What is the proper configuration for terminal emulation software to configure a router?
Bits per second, 9600
Data bits, 8
Parity, None
Stop bits, 1
Flow control, none
Commands to copy a configuration file to a TFTP Server:
enable
copy runt tftp
192.168.23.5
router-config
Commands to permit access to five virtual terminals:
line vty 0 4
login
password cisco
What are the three types of CLI Help?
Context-sensitive
Command syntax check
Hot keys and shortcuts