Mod 3.2-3: VLAN config Flashcards

1
Q

A __ is a point-to-point link between two network devices

A

trunk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the 802.1Q VLAN tag field?

A

type
user priority
Canonical Format Identifier (CFI)
VLAN ID (VID)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This traffic is tagged with an appropriate Layer 2 class of service (CoS) priority value

A

Voice VLAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This traffic can also be tagged with a Layer 2 CoS priority value

A

Access Vlan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This traffic is not tagged (No Layer 2 CoS priority value)(class of service)

A

access vlan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

VLANs ___ are auto created and cannot be deleted

A
  1. 1002-1005
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

the normal range of VLAN is__

A

1-1005

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The extended range of VLAN is ____

A

1006-4095

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

the VLANs are stored in ___ file in flash

A

vlan.dat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are the VLAN creation commands?

A

switch # configure terminal
switch (config)# vlan vlan-id
switch (config-vlan)#name vlan-name
switch (config-vlan)#end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the VLAN port assignment commands?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What commands are added for voice VLAN?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

brief

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This show vlan command display info about the identified VLAN ID number

A

id vlan-id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

This show vlan command display the info about the identified V;AN name

A

name vlan-name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

This show vlan command display summary info

A

summary

17
Q

This command place interface back in VLAN 1

A

no switchport access vlan

18
Q

This command reconfigure the vlan-id assignment

A

switchport access vlan vlan-id

19
Q

This command deletes VLANS (ensure to reassign members to different VLAN before deletion)

A

no vlan vlan-id

20
Q

This deletes all VLANS

A

delete flash:vlan.dat or delete vlan.dat

21
Q

3How to restore switch to factory default?

A

unplug all data cables
erase the start-up config
delete vlan.dat file
reload the device