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

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;

5 Cards in this Set

  • Front
  • Back

Front (Term)


Router1>enable


Router1#configure terminal


Router1(config)#interface fa0/0


Router1(config-if)#ip address 192.168.152.190 255.255.255.240



Router1(config-if)#no shutdown



Router1(config-if)#interface fa0/1


Router1(config-if)#ip address 192.168.152.142 255.255.255.240


Router1(config-if)#no shutdown

Back (Definition)


Sim 1

Front (Term)


Console password:


Back (Definition)


Router1(config-if)#exit


Router1(config)#line console 0


Router1(config-line)#password consolepw


Router1(config-line)#login


Router1(config-line)#exit

Front (Term)


+ Telnet password:


Back (Definition)


Router1(config)#line vty 0 4


Router1(config-line)#password telnetpw


Router1(config-line)#login


Router1(config-line)#exit

Privilege mode password:


Router1(config)#enable password privpw

Save the configuration:


Router1(config)#exit


Router1#copy running-config startup-config