Mod 3.2-3: VLAN config Flashcards
A __ is a point-to-point link between two network devices
trunk
What is the 802.1Q VLAN tag field?
type
user priority
Canonical Format Identifier (CFI)
VLAN ID (VID)
This traffic is tagged with an appropriate Layer 2 class of service (CoS) priority value
Voice VLAN
This traffic can also be tagged with a Layer 2 CoS priority value
Access Vlan
This traffic is not tagged (No Layer 2 CoS priority value)(class of service)
access vlan
VLANs ___ are auto created and cannot be deleted
- 1002-1005
the normal range of VLAN is__
1-1005
The extended range of VLAN is ____
1006-4095
the VLANs are stored in ___ file in flash
vlan.dat
what are the VLAN creation commands?
switch # configure terminal
switch (config)# vlan vlan-id
switch (config-vlan)#name vlan-name
switch (config-vlan)#end
What are the VLAN port assignment commands?
switch # configure terminal
switch (config)# interface interface-id
switch (config-if)#switchport mode access
switch (config-if)#switchport access vlan vlan-id
switch (config-if)#end
What commands are added for voice VLAN?
switch # configure terminal
switch (config)# interface interface-id
switch (config-if)#switchport mode access
switch (config-if)#switchport access vlan vlan-id
switch (config-if)#msl qos trust cos
switch (config-if)#switchport voice vlan vlan-id
switch (config-if)#end
This show vlan command display the VLAN name, status, and its ports one VLAN per line. Can be used to verify the correct VLAN association
brief
This show vlan command display info about the identified VLAN ID number
id vlan-id
This show vlan command display the info about the identified V;AN name
name vlan-name