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

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;

16 Cards in this Set

  • Front
  • Back
How do you reboot a switch?
reload
How do you get rid of the start-up-config
erase startup-config (old)
write erase
Set enable password
enable secret cisco
Set line security
console 0/vty 0 4
login
pasword cisco
How do you set the banner that you see when you connect?
banner motd (deliminator)
how do you name a switch?
hostname NAME
How do you stop the logging messages from interrupting you?
select port
logging synchronous
How do you set the time it takes the switch to boot you out from inactivity?
no exec-timeout
exec-timeout 20 0
How do you stop typos from pausing the switch input for a long time?
no ip domain-lookup
Find interfaces ip
show ip int brief
set vlan ip
int vlan 1
ip address 192.168.1.10 255.255.255.0
set default gateway
ip default-gateway 192.168.1.1
how do you hardcode full duplex and full speed
conf t
int fa0/1
speed 100
duplex full
Whats the best way to see all your descriptions quickly?
show int description
how do you find information about your switch neighbors?
show cdp neighbors OR
show cdp neighbors detail
how do you find the MAC address table?
show MAC address tables