Chapitre 6 Flashcards

(40 cards)

1
Q

C’est quoi le but du VLAN

A

Organisation et flexibilité

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

Le VLAN est considéré comme étant un réseau logiquement…

A

Séparé

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

Quelles sont les seules requêtes qui sont quand même envoyées sur les VLANs?

A

Les diffusions et les requêtes ARP.

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

Quels sont les bénéfices des VLANS?

A
  • Sécurité
  • réduction des cout
  • Meilleur performance
    • petits domaine de diffusion
  • maintenance plus facile
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ou est-ce-que l’on peut utiliser le mode trunking?

A

entre 2 switchs

entre une switch et un serveur 802.1qNIC*

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

pour déplacer un pont d’un VLAN à un autre il faut utiliser :

A

switch port access VLAN #

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

Qu’est ce qui arrive lorsqu’on utilise no switch port access vlan #?

A

retourne le VLAN au VLAN 1

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

lorsqu’on utilise no vlan vlan-id?

A

efface un vlan spécifique et si un port spécifique est associé à ce vlan celui-ci devient inactif.

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

Avec quoi est-ce-qu’un VLAN native est-t’il associé?

A

un port trunk 802.1q

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

Qu’est-ce-qu’un port trunk?

A

C’est un port faisant le lien entre deux commutateurs ayant plus de 1 VLAN.

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

Traffic coming from many diffrent VLANs have to be what?

A

Tagged.

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

Quelle est la taille d’une étiquette VLAN

A

4 octets

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

Les trames n’ayant pas d’étiquette sont envoyé à quel VLAN ?

A

Au VLAN par défaut, 1.

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

Les VLAN native sont défini avec quel spécification?

A

IEEE 802.1Q

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

Qu’est-ce-qu’un VLAN voice, VoIP a besoin pour bien fonctionner?

A
  • une bandepassante qui assure une QoS
  • Transmission priority
  • Rerouting capabilities
  • Latency of maximum 150ms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

C’est quoi un trunk?

A

C’est un lien point à point entre deux commutateurs qui detiennent chacun au moins deux vlans.

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

what does the vlan tag field consist of?

A
  • Type field
  • user priority
  • Canonical format identifier
  • VLAN ID
18
Q

What happens when a Cisco switch receives an untagged frame?

A

It sends it to the native VLAN.

19
Q

What happens when a cisco switch receives an untagged frame and there is no native VLAN as well as no trunk port?

A

The frame is dropped.

20
Q

What does CoS stand for?

A

Class of service.

21
Q

What does the command do : show interfaces fa0/18 switchport?

A

displays the configuration of the interface switch port

22
Q

Where are the Vlan database configuration stored?

A

In a data file called vlan.dat

23
Q

What does the switchport mode access command do?

A

It configures a PORT assigned to a VLAN as a Permanently access mode port.

24
Q

What does the command switchport access vlan vlan-id do?

A

it assigns the chosen port to a chosen vlan.

25
What command should one use to configure many ports to a specific vlan?
interface range f0/X - Y
26
What is a special property of the switchport access vlan command?
it forces the creation of a VLAN if it wasn't create prior to it's usage.
27
What command should you use to display a list of vlans on screen
show vlan brief
28
What command do you use to put a port back into the default vlan 1?
no switchport access vlan
29
How do you delete a vlan?
conf t -> no vlan vlan-id -> end
30
Before deleting a Vlan what is preferable to do?
reassign all the ports associated to that vlan to another vlan or to the default vlan otherwise those ports will not be able to communicate.
31
To allow a vlans on a specific trunk link what command should you use?
swichport trunk allowed vlan X, Y, Z, ...
32
What does the command "no switchport trunk allowed vlan" do?
It reset the trunk port configuration to allow all vlans to pass through it.
33
What happens if you use the command "no switchport trunk native vlan"
it reset the native vlan to its default value which is vlan 1.
34
To reset a port to access mode what command should one use on that port?
switchport mode access
35
To see the switchport configurations on a specific port what command should one use?
show interfaces f0/1 switchport
36
What is inter-vlan routing?
The process which is used to forward network traffic from one vlan to another using routing.
37
Quels sont les trois types d'inter-vlan routing?
- Legacy inter-vlan routing - Router-on-a-stick - Layers 3 switching using SVI's
38
What is legacy inter-vlan routing?
There is an interface for each vlan on the router.
39
What is Router-on-a-stick routing?
The router transmits and differentiates between two vlans thanks to subinterfaces that are matched to their vlan counterparts. - One port, many vlans communicating through it.
40
What is the encapsulation dot1q used for?
It is used to encapsulate a frame with the right vlan tag when in the router. In example: interface g0/0.10