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

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;

10 Cards in this Set

  • Front
  • Back
How to set up SSH on a router with hostmane CorpR1 in domain example.com?
Router>enable
Router#config t
Router(config)#hostmane CorpR1
CorpR1(config)#ip domain-name example.com
CorpR1(config)#crypto key generate rsa general-keys modulus 1024
CorpR1(config)#line vty 0 4
CorpR1(config-line)#transport input ssh
What command would you use to troubleshoot a serial link problem?
show interface serial 0
If you type "show interface serial 0" and you see "up, line protocol is down" what layer is having a problem?
Data Link layer problem
If you type "show interface serial 0" and you see "down, line protocol is down" what layer is having a problem?
Physical layer problem
What do you see when you type "show interfaces"?
statistics for the interfaces on the router

whether they are shut down

the IP address of each interface
What is the sequence of powering on a router?
POST
IOS loaded from flash
startup-config loaded from NVRAM
What does "show version" provide?
basic configuration of the system's hardware and software version

names and sources of configuration files

"config-register" setting

boot images
How do you set the hostname of a router to CorpR2?
enable
config t
hostmane CorpR2
What does config-register 0x2102 mean?
default boot setting tells the router to look for boot sequence in NVRAM
This command will erase the configuration of a router.
erase startup-config