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

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;

19 Cards in this Set

  • Front
  • Back
Switch(config)#vlan 3
creates VLAN 3 and enters VLAN configuration mode for further definitions
Switch(config-vlan)#name Engineering
Assigns a name to the VLAN. The length of the name can be from 1 to 32 characters.
Switch(config-vlan)#exit
applies changes, increases the revision number by 1, and returns to global configuration mode.
Switch#vlan database
enters VLAN database mode. DEPRECATED
Switch(config)#interface fastethernet 0/1
moves to interface configuration mode
Switch(config-if)#switchport mode access
sets the port to access mode
Switch(config-if)#switchport access vlan 10
assigns this port to vlan 10
Switch(config)#interface range fastethernet 0/1 - 9
enables you to set the same configuration parameters on multiple ports at the same time.
Switch(config-if-range)#switchport mode access
Sets ports 1-9 as access ports
Switch(config-if-range)#switchport access vlan 10
assigns ports 1-9 to VLAN 10
Switch#show vlan
Displays VLAN information
Switch#show vlan brief
Displays VLAN information in brief
Switch#show vlan id 2
Displays information about VLAN 2 only
Switch#show vlan name marketing
Displays information about VLAN named marketing only
Switch#show interfaces vlan x
Displays interface characteristics for the specified VLAN
Switch#delete flash:vlan.dat
Removes the entire VLAN database from flash
Switch(config)#interface fastethernet 0/5
moves to interface configuration mode
Switch(config-if)#no switchport access vlan 5
Removes port from VLAN 5 and reassigns it to VLAN1 - the default VLAN
Switch(config-if)#exit
Moves to global configuration mode