5.6 Flashcards

(17 cards)

1
Q

What’s the purpose of VLANs?

A

To reduce load on a router by dividing traffic on the broadcast domain

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

How is info about VLANs communicated from switches and routers?

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

How do voice VLANs help VoIP work effectively?

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

How does routing between VLANs work?

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

What command reports VLAN ID’s on a switch?

A

“show vlan”

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

What command deletes a VLAN?

A

“no vlan”

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

What is “Trunking”?

A

Interconnecting switches to build redundancy

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

What does IEEE 802.1Q do for Trunking?

A

Assign VLAN ID’s (VIDs) so packets know where to travel when trunking.

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

What ID is the default VLAN?
Can this be changed?

A

1
No

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

How should default VLAD be used?

A

Remain unused or ONLY for inter-switch protocol traffic like STP.

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

What is a native VLAN?

A

Untagged traffic is put when getting frames over a trunk port.

Typically gotten from legacy devices

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

What is Voice or Auxiliary VLAN?

A

Auto configures VoIP to prevent manual complexity

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

What are 2 ways to manage VLAN?

A

Subinterfaces and Switch Virtual Interfaces

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

What is subinterfaces for VLAN routing?

A

Assign trunk on a router to multiple “subinterfaces” on the router. Each “subinterface” is for a different VLAN.

This is called “Router on a Stick”
1 Port handles traffic for many VLANS (subinterfaces)

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

How do you configure a subinterface?

A

interface G0.16 (Create subinterface)

encapsulation dot1Q 16 (Subinterface to VLAN 16)

ip address 198.51.100.30 255.255.255.240 (Subinterface’s ID)

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

What is a Switch Virtual Interface?

What problem does it solve?

A

Subinterfacing is inefficient for scaling.

Switch Virtual Interface means each VLAN gets it’s own Router spreading the load (compared to “Trunking” in Subinterface)