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

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;

6 Cards in this Set

  • Front
  • Back
Summary.
Steps to config VTP between switchs, from start.
1. Create Vlan
#vlan database
#vlan 10 name marketing
2. assign vlan to interface
#interface fa0/4
#switchport mode access
#switchport access vlan 10
commands to config VTP either as server or client?
#vlan database
#vtp server
#vtp domain [name]
#exit
#vlan database
#vlan 10 name accounting
#vlan 20 name Marketing
etc.
Then apply vlan to the interfaces.
dynamic VLANs are what?
based on the users mac-address as to what vlan they assigned to .
to create subinterfaces on a router and assign them to a vlan what are the commands?
#interface fa0/0.1
#encapsulation dot1q [vlan number] (only the niumber)
#ip address [ip addy] [subnet mask]
how many VTP domains can a switch belong to?
1
more than 1 VTP server on a network?
True. You may have more than 1 server in a domain.