VLAN Flashcards

(13 cards)

1
Q

Broadcast domain

A

Group of devices that will receive a broadcast message from its members (ends at the router interface and surrounds devices connected to that interface)

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

How do you create VLANs?

A

Created on a switch based on per interface

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

Access port

A

a switchport that belongs only to a single VLAN and connects to hosts

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

Trunk ports

A

switchports that are able to carry traffic from multiple vlans on a single interface

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

How do trunk ports work?

A

the switch tags frames coming out from the interface with trunking protocols like 802.1q with what VLAN they belong to

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

What are the two main fields in 802.1q?

A
  1. Tag protocol Identifier
  2. Tag Control Information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is TCI and what makes up it?

A

Tag Control Information
1. Priority Code Point - prioritizing traffic
2. Drop Eligible Indicator - can be dropped in congestion
3. Vlan ID

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

What VLAN numbers can a standard VLAN use?

A

1-1005

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

What VLAN numbers can a extended VLAN use?

A

1006-4094

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

What happens if traffic is sent to a native VLAN?

A

the traffic is sent out the interface untagged and will forward untagged frames to the native vlan

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

How do you manually set the trunking protocol?

A

switchport trunk encapsulation dot1q

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

What is a router on a stick?

A

A single router than handles multiple vlans through a single physical interface by creating “sub interfaces” ie int g0/0.10

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

How do you enable routing on a multilayer switch?

A
  1. ip routing
  2. no switchport (on port you want to use for routing)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly