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

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;

26 Cards in this Set

  • Front
  • Back
What protocol does the console use?
RS232
What is RS232?
A serial protocol, originally designed for accessing dumb terminals.
What port does Telnet use?
TCP port 23
What port does SSH use?
TCP port 22
What is Out Of Band Management? (OOB)
Allows console connections to routers with no config from a network designed for management access
What port does RDP use?
RDP port 3389
What is a WIC slot?
A WAN Interface Card Slot - allows connection to other devices via serial or T1 connections, etc
What mode does the > sign denote?
User mode - read only access to the machine.
What does the enable command do?
Starts priviledged mode
How is priviledged mode shown on a device?
by a # after the device hostname (eg - Router0#)
What command(s) will delete the config from a device?
- write erase
- clear start
What command will display the startup configuration of a device?
show startup-config
What does the "reload" command do?
Reboots the device
How can you see possible valid commands in IOS?
Type a ?
What is the tab completion feature?
Hitting tab will automatically complete a command
What is the difference between the enable secret and the enable password?
The enable secret is encrypted in the config.

The enable password is stored in clear text
What is the virtual terminal password?
Protects access to the router over a network interface (eg - for telnet access)
What command will display all the interface IP information?
show ip interface brief
What range of addresses does class A use?
0 -> 127
What range of addresses does class B use?
128 -> 191
What range of addresses does class C use?
192 -> 223
What range of addresses does class D use?
224 -> 239
What range of addresses does class E use?
240 -> 255
What range of IP addresses are used for multicast?
Class D
What does the shutdown command do?
Disables a router/switch interface
What does the write command do?
saves the running-config to the startup-config